RAR uncompression algorithm. UnRAR requires very small volume of
memory to operate.
UnRAR library can be used by other programs to extract RAR archives.
This package contains small fixes from the http://mcmcc.bat.ru/clamav/.
WWW: http://www.rarsoft.com/
PR: ports/157421
Submitted by: Joris Vandalon <joris@vandalon.nl>
Add LICENSE.
Pass --docdir through CONFIGURE_ARGS to install into the right places.
Disable the libc malloc() alignment test according to consultation of the
upstream author, Marcus F. X. J. Oberhumer. He advised that the test were
too strict and would be changed for 2.06.
Refresh patches.
PR: ports/156931
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
write a range of common variations of archive format including V7,
USTAR, POSIX and GNU formats. It provides support for packing and
unpacking portable archives. This makes it suitable for distribution
but not backup because details like file ownership and exact
permissions are not preserved.
WWW: http://hackage.haskell.org/package/tar
Obtained from: FreeBSD Haskell
Approved by: pgj (mentor)
Author: Thomas Sondergaard (thomas at sondergaard.cc)
WWW: http://rubyzip.sourceforge.net/
PR: ports/156631
Submitted by: Hsin-Han You <hhyou at cs.nctu.edu.tw>
Zutils is a collection of utilities able to deal with any combination
of compressed and non-compressed files transparently. If any given
file, including standard input, is compressed, its decompressed
content is used. Compressed files are decompressed on the fly; no
temporary files are created.
The provided utilities are:
Zcat - Decompresses and copies files to standard output.
Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.
The supported compressors are bzip2, gzip, lzip, and xz.
WWW: http://www.nongnu.org/zutils/zutils.html
PR: ports/156359
Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com>