summaryrefslogtreecommitdiff
path: root/misc/parchive
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-2/+4
their files via a custom do-install target.
2007-12-12Reset maintainer on his request.wiz1-2/+2
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digestsagc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent1-3/+3
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-25Here are a couple of patches I submitted to the Sourceforge projectfredb6-26/+173
in June of this year, but for which I got no response. 1) Sourceforge PR #72673: Get the program name for the usage statement in the most portable fashion possible, using argv. 2) Sourceforge PR #762825, which is a rework of PR #504855, by Adam Lewandowski. Add a "table of contents" command, included a "+v" option to dump absolutely all of the information in the par file. Bump ${PKGREVISION}. I think it's safe to say that this is the final release. The current "par2", for version 2 parity files, is now backwards compatible with the version 1 parity files that this program generates. It does not, however, seem to have the cool "table of contents" feature.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-01-04Use __progname, to get the name of the command right for the help message.fredb3-5/+53
2002-01-04Initial import of parchive-1.1, an implementation of "Parity Volume Sets",fredb5-0/+51
specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet binary postings, but the public domain format is sufficiently general to permit other applications as well.