Commit Graph

194 Commits

Author SHA1 Message Date
495ce0457f prtsweep.pl: fall back to md5sums if signature file is not found 2023-08-07 08:50:12 -04:00
9ca23cc68d prtwash.pl: use a hash map to test files against the keeplist 2023-08-07 08:46:44 -04:00
c04e9cf3e8 pkgmeek: explicitly choose the compression mode for the created package
(workaround for buggy pkginfo -f)
2023-07-19 14:38:36 -04:00
9e3c7e2c49 prt-auf: fix function signatures 2023-07-19 14:35:15 -04:00
d48fcba47b pkgmeek: do not try to retain xattrs when unpacking 2023-07-02 20:55:33 -04:00
69b9a3dc2b prt-auf: prevent locked ports from affecting the exit status of 'diff'
fix some post-transaction reports
2023-07-02 20:54:41 -04:00
8b6807d7f8 prt-auf: notify user about pre- or post-install scripts in test mode 2023-06-26 09:04:06 -04:00
7d6795728d pkgmeek: update man-page
restore a needed flag for the bsdtar command
2023-06-26 08:55:39 -04:00
9d4f22e6d1 prt-auf: respect the --run-scripts flag
update the man-page
2023-06-22 17:44:51 -04:00
801587943d prt-auf.8: fix indentation 2023-06-20 11:58:23 -04:00
c2583c3642 prt-auf: clean up whitespace; improve documentation 2023-06-20 11:32:09 -04:00
b690906b27 pkgmeek: handle errors more flexibly in make_signature() 2023-06-13 16:02:22 -04:00
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
b740564de5 prt-auf: fix the return type in uninstall() 2023-06-10 09:22:34 -04:00
da3539c83a prtorphan.awk: initial import 2023-06-09 14:14:44 -04:00
64a5505821 prt-auf: expand the documentation of --install-root 2023-06-09 14:03:36 -04:00
a76248a9cb prt-auf: respect --install-root when running pre- and post-install scripts 2023-06-02 15:17:14 -04:00
99d51f625d prt-auf: replace Fun's algorithm with a depth-first search 2023-05-25 16:00:33 -04:00
bc438288c5 prt-auf: use Fun's algorithm instead of Kahn's 2023-05-24 08:57:02 -04:00
646e3b74a3 prt-auf: minor optimization in the softdep sorting algorithm 2023-05-19 17:37:10 -04:00
1165eb8dae prt-auf: fix the handling of sysup --softdeps 2023-05-19 16:00:18 -04:00
f014d86816 prt-auf: respect aliases when performing an isinst query 2023-05-01 12:05:14 -04:00
6e181f870d prt-auf: do not resolve dependencies when forcing a rebuild 2023-04-13 16:49:48 -04:00
40d0787003 prtcheckmissing: no need to distinguish between symlinks and regular files 2023-03-27 15:37:34 -04:00
287e853171 prt-auf: rename the built package after a footprint mismatch, to prevent false reports of 'up-to-date' 2023-03-27 15:34:56 -04:00
b75ee0be7f prtcheckmissing: detect missing symlinks too 2023-03-25 11:00:24 -04:00
c225a44932 prt-auf: fix the sorting by soft dependencies 2023-03-25 10:11:42 -04:00
8d43e3cd4d prt-auf: fix the handling of locked ports 2023-03-22 09:24:23 -04:00
c8842b786d find-iso-orphans: initial import 2023-03-21 20:39:05 -04:00
35ded8f2f8 prtcheckmissing: initial import, honoring custom rules in pkgadd.conf 2023-03-21 20:34:20 -04:00
4037fba241 prt-auf: rewrite the deporder subroutine 2023-03-21 20:33:05 -04:00
47dae3092c prt-auf: ensure that port_diff does not pass bogus data to sysup 2023-03-20 08:35:15 -04:00
9682dcde14 prt-auf: fix bugs in the arg parser 2023-03-19 18:52:28 -04:00
f90978bcd8 prt-auf: fix some bugs in 'dependent' 2023-03-14 15:45:53 -04:00
038a0ef742 prt-auf: edit man-page to reflect recent changes in the argument parser 2023-03-14 15:10:16 -04:00
070a91ce7b prt-auf: refine the arg parser, speed up the dependency resolver 2023-03-14 12:18:28 -04:00
1c14f4c46a prt-auf: recognize optional dependencies (necessitates a new cache file format) 2023-03-10 07:03:54 -05:00
d3b4219e80 pkgmeek: tidy up the get_repo_key routine 2023-02-24 08:56:27 -05:00
0ddcfa250e pkgmeek: rearrange the options presented by print_help 2023-02-20 08:22:40 -05:00
bebb570999 pkgmeek: honor --extract-only even if an up-to-date package is present 2023-02-18 21:34:37 -05:00
95c2d2a6d6 pkgmeek: refactor the signature creation routines 2023-02-17 15:35:54 -05:00
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
f2ccd4184a pkgmeek.8: update the section on deprecated options 2023-02-17 11:51:14 -05:00
e55a7a43cd pkgmeek: delete out-of-fashion subroutines, add support for custom unpack_source() 2023-02-17 08:54:10 -05:00
57aaef22eb pkgmeek: refactor the strip-binaries routine 2023-02-16 18:14:27 -05:00
46dba884e9 prt-auf: clean up the formatting of 'dependent' output 2023-02-16 06:41:52 -05:00
18b7b6fd3f prt-auf: refactor the listorphans routine 2023-02-15 16:13:39 -05:00
b31bc84259 prt-auf: less verbosity in the output of 'current' 2023-02-13 11:33:33 -05:00
4760ed2496 pkgfile.5: revise the section on preventing tarball unpacking 2023-01-17 07:57:37 -05:00
773282ba51 pkgmeek: add support for nounpack array 2023-01-17 07:25:41 -05:00