summaryrefslogtreecommitdiff
path: root/archivers/par2
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-29 19:36:07 +0000
committertv <tv@pkgsrc.org>2004-03-29 19:36:07 +0000
commitf96e2fca601afc0debe04898bdd9047137ada83d (patch)
treed7aec6da36aa67531ff7790f1e66cd6449058c0a /archivers/par2
parent8fda805fa56dcf4fb688bcab5739ac2b1e09ee73 (diff)
downloadpkgsrc-f96e2fca601afc0debe04898bdd9047137ada83d.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')
-rw-r--r--archivers/par2/DESCR10
-rw-r--r--archivers/par2/Makefile17
-rw-r--r--archivers/par2/PLIST5
-rw-r--r--archivers/par2/distinfo4
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