diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-17 06:48:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-17 06:48:21 +0000 |
commit | e7f6d9c0ae9399af670ee074a9fd5e39cd2451d9 (patch) | |
tree | 95ce027e702cabbc8a6d3b3837e0e0e731ff14b3 /archivers/Makefile | |
parent | ed24cea936f98f394c01a2e183047bf05a34ec27 (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=218714
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index a1b6499f0e07..4d833c3ddf41 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -52,6 +52,7 @@ SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += liborange + SUBDIR += libpar2 SUBDIR += librtfcomp SUBDIR += libunrar SUBDIR += libzip |