This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] par2


I want to package par2 for Cygwin.  par2 is the well-known file verification and
repair tool, using Reed-Solomon encoding.  It builds OOTB in Cygwin.

par2.cygport:

NAME=par2
VERSION=0.6.14
RELEASE=1
SUMMARY="File verification and repair tool"
DESCRIPTION="par2 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."
CATEGORY="Archive"
HOMEPAGE="https://github.com/Parchive/par2cmdline";

GIT_URI="https://github.com/Parchive/par2cmdline.git";
GIT_TAG=v0.6.14
inherit git

Package files:

wget \
 http://home.comcast.net/~andrex2/cygwin/par2/setup.hint
 http://home.comcast.net/~andrex2/cygwin/par2/par2-0.6.14-1.tar.xz
 http://home.comcast.net/~andrex2/cygwin/par2/par2-0.6.14-1-src.tar.xz

Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]