Bug 132059 - New port: archivers/ocaml-bz2 (OCaml bindings for libbzip2)
Summary: New port: archivers/ocaml-bz2 (OCaml bindings for libbzip2)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 12:40 UTC by jaapb
Modified: 2009-02-25 14:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.58 KB, text/plain)
2009-02-24 12:40 UTC, jaapb
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2009-02-24 12:40:01 UTC
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
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 13:28:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 14:43:47 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-25 14:43:59 UTC
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"