summaryrefslogtreecommitdiff
path: root/archivers/ocaml-zip
AgeCommit message (Collapse)AuthorFilesLines
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb1-2/+2
2016-07-07Remove obsolete patch (not in distinfo).wiz1-14/+0
2016-07-03Corrected distinfo.jaapb1-2/+1
2016-07-03Removed superfluous patches and revbumpjaapb3-16/+4
2016-06-25Updated package to latest version (1.06) and made it compatible withjaapb3-23/+15
ocaml 4.03 and the latest framework version. Discussed on packages@ and OK'd by jperkin. Changes include: - Switch to "safe string" mode. Some API functions that use to take strings now take byte sequences instead. OCaml 4.02 or up is required. - Update for OCaml 4.03. - Avoid Zlib error when calling Gzip.output with length = 0. - Improve support for ZIP files / ZIP file members greater than 2 Gbytes.
2016-05-05Revbump associated with ocaml update. Also added patches to make packagejaapb5-5/+35
compile with newest zlib/ocaml.
2016-02-03Added buildlink3.mk filejaapb1-0/+14
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb1-2/+2
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb1-2/+2
2015-01-20Revbump associated with update of lang/ocaml.jaapb1-2/+2
2014-10-09Revbump for ocaml 4.02.0.jaapb1-2/+3
(Some packages omitted because they will be updated to new versions)
2014-01-09Needs zlib.jperkin1-1/+2
2013-04-03Updated package to version 1.05, which adds native support for ocaml-findlib.jaapb6-66/+10
2012-12-03Corrected error in META file (wrong libraries referenced). Bumpedjaapb2-5/+5
PKGREVISION.
2012-10-08Updated Makefile to build native-code version on arm architecture as well.jaapb1-2/+4
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-16Update to 1.04, provided by Jaap Boender in PR 46805:wiz4-20/+24
This is an upgrade to the latest version. Changes include: - Added function Zip.add_entry_generator. (Contributed by A. Frisch.) - The "level" optional argument was sometimes not honored; fixed. - Relicensed under LGPL 2.1 or above, with Caml's special exception for static linking. The package itself has been revamped as well, with destdir support, use of PLIST_VARS, and some more minor improvements. It's also been tested to work with ocaml 4.00.
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-1/+2
2010-02-19Don't mess with ldconf.joerg2-4/+4
2010-01-30DESTDIR supportjoerg3-8/+20
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-09-02Import ocaml-zip-1.03 as archivers/ocaml-zip.obache7-0/+92
Packaged by Jaap Boender and provided by PR 39113. This Objective Caml library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats.