Date: Wed, 25 Feb 2009 14:43:45 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/ocaml-bz2 Makefile distinfo pkg-descr Message-ID: <200902251443.n1PEhjUU079754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902251443.n1PEhjUU079754>
