pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/par2 par2cmdline is a PAR 2.0 compatible fil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/efafc2f090db
branches: trunk
changeset: 471651:efafc2f090db
user: tv <tv%pkgsrc.org@localhost>
date: Mon Mar 29 19:36:07 2004 +0000
description:
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:
archivers/par2/DESCR | 10 ++++++++++
archivers/par2/Makefile | 17 +++++++++++++++++
archivers/par2/PLIST | 5 +++++
archivers/par2/distinfo | 4 ++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 00ef62264791 -r efafc2f090db archivers/par2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/par2/DESCR Mon Mar 29 19:36:07 2004 +0000
@@ -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 -r 00ef62264791 -r efafc2f090db archivers/par2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/par2/Makefile Mon Mar 29 19:36:07 2004 +0000
@@ -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@localhost
+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 -r 00ef62264791 -r efafc2f090db archivers/par2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/par2/PLIST Mon Mar 29 19:36:07 2004 +0000
@@ -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 -r 00ef62264791 -r efafc2f090db archivers/par2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/par2/distinfo Mon Mar 29 19:36:07 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index