aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ocaml-zip
Commit message (Collapse)AuthorAgeFilesLines
* - Remove Author linesunpoet2014-05-021-1/+0
|
* Stage supportantoine2014-03-271-19/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-7/+3
| | | | archivers)
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - 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)
* - Update to 1.04.stas2009-04-073-7/+5
| | | | | | | | | | | Changes: - Added function Zip.add_entry_generator. - The "level" optional argument was sometimes not honored; fixed. - Relicensed under LGPL 2.1 or above, with Caml's special exception for static linking. PR: ports/132071 Submitted by: Jaap Boender <jaapb@kerguelen.org>
* - Install a META file for use with ocaml-findlib (findlib is still notbeech2009-01-303-1/+21
| | | | | | | | | | | necessary to install or run the port, but if it is there, it will detect the port); - Install files (zlib.cmi and zlib.mli) needed by www/ocsigen. - Bump portrevision PR: ports/130507 Submitted by: Jaap Boender <jaapb@kerguelen.org> Approved by: stas (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-141-1/+0
| | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
* - Update to 1.03.stas2007-02-222-5/+5
|
* This Objective Caml library provides easy access to compressed files in ZIPitetcu2006-09-063-0/+63
and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats. Author: Xavier Leroy <Xavier.Leroy@inria.fr> WWW: http://pauillac.inria.fr/~xleroy/software.html PR: ports/101214 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>