summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
AgeCommit message (Collapse)AuthorFilesLines
2003-12-20bump to 20031220grant1-2/+2
2003-12-20sync with -current:grant1-2/+5
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd
2003-12-20sync with -current:grant1-7/+11
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd Include filename in: 'existing entry for `sha1.h', type `file' does not match type `link' realloc pedant
2003-09-05Make this build using libnbcompat-20030829. Several files from the olderjlam13-5/+2285
libnbcompat where moved into mtree/files since they logically belong together (and are that way in the NetBSD src tree).
2003-09-05update mtree to 20030905:grant15-4194/+897
* sync with -current * fixes for libnbcompat new world order * autoconf and Makefile cleanup
2003-09-05Improved COMMENT. (Okay'd by grant.)reed1-2/+2
2003-07-31also install man page source, bump to 20030731.grant2-3/+5
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-30test for getmode(), setmode(), isblank(), strmode(), tzfile.h.grant4-24/+129
bump to 20030630.
2003-04-24Remove the package name from the COMMENTagc1-2/+2
2003-04-03remove deprecated NO_PATCH.grant1-2/+1
(perhaps I should update my pkglint?)
2003-04-01allow this to build outside pkgsrc, too.grant1-2/+2
2003-04-01tidy this up a bit, consistently use parens.grant1-16/+14
2003-03-31Initial import of mtree-20030331 into The NetBSD Packages Collection.grant20-0/+14694
The mtree utility compares the file hierarchy rooted in the current directory against a specification read from the standard input. Messages are written to the standard output for any files whose characteristics do not match the specification, or which are missing from either the file hierarchy or the specification.