1 | # $Id: Portfile,v 1.2 2005/07/04 10:47:14 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name par2 |
---|
5 | version 0.4 |
---|
6 | description Parchive: Parity Archive Volume Set for data recovery |
---|
7 | long_description Parchive takes .par files and can regenerate missing data \ |
---|
8 | based upon a Reed-Soloman Code. This is useful for restoring \ |
---|
9 | missing pieces of a multi-part archive like the kinds used \ |
---|
10 | on Usenet. Version 2 does not require like-sized pieces, \ |
---|
11 | so it is useful for many more kinds of data recovery. |
---|
12 | maintainers julian@jabber.org |
---|
13 | categories archivers |
---|
14 | platforms darwin |
---|
15 | homepage http://parchive.sourceforge.net/ |
---|
16 | master_sites sourceforge:parchive |
---|
17 | checksums md5 1551b63e57e3c232254dc62073b723a9 |
---|
18 | distname par2cmdline-${version} |
---|
19 | patchfiles stricmp-define.patch |
---|
20 | configure.args --mandir=${prefix}/share/man |
---|
21 | configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ |
---|
22 | CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" |
---|
23 | |
---|
24 | platform darwin 8 { |
---|
25 | configure.env-append CC=/usr/bin/gcc-3.3 CXX=/usr/bin/g++-3.3 |
---|
26 | } |
---|