diff options
author | tv <tv> | 2004-03-29 19:36:07 +0000 |
---|---|---|
committer | tv <tv> | 2004-03-29 19:36:07 +0000 |
commit | 06c6f2f181f07aed645e705345493f1647fa3115 (patch) | |
tree | d7aec6da36aa67531ff7790f1e66cd6449058c0a /archivers/par2/Makefile | |
parent | 081dd03a394632f0a77e98ce79fde6f552a3bb9a (diff) | |
download | pkgsrc-06c6f2f181f07aed645e705345493f1647fa3115.tar.gz |
par2cmdline is a PAR 2.0 compatible file verification and repair tool.
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.
Diffstat (limited to 'archivers/par2/Makefile')
-rw-r--r-- | archivers/par2/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile new file mode 100644 index 00000000000..c11029b407a --- /dev/null +++ b/archivers/par2/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:36:07 tv Exp $ +# + +DISTNAME= par2cmdline-0.3 +PKGNAME= ${DISTNAME:S/cmdline//} +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=parchive/} + +MAINTAINER= tv@duh.org +HOMEPAGE= http://parchive.sourceforge.net/ +COMMENT= Create or use PAR2 parity volumes + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |