Commit graph

37 commits

Author SHA1 Message Date
abs
59b795ff54 Update pkgtools/pkg_chk to 1.66
Fix incorrect quotation in test
2006-01-15 12:32:56 +00:00
joerg
599b02b412 When creating the sorted list of binary packages, "ls -t *.tgz" can
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.
2006-01-12 21:17:16 +00:00
abs
9ca94e98c0 update pkg_chk to 1.64
- Allow -U of filenames on the commandline
2006-01-03 19:00:09 +00:00
dillo
f9639751a9 Fix precedence botch which breaks invocation using source. 2005-12-13 15:26:05 +00:00
wiz
7923936df5 Sort options in SYNOPSIS, bump date for -S. 2005-12-12 14:03:20 +00:00
dillo
6ff6eb177b Add new option -S to create summary file of binary package directory.
Use this summary file to support using remote binary packages.

Okayed by agc and abs.
2005-12-12 13:36:37 +00:00
heas
852277e6aa Solaris 2.9's nawk does not like the syntax ($0 ~ /=/); it seems as if the
parser interprets this as the division operator '/=', so escape the =.
2005-10-02 02:05:29 +00:00
wiz
b318c48fb9 Typo and whitespace fixes. Use Sq. Capitalize NetBSD properly. 2005-09-30 12:10:44 +00:00
abs
c413838a65 Update pkg_chk to 1.62:
+ Implement defining tag groups in pkgchk.conf. For example
      "mailserver = tll gta tycoon jeeves iris"
    + If the first tag on a line starts with a '-', there is now an
      implicit '*' before it
    + -B no longer implies -i
2005-09-27 17:13:03 +00:00
abs
345ac26c9b update pkgtools/pkg_chk to 1.61.
Accept relative paths for -C and -P - fixes PR/31277 from Tero Kivinen
2005-09-11 10:39:03 +00:00
abs
2799fb73cd missed in last 2005-08-04 18:01:37 +00:00
abs
04c8e2ea5d update pkgtools/pkg_chk to 1.60:
Make -b work without any access to pkgsrcdir
2005-08-04 17:55:51 +00:00
abs
9e2946589a update pkg_chk to 1.59:
Fix fallout of 'sh -e' change in 1.58 - make pkg_chk -lb work again
2005-06-01 14:14:47 +00:00
wiz
e14eaa5810 Formatting improvements. Bump date for previous. New sentence, new line. 2005-06-01 11:38:45 +00:00
abs
7715a5d6f2 update pkg_chk to 1.58
- sort -l output so that dependencies always come before packages
  which depend upon them
- completely rework -u so that a list of packages to be update is generated,
  then all mismatched packages are removed, then the list is processed to
  add in packages. If -u is interrupted, a second run will resume the update
- update (-u) works with binary packages
2005-06-01 11:29:45 +00:00
wiz
2392e577cd Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable). 2005-05-07 22:24:04 +00:00
abs
fa2b344c7b update pkg_chk to 1.57
Two fixes to -l (list required binary packages to stdout)
  a) If a dependency is missing, display its name correctly
  b) Display any progress to stderr not stdout (for obvious reasons)
2005-04-20 15:32:25 +00:00
hubertf
c6fc7178c3 Fix typo: hypen -> hyphen (twice!)
Noted by burnhard on #NetBSD (IRCnet)
2005-03-26 00:46:40 +00:00
wiz
14c8b0a575 Update to 1.56:
Add new -N option, showing for each installed package any corresponding
entries in pkgsrc/doc/TODO (to give you an idea what updates you could
be interested in :) ).
While here, sort options in usage.
Ok'd by abs@.
2005-02-28 00:43:48 +00:00
abs
76e611fa1f Update pkg_chk to 1.55
Update the final ${PKG_INFO} working on files to include -.
2005-02-09 09:50:26 +00:00
simonb
60666b8ab8 Use "-P path" instead of "-P file" in the synopsis. 2005-02-05 00:26:41 +00:00
wiz
1c31e687fe Make it work with pkg_install tools that do not search
the file system by default. Replace one pkg_info with ${PKG_INFO}.
Welcome to 1.54!
Okayed by abs@.
2005-02-01 20:44:48 +00:00
abs
a6def97960 Update pkg_chk to 1.53.
- Substitute default values for GREP, PKG_INFO, and SED at buildtime
    - Add -P dir, to set binary package dir
    - Remove the need for a copy of pkgsrc when using -b
    - List 'missing' packages at the end alog wwith Installed and Failed
    - Output various messages to stdout and to logfile (if active)
    - As ever, there are few problems that cannot be helped by
      adding another layer of abstraction
2005-01-29 15:36:30 +00:00
wiz
58f721fe50 Bump date for previous. 2004-11-30 23:37:11 +00:00
abs
3d807a4a57 Update pkg_chk to 1.52:
Tags starting with '/' are checked for as readable files
2004-11-30 19:32:10 +00:00
wiz
9957190f31 Document workaround for automatic recursive package update; from abs. 2004-11-17 16:27:20 +00:00
abs
797098bfe4 Update pkg_chk to 1.51:
Rather than leaving -- as the only argument and checking for one argument,
shift it away and check for zero remaining arguments.
2004-09-03 10:19:17 +00:00
grant
b6a26574d9 extract OPSYS, OS_VERSION and MACHINE_ARCH from pkgsrc so the values
are consistent with pkgsrc. welcome to pkg_chk 1.50.
2004-08-28 23:10:34 +00:00
abs
d35589253f Update pkg_chk to 1.49:
When -v (verbose) is given with -l (list binary packages required for
    target config), display which package pulled in a particular dependency
2004-06-30 09:53:42 +00:00
abs
98d45c8b05 Update pkg_chk to 1.48
Fix awk usage for nawk in 2.0
2004-05-09 17:56:17 +00:00
abs
82516b2772 Update pkg_chk to 1.47:
- Substitute in @SH@, to ensure we get a sane shell on Solaris
	  From Ben Secrest
2004-04-13 14:36:23 +00:00
abs
d913adcace Update pkg_chk to 1.46:
- Fix nawk issues (NetBSD-2.0 and Solaris) - Fixes PR pkg/24931
    - Fix inverted -k test when generating list of binary packages
    - Misc cleanup & removal of debugging entry
2004-04-08 18:48:53 +00:00
schmonz
99681e8cde Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
grant
14c8d0e26d reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/ 2004-03-27 07:54:57 +00:00
grant
22aac9d309 pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchk 2004-03-27 07:54:34 +00:00
wiz
4bd7d8bda2 Refer to pkg_chk here too. 2004-03-27 00:03:40 +00:00
wiz
6ed5c6df1c Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME,
and directory path match. Addresses PR 23679.
2004-03-27 00:02:34 +00:00