diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-17 14:48:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-17 14:48:21 +0800 |
commit | 94611b3d0d785827ba53b78dd5f4e301525844f4 (patch) | |
tree | 01f9738cc90109eeb06329d80f1e5ff0ef5ce5a8 /archivers/libpar2/pkg-descr | |
parent | 43abfd8e24e942a9e7ea7f92407166f0e103632f (diff) | |
download | freebsd-ports-gnome-94611b3d0d785827ba53b78dd5f4e301525844f4.tar.gz freebsd-ports-gnome-94611b3d0d785827ba53b78dd5f4e301525844f4.tar.zst freebsd-ports-gnome-94611b3d0d785827ba53b78dd5f4e301525844f4.zip |
[NEW PORT] archivers/libpar2 Reusable library for manipulating par2 files
Libpar2 is a library 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 especially popular on Usenet.
Libpar2 is extracted from par2cmdline, and distributed separately.
WWW: http://parchive.sourceforge.net/
PR: ports/126578
Submitted by: Jeff Burchell <toxic@doobie.com>
Diffstat (limited to 'archivers/libpar2/pkg-descr')
-rw-r--r-- | archivers/libpar2/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archivers/libpar2/pkg-descr b/archivers/libpar2/pkg-descr new file mode 100644 index 000000000000..1323b633c157 --- /dev/null +++ b/archivers/libpar2/pkg-descr @@ -0,0 +1,7 @@ +Libpar2 is a library for manipulating par2 files, extracted from par2cmdline + +Libpar2 is a library 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 especially popular on Usenet. + +WWW: http://parchive.sourceforge.net/ |