This is a new port of ocaml-bz2, the OCaml bindings for libbzip2. Fix: shar included. Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
State Changed From-To: open->closed New port added. Thanks!
garga 2009-02-25 14:43:45 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/ocaml-bz2 Makefile distinfo pkg-descr Log: CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compression library which typically compresses better (i.e., smaller resulting files) than gzip. Using CamlBZ2 you can read and write compressed "files", where files can be anything offering an in_channel/out_channel abstraction (files, sockets, ...). Also, with CamlBZ2 you can compress and decompress strings in memory using the bzip2 compression algorithm. Author: Olivier Andreu <oandrieu@gmail.com> and Stefano Zacchiroli <zack@upsilon.cc> WWW: http://camlbz2.forge.ocamlcore.org PR: ports/132059 Submitted by: Jaap Boender <jaapb at kerguelen.org> Revision Changes Path 1.218 +1 -0 ports/archivers/Makefile 1.1 +38 -0 ports/archivers/ocaml-bz2/Makefile (new) 1.1 +3 -0 ports/archivers/ocaml-bz2/distinfo (new) 1.1 +13 -0 ports/archivers/ocaml-bz2/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"