archivers/ocaml-zip: update the port to the latest version 1.11
- Project had been moved under Xavier's GitHub account
- Remove ugly and (now) mostly useless `post-extract' target:
installation is done via ``ocamlfind install'' which does the
right thing by itself and passing ${CFLAGS} does not require
in-place expansion and can be moved to the `patch-Makefile'
- Drop dynamic `pkg-plist' generation in favor of static file
PR: 263005 (modified)
Submitted by: thierry
Reported by: portscout (a while ago)
- Update to 1.04.
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>
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.
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>