diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 19:36:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 19:36:07 +0000 |
commit | 1f9b98ce5efaa543092c4e2029a200cab423c16a (patch) | |
tree | d7aec6da36aa67531ff7790f1e66cd6449058c0a /archivers | |
parent | f2a3e889cf2193b44cd80ec48e466afcfc2f0b51 (diff) | |
download | pkgsrc-1f9b98ce5efaa543092c4e2029a200cab423c16a.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')
-rw-r--r-- | archivers/par2/DESCR | 10 | ||||
-rw-r--r-- | archivers/par2/Makefile | 17 | ||||
-rw-r--r-- | archivers/par2/PLIST | 5 | ||||
-rw-r--r-- | archivers/par2/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/archivers/par2/DESCR b/archivers/par2/DESCR new file mode 100644 index 00000000000..abbaf5f7edc --- /dev/null +++ b/archivers/par2/DESCR @@ -0,0 +1,10 @@ +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. 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" diff --git a/archivers/par2/PLIST b/archivers/par2/PLIST new file mode 100644 index 00000000000..256b54a02df --- /dev/null +++ b/archivers/par2/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 19:36:07 tv Exp $ +bin/par2 +bin/par2create +bin/par2repair +bin/par2verify diff --git a/archivers/par2/distinfo b/archivers/par2/distinfo new file mode 100644 index 00000000000..4ae073db630 --- /dev/null +++ b/archivers/par2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/29 19:36:07 tv Exp $ + +SHA1 (par2cmdline-0.3.tar.gz) = 4202ffec5d5fa1e9d83da8e0c6e936832082f17d +Size (par2cmdline-0.3.tar.gz) = 227545 bytes |