aboutsummaryrefslogtreecommitdiff
path: root/archivers/ocaml-bz2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add LICENSESunpoet Po-Chuan Hsieh2015-11-201-7/+12
| | | | | | | | | | - Strip shared library - Convert to new options target helper - Cosmetic change - Bump PORTREVISION for package change Notes: svn path=/head/; revision=402059
* archives/ocaml-bz2 is not jobs safeJohn Marino2015-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) Notes: svn path=/head/; revision=395034
* Reset 14 ocaml ports maintained by Jaap Boender per his requestJohn Marino2015-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 Notes: svn path=/head/; revision=386500
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-4/+1
| | | | Notes: svn path=/head/; revision=380298
* Stage supportAntoine Brodin2014-03-261-9/+7
| | | | Notes: svn path=/head/; revision=349288
* Remove NOPORT* from archivers. The only holdouts here are ruby@ now.Adam Weinberger2014-01-031-1/+1
| | | | Notes: svn path=/head/; revision=338542
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* Convert archivers from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-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 Notes: svn path=/head/; revision=325646
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-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 Notes: svn path=/head/; revision=284239
* - Bump portrevisions on all ocaml libraries, as it appears that compiledStanislav Sedov2011-04-051-0/+1
| | | | | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree Notes: svn path=/head/; revision=272267
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compressionRenato Botelho2009-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> Notes: svn path=/head/; revision=229042