summaryrefslogtreecommitdiff
path: root/archivers/par2
AgeCommit message (Collapse)AuthorFilesLines
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv1-2/+2
PR-responsible person (such as I am ;) a little easier.
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-08-26Update to 0.4.tv2-6/+6
Notable changes: * new command line options (-c, -q, -v) * 64-bit file (via 64-bit stdio API) support
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-21Move GCC_REQD-for-Interix check into a hacks.mk; suggested by jlam.tv2-7/+15
2005-01-21Add GCC_REQD for Interix to prevent use of the base system gcc, which istv1-1/+7
missing "long long" support in iostream.
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-04this package only uses a c++ compiler.grant1-1/+2
2004-03-29par2cmdline is a PAR 2.0 compatible file verification and repair tool.tv4-0/+36
See http://parchive.sourceforge.net for details of PAR 2.0 specification and discussion of all things PAR. WHAT EXACTLY IS PAR2CMDLINE? par2cmdline is a program for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file.