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)
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>