1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add par2cmdline, a set of commandline tools for working with PAR v2 files,

used for verifying and recovering damaged files. PAR is especially
popular on news groups.

PR:		ports/54812
Submitted by:	Chris Larsen <darth@vader.dk>
This commit is contained in:
Pav Lucistnik 2003-12-17 20:26:47 +00:00
parent d30f476711
commit f6a7eae134
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96088
5 changed files with 43 additions and 0 deletions

View File

@ -41,6 +41,7 @@
SUBDIR += p5-Compress-Zlib
SUBDIR += p5-IO-Zlib
SUBDIR += p5-Mac-Macbinary
SUBDIR += par2cmdline
SUBDIR += parchive
SUBDIR += pear-Archive_Tar
SUBDIR += ppunpack

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: par2cmdline
# Whom: Chris Larsen <darth@vader.dk>
# Date created: 24 July 2003
#
# $FreeBSD$
#
PORTNAME= par2cmdline
PORTVERSION= 0.3
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= parchive
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for using Parity v2 Archive files
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (par2cmdline-0.3.tar.gz) = 705c97bc41b862d281dd41c219a60849

View File

@ -0,0 +1,7 @@
Parity v2 Archive create/verify/recover
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. Par files are expecially popular on Usenet.
WWW: http://parchive.sourceforge.net/

View File

@ -0,0 +1,6 @@
bin/par2
bin/par2verify
bin/par2create
bin/par2repair
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%