cvs commit: ports/archivers Makefile ports/archivers/ocaml-bz2 Makefile distinfo pkg-descr

Renato Botelho garga at FreeBSD.org
Wed Feb 25 06:43:46 PST 2009


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 at gmail.com> and
          Stefano Zacchiroli <zack at 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)


More information about the cvs-ports mailing list