Commit Graph

129 Commits

Author SHA1 Message Date
John McQuah 986c2e115f pkgmeek: add default options to the curl download command 2022-07-24 20:45:37 -04:00
John McQuah 8338d5f131 prt-auf: fix the 'dependent' command to handle plus signs in a port name 2022-07-11 21:09:07 -04:00
John McQuah af7d4a6e65 prt-auf: improved the parsing of prt-get.conf 2022-06-23 14:01:46 -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 46ded7d692 prt-auf: provide a post-transaction report for sysup too 2022-06-21 06:39:20 -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 35b6c4e4f2 prt-auf: cleaned up the detection of locked ports in sysup() 2022-06-20 09:53:20 -04:00
John McQuah 82c2bd8769 prt-auf: fixed parsing of dependency line when maintainer uses commas instead of spaces 2022-06-17 14:59:37 -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 b31c7493a3 prt-auf: new test in up_inst() to make use of existing packages that were not pkgadded at the time they were built. 2022-06-16 16:24:08 -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 59ebcc963c prt-auf: cleaned up the handling of build logs 2022-06-15 17:40:52 -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 e2bd920f7c prt-auf: narrowed the pattern matching in parse_prt_conf() 2022-06-14 19:46:35 -04:00
John McQuah 704679107f prt-auf: eliminated spurious reporting of dependencies that cannot be found in the ports tree 2022-06-14 15:44:34 -04:00
John McQuah 51900bf600 prt-auf: simplified the filter for invalid ports in up_inst() 2022-06-14 12:08:06 -04:00
John McQuah 23d06ec1f0 prt-auf: revised the lines that modify {} in up_inst() 2022-06-14 07:18:35 -04:00
John McQuah b963030c6b prt-auf: widened the search criteria for find_port_by_desc() 2022-06-13 17:00:50 -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 8dac60ee7b prt-auf: fixed the lookup key used when accessing the %opkg hash 2022-06-13 03:50:42 -04:00
John McQuah 730ab19a6a prt-auf: fixed the off-by-one errors in the printf subroutine 2022-06-12 20:57:11 -04:00
John McQuah 6abc947745 prt-auf: do not fall back on su -c, only allow sudo or doas 2022-06-12 18:20:40 -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 136106b169 prt-auf: cleaned up the manpage, fixed incorrect reporting of repository path 2022-06-11 19:36:23 -04:00
John McQuah 6f02ab186c pkgmeek: reorder the exit tests for '--download-only' 2022-06-11 14:28:14 -04:00
John McQuah e1c023b685 prt-auf: added the printf subroutine 2022-06-11 14:26:19 -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 ad1e299f4a prt-auf: fixed sysup() subroutine 2022-06-11 08:56:25 -04:00
John McQuah 6162bf44d9 prt-auf: improved the handling of locked ports 2022-06-11 03:37:27 -04:00
John McQuah 6356b9f98c prt-auf: another quick fix of find_port_by_name() 2022-06-10 18:52:27 -04:00
John McQuah b06ebe46a4 prt-auf: more fixes for the --regex handling in find_port_by_name() 2022-06-10 18:32:30 -04:00
John McQuah 238c856e31 prt-auf: fixed the --regex switch in find_port_by_name() 2022-06-10 15:07:46 -04:00
John McQuah ffb34d639f prt-auf: small fix for the port_edit() function 2022-06-10 13:46:19 -04:00
John McQuah 985bb342e7 prt-auf: initial commit 2022-06-10 11:17:22 -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
John McQuah 0e45a89aa9 pkgmeek: fixed the tests for exiting immediately after a successful download 2022-06-02 20:57:37 -04:00
John McQuah 0b7e71ec1e pkgmeek: customize the status message based on the user's settings for IGNORE_NEW and IGNORE_MISSING 2022-06-02 20:29:57 -04:00
John McQuah be1a0eca6e pkgmeek: fix the compression of manpages 2022-06-02 12:54:54 -04:00
John McQuah 1c40c4f6fb pkgmeek: clean up the tmp files of a check_manifest() operation 2022-06-02 12:28:39 -04:00
John McQuah f11ecff34b pkgmeek: fixes for check_pkg_mtime() 2022-06-02 11:03:36 -04:00
John McQuah aba956949d pkgmeek: added a fallback if git urls are not supported 2022-06-02 07:13:52 -04:00
John McQuah b40c8d5612 pkgmeek: align test conditions with the new variable names 2022-06-02 06:06:22 -04:00
John McQuah ae21ff444b pkgmeek: give the variables more intuitive names 2022-06-02 05:59:01 -04:00
John McQuah ed5c4d8597 pkgmeek: more informative progress messages 2022-06-01 23:11:58 -04:00
John McQuah 3337d49093 pkgmeek: fixed the cat_signature() subroutine 2022-06-01 20:16:15 -04:00
John McQuah 8401b2aa25 pkgmeek: fixed the invocation of pkgadd by non-root user 2022-06-01 20:05:15 -04:00
John McQuah fc0ec86cec pkgmeek: fix the off-by-one error in check_signature() loop 2022-06-01 19:45:19 -04:00
John McQuah 44f532aa9b pkgmeek: fine-tuning the progress messages 2022-06-01 17:37:01 -04:00
John McQuah 232975d60e pkgmeek: fixed faulty paths in check_pkg_mtime() 2022-06-01 15:10:25 -04:00
John McQuah 4cc33498fb pkgmeek: additional inline comments 2022-06-01 11:39:39 -04:00
John McQuah 5c9a5a80a5 pkgmeek: fixed path in the check_pkg_mtime subroutine 2022-06-01 11:33:35 -04:00
John McQuah ed6e13e791 pkgmeek: 1-character bugfix 2022-06-01 11:09:08 -04:00
John McQuah dc9c379d48 pkgmeek: bugfix for an uninitialized loop variable 2022-06-01 10:55:07 -04:00
John McQuah bb5937463f pkgmeek: bugfix for the recursive() subroutine 2022-06-01 08:31:21 -04:00
John McQuah ea0e1fc63e pkgmeek: delete some unneeded tests 2022-06-01 06:27:29 -04:00
John McQuah 682fc883e5 pkgmeek: refactored a few subroutines 2022-06-01 05:58:13 -04:00
John McQuah f28c0cf330 pkgmeek: initial commit 2022-05-31 16:02:44 -04:00
John McQuah 3bf8fd6025 prtwash.pl: allow user to toggle the parsing of pkgmk.conf 2022-05-29 12:40:03 -04:00
John McQuah 0485af9be2 pkgfoster: save the list of adopted packages in a tidy format 2022-05-29 12:37:33 -04:00
John McQuah 150c874481 prtsweep.pl: nicer recognition of built packages 2022-05-29 12:35:18 -04:00
John McQuah 954afb830f prtsweep.pl: improved handling of @ARGV when using shell globs 2022-05-28 12:51:14 -04:00
John McQuah 9ccc1ebf59 prtwash.pl: initial commit 2022-05-28 12:49:56 -04:00
John McQuah aedef1fb39 pkgfoster: initial commit 2022-05-28 12:49:20 -04:00
John McQuah 0c511f15ab prtsweep.pl: refactored handling of invalid port directories 2022-05-27 14:08:07 -04:00
John McQuah 274f883c21 prtsweep.pl: improved handling of empty directories 2022-05-27 09:31:43 -04:00
John McQuah e1c2785537 prtsweep.pl: initial commit 2022-05-26 17:11:09 -04:00
John McQuah 156a9452db prtcheck: initial commit 2022-05-25 11:36:23 -04:00