From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68844 invoked by alias); 25 Sep 2015 21:10:33 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 68818 invoked by uid 89); 25 Sep 2015 21:10:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: resqmta-ch2-12v.sys.comcast.net Received: from resqmta-ch2-12v.sys.comcast.net (HELO resqmta-ch2-12v.sys.comcast.net) (69.252.207.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 25 Sep 2015 21:10:30 +0000 Received: from resomta-ch2-11v.sys.comcast.net ([69.252.207.107]) by resqmta-ch2-12v.sys.comcast.net with comcast id MZ9b1r0042Ka2Q501ZATCy; Fri, 25 Sep 2015 21:10:27 +0000 Received: from 5200-glenwood.net ([69.140.37.22]) by resomta-ch2-11v.sys.comcast.net with comcast id MZAT1r0060UgAyD01ZATsH; Fri, 25 Sep 2015 21:10:27 +0000 Received: from helium.5200-glenwood.net ([192.168.1.2]) by helium with smtp (Exim 4.82) (envelope-from ) id 1ZfaGB-0003F4-0r for cygwin-apps@cygwin.com; Fri, 25 Sep 2015 17:10:27 -0400 From: Andrew Schulman To: cygwin-apps@cygwin.com Subject: [ITP] par2 Date: Fri, 25 Sep 2015 21:10:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-09/txt/msg00042.txt.bz2 I want to package par2 for Cygwin. par2 is the well-known file verificatio= n and repair tool, using Reed-Solomon encoding. It builds OOTB in Cygwin. par2.cygport: NAME=3Dpar2 VERSION=3D0.6.14 RELEASE=3D1 SUMMARY=3D"File verification and repair tool" DESCRIPTION=3D"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=3D"Archive" HOMEPAGE=3D"https://github.com/Parchive/par2cmdline" GIT_URI=3D"https://github.com/Parchive/par2cmdline.git" GIT_TAG=3Dv0.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