NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
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.
# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:13 joerg Exp $
#
DISTNAME= par2cmdline-0.4
PKGNAME= ${DISTNAME:S/cmdline//}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=parchive/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://parchive.sourceforge.net/
COMMENT= Create or use PAR2 parity volumes
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 19:36:07 tv Exp $
bin/par2
bin/par2create
bin/par2repair
bin/par2verify
$NetBSD: distinfo,v 1.4 2006/06/21 18:47:02 minskim Exp $
SHA1 (par2cmdline-0.4.tar.gz) = 2fcdc932b5d7b4b1c68c4a4ca855ca913d464d2f
RMD160 (par2cmdline-0.4.tar.gz) = e98dc84fa7a4304b8d71c1d373fdce0bca1e6290
Size (par2cmdline-0.4.tar.gz) = 239312 bytes
SHA1 (patch-aa) = cb2cc7bb718cd003fea2afc1f278d5d8a46381e0
# $NetBSD: hacks.mk,v 1.2 2005/12/05 20:49:47 rillig Exp $
.if !defined(PAR2_HACKS_MK)
PAR2_HACKS_MK= # defined
### [Fri Jan 21 21:44:32 UTC 2005 : tv]
### Interix system-supplied g++ 3.3 iostream has no "long long" support
###
.if ${OPSYS} == "Interix"
PKG_HACKS+= g++-iostream-longlong
GCC_REQD+= 3.3.4
.endif
.endif