30 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
d7e8f67f2d Run rubocop on tree to pick up new Chromebrew/OrderedCompatibility cop (#11282) 2025-02-10 22:21:57 +00:00
Maximilian Downey Twiss
f8f2128c2d Rename zlibpkg to zlib (#9859) 2024-07-26 00:23:05 -05:00
Maximilian Downey Twiss
c0fd0ab132 Update m-z package homepages (#10122)
* Update makedepend homepage

* Update mapserver homepage

* Update mediainfo homepage

* Update mediainfo_gui homepage

* Update misctools homepage

* Update mkfontscale homepage

* Update mm_common homepage

* Update mono homepage

* Update mpfr homepage

* Update msttcorefonts homepage

* Update mtdev homepage

* Update muparser homepage

* Update musl_c_ares homepage

* Update musl_cyrus_sasl homepage

* Update musl_krb5 homepage

* Update musl_lz4 homepage

* Update musl_xz homepage

* Update musl_zstd homepage

* Update mypaint homepage

* Update mypaint_brushes homepage

* Update mypaint_brushes_1 homepage

* Update ncat homepage

* Update ncftp homepage

* Update netbeans homepage

* Update netpbm homepage

* Update nmon homepage

* Update ocaml homepage

* Update onevpl homepage

* Update openexr homepage

* Update opensp homepage

* Update optipng homepage

* Update p11kit homepage

* Update p7zip_gui homepage

* Update pacparser homepage

* Update parted homepage

* Update patch homepage

* Update patchelf homepage

* Update patchutils homepage

* Update pdfcrack homepage

* Update percona_boost homepage

* Update percona_server homepage

* Update percona_toolkit homepage

* Update php5 homepage

* Update php71 homepage

* Update php72 homepage

* Update php73 homepage

* Update php74 homepage

* Update php80 homepage

* Update php81 homepage

* Update php82 homepage

* Update php83 homepage

* Update pixman homepage

* Update plplot homepage

* Update pocl homepage

* Update potrace homepage

* Update powershell homepage

* Update printproto homepage

* Update protobuf homepage

* Update pthread_stubs homepage

* Update pygobject homepage

* Update pygobject2 homepage

* Update pygtk homepage

* Update qemu homepage

* Update qpdf homepage

* Update quakespasm homepage

* Update radare2 homepage

* Update rdfind homepage

* Update recordmydesktop homepage

* Update rendercheck homepage

* Update rgb homepage

* Update rkhunter homepage

* Update runc homepage

* Update s3cmd homepage

* Update sbc homepage

* Update sbt homepage

* Update scheme48 homepage

* Update sejda_console homepage

* Update selenium_server_standalone homepage

* Update sfk homepage

* Update snooze homepage

* Update sqlite homepage

* Update sqlmap homepage

* Update sshcode homepage

* Update startup_notification homepage

* Update suitesparse homepage

* Update swatchdog homepage

* Update swig homepage

* Update swig1 homepage

* Update sysfsutils homepage

* Update tbb homepage

* Update tcpdump homepage

* Update tcpwrappers homepage

* Update traceroute homepage

* Update trousers homepage

* Update ttf2pt1 homepage

* Update twm homepage

* Update txt2regex homepage

* Update unicode_cldr homepage

* Update unixodbc homepage

* Update unrar homepage

* Update unzip homepage

* Update upm homepage

* Update usbutils homepage

* Update vim homepage

* Update vim_runtime homepage

* Update vulkan_tools homepage

* Update w3m homepage

* Update wavpack homepage

* Update weechat homepage

* Update weston homepage

* Update whiptail homepage

* Update wmctrl homepage

* Update wol homepage

* Update wput homepage

* Update xbitmaps homepage

* Update xcb_util homepage

* Update xcb_util_cursor homepage

* Update xcb_util_image homepage

* Update xcb_util_keysyms homepage

* Update xcb_util_wm homepage

* Update xdg_base homepage

* Update xdotool homepage

* Update xdpyinfo homepage

* Update xe homepage

* Update xercesc homepage

* Update xinit homepage

* Update xkbcomp homepage

* Update xkeyboard_config homepage

* Update xmessage homepage

* Update xmlstarlet homepage

* Update xorg_cf_files homepage

* Update xorg_evdev_driver homepage

* Update xorg_fbdev_driver homepage

* Update xorg_libinput_driver homepage

* Update xorg_proto homepage

* Update xorg_server homepage

* Update xorg_synaptics_driver homepage

* Update xorg_vmmouse_driver homepage

* Update xorg_wacom_driver homepage

* Update xorg_xeyes homepage

* Update xorg_xlsfonts homepage

* Update xorg_xset homepage

* Update xprop homepage

* Update xrdb homepage

* Update xwayland homepage

* Update xxd_standalone homepage

* Update xxhash homepage

* Update xz_java homepage

* Update zip homepage

* Update zsh homepage

* Update zstd homepage

* Update zziplib homepage
2024-07-11 00:11:54 -05:00
Maximilian Downey Twiss
9a136cac4f Various package renames and fixes for version checking (#9856)
* Rename aws to aws_cli

* Rename ffcall to libffcall

* Update filecmd homepage

* Update go_bootstrap homepage

* Update go homepage

* Update bacon homepage

* Rename jsonc to json_c

* Update libffi homepage

* Update libgd homepage

* Rename libjpeg to libjpeg_turbo

* Update libpng homepage

* Rename mandb to man_db

* Update mongodb homepage

* Rename moonbuggy to moon_buggy

* Update mpc homepage

* Update netcat homepage

* Update nethack4 homepage

* Rename pkgconfig to pkg_config

* Rename postgres to postgresql

* Rename proj4 to proj

* Update qemacs homepage

* Update readline homepage

* Update scrollz homepage

* Update xzutils homepage

* Update weather homepage
2024-05-27 18:09:35 -05:00
Maximilian Downey Twiss
eb14c41653 Remove compatibility from packages with incompatible dependencies (#9458)
* Remove i686 compatibility from packages with dependencies incompatible with i686

* Remove armv7l compatibility from packages with dependencies incompatible with arvm7l

* Abort builds/installs if the package has incompatible dependencies
2024-03-11 13:09:12 -04:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Satadru Pramanik, DO, MPH, MEng
ccc88e44ba Repackaging gcc -> gcc_lib and gcc_dev (#8335)
* gcc -> libs and dev

* update deps

* adjust deps in install.sh

* update gcc dep in core

* cleanup

* add gcc_build

* update gcc deps in llvm packages

* adjust conflicts command to exclude _build package filelists

* remove conflicts_ok from compiler packages
2023-06-06 10:21:11 -05:00
Satadru Pramanik, DO, MPH, MEng
d5e4e7cc95 Curl => 8.0.1 (#8094)
* Curl => 8.0.0

* Add postinstall to handle libcurl removal removing curl binary

* change core to have curl in lieu of libcurl

* lint

* update packages.yaml, add doc line to curl.rb

* update ca_certificates to 20230311

* curl => 8.0.1

* test curl version logic

* cleanup version

* conflicts_ok only needed during build
2023-03-20 15:40:04 -05:00
Satadru Pramanik
194b87b188 Gnome43/Libjpeg_turbo/ICU72.1 (#7508)
* crew: cache builds

* Initial Gnome43/Libjpeg_turbo/ICU72 commits squashed

* fix lint error

* update packages.yaml

* Vulkan packages -> 1.3.231

* add packages to packages.yaml

* add more to packages.yaml

* update libxshmfence

* pixman -> 0.42.0

* libpciaccess -> 0.17.0

* update libxau

* update libxfont2

* update libxcb

* many updates

* updates

* baobab updates

* add libshumate

* update gnome_calculator

* update dfonf_editor

* update evince

* add libpanel

* update libpeas

* update libgweather

* update libgudev gnome_maps

* update upower and libxfixes

* style update

* update gnome_session

* update gnome_settings_daemon

* temporary partial webkit2gtk upload

* update packages.yaml

* fix ruby file perms

* update folks

* move webkit2gtk_4 back to 2.38.0

* update icu4c, change webkit2gtk build

* add updated webkit2gtk_5 file

* update js102

* add x86 builds for webkit2gtk_4

* add mozjs exclusion to icu4c postinstall

* add builds for evolution_data_server

* update gemacs

* update webkit2gtk packages

* update emacs

* add folks fix

* loosen icu4c postinstall check

* rebuild libportal with gtk3

* update epiphany

* openssh -> 9.1

* add x86 webkit2gtk_4 binaries

* add postinstall to webkit2gtk_4

* update svt_av1

* update libavif

* linting fix

* curl -> 7.86.0

* git -> 2.38.1

* add postinstall to gnome_console

* add gcc10 for armv7l

* add gcc10 binaries

* lint gcc10

* rebase fix

* Add WIP webkit2gtk builds

* add back postintall to gnome_maps

* gstreamer version change

* cleanup geocode_glib, and fix gnome_maps depend

* s/@_ver.to_s/@_ver/

* add mpv build and gtk4 -> 4.8.2

* bump curl version to 7.86.0

* remove other version binaries from webkit2gtk builds

* add i686 build

* adjust compatibility for gemacs... for now.

* Add code to sommelier to adjust for whether scripts are sourced or run.

* make -> 4.4

* bump version
2022-11-01 12:23:38 -05:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
satmandu
93276e3388 #2. Convert curl, git, pixz to static, and update dependencies... (#5837)
* Convert curl, git, pixz to static, and update dependencies...

* Make git, curl, pixz first to get updated.

* updates to curl, git, libcurl, openssl

* Update Git build, more carefully add upx compression.

* add libcurl dep to curl

* move license line

* don't save rdfind results

* curl and libidn2 changes

* fix remove check file

* curl changes, add package updates to fix sommelier
2021-06-07 12:01:45 -05:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
da5bae604c Licensed ma* to mz* 2021-03-20 13:15:24 -04:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
James Larrowe
dc96990fd1 Unhardcode paths (#2782)
* Unhardcode paths

(fixed since last time)

* Misc. fixes

* More little fixes.

* Quoting fixes

* Fix quoting

* Unhardcode paths

Libcap fix

* Last little fixes
2018-10-26 13:38:09 -05:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Ed Reel
874a9f103a Add FRIBIDI_INCLUDE_DIR configure option 2017-08-07 13:22:16 +09:00
Ed Reel
cfd847aa2a Add glib dependency to mapserver 2017-08-07 13:22:16 +09:00
Ed Reel
95cb727847 Update mapserver from 7.0.4 to 7.0.6 2017-08-07 13:22:16 +09:00
Ed Reel
e6e348f67c Change packages m-p from sha1 to sha256 2017-07-01 11:09:10 -05:00
lyxell
5aa6546dde Add package descriptions and homepages 2017-05-30 05:20:56 +02:00
Kriskras99
990ad54e8b Forgot an "end" when updating mapserver 2017-04-26 12:53:06 +02:00
Kriskras99
df6b228c0d Update mapserver.rb 2017-04-25 00:38:37 +02:00
Kriskras99
e5024a9fd1 Mayor update for mapserver
Update from 5.6.9 to 7.0.4
Change `configure` system to `cmake` system
Add dependencies
2017-04-25 00:31:24 +02:00
Kazushi (Jam) Marukawa
0d0bc5bc0d Remove all SHORTARCH related stuff 2017-01-31 23:12:21 +09:00
Ryan P.C. McQuen
b67390ee9b delete newlines so output isn't broken
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
2015-12-08 11:14:05 -08:00
Tit Petric
0d5c9a9c58 remove executable flags from packages 2015-07-26 10:02:25 +02:00
system_user
c012c0e23b New packages in various states of functionality needed for Mapserver 2015-07-18 16:06:00 -07:00