aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ocaml-bz2
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEsunpoet2015-11-201-7/+12
| | | | | | | - Strip shared library - Convert to new options target helper - Cosmetic change - Bump PORTREVISION for package change
* archives/ocaml-bz2 is not jobs safemarino2015-08-221-0/+2
| | | | | I've been carrying the patch in dports for 2 years, but forgot to transfer it to ports (revealed when port became unmaintained)
* Reset 14 ocaml ports maintained by Jaap Boender per his requestmarino2015-05-161-1/+1
| | | | | | | | | | | | | "I don't use FreeBSD very much anymore, so I'm not really the best person to fix this. (As a corollary, if anyone wants to take over maintainership of any or all of the ports, I'm still listed as maintainer of, they are most welcome to.)" Given that Jaap hasn't submitted or handled any PRs since before staging, I think it will be more effective to just reset all the ports and let people pick up the ones they like. Thanks for your past support, Jaap! PR: 199845
* Remove Authors from pkg-descrbapt2015-03-031-4/+1
|
* Stage supportantoine2014-03-271-9/+7
|
* Remove NOPORT* from archivers. The only holdouts here are ruby@ now.adamw2014-01-031-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | archivers)
* Convert archivers from USE_GMAKE to USES=gmakebapt2013-08-301-6/+2
| | | | | | | While here: - Trim headers - Convert some port to the new perl world - Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-0/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Bump portrevisions on all ocaml libraries, as it appears that compiledstas2011-04-061-0/+1
| | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compressiongarga2009-02-253-0/+54
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>