Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-05-29 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
2004-05-29 | Remove superfluous SED/MV. | minskim | 3 | -11/+6 | |
2004-05-16 | USE_LANGUAGES= c c++ | minskim | 1 | -1/+3 | |
USE_LIBTOOL= yes | |||||
2004-05-12 | Explicitly disable upx. | minskim | 1 | -1/+2 | |
2004-03-30 | Make this package use buildlink3 framework, and add dependencies on | minskim | 1 | -1/+6 | |
bzip2 and zlib. Bump PKGREVISION. | |||||
2004-03-20 | Spelling fix. | snj | 1 | -1/+1 | |
2004-02-10 | MAINTAINER should only contain an email address. | grant | 1 | -2/+2 | |
2003-12-15 | Initial import of dar-2.0.2 into the NetBSD Packages Collection. | agc | 5 | -0/+106 | |
Provided in PR 23738 by David Simas. DAR is a Disk ARchiver, for backing-up file systems to disk. It's rather in the spirit of TAR, with some additions. Notably: DAR can break up a archive into multiple files, to facillitate storage on portable media, like CDs or DVDs. Can perform incremental back-ups against a reference archive, or, more conveniently, a "catalog" of an archive, which is sort of a combination of a TAR table-of-contents and a file checksum list. DAR also supports filtering, so files or directories can be excluded from an archive, compression, filtered compression, and the inclusion of parity in archives, to help recover from media errors. See http://dar.sourceforge.net/ |