summaryrefslogtreecommitdiff
path: root/archivers/dar
AgeCommit message (Collapse)AuthorFilesLines
2006-05-26Changes 2.3.0:adam4-45/+63
- added user_interaction::pause2() method - added the snapshot feature - added the Cache Directory Tagging detection feature - adapted Wesley's patch for a pkgconfig for libdar - more...
2006-05-07Do not convert char* to int, which may cause an error on 64-bit platforms.minskim3-9/+18
Bump PKGREVISION.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-3/+3
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05SunPro on Solaris needs -D__EXTENSIONS__ for getopt().rillig1-1/+4
2005-09-09Added CVS Id tag to patch-ac.rillig2-2/+4
2005-09-07Add patch to check the gettext implementation correctly --reed3-2/+16
so it doesn't build with its own libintl. The error was: error: too many arguments to function `const char* _nl_expand_alias()' Include devel/gettext-lib/buildlink3.mk. Bump PKGREVISION. This is for PR 30993.
2005-07-14Reset maintainer, mail bounced.wiz1-2/+2
2005-06-30USE_PKGLOCALEDIR=yesminskim1-1/+2
2005-06-29Remove HOMEPAGE from DESCR.wiz1-2/+0
2005-06-29Updated dar to 2.2.2martti14-178/+30
* lots of new options * lots of bug fixes * translation updates * documentation updates
2005-05-23Removed trailing whitespace.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-24Give the hack a PKG_HACKS name.tv1-1/+2
2005-01-24Hopefulyl final Interix fix: make test_filesystem.cpp build.tv2-1/+24
2005-01-24Another Interix fix: Fix nonstatic linking in src/testing subdir.tv3-1/+30
2005-01-24Fix build on Interix. (Changes submitted to author.)tv11-8/+133
2005-01-21Need --enable-os-bits for Interix.tv1-2/+7
2004-11-09Changes 2.1.5:adam3-9/+16
- added protection code against bad_alloc exception - new configure option to bypass libdl test - removed expected exception list in deci, limitint, real_infinint and storage modules to improve global robustness - remove the #pragma implementation/interface directives which tend today to become obsolete, and seems to be the cause of compilation problem on (recent) Linux kernel 2.6.7 for example. - added protection code to report bug conditions - code simplification for filesystem reading (while performing backup) - fixed bug #29 (crash when saving hard link without read permission) - fixed code syntax to support gcc-3.4.x
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-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-29Enable pkgviews installation.minskim1-1/+3
2004-05-29Remove superfluous SED/MV.minskim3-11/+6
2004-05-16USE_LANGUAGES= c c++minskim1-1/+3
USE_LIBTOOL= yes
2004-05-12Explicitly disable upx.minskim1-1/+2
2004-03-30Make this package use buildlink3 framework, and add dependencies onminskim1-1/+6
bzip2 and zlib. Bump PKGREVISION.
2004-03-20Spelling fix.snj1-1/+1
2004-02-10MAINTAINER should only contain an email address.grant1-2/+2
2003-12-15Initial import of dar-2.0.2 into the NetBSD Packages Collection.agc5-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/