Update to camlimages-3.0.2

OK jasper@

Maintainer timeout...
This commit is contained in:
dcoppa 2011-01-13 10:22:54 +00:00
parent a5b4450ad2
commit 0b8ea0496b
11 changed files with 428 additions and 379 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.13 2010/11/17 08:05:13 espie Exp $
# $OpenBSD: Makefile,v 1.14 2011/01/13 10:22:54 dcoppa Exp $
COMMENT= image manipulation functions for Objective Caml
CATEGORIES= graphics
DISTNAME= camlimages-2.2.0
REVISION = 4
DISTNAME= camlimages-3.0.2
EXTRACT_SUFX= .tgz
MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/
MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://pauillac.inria.fr/camlimages/
HOMEPAGE= http://cristal.inria.fr/camlimages/
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
@ -18,33 +17,44 @@ PERMIT_PACKAGE_FTP= Yes
MODULES= lang/ocaml
NO_REGRESS= Yes # exists but needs manual run
WANTLIB+= ICE SM X11 Xpm freetype gif jpeg m png tiff z
LIB_DEPENDS= graphics/jpeg \
graphics/libungif \
graphics/png \
graphics/tiff
RUN_DEPENDS= print/ghostscript/gnu \
x11/lablgtk2
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
WRKDIST= ${WRKDIR}/camlimages-2.2
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_FLAGS+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${LOCALBASE}/include/libpng"
PKG_ARGS+= -Dnative=${MODOCAML_NATIVE:S,Yes,1,:S,No,0,}
EXAMPLES_DIR= ${PREFIX}/share/examples/camlimages
USE_GMAKE= Yes
# regress exists, but needs manual run and then user interaction
NO_REGRESS= Yes
CAMLDIR= ${DESTDIR}/${TRUEPREFIX}/lib/ocaml
MAKE_FLAGS= CFLAGS="${CFLAGS} -I${X11BASE}/include/freetype2 \
-I${X11BASE}/include -I${LOCALBASE}/include \
-I${LOCALBASE}/include/libpng" LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS= CAMLDIR="${CAMLDIR}" LIBDIR="${CAMLDIR}/camlimages"
LIB_DEPENDS = graphics/jpeg graphics/tiff graphics/png \
graphics/libungif
WANTLIB = jpeg>=62 tiff>=36 png>=4 ungif>=5
RUN_DEPENDS = print/ghostscript/gnu x11/lablgtk
BUILD_DEPENDS = ${RUN_DEPENDS}
ALL_TARGET= byt ${MODOCAML_NATIVE:S,Yes,opt,:S,No,,}
pre-install:
${INSTALL_DATA_DIR} ${OCAML_LIBDIR}
pre-configure:
@find ${WRKSRC} -name Makefile.in -print0 | xargs -0 \
perl -i -p -e 's!\$$\(top_srcdir\)/\.\./autoconf/ocaml\.m4!!;'
post-install:
@chown -R ${SHAREOWN}:${SHAREGRP} ${CAMLDIR}
@cp -R ${WRKSRC}/examples/ ${EXAMPLES_DIR}
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/camlimages
${INSTALL_DATA} ${WRKSRC}/doc/*.{html,jpg} \
${PREFIX}/share/doc/camlimages/
@cp -R ${WRKSRC}/examples/ ${PREFIX}/share/examples/camlimages
.include <bsd.port.mk>
.if ${MODOCAML_NATIVE:L} == "yes"
WANTLIB+= GL Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm \
expat fontconfig gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
gtk-x11-2.0 iconv intl pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pixman-1 pthread pthread-stubs xcb \
xcb-render xcb-shm
.endif

View File

@ -1,5 +1,5 @@
MD5 (camlimages-2.2.0.tgz) = 2TPrWMeYP3CxoAD6AYk6pA==
RMD160 (camlimages-2.2.0.tgz) = DxCO89pWWusKsQ0A5FgZOZrzbYw=
SHA1 (camlimages-2.2.0.tgz) = vABic5vlypI28oFF8X+EC/Pyle4=
SHA256 (camlimages-2.2.0.tgz) = m4hh17jGdSrTPvKvXEhu+mJrGa2eoZBkGnNjhGKfECY=
SIZE (camlimages-2.2.0.tgz) = 1385525
MD5 (camlimages-3.0.2.tgz) = zLJVEjLfJV9jBpQdJtB2FQ==
RMD160 (camlimages-3.0.2.tgz) = 87dBowr8I/XWh0eDC80ZJAJRSlA=
SHA1 (camlimages-3.0.2.tgz) = fjPg3h4a+zs3AUD+nDphCjK/ufU=
SHA256 (camlimages-3.0.2.tgz) = 21rsQhyJvqexv1XfamdKCmrCRficIgyBji5dg/YjZiw=
SIZE (camlimages-3.0.2.tgz) = 1429138

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Makefile,v 1.1 2005/06/30 04:46:05 avsm Exp $
--- Makefile.orig Wed Jun 29 21:19:49 2005
+++ Makefile Wed Jun 29 21:30:05 2005
@@ -91,7 +91,7 @@ top:
installopt: install
-install: all
+install:
mkdir -p $(LIBDIR)
if test -w $(CAMLDIR)/ld.conf \
&& test `grep -s -c '^$(LIBDIR)$$' $(CAMLDIR)/ld.conf` = 0; then \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Makefile_shared,v 1.1 2005/06/30 04:46:05 avsm Exp $
--- Makefile.shared.orig Wed Jun 29 21:34:07 2005
+++ Makefile.shared Wed Jun 29 21:34:15 2005
@@ -44,7 +44,7 @@ $(CMXA): $(CLIB) $(MLOBJS:.cmo=.cmx)
clean::
rm -f *.cm[iox] *.o *.cma *.cmxa *.a *.so *~
-install:: all
+install::
- mkdir -p $(LIBDIR)
- cp -p *.mli *.cm[iox] *.o *.cma *.cmxa *.a *.so $(LIBDIR)

View File

@ -1,12 +1,92 @@
$OpenBSD: patch-configure,v 1.2 2005/05/28 19:49:18 avsm Exp $
$OpenBSD: patch-configure,v 1.3 2011/01/13 10:22:54 dcoppa Exp $
--- configure.orig Sat Oct 2 16:51:07 2004
+++ configure Sat May 28 20:32:24 2005
@@ -5096,7 +5096,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}"
@@ -6518,70 +6518,6 @@ fi
-# Check whether --with-lablgtk was given.
-if test "${with_lablgtk+set}" = set; then
- withval=$with_lablgtk; case "$withval" in
- yes) with_lablgtk=yes;;
- no) with_lablgtk=no;;
- *) { { echo "$as_me:$LINENO: error: bad value $withval for --with-lablgtk" >&5
-echo "$as_me: error: bad value $withval for --with-lablgtk" >&2;}
- { (exit 1); exit 1; }; };;
- esac
-else
- with_lablgtk=yes
-
-fi
-
-
-{ echo "$as_me:$LINENO: checking lablgtk" >&5
-echo $ECHO_N "checking lablgtk... $ECHO_C" >&6; }
-
-if test "$with_lablgtk" = "no"; then
- { echo "$as_me:$LINENO: result: disabled" >&5
-echo "${ECHO_T}disabled" >&6; }
-else
-
-# Check whether --with-lablgtk-dir was given.
-if test "${with_lablgtk_dir+set}" = set; then
- withval=$with_lablgtk_dir; if test -d "$withval"; then
- lablgtkdir=$withval
- else
- { { echo "$as_me:$LINENO: error: invalid value $withval for --with-lablgtk-dir" >&5
-echo "$as_me: error: invalid value $withval for --with-lablgtk-dir" >&2;}
- { (exit 1); exit 1; }; }
- fi
-else
- lablgtkdir="$OCAMLLIB/lablgtk"
-
-fi
-
-
- if test -f "$lablgtkdir/gtk.ml"; then
- { echo "$as_me:$LINENO: result: found at $lablgtkdir" >&5
-echo "${ECHO_T}found at $lablgtkdir" >&6; }
-
- { echo "$as_me:$LINENO: checking for lablgtk version" >&5
-echo $ECHO_N "checking for lablgtk version... $ECHO_C" >&6; }
- if test \
- -f "$lablgtkdir/gBin.mli" && \
- ! `grep image: "$lablgtkdir/gdk.mli" > /dev/null`; \
- then
- { echo "$as_me:$LINENO: result: ok" >&5
-echo "${ECHO_T}ok" >&6; }
- SUPPORT_LABLGTK="true"
- LABLGTKDIR="$lablgtkdir"
- else
- { echo "$as_me:$LINENO: result: too old" >&5
-echo "${ECHO_T}too old" >&6; }
- fi
- else
- { echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6; }
- fi
-
-fi
-
-
if test x$SUPPORT_LABLGTK = xtrue; then
HAVE_LABLGTK_TRUE=
HAVE_LABLGTK_FALSE='#'
@@ -7206,7 +7142,7 @@ if test "${ac_cv_lib_png_png_create_read_struct+set}"
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-ltiff $LIBS"
+LIBS="-ltiff -ljpeg -lz $LIBS"
-LIBS="-lpng -lz
+LIBS="-lpng -lz -lm
$LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
/* confdefs.h. */
@@ -7263,7 +7199,7 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_read_struct" >&5
echo "${ECHO_T}$ac_cv_lib_png_png_create_read_struct" >&6; }
if test $ac_cv_lib_png_png_create_read_struct = yes; then
- LIBPNG="-lpng -lz"
+ LIBPNG="-lpng -lz -lm"
SUPPORT_PNG="true"
fi

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure_in,v 1.2 2005/05/28 19:49:18 avsm Exp $
--- configure.in.orig Fri Oct 1 17:13:18 2004
+++ configure.in Sat May 28 20:26:34 2005
@@ -322,7 +322,7 @@ dnl Checking -ltiff --------------------
SUPPORT_TIFF="false"
if test "$NOEXTERNAL" = "false" ; then
AC_CHECK_LIB(tiff, TIFFOpen,
- AC_DEFINE(HAVE_TIFF) LIBTIFF="-ltiff"; SUPPORTED="$SUPPORTED tiff";
+ AC_DEFINE(HAVE_TIFF) LIBTIFF="-ltiff -ljpeg -lz"; SUPPORTED="$SUPPORTED tiff";
SUPPORT_TIFF="true", SUPPORT_TIFF="false" )
fi

View File

@ -0,0 +1,22 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2011/01/13 10:22:54 dcoppa Exp $
--- src/Makefile.in.orig Sat Jan 8 23:27:58 2011
+++ src/Makefile.in Sat Jan 8 23:33:05 2011
@@ -66,7 +66,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-@BUILD_NATIVE_TRUE@am__append_1 = camlimages.cmxa camlimages_core.cmxa
+@BUILD_NATIVE_TRUE@am__append_1 = camlimages.cmxa camlimages_core.cmxa \
+@BUILD_NATIVE_TRUE@ camlimages.a camlimages_core.a
@BUILD_BYTECODE_TRUE@am__append_2 = camlimages.cma camlimages_core.cma
@HAVE_GIF_TRUE@am__append_3 = gif.ml \
@HAVE_GIF_TRUE@ oGif.ml
@@ -310,7 +311,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
ocamlsitelibdir = $(OCAMLSITELIBDIR)
-ocamlsitelib_DATA = camlimages.a camlimages_core.a libcamlimages.a \
+ocamlsitelib_DATA = libcamlimages.a \
libcamlimages_core.a $(OCAMLINTERFACES) \
$(OCAMLINTERFACES:.mli=.cmi) META $(am__append_1) \
$(am__append_2) units.cmi oXpm.cmi $(am__append_31) \

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-tiff_tiffread_c,v 1.1 2006/05/28 15:31:46 avsm Exp $
--- tiff/tiffread.c.orig Wed May 24 17:20:14 2006
+++ tiff/tiffread.c Wed May 24 17:20:22 2006
@@ -28,11 +28,6 @@
#include <tiffio.h>
-#undef int16
-#undef uint16
-#undef int32
-#undef uint32
-
extern value *imglib_error;
value open_tiff_file_for_read( name )

View File

@ -1,132 +1,73 @@
@comment $OpenBSD: PFRAG.native,v 1.4 2006/05/28 15:31:46 avsm Exp $
lib/ocaml/camlimages/bitmap.cmx
lib/ocaml/camlimages/bitmap.o
lib/ocaml/camlimages/blend.cmx
lib/ocaml/camlimages/blend.o
lib/ocaml/camlimages/bmp.cmx
lib/ocaml/camlimages/bmp.o
lib/ocaml/camlimages/camlimages.cmx
lib/ocaml/camlimages/camlimages.o
lib/ocaml/camlimages/ci_bmp.a
lib/ocaml/camlimages/ci_bmp.cmxa
lib/ocaml/camlimages/ci_core.a
lib/ocaml/camlimages/ci_core.cmxa
lib/ocaml/camlimages/ci_freetype.a
lib/ocaml/camlimages/ci_freetype.cmxa
lib/ocaml/camlimages/ci_gif.a
lib/ocaml/camlimages/ci_gif.cmxa
lib/ocaml/camlimages/ci_graphics.a
lib/ocaml/camlimages/ci_graphics.cmxa
lib/ocaml/camlimages/ci_jpeg.a
lib/ocaml/camlimages/ci_jpeg.cmxa
lib/ocaml/camlimages/ci_lablgtk.a
lib/ocaml/camlimages/ci_lablgtk.cmxa
lib/ocaml/camlimages/ci_png.a
lib/ocaml/camlimages/ci_png.cmxa
lib/ocaml/camlimages/ci_ppm.a
lib/ocaml/camlimages/ci_ppm.cmxa
lib/ocaml/camlimages/ci_ps.a
lib/ocaml/camlimages/ci_ps.cmxa
lib/ocaml/camlimages/ci_tiff.a
lib/ocaml/camlimages/ci_tiff.cmxa
lib/ocaml/camlimages/ci_xpm.a
lib/ocaml/camlimages/ci_xpm.cmxa
lib/ocaml/camlimages/ci_xvthumb.a
lib/ocaml/camlimages/ci_xvthumb.cmxa
lib/ocaml/camlimages/cmyk32.cmx
lib/ocaml/camlimages/cmyk32.o
lib/ocaml/camlimages/color.cmx
lib/ocaml/camlimages/color.o
lib/ocaml/camlimages/colorhist.cmx
lib/ocaml/camlimages/colorhist.o
lib/ocaml/camlimages/freetype.cmx
lib/ocaml/camlimages/freetype.o
lib/ocaml/camlimages/ftintf.o
lib/ocaml/camlimages/ftlow.cmx
lib/ocaml/camlimages/ftlow.o
lib/ocaml/camlimages/fttext.cmx
lib/ocaml/camlimages/fttext.o
lib/ocaml/camlimages/genimage.cmx
lib/ocaml/camlimages/genimage.o
lib/ocaml/camlimages/geometry.cmx
lib/ocaml/camlimages/geometry.o
lib/ocaml/camlimages/gif.cmx
lib/ocaml/camlimages/gif.o
lib/ocaml/camlimages/gifread.o
lib/ocaml/camlimages/gifwrite.o
lib/ocaml/camlimages/graphic_image.cmx
lib/ocaml/camlimages/graphic_image.o
lib/ocaml/camlimages/images.cmx
lib/ocaml/camlimages/images.o
lib/ocaml/camlimages/index16.cmx
lib/ocaml/camlimages/index16.o
lib/ocaml/camlimages/index8.cmx
lib/ocaml/camlimages/index8.o
lib/ocaml/camlimages/jis_table.cmx
lib/ocaml/camlimages/jis_table.o
lib/ocaml/camlimages/jis_unicode.cmx
lib/ocaml/camlimages/jis_unicode.o
lib/ocaml/camlimages/jpeg.cmx
lib/ocaml/camlimages/jpeg.o
lib/ocaml/camlimages/jpegread.o
lib/ocaml/camlimages/jpegwrite.o
lib/ocaml/camlimages/mstring.cmx
lib/ocaml/camlimages/mstring.o
lib/ocaml/camlimages/oBmp.cmx
lib/ocaml/camlimages/oBmp.o
lib/ocaml/camlimages/oColor.cmx
lib/ocaml/camlimages/oColor.o
lib/ocaml/camlimages/oFreetype.cmx
lib/ocaml/camlimages/oFreetype.o
lib/ocaml/camlimages/oGif.cmx
lib/ocaml/camlimages/oGif.o
lib/ocaml/camlimages/oGraphic.cmx
lib/ocaml/camlimages/oGraphic.o
lib/ocaml/camlimages/oImages.cmx
lib/ocaml/camlimages/oImages.o
lib/ocaml/camlimages/oJpeg.cmx
lib/ocaml/camlimages/oJpeg.o
lib/ocaml/camlimages/oPng.cmx
lib/ocaml/camlimages/oPng.o
lib/ocaml/camlimages/oPpm.cmx
lib/ocaml/camlimages/oPpm.o
lib/ocaml/camlimages/oPs.cmx
lib/ocaml/camlimages/oPs.o
lib/ocaml/camlimages/oTiff.cmx
lib/ocaml/camlimages/oTiff.o
lib/ocaml/camlimages/oXimage.cmx
lib/ocaml/camlimages/oXimage.o
lib/ocaml/camlimages/oXpm.cmx
lib/ocaml/camlimages/oXpm.o
lib/ocaml/camlimages/oXvthumb.cmx
lib/ocaml/camlimages/oXvthumb.o
lib/ocaml/camlimages/png.cmx
lib/ocaml/camlimages/png.o
lib/ocaml/camlimages/pngread.o
lib/ocaml/camlimages/pngwrite.o
lib/ocaml/camlimages/ppm.cmx
lib/ocaml/camlimages/ppm.o
lib/ocaml/camlimages/ps.cmx
lib/ocaml/camlimages/ps.o
lib/ocaml/camlimages/reduce.cmx
lib/ocaml/camlimages/reduce.o
lib/ocaml/camlimages/region.cmx
lib/ocaml/camlimages/region.o
lib/ocaml/camlimages/rgb24.cmx
lib/ocaml/camlimages/rgb24.o
lib/ocaml/camlimages/rgba32.cmx
lib/ocaml/camlimages/rgba32.o
lib/ocaml/camlimages/tiff.cmx
lib/ocaml/camlimages/tiff.o
lib/ocaml/camlimages/tiffread.o
lib/ocaml/camlimages/tiffwrite.o
lib/ocaml/camlimages/tmpfile.cmx
lib/ocaml/camlimages/tmpfile.o
lib/ocaml/camlimages/ximage.cmx
lib/ocaml/camlimages/ximage.o
lib/ocaml/camlimages/xpm.cmx
lib/ocaml/camlimages/xpm.o
lib/ocaml/camlimages/xpmread.o
lib/ocaml/camlimages/xpmwrite.o
lib/ocaml/camlimages/xvthumb.cmx
lib/ocaml/camlimages/xvthumb.o
@comment $OpenBSD: PFRAG.native,v 1.5 2011/01/13 10:22:54 dcoppa Exp $
lib/ocaml/site-lib/camlimages/camlimages.a
lib/ocaml/site-lib/camlimages/camlimages.cmxa
lib/ocaml/site-lib/camlimages/camlimages_core.a
lib/ocaml/site-lib/camlimages/camlimages_core.cmxa
share/examples/camlimages/converter/converter.cmx
share/examples/camlimages/converter/converter.o
@bin share/examples/camlimages/converter/converter.opt
share/examples/camlimages/crop/crop.cmx
share/examples/camlimages/crop/crop.o
@bin share/examples/camlimages/crop/crop.opt
share/examples/camlimages/edgedetect/edge.cmx
share/examples/camlimages/edgedetect/edge.o
@bin share/examples/camlimages/edgedetect/edge.opt
share/examples/camlimages/imgstat/imgstat.cmx
share/examples/camlimages/imgstat/imgstat.o
@bin share/examples/camlimages/imgstat/imgstat.opt
share/examples/camlimages/liv/cache.cmx
share/examples/camlimages/liv/cache.o
share/examples/camlimages/liv/deficon.cmx
share/examples/camlimages/liv/deficon.o
share/examples/camlimages/liv/display.cmx
share/examples/camlimages/liv/display.o
share/examples/camlimages/liv/edge.cmx
share/examples/camlimages/liv/edge.o
share/examples/camlimages/liv/enhance.cmx
share/examples/camlimages/liv/enhance.o
share/examples/camlimages/liv/gui.cmx
share/examples/camlimages/liv/gui.o
share/examples/camlimages/liv/icon.cmx
share/examples/camlimages/liv/icon.o
share/examples/camlimages/liv/iconcap.cmx
share/examples/camlimages/liv/iconcap.o
share/examples/camlimages/liv/jWidget.cmx
share/examples/camlimages/liv/jWidget.o
share/examples/camlimages/liv/jpf.cmx
share/examples/camlimages/liv/jpf.o
share/examples/camlimages/liv/liv.cmx
share/examples/camlimages/liv/liv.o
@bin share/examples/camlimages/liv/liv.opt
share/examples/camlimages/liv/livmisc.cmx
share/examples/camlimages/liv/livmisc.o
share/examples/camlimages/liv/livsh.cmx
share/examples/camlimages/liv/livsh.o
share/examples/camlimages/liv/livshtype.cmx
share/examples/camlimages/liv/livshtype.o
share/examples/camlimages/liv/mylazy.cmx
share/examples/camlimages/liv/mylazy.o
share/examples/camlimages/liv/pathfind.cmx
share/examples/camlimages/liv/pathfind.o
share/examples/camlimages/liv/scandir.cmx
share/examples/camlimages/liv/scandir.o
share/examples/camlimages/liv/seq.cmx
share/examples/camlimages/liv/seq.o
share/examples/camlimages/liv/tout.cmx
share/examples/camlimages/liv/tout.o
share/examples/camlimages/liv/viewer.cmx
share/examples/camlimages/liv/viewer.o
share/examples/camlimages/monochrome/monochrome.cmx
share/examples/camlimages/monochrome/monochrome.o
@bin share/examples/camlimages/monochrome/monochrome.opt
share/examples/camlimages/normalize/normalize.cmx
share/examples/camlimages/normalize/normalize.o
@bin share/examples/camlimages/normalize/normalize.opt
share/examples/camlimages/resize/resize.cmx
share/examples/camlimages/resize/resize.o
@bin share/examples/camlimages/resize/resize.opt
share/examples/camlimages/tiffps/tiffps.cmx
share/examples/camlimages/tiffps/tiffps.o
@bin share/examples/camlimages/tiffps/tiffps.opt
share/examples/camlimages/ttfimg/ttfimg.cmx
share/examples/camlimages/ttfimg/ttfimg.o
@bin share/examples/camlimages/ttfimg/ttfimg.opt

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2011/01/13 10:22:54 dcoppa Exp $
lib/ocaml/stublibs/dllcamlimages.so
lib/ocaml/stublibs/dllcamlimages_core.so

View File

@ -1,176 +1,148 @@
@comment $OpenBSD: PLIST,v 1.4 2005/06/30 04:46:05 avsm Exp $
lib/ocaml/camlimages/
lib/ocaml/camlimages/Makefile.config
lib/ocaml/camlimages/bitmap.cmi
lib/ocaml/camlimages/bitmap.cmo
lib/ocaml/camlimages/bitmap.mli
lib/ocaml/camlimages/blend.cmi
lib/ocaml/camlimages/blend.cmo
lib/ocaml/camlimages/blend.mli
lib/ocaml/camlimages/bmp.cmi
lib/ocaml/camlimages/bmp.cmo
lib/ocaml/camlimages/bmp.mli
lib/ocaml/camlimages/camlimages.cmi
lib/ocaml/camlimages/camlimages.cmo
lib/ocaml/camlimages/ci_bmp.cma
lib/ocaml/camlimages/ci_core.cma
lib/ocaml/camlimages/ci_freetype.cma
lib/ocaml/camlimages/ci_gif.cma
lib/ocaml/camlimages/ci_graphics.cma
lib/ocaml/camlimages/ci_jpeg.cma
lib/ocaml/camlimages/ci_lablgtk.cma
lib/ocaml/camlimages/ci_png.cma
lib/ocaml/camlimages/ci_ppm.cma
lib/ocaml/camlimages/ci_ps.cma
lib/ocaml/camlimages/ci_tiff.cma
lib/ocaml/camlimages/ci_xpm.cma
lib/ocaml/camlimages/ci_xvthumb.cma
lib/ocaml/camlimages/cmyk32.cmi
lib/ocaml/camlimages/cmyk32.cmo
lib/ocaml/camlimages/cmyk32.mli
lib/ocaml/camlimages/color.cmi
lib/ocaml/camlimages/color.cmo
lib/ocaml/camlimages/color.mli
lib/ocaml/camlimages/colorhist.cmi
lib/ocaml/camlimages/colorhist.cmo
lib/ocaml/camlimages/config.h
lib/ocaml/camlimages/freetype.cmi
lib/ocaml/camlimages/freetype.cmo
lib/ocaml/camlimages/freetype.mli
lib/ocaml/camlimages/ftlow.cmi
lib/ocaml/camlimages/ftlow.cmo
lib/ocaml/camlimages/ftlow.mli
lib/ocaml/camlimages/fttext.cmi
lib/ocaml/camlimages/fttext.cmo
lib/ocaml/camlimages/fttext.mli
lib/ocaml/camlimages/genimage.cmi
lib/ocaml/camlimages/genimage.cmo
lib/ocaml/camlimages/genimage.mli
lib/ocaml/camlimages/geometry.cmi
lib/ocaml/camlimages/geometry.cmo
lib/ocaml/camlimages/gif.cmi
lib/ocaml/camlimages/gif.cmo
lib/ocaml/camlimages/gif.mli
lib/ocaml/camlimages/graphic_image.cmi
lib/ocaml/camlimages/graphic_image.cmo
lib/ocaml/camlimages/graphic_image.mli
lib/ocaml/camlimages/images.cmi
lib/ocaml/camlimages/images.cmo
lib/ocaml/camlimages/images.mli
lib/ocaml/camlimages/index16.cmi
lib/ocaml/camlimages/index16.cmo
lib/ocaml/camlimages/index16.mli
lib/ocaml/camlimages/index8.cmi
lib/ocaml/camlimages/index8.cmo
lib/ocaml/camlimages/index8.mli
lib/ocaml/camlimages/info.cmi
lib/ocaml/camlimages/info.mli
lib/ocaml/camlimages/jis_table.cmi
lib/ocaml/camlimages/jis_table.cmo
lib/ocaml/camlimages/jis_unicode.cmi
lib/ocaml/camlimages/jis_unicode.cmo
lib/ocaml/camlimages/jis_unicode.mli
lib/ocaml/camlimages/jpeg.cmi
lib/ocaml/camlimages/jpeg.cmo
lib/ocaml/camlimages/jpeg.mli
lib/ocaml/camlimages/libci_freetype.a
lib/ocaml/camlimages/libci_gif.a
lib/ocaml/camlimages/libci_jpeg.a
lib/ocaml/camlimages/libci_png.a
lib/ocaml/camlimages/libci_tiff.a
lib/ocaml/camlimages/libci_xpm.a
lib/ocaml/camlimages/mstring.cmi
lib/ocaml/camlimages/mstring.cmo
lib/ocaml/camlimages/mstring.mli
lib/ocaml/camlimages/oBmp.cmi
lib/ocaml/camlimages/oBmp.cmo
lib/ocaml/camlimages/oColor.cmi
lib/ocaml/camlimages/oColor.cmo
lib/ocaml/camlimages/oColor.mli
lib/ocaml/camlimages/oFreetype.cmi
lib/ocaml/camlimages/oFreetype.cmo
lib/ocaml/camlimages/oGif.cmi
lib/ocaml/camlimages/oGif.cmo
lib/ocaml/camlimages/oGraphic.cmi
lib/ocaml/camlimages/oGraphic.cmo
lib/ocaml/camlimages/oImage.mli
lib/ocaml/camlimages/oImages.cmi
lib/ocaml/camlimages/oImages.cmo
lib/ocaml/camlimages/oImages.mli
lib/ocaml/camlimages/oJpeg.cmi
lib/ocaml/camlimages/oJpeg.cmo
lib/ocaml/camlimages/oPng.cmi
lib/ocaml/camlimages/oPng.cmo
lib/ocaml/camlimages/oPpm.cmi
lib/ocaml/camlimages/oPpm.cmo
lib/ocaml/camlimages/oPs.cmi
lib/ocaml/camlimages/oPs.cmo
lib/ocaml/camlimages/oTiff.cmi
lib/ocaml/camlimages/oTiff.cmo
lib/ocaml/camlimages/oXimage.cmi
lib/ocaml/camlimages/oXimage.cmo
lib/ocaml/camlimages/oXimage.mli
lib/ocaml/camlimages/oXpm.cmi
lib/ocaml/camlimages/oXpm.cmo
lib/ocaml/camlimages/oXvthumb.cmi
lib/ocaml/camlimages/oXvthumb.cmo
lib/ocaml/camlimages/oXvthumb.mli
lib/ocaml/camlimages/png.cmi
lib/ocaml/camlimages/png.cmo
lib/ocaml/camlimages/png.mli
lib/ocaml/camlimages/ppm.cmi
lib/ocaml/camlimages/ppm.cmo
lib/ocaml/camlimages/ppm.mli
lib/ocaml/camlimages/ps.cmi
lib/ocaml/camlimages/ps.cmo
lib/ocaml/camlimages/ps.mli
lib/ocaml/camlimages/reduce.cmi
lib/ocaml/camlimages/reduce.cmo
lib/ocaml/camlimages/reduce.mli
lib/ocaml/camlimages/region.cmi
lib/ocaml/camlimages/region.cmo
lib/ocaml/camlimages/region.mli
lib/ocaml/camlimages/rgb24.cmi
lib/ocaml/camlimages/rgb24.cmo
lib/ocaml/camlimages/rgb24.mli
lib/ocaml/camlimages/rgba32.cmi
lib/ocaml/camlimages/rgba32.cmo
lib/ocaml/camlimages/rgba32.mli
lib/ocaml/camlimages/tiff.cmi
lib/ocaml/camlimages/tiff.cmo
lib/ocaml/camlimages/tiff.mli
lib/ocaml/camlimages/tmpfile.cmi
lib/ocaml/camlimages/tmpfile.cmo
lib/ocaml/camlimages/tmpfile.mli
lib/ocaml/camlimages/ximage.cmi
lib/ocaml/camlimages/ximage.cmo
lib/ocaml/camlimages/ximage.mli
lib/ocaml/camlimages/xpm.cmi
lib/ocaml/camlimages/xpm.cmo
lib/ocaml/camlimages/xpm.mli
lib/ocaml/camlimages/xvthumb.cmi
lib/ocaml/camlimages/xvthumb.cmo
lib/ocaml/camlimages/xvthumb.mli
@comment $OpenBSD: PLIST,v 1.5 2011/01/13 10:22:54 dcoppa Exp $
%%SHARED%%
lib/ocaml/site-lib/camlimages/
lib/ocaml/site-lib/camlimages/META
lib/ocaml/site-lib/camlimages/bitmap.cmi
lib/ocaml/site-lib/camlimages/bitmap.mli
lib/ocaml/site-lib/camlimages/blend.cmi
lib/ocaml/site-lib/camlimages/blend.mli
lib/ocaml/site-lib/camlimages/bmp.cmi
lib/ocaml/site-lib/camlimages/bmp.mli
lib/ocaml/site-lib/camlimages/camlimages.cma
lib/ocaml/site-lib/camlimages/camlimages.cmi
lib/ocaml/site-lib/camlimages/camlimages_core.cma
lib/ocaml/site-lib/camlimages/cmyk32.cmi
lib/ocaml/site-lib/camlimages/cmyk32.mli
lib/ocaml/site-lib/camlimages/color.cmi
lib/ocaml/site-lib/camlimages/color.mli
lib/ocaml/site-lib/camlimages/colorhist.cmi
lib/ocaml/site-lib/camlimages/colorhist.mli
lib/ocaml/site-lib/camlimages/freetype.cmi
lib/ocaml/site-lib/camlimages/freetype.mli
lib/ocaml/site-lib/camlimages/ftlow.cmi
lib/ocaml/site-lib/camlimages/ftlow.mli
lib/ocaml/site-lib/camlimages/fttext.cmi
lib/ocaml/site-lib/camlimages/fttext.mli
lib/ocaml/site-lib/camlimages/genimage.cmi
lib/ocaml/site-lib/camlimages/genimage.mli
lib/ocaml/site-lib/camlimages/geometry.cmi
lib/ocaml/site-lib/camlimages/geometry.mli
lib/ocaml/site-lib/camlimages/gif.cmi
lib/ocaml/site-lib/camlimages/gif.mli
lib/ocaml/site-lib/camlimages/graphic_image.cmi
lib/ocaml/site-lib/camlimages/graphic_image.mli
lib/ocaml/site-lib/camlimages/imagegdk.cmi
lib/ocaml/site-lib/camlimages/imagegdk.mli
lib/ocaml/site-lib/camlimages/images.cmi
lib/ocaml/site-lib/camlimages/images.mli
lib/ocaml/site-lib/camlimages/index16.cmi
lib/ocaml/site-lib/camlimages/index16.mli
lib/ocaml/site-lib/camlimages/index8.cmi
lib/ocaml/site-lib/camlimages/index8.mli
lib/ocaml/site-lib/camlimages/info.cmi
lib/ocaml/site-lib/camlimages/info.mli
lib/ocaml/site-lib/camlimages/jis_table.cmi
lib/ocaml/site-lib/camlimages/jis_unicode.cmi
lib/ocaml/site-lib/camlimages/jis_unicode.mli
lib/ocaml/site-lib/camlimages/jpeg.cmi
lib/ocaml/site-lib/camlimages/jpeg.mli
lib/ocaml/site-lib/camlimages/libcamlimages.a
lib/ocaml/site-lib/camlimages/libcamlimages_core.a
lib/ocaml/site-lib/camlimages/mstring.cmi
lib/ocaml/site-lib/camlimages/mstring.mli
lib/ocaml/site-lib/camlimages/oBmp.cmi
lib/ocaml/site-lib/camlimages/oColor.cmi
lib/ocaml/site-lib/camlimages/oColor.mli
lib/ocaml/site-lib/camlimages/oFreetype.cmi
lib/ocaml/site-lib/camlimages/oGif.cmi
lib/ocaml/site-lib/camlimages/oGraphic.cmi
lib/ocaml/site-lib/camlimages/oImages.cmi
lib/ocaml/site-lib/camlimages/oImages.mli
lib/ocaml/site-lib/camlimages/oJpeg.cmi
lib/ocaml/site-lib/camlimages/oPng.cmi
lib/ocaml/site-lib/camlimages/oPpm.cmi
lib/ocaml/site-lib/camlimages/oPs.cmi
lib/ocaml/site-lib/camlimages/oTiff.cmi
lib/ocaml/site-lib/camlimages/oXimage2.cmi
lib/ocaml/site-lib/camlimages/oXimage2.mli
lib/ocaml/site-lib/camlimages/oXpm.cmi
lib/ocaml/site-lib/camlimages/oXvthumb.cmi
lib/ocaml/site-lib/camlimages/oXvthumb.mli
lib/ocaml/site-lib/camlimages/png.cmi
lib/ocaml/site-lib/camlimages/png.mli
lib/ocaml/site-lib/camlimages/ppm.cmi
lib/ocaml/site-lib/camlimages/ppm.mli
lib/ocaml/site-lib/camlimages/ps.cmi
lib/ocaml/site-lib/camlimages/ps.mli
lib/ocaml/site-lib/camlimages/reduce.cmi
lib/ocaml/site-lib/camlimages/reduce.mli
lib/ocaml/site-lib/camlimages/region.cmi
lib/ocaml/site-lib/camlimages/region.mli
lib/ocaml/site-lib/camlimages/rgb24.cmi
lib/ocaml/site-lib/camlimages/rgb24.mli
lib/ocaml/site-lib/camlimages/rgba32.cmi
lib/ocaml/site-lib/camlimages/rgba32.mli
lib/ocaml/site-lib/camlimages/tiff.cmi
lib/ocaml/site-lib/camlimages/tiff.mli
lib/ocaml/site-lib/camlimages/tmpfile.cmi
lib/ocaml/site-lib/camlimages/tmpfile.mli
lib/ocaml/site-lib/camlimages/units.cmi
lib/ocaml/site-lib/camlimages/ximage2.cmi
lib/ocaml/site-lib/camlimages/ximage2.mli
lib/ocaml/site-lib/camlimages/xpm.cmi
lib/ocaml/site-lib/camlimages/xpm.mli
lib/ocaml/site-lib/camlimages/xvthumb.cmi
lib/ocaml/site-lib/camlimages/xvthumb.mli
share/doc/camlimages/
share/doc/camlimages/crop-icon.jpg
share/doc/camlimages/crop.jpg
share/doc/camlimages/edge-icon.jpg
share/doc/camlimages/edge.jpg
share/doc/camlimages/eng.html
share/doc/camlimages/fumicaml2-small.jpg
share/doc/camlimages/lvdemo-icon.jpg
share/doc/camlimages/lvdemo.jpg
share/doc/camlimages/test-small.jpg
share/doc/camlimages/test.jpg
share/doc/camlimages/ttfimg-icon.jpg
share/doc/camlimages/ttfimg.jpg
share/examples/camlimages/
share/examples/camlimages/Makefile
share/examples/camlimages/animator/
share/examples/camlimages/Makefile.am
share/examples/camlimages/Makefile.in
share/examples/camlimages/converter/
share/examples/camlimages/converter/.depend
share/examples/camlimages/converter/Makefile
share/examples/camlimages/converter/Makefile.am
share/examples/camlimages/converter/Makefile.in
share/examples/camlimages/converter/converter.byt
share/examples/camlimages/converter/converter.cmi
share/examples/camlimages/converter/converter.cmo
share/examples/camlimages/converter/converter.ml
share/examples/camlimages/crop/
share/examples/camlimages/crop/.depend
share/examples/camlimages/crop/Makefile
share/examples/camlimages/crop/Makefile.am
share/examples/camlimages/crop/Makefile.in
share/examples/camlimages/crop/README
share/examples/camlimages/crop/crop.byt
share/examples/camlimages/crop/crop.cmi
share/examples/camlimages/crop/crop.cmo
share/examples/camlimages/crop/crop.ml
share/examples/camlimages/edgedetect/
share/examples/camlimages/edgedetect/.depend
share/examples/camlimages/edgedetect/Makefile
share/examples/camlimages/edgedetect/Makefile.am
share/examples/camlimages/edgedetect/Makefile.in
share/examples/camlimages/edgedetect/README
share/examples/camlimages/edgedetect/edge.byt
share/examples/camlimages/edgedetect/edge.cmi
share/examples/camlimages/edgedetect/edge.cmo
share/examples/camlimages/edgedetect/edge.ml
share/examples/camlimages/gifanim/
share/examples/camlimages/gifanim/.depend
share/examples/camlimages/gifanim/Makefile
share/examples/camlimages/gifanim/Makefile.am
share/examples/camlimages/gifanim/Makefile.in
share/examples/camlimages/gifanim/README
share/examples/camlimages/gifanim/gifanim.ml
share/examples/camlimages/gifanim/guienv.ml
@ -178,7 +150,12 @@ share/examples/camlimages/gifanim/usleep.ml
share/examples/camlimages/imgstat/
share/examples/camlimages/imgstat/.depend
share/examples/camlimages/imgstat/Makefile
share/examples/camlimages/imgstat/Makefile.am
share/examples/camlimages/imgstat/Makefile.in
share/examples/camlimages/imgstat/README
share/examples/camlimages/imgstat/imgstat.byt
share/examples/camlimages/imgstat/imgstat.cmi
share/examples/camlimages/imgstat/imgstat.cmo
share/examples/camlimages/imgstat/imgstat.ml
share/examples/camlimages/liv/
share/examples/camlimages/liv/.depend
@ -189,56 +166,123 @@ share/examples/camlimages/liv/FilesLink.xpm
share/examples/camlimages/liv/Folder.xpm
share/examples/camlimages/liv/FolderLink.xpm
share/examples/camlimages/liv/Makefile
share/examples/camlimages/liv/Makefile.am
share/examples/camlimages/liv/Makefile.in
share/examples/camlimages/liv/Monalisa.xpm
share/examples/camlimages/liv/README
share/examples/camlimages/liv/cache.cmi
share/examples/camlimages/liv/cache.cmo
share/examples/camlimages/liv/cache.ml
share/examples/camlimages/liv/cache.mli
share/examples/camlimages/liv/deficon.cmi
share/examples/camlimages/liv/deficon.cmo
share/examples/camlimages/liv/deficon.ml
share/examples/camlimages/liv/display.cmi
share/examples/camlimages/liv/display.cmo
share/examples/camlimages/liv/display.ml
share/examples/camlimages/liv/edge.cmi
share/examples/camlimages/liv/edge.cmo
share/examples/camlimages/liv/edge.ml
share/examples/camlimages/liv/enhance.cmi
share/examples/camlimages/liv/enhance.cmo
share/examples/camlimages/liv/enhance.ml
share/examples/camlimages/liv/faceanm.gif
share/examples/camlimages/liv/gui.cmi
share/examples/camlimages/liv/gui.cmo
share/examples/camlimages/liv/gui.ml
share/examples/camlimages/liv/icon.cmi
share/examples/camlimages/liv/icon.cmo
share/examples/camlimages/liv/icon.ml
share/examples/camlimages/liv/iconcap
share/examples/camlimages/liv/iconcap.cmi
share/examples/camlimages/liv/iconcap.cmo
share/examples/camlimages/liv/iconcap.ml
share/examples/camlimages/liv/jWidget.cmi
share/examples/camlimages/liv/jWidget.cmo
share/examples/camlimages/liv/jWidget.ml
share/examples/camlimages/liv/jpf.cmi
share/examples/camlimages/liv/jpf.cmo
share/examples/camlimages/liv/jpf.ml
share/examples/camlimages/liv/liv-org.ml
share/examples/camlimages/liv/liv.byt
share/examples/camlimages/liv/liv.cmi
share/examples/camlimages/liv/liv.cmo
share/examples/camlimages/liv/liv.ml
share/examples/camlimages/liv/livdemo.jpg
share/examples/camlimages/liv/livmisc.cmi
share/examples/camlimages/liv/livmisc.cmo
share/examples/camlimages/liv/livmisc.ml
share/examples/camlimages/liv/livsh.cmi
share/examples/camlimages/liv/livsh.cmo
share/examples/camlimages/liv/livsh.ml
share/examples/camlimages/liv/livshtype.cmi
share/examples/camlimages/liv/livshtype.cmo
share/examples/camlimages/liv/livshtype.ml
share/examples/camlimages/liv/livshtype.mli
share/examples/camlimages/liv/mylazy.cmi
share/examples/camlimages/liv/mylazy.cmo
share/examples/camlimages/liv/mylazy.ml
share/examples/camlimages/liv/mylazy.mli
share/examples/camlimages/liv/pathfind.cmi
share/examples/camlimages/liv/pathfind.cmo
share/examples/camlimages/liv/pathfind.ml
share/examples/camlimages/liv/scandir.cmi
share/examples/camlimages/liv/scandir.cmo
share/examples/camlimages/liv/scandir.ml
share/examples/camlimages/liv/seq.cmi
share/examples/camlimages/liv/seq.cmo
share/examples/camlimages/liv/seq.ml
share/examples/camlimages/liv/sound.xpm
share/examples/camlimages/liv/tout.cmi
share/examples/camlimages/liv/tout.cmo
share/examples/camlimages/liv/tout.ml
share/examples/camlimages/liv/viewer.cmi
share/examples/camlimages/liv/viewer.cmo
share/examples/camlimages/liv/viewer.ml
share/examples/camlimages/monochrome/
share/examples/camlimages/monochrome/.depend
share/examples/camlimages/monochrome/Makefile
share/examples/camlimages/monochrome/Makefile.am
share/examples/camlimages/monochrome/Makefile.in
share/examples/camlimages/monochrome/monochrome.byt
share/examples/camlimages/monochrome/monochrome.cmi
share/examples/camlimages/monochrome/monochrome.cmo
share/examples/camlimages/monochrome/monochrome.ml
share/examples/camlimages/normalize/
share/examples/camlimages/normalize/.depend
share/examples/camlimages/normalize/Makefile
share/examples/camlimages/normalize/Makefile.am
share/examples/camlimages/normalize/Makefile.in
share/examples/camlimages/normalize/normalize.byt
share/examples/camlimages/normalize/normalize.cmi
share/examples/camlimages/normalize/normalize.cmo
share/examples/camlimages/normalize/normalize.ml
share/examples/camlimages/resize/
share/examples/camlimages/resize/.depend
share/examples/camlimages/resize/Makefile
share/examples/camlimages/resize/Makefile.am
share/examples/camlimages/resize/Makefile.in
share/examples/camlimages/resize/README
share/examples/camlimages/resize/resize.byt
share/examples/camlimages/resize/resize.cmi
share/examples/camlimages/resize/resize.cmo
share/examples/camlimages/resize/resize.ml
share/examples/camlimages/slideanim/
share/examples/camlimages/tiffps/
share/examples/camlimages/tiffps/.depend
share/examples/camlimages/tiffps/Makefile
share/examples/camlimages/tiffps/Makefile.am
share/examples/camlimages/tiffps/Makefile.in
share/examples/camlimages/tiffps/README
share/examples/camlimages/tiffps/tiffps.byt
share/examples/camlimages/tiffps/tiffps.cmi
share/examples/camlimages/tiffps/tiffps.cmo
share/examples/camlimages/tiffps/tiffps.ml
share/examples/camlimages/ttfimg/
share/examples/camlimages/ttfimg/.depend
share/examples/camlimages/ttfimg/Makefile
share/examples/camlimages/ttfimg/Makefile.am
share/examples/camlimages/ttfimg/Makefile.in
share/examples/camlimages/ttfimg/ttfimg.byt
share/examples/camlimages/ttfimg/ttfimg.cmi
share/examples/camlimages/ttfimg/ttfimg.cmo
share/examples/camlimages/ttfimg/ttfimg.ml
%%native%%