Commit Graph

72 Commits

Author SHA1 Message Date
John McQuah 1ef86cb3ec pkgmeek: strip binary files using multiple threads 2024-02-13 15:18:18 +00:00
John McQuah 79dbac7647 pkgmeek: add some pattern-matching functions
(for better pkgmk compatibility)
2023-11-16 23:56:53 +00:00
John McQuah 1ea7303305 pkgmeek: cleanup work after reporting footprint mismatch 2023-09-25 17:47:25 +00:00
John McQuah ab4a9ee6fd pkgmeek: accommodate verbose output from signify 2023-08-20 19:52:16 -04:00
John McQuah 6bce0f06f5 pkgmeek: pass the -p flag to signify only when --public-key is given 2023-08-19 16:41:28 -04:00
John McQuah c04e9cf3e8 pkgmeek: explicitly choose the compression mode for the created package
(workaround for buggy pkginfo -f)
2023-07-19 14:38:36 -04:00
John McQuah d48fcba47b pkgmeek: do not try to retain xattrs when unpacking 2023-07-02 20:55:33 -04:00
John McQuah 7d6795728d pkgmeek: update man-page
restore a needed flag for the bsdtar command
2023-06-26 08:55:39 -04:00
John McQuah b690906b27 pkgmeek: handle errors more flexibly in make_signature() 2023-06-13 16:02:22 -04:00
John McQuah 01bba80566 pkgmeek: automatically create new signature if one is not present, similar to how footprints are handled 2023-06-12 13:14:03 -04:00
John McQuah d3b4219e80 pkgmeek: tidy up the get_repo_key routine 2023-02-24 08:56:27 -05:00
John McQuah 0ddcfa250e pkgmeek: rearrange the options presented by print_help 2023-02-20 08:22:40 -05:00
John McQuah bebb570999 pkgmeek: honor --extract-only even if an up-to-date package is present 2023-02-18 21:34:37 -05:00
John McQuah 95c2d2a6d6 pkgmeek: refactor the signature creation routines 2023-02-17 15:35:54 -05:00
John McQuah 8836cc870a pkgmeek: refactor how the --no-strip option is handled
pkgmeek: refactor how the --no-strip option is handled
2023-02-17 13:29:11 -05:00
John McQuah e55a7a43cd pkgmeek: delete out-of-fashion subroutines, add support for custom unpack_source() 2023-02-17 08:54:10 -05:00
John McQuah 57aaef22eb pkgmeek: refactor the strip-binaries routine 2023-02-16 18:14:27 -05:00
John McQuah 773282ba51 pkgmeek: add support for nounpack array 2023-01-17 07:25:41 -05:00
John McQuah b5b9a34a70 pkgmeek: dereference symbolic links when populating the src directory 2023-01-14 20:48:00 -05:00
John McQuah 8f535898c8 pkgmeek: insert more calls to cleanup_work() 2022-12-23 13:38:40 -05:00
John McQuah f03dad35e4 pkgmeek: remove stale reference in check_footprint() 2022-11-27 07:41:38 -05:00
John McQuah f9268f2073 pkgmeek: remove deprecated md5sum functions 2022-11-24 14:42:02 -05:00
John McQuah 1238b5f152 pkgmeek: export LC_ALL 2022-10-31 16:49:34 -04:00
John McQuah 50eef5bd9a pkgmeek: use curl by default, not wget 2022-10-10 13:50:03 -04:00
John McQuah 4a91198d54 pkgmeek: fix the line that sets PKGMK_ARCH 2022-09-30 20:44:44 -04:00
John McQuah 437fd837f9 pkgmeek: revert to using bsdtar now that C.UTF-8 is a valid locale 2022-08-25 10:29:20 -04:00
John McQuah 186a5ffaac pkgmeek: suppress the progress report about signature check when it is not being performed 2022-07-29 14:51:45 -04:00
John McQuah 986c2e115f pkgmeek: add default options to the curl download command 2022-07-24 20:45:37 -04:00
John McQuah c67a446cbb pkgmeek: reduced the chance of false positives when identifying git urls 2022-06-23 13:58:54 -04:00
John McQuah a9d28989f1 pkgmeek: delegated to p7zip the archives that gnu tar does not recognize 2022-06-21 06:38:42 -04:00
John McQuah 608860f62c pkgmeek: rewrote unpack_source() to avoid failures with libarchive locale conversion 2022-06-17 14:57:33 -04:00
John McQuah eeddae981c pkgmeek: added interrupt() to handle SIGTERM and SIGHUP 2022-06-16 16:18:58 -04:00
John McQuah 71ad099fef pkgmeek: use an absolute path to the built package in cat_manifest() 2022-06-16 12:09:25 -04:00
John McQuah 9c6054baf5 pkgmeek: improved the parallelism between code and comment 2022-06-15 17:42:11 -04:00
John McQuah 7e03c42638 pkgmeek: added fix for unintuitive bash handling of 'set -e' in subshells 2022-06-15 13:24:04 -04:00
John McQuah 5a0d76543f pkgmeek: made it easier to update signature after editing the Pkgfile 2022-06-13 16:58:27 -04:00
John McQuah 03ee5c7c99 pkgmeek: allow git to checkout a branch other than master 2022-06-12 15:38:35 -04:00
John McQuah 9c05e856a6 pkgmeek: cleaned up the check_manifest() function 2022-06-12 07:25:41 -04:00
John McQuah 6f02ab186c pkgmeek: reorder the exit tests for '--download-only' 2022-06-11 14:28:14 -04:00
John McQuah ed198ade6b pkgmeek: restore original treatment of missing files in a footprint 2022-06-11 09:31:56 -04:00
John McQuah 46231987e1 pkgmeek: restore the original treatment of missing files in a footprint 2022-06-11 09:23:07 -04:00
John McQuah b03d116ca6 pkgmeek: quieter progress report for the options '-us','-uf','-um','-cs' 2022-06-04 14:57:45 -04:00
John McQuah ebe7eb09c3 pkgmeek: fix the handling of manpage symlinks 2022-06-04 13:32:28 -04:00
John McQuah 4916baccb5 pkgmeek: delete the reference to an unused variable 2022-06-03 21:01:37 -04:00
John McQuah 1d82f6cedf pkgmeek: remove superfluous bash pattern matching 2022-06-03 18:14:35 -04:00
John McQuah 3aacbacba0 pkgmeek: try the Pkgfile url before hitting the PKGMK_SOURCE_MIRRORS 2022-06-03 12:11:53 -04:00
John McQuah 817de00615 pkgmeek: add support for PKGMK_SOURCE_MIRRORS 2022-06-03 11:41:44 -04:00
John McQuah 1885070666 pkgmeek: add support for resuming interrupted downloads 2022-06-03 10:31:12 -04:00
John McQuah 62905f5ac6 pkgmeek: eliminate useless-use-of-cat 2022-06-03 08:55:25 -04:00
John McQuah c4c7f71c27 pkgmeek: cleanup the work directory more consistently 2022-06-03 07:36:52 -04:00