Commit Graph

38 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
f6b6cab229 Rename autotools constants to fall in line with the rest of crew (#10442)
* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS

* Rename build_extras and install_extras to configure_build_extras and configure_install_extras
2024-09-09 18:21:58 -05:00
Maximilian Downey Twiss
f8f2128c2d Rename zlibpkg to zlib (#9859) 2024-07-26 00:23:05 -05:00
Maximilian Downey Twiss
33901368d7 Enable more rubocop cops (#9980)
* Remove self.check in python3.rb as tests were not actuallly being run

* Enable Lint/ImplicitStringConcatenation cop

* Enable Layout/CommentIndentation cop

* Remove unnecessary configuration of Layout/IndentationStyle to EnforcedStyle: spaces, as this is already the default

* Enable Layout/LeadingCommentSpace cop

* Enable Layout/SpaceInsideBlockBraces cop

* Enable Layout/SpaceInsideParens cop

* Enable Layout/TrailingEmptyLines cop

* Enable Lint/LiteralAsCondition cop

* Document the current issue stopping us from enabling Style/OptionalBooleanParameter

* Stop downloading our rubocop config when installing ruby_rubocop
2024-06-17 16:19:11 -04: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
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
Maximilian Downey Twiss
fba9da6df6 Rename some packages starting with b and c (#8850)
* Rename bz2 to bzip2

* Rename bz3 to bzip3

* Rename codium to vscodium

* Rename di homepage to what it redirects to
2023-10-30 20:50:16 -04:00
Satadru Pramanik, DO, MPH, MEng
ea2e95833f filecmd => 5.45 (#8538) 2023-08-03 12:28:43 -05:00
Maximilian Downey Twiss
4bf65fdd72 Replace #{@version} with #{version} in filecmd.rb (#8372) 2023-06-12 23:26:06 +08: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
Ed Reel
9b5cd5eae5 Filecmd 5.43 => 5.44 (#7789)
Add lzlib package
2022-12-31 00:06:14 -05:00
Cassandra Watergate
b097321985 file => 5.43 (#7509)
* file => 5.43

* disable libseccomp

libseccomp is disabled because it causes file
to return "Bad system call" errors when not
run with root

* rubocop compliance

* disable libseccomp dependency

libseccomp is disabled during ./configure, no dependency on it needed

* file needs to be filefixed

* add binaries
2022-10-25 10:08:31 -04:00
Satadru Pramanik
22bb47bd45 add missing runtime deps to ALL core packages, add getrealdeps script (#7472)
* gcc: add missing zlibpkg dep

* add getrealdeps script

* add color

* suggested changes from @supechicken

* suggested changes

* fix verbiage

* add NOCOLORS option

* use read in lieu of head, and do not check nonexistent files

* Exit early if wrong package name is given.

* Add some quick exit code

* Allow for pkg.rb in getrealdeps and also add deps to all core packages

* fix lint error

* fix zlibpkg

* cleanup gcc deps

* move filecmd to be a ruby dependency

* fix llvm deps

* lint fix

* update more deps

* make sure package is installed before checking for deps

* add more deps

* change verbiage

* add more deps

* more dep updates
2022-10-10 18:39:48 -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
48cddb811b Add shared libraries for filecmd (#5832)
* Add shared libraries for filecmd

* use FileUtils install
2021-06-01 10:00:53 -05:00
satmandu
0bb67f7844 updates of filecmd and patchelf (#5822) 2021-05-29 00:54:03 -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
72a8d7e11f Licensed file fa* to fz* 2021-03-19 18:34:53 -04:00
satmandu
66a20c287e File -> 5.39 (#4991)
* filecmd -> 5.39

* remove extraversion
2021-01-24 17:17:27 -06:00
Kevin Perkins
951925aeb8 Trim trailing whitespace in most files (#4946)
Co-authored-by: Ed Reel <edreel@gmail.com>
2021-01-20 17:58:34 -06:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
2de8a99d1a Add pre-built binares for a-f packages (#3415) 2019-08-08 23:11:48 +09:00
Casey Strouse
83271bce2c Update filecmd from 5.35 to 5.37 (#3414)
Tested on ARM.
2019-08-07 22:50:46 -05:00
Ed Reel
a12e3c8e83 Update bison from 3.1 to 3.2.3
Update cmake from 3.12.2 to 3.13.2

Update filecmd from 5.34 to 5.35

Add pre-built binaries
2018-12-20 13:16:29 -06:00
Ed Reel
76b97ede75 Update filecmd from 5.33 to 5.34 2018-09-03 22:27:03 -05:00
Ed Reel
58e038d7cb Add pre-built binaries for dart, filecmd and libjpeg_turbo 2018-05-03 21:48:04 +00:00
lovedheart
8cd9cd96ca [filecmd] update to 5.33 (#2306) 2018-05-01 08:51:05 -05:00
Ed Reel
91ffd21a93 Add pre-built binaries for a-l packages
Fix ccl package binary sections
2017-11-30 02:00:54 -06:00
Casey Strouse
b2627228c3 Update filecmd from 5.31 to 5.32
This is a bugfix and maintenance release.

Tested as working on XE500C13-K01US.
2017-10-01 17:29:59 -07:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Kazushi (Jam) Marukawa
298a3d6b77 Changing several packages to use lib64 on x86_64 2017-07-01 06:37:52 +09:00
Ed Reel
8950760570 Change packages d-h from sha1 to sha256 2017-06-29 11:57:31 -05:00
Kazushi (Jam) Marukawa
de321a3556 Change several package files to not perform strip in each of them since crew is stripping automatically now. 2017-06-26 00:31:02 +09:00
lyxell
5aa6546dde Add package descriptions and homepages 2017-05-30 05:20:56 +02:00
Kazushi (Jam) Marukawa
d205c8238a Update filecmd.rb to 5.31 and strip binary and library 2017-05-24 20:04:13 +09:00
Fred Clift
433cbfc2ce fixup 2016-12-07 21:38:51 -07:00
Fred Clift
2c4b100743 add file command since chromeos doesn't have it 2016-06-01 13:32:06 -06:00