|
8d43e3cd4d
|
prt-auf: fix the handling of locked ports
|
2023-03-22 09:24:23 -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 |
|
|
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 |
|
|
d65af7889f
|
prt-auf: improve parsing of format string in printf_ports()
|
2022-12-25 19:05:00 -05:00 |
|
|
787ba038e0
|
prt-auf: exchange array subscripts, installed <-> locked
|
2022-12-24 14:45:53 -05:00 |
|
|
3d4523d126
|
prt-auf: sort the output when listing differences
|
2022-11-24 14:43:17 -05:00 |
|
|
badb7373bb
|
prt-auf: accommodate inconsistent whitespace in the list of dependencies
|
2022-10-31 16:52:25 -04:00 |
|
|
06a14d7331
|
prt-auf: suppress the missing packages report at the end of quickdep output
|
2022-10-01 21:00:39 -04:00 |
|
|
076b572a88
|
prt-auf: improve the handling of dependency lines that list deleted ports
|
2022-09-30 20:47:47 -04:00 |
|
|
2babaeacda
|
prt-auf: do not allow subsequent dups to redefine the hashes for version, description, dependencies
|
2022-09-26 11:52:08 -04:00 |
|
|
058a8807af
|
prt-auf: fail gracefully when 'path' finds no hits in the ports tree
|
2022-08-25 10:32:01 -04:00 |
|
|
66b2428ee5
|
prt-auf: also consider release (not just version) when looking for differences
|
2022-07-29 14:52:57 -04:00 |
|
|
00f280b794
|
prt-auf: loosen the pattern match criterion for determining failure from a build log
|
2022-07-24 20:50:22 -04:00 |
|
|
8338d5f131
|
prt-auf: fix the 'dependent' command to handle plus signs in a port name
|
2022-07-11 21:09:07 -04:00 |
|
|
af7d4a6e65
|
prt-auf: improved the parsing of prt-get.conf
|
2022-06-23 14:01:46 -04:00 |
|
|
46ded7d692
|
prt-auf: provide a post-transaction report for sysup too
|
2022-06-21 06:39:20 -04:00 |
|
|
35b6c4e4f2
|
prt-auf: cleaned up the detection of locked ports in sysup()
|
2022-06-20 09:53:20 -04:00 |
|
|
82c2bd8769
|
prt-auf: fixed parsing of dependency line when maintainer uses commas instead of spaces
|
2022-06-17 14:59:37 -04:00 |
|
|
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 |
|
|
59ebcc963c
|
prt-auf: cleaned up the handling of build logs
|
2022-06-15 17:40:52 -04:00 |
|
|
7e03c42638
|
pkgmeek: added fix for unintuitive bash handling of 'set -e' in subshells
|
2022-06-15 13:24:04 -04:00 |
|
|
e2bd920f7c
|
prt-auf: narrowed the pattern matching in parse_prt_conf()
|
2022-06-14 19:46:35 -04:00 |
|
|
704679107f
|
prt-auf: eliminated spurious reporting of dependencies that cannot be found in the ports tree
|
2022-06-14 15:44:34 -04:00 |
|
|
51900bf600
|
prt-auf: simplified the filter for invalid ports in up_inst()
|
2022-06-14 12:08:06 -04:00 |
|
|
23d06ec1f0
|
prt-auf: revised the lines that modify {} in up_inst()
|
2022-06-14 07:18:35 -04:00 |
|
|
b963030c6b
|
prt-auf: widened the search criteria for find_port_by_desc()
|
2022-06-13 17:00:50 -04:00 |
|
|
8dac60ee7b
|
prt-auf: fixed the lookup key used when accessing the %opkg hash
|
2022-06-13 03:50:42 -04:00 |
|
|
730ab19a6a
|
prt-auf: fixed the off-by-one errors in the printf subroutine
|
2022-06-12 20:57:11 -04:00 |
|
|
6abc947745
|
prt-auf: do not fall back on su -c, only allow sudo or doas
|
2022-06-12 18:20:40 -04:00 |
|
|
136106b169
|
prt-auf: cleaned up the manpage, fixed incorrect reporting of repository path
|
2022-06-11 19:36:23 -04:00 |
|
|
e1c023b685
|
prt-auf: added the printf subroutine
|
2022-06-11 14:26:19 -04:00 |
|
|
46231987e1
|
pkgmeek: restore the original treatment of missing files in a footprint
|
2022-06-11 09:23:07 -04:00 |
|
|
ad1e299f4a
|
prt-auf: fixed sysup() subroutine
|
2022-06-11 08:56:25 -04:00 |
|
|
6162bf44d9
|
prt-auf: improved the handling of locked ports
|
2022-06-11 03:37:27 -04:00 |
|
|
6356b9f98c
|
prt-auf: another quick fix of find_port_by_name()
|
2022-06-10 18:52:27 -04:00 |
|
|
b06ebe46a4
|
prt-auf: more fixes for the --regex handling in find_port_by_name()
|
2022-06-10 18:32:30 -04:00 |
|
|
238c856e31
|
prt-auf: fixed the --regex switch in find_port_by_name()
|
2022-06-10 15:07:46 -04:00 |
|
|
ffb34d639f
|
prt-auf: small fix for the port_edit() function
|
2022-06-10 13:46:19 -04:00 |
|
|
985bb342e7
|
prt-auf: initial commit
|
2022-06-10 11:17:22 -04:00 |
|