oops. seems a cvs delete and cvs add failed in the previous diff. fixed below.
Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/camlimages/Makefile,v retrieving revision 1.11 diff -N -u -p Makefile --- Makefile 20 Jun 2009 22:05:11 -0000 1.11 +++ Makefile 30 Mar 2010 14:03:26 -0000 @@ -3,13 +3,19 @@ COMMENT= image manipulation functions for Objective Caml CATEGORIES= graphics -DISTNAME= camlimages-2.2.0 -PKGNAME= ${DISTNAME}p4 +DISTNAME= camlimages-3.0.2 +PKGNAME= ${DISTNAME} EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ +# XXX bad juju using FETCH_CMD in here to overcome a wonky ftp server. +# FETCH_CMD=ftp -E -p +FETCH_MANUALLY= "The server requires using ftp\(1\) with the -p and -E" +FETCH_MANUALLY+="flags for it to work. You can do this manually, or you" +FETCH_MANUALLY+="can uncomment the FETCH_CMD line in the port Makefile." + MAINTAINER= Anil Madhavapeddy <a...@openbsd.org> -HOMEPAGE= http://pauillac.inria.fr/camlimages/ +HOMEPAGE= http://cristal.inria.fr/camlimages/ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes @@ -18,32 +24,33 @@ PERMIT_PACKAGE_FTP= Yes MODULES= lang/ocaml -NO_REGRESS= Yes # exists but needs manual run +WANTLIB+= ICE SM X11 Xpm freetype z +WANTLIB+= Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi +WANTLIB+= Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig +WANTLIB+= gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 +WANTLIB+= gobject-2.0 gtk-x11-2.0 iconv intl m pango-1.0 pangocairo-1.0 +WANTLIB+= pangoft2-1.0 pixman-1 pthread-stubs xcb + +# regress exists, but needs manual run and then user interaction +NO_REGRESS= Yes CONFIGURE_STYLE= gnu -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -WRKDIST= ${WRKDIR}/camlimages-2.2 +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" -EXAMPLES_DIR= ${PREFIX}/share/examples/camlimages -USE_GMAKE= Yes +LIB_DEPENDS= jpeg.>=62::graphics/jpeg +LIB_DEPENDS+= tiff.>=36::graphics/tiff +LIB_DEPENDS+= png.>=4::graphics/png +LIB_DEPENDS+= gif.>=5::graphics/libungif -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= jpeg.>=62::graphics/jpeg tiff.>=36::graphics/tiff \ - png.>=4::graphics/png ungif.>=5::graphics/libungif -RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu ::x11/lablgtk +RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu ::x11/lablgtk2 BUILD_DEPENDS= ${RUN_DEPENDS} -ALL_TARGET= byt ${MODOCAML_NATIVE:S,Yes,opt,:S,No,,} +pre-configure: + @find ${WRKSRC} -name Makefile.in -print0 | xargs -0 \ + perl -i -p -e 's!\$\(top_srcdir\)/\.\./autoconf/ocaml\.m4!!;' -pre-install: - ${INSTALL_DATA_DIR} ${OCAML_LIBDIR} - post-install: - @chown -R ${SHAREOWN}:${SHAREGRP} ${CAMLDIR} - @cp -R ${WRKSRC}/examples/ ${EXAMPLES_DIR} + @cp -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/camlimages + @cp -R ${WRKSRC}/examples/ ${PREFIX}/share/examples/camlimages .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/camlimages/distinfo,v retrieving revision 1.4 diff -N -u -p distinfo --- distinfo 5 Apr 2007 16:19:55 -0000 1.4 +++ distinfo 30 Mar 2010 14:03:26 -0000 @@ -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 Index: patches/patch-Makefile =================================================================== RCS file: /cvs/ports/graphics/camlimages/patches/patch-Makefile,v retrieving revision 1.1 diff -N -u -p patches/patch-Makefile --- patches/patch-Makefile 30 Jun 2005 04:46:05 -0000 1.1 +++ /dev/null 30 Mar 2010 13:31:02 -0000 @@ -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 \ Index: patches/patch-Makefile_shared =================================================================== RCS file: /cvs/ports/graphics/camlimages/patches/patch-Makefile_shared,v retrieving revision 1.1 diff -N -u -p patches/patch-Makefile_shared --- patches/patch-Makefile_shared 30 Jun 2005 04:46:05 -0000 1.1 +++ /dev/null 30 Mar 2010 13:31:02 -0000 @@ -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) - Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/graphics/camlimages/patches/patch-configure,v retrieving revision 1.2 diff -N -u -p patches/patch-configure --- patches/patch-configure 28 May 2005 19:49:18 -0000 1.2 +++ patches/patch-configure 30 Mar 2010 14:03:26 -0000 @@ -1,12 +1,14 @@ -$OpenBSD: patch-configure,v 1.2 2005/05/28 19:49:18 avsm 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}" - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-ltiff $LIBS" -+LIBS="-ltiff -ljpeg -lz $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" +$OpenBSD$ +--- configure.orig Mon Oct 26 05:42:13 2009 ++++ configure Mon Mar 29 22:09:40 2010 +@@ -7273,8 +7273,8 @@ fi + + fi + +- +- ++LIBPNG="-lpng -lz" ++SUPPORT_PNG="true" + + if test x$SUPPORT_PNG = xtrue; then + HAVE_PNG_TRUE= Index: patches/patch-configure_in =================================================================== RCS file: /cvs/ports/graphics/camlimages/patches/patch-configure_in,v retrieving revision 1.2 diff -N -u -p patches/patch-configure_in --- patches/patch-configure_in 28 May 2005 19:49:18 -0000 1.2 +++ /dev/null 30 Mar 2010 13:31:02 -0000 @@ -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 - Index: patches/patch-test_Makefile_in =================================================================== RCS file: patches/patch-test_Makefile_in diff -N -u -p patches/patch-test_Makefile_in --- /dev/null 30 Mar 2010 08:03:26 -0000 +++ patches/patch-test_Makefile_in 30 Mar 2010 14:03:26 -0000 @@ -0,0 +1,12 @@ +$OpenBSD$ +--- test/Makefile.in.orig Mon Mar 29 21:36:49 2010 ++++ test/Makefile.in Mon Mar 29 21:36:57 2010 +@@ -83,7 +83,7 @@ PRE_UNINSTALL = : + POST_UNINSTALL = : + check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) + @build_native_t...@am__append_1 = test.opt +...@build_native_true@am__append_2 = test.opts +...@build_native_true@am__append_2 = test.opt + @build_bytecode_t...@am__append_3 = test.byt + @build_bytecode_t...@am__append_4 = test.byt + DIST_COMMON = $(srcdir)/../Makefile.rules \ Index: patches/patch-tiff_tiffread_c =================================================================== RCS file: /cvs/ports/graphics/camlimages/patches/patch-tiff_tiffread_c,v retrieving revision 1.1 diff -N -u -p patches/patch-tiff_tiffread_c --- patches/patch-tiff_tiffread_c 28 May 2006 15:31:46 -0000 1.1 +++ /dev/null 30 Mar 2010 13:31:02 -0000 @@ -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 ) Index: pkg/PFRAG.native =================================================================== RCS file: /cvs/ports/graphics/camlimages/pkg/PFRAG.native,v retrieving revision 1.4 diff -N -u -p pkg/PFRAG.native --- pkg/PFRAG.native 28 May 2006 15:31:46 -0000 1.4 +++ /dev/null 30 Mar 2010 13:31:02 -0000 @@ -1,132 +0,0 @@ -...@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 Index: pkg/PFRAG.shared =================================================================== RCS file: pkg/PFRAG.shared diff -N -u -p pkg/PFRAG.shared --- /dev/null 30 Mar 2010 08:03:26 -0000 +++ pkg/PFRAG.shared 30 Mar 2010 14:03:26 -0000 @@ -0,0 +1,3 @@ +...@comment $OpenBSD$ +lib/ocaml/stublibs/dllcamlimages.so +lib/ocaml/stublibs/dllcamlimages_core.so Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/graphics/camlimages/pkg/PLIST,v retrieving revision 1.4 diff -N -u -p pkg/PLIST --- pkg/PLIST 30 Jun 2005 04:46:05 -0000 1.4 +++ pkg/PLIST 30 Mar 2010 14:03:26 -0000 @@ -1,176 +1,166 @@ -...@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$ +%%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.a +lib/ocaml/site-lib/camlimages/camlimages.cma +lib/ocaml/site-lib/camlimages/camlimages.cmi +lib/ocaml/site-lib/camlimages/camlimages.cmxa +lib/ocaml/site-lib/camlimages/camlimages_core.a +lib/ocaml/site-lib/camlimages/camlimages_core.cma +lib/ocaml/site-lib/camlimages/camlimages_core.cmxa +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/Makefile +share/doc/camlimages/Makefile.am +share/doc/camlimages/Makefile.in +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.htm +share/doc/camlimages/eng.html +share/doc/camlimages/eng.html.in +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.cmx share/examples/camlimages/converter/converter.ml +share/examples/camlimages/converter/converter.o +...@bin share/examples/camlimages/converter/converter.opt 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.cmx share/examples/camlimages/crop/crop.ml +share/examples/camlimages/crop/crop.o +...@bin share/examples/camlimages/crop/crop.opt 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.cmx share/examples/camlimages/edgedetect/edge.ml +share/examples/camlimages/edgedetect/edge.o +...@bin share/examples/camlimages/edgedetect/edge.opt 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,8 +168,16 @@ 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.cmx share/examples/camlimages/imgstat/imgstat.ml +share/examples/camlimages/imgstat/imgstat.o +...@bin share/examples/camlimages/imgstat/imgstat.opt share/examples/camlimages/liv/ share/examples/camlimages/liv/.depend share/examples/camlimages/liv/BulletHole.xpm @@ -189,56 +187,178 @@ 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.cmx share/examples/camlimages/liv/cache.ml share/examples/camlimages/liv/cache.mli +share/examples/camlimages/liv/cache.o +share/examples/camlimages/liv/deficon.cmi +share/examples/camlimages/liv/deficon.cmo +share/examples/camlimages/liv/deficon.cmx share/examples/camlimages/liv/deficon.ml +share/examples/camlimages/liv/deficon.o +share/examples/camlimages/liv/display.cmi +share/examples/camlimages/liv/display.cmo +share/examples/camlimages/liv/display.cmx share/examples/camlimages/liv/display.ml +share/examples/camlimages/liv/display.o +share/examples/camlimages/liv/edge.cmi +share/examples/camlimages/liv/edge.cmo +share/examples/camlimages/liv/edge.cmx share/examples/camlimages/liv/edge.ml +share/examples/camlimages/liv/edge.o +share/examples/camlimages/liv/enhance.cmi +share/examples/camlimages/liv/enhance.cmo +share/examples/camlimages/liv/enhance.cmx share/examples/camlimages/liv/enhance.ml +share/examples/camlimages/liv/enhance.o share/examples/camlimages/liv/faceanm.gif +share/examples/camlimages/liv/gui.cmi +share/examples/camlimages/liv/gui.cmo +share/examples/camlimages/liv/gui.cmx share/examples/camlimages/liv/gui.ml +share/examples/camlimages/liv/gui.o +share/examples/camlimages/liv/icon.cmi +share/examples/camlimages/liv/icon.cmo +share/examples/camlimages/liv/icon.cmx share/examples/camlimages/liv/icon.ml +share/examples/camlimages/liv/icon.o share/examples/camlimages/liv/iconcap +share/examples/camlimages/liv/iconcap.cmi +share/examples/camlimages/liv/iconcap.cmo +share/examples/camlimages/liv/iconcap.cmx share/examples/camlimages/liv/iconcap.ml +share/examples/camlimages/liv/iconcap.o +share/examples/camlimages/liv/jWidget.cmi +share/examples/camlimages/liv/jWidget.cmo +share/examples/camlimages/liv/jWidget.cmx share/examples/camlimages/liv/jWidget.ml +share/examples/camlimages/liv/jWidget.o +share/examples/camlimages/liv/jpf.cmi +share/examples/camlimages/liv/jpf.cmo +share/examples/camlimages/liv/jpf.cmx share/examples/camlimages/liv/jpf.ml -share/examples/camlimages/liv/liv-org.ml +share/examples/camlimages/liv/jpf.o +share/examples/camlimages/liv/liv.byt +share/examples/camlimages/liv/liv.cmi +share/examples/camlimages/liv/liv.cmo +share/examples/camlimages/liv/liv.cmx +share/examples/camlimages/liv/liv.ml +share/examples/camlimages/liv/liv.o +...@bin share/examples/camlimages/liv/liv.opt share/examples/camlimages/liv/livdemo.jpg +share/examples/camlimages/liv/livmisc.cmi +share/examples/camlimages/liv/livmisc.cmo +share/examples/camlimages/liv/livmisc.cmx share/examples/camlimages/liv/livmisc.ml +share/examples/camlimages/liv/livmisc.o +share/examples/camlimages/liv/livsh.cmi +share/examples/camlimages/liv/livsh.cmo +share/examples/camlimages/liv/livsh.cmx share/examples/camlimages/liv/livsh.ml +share/examples/camlimages/liv/livsh.o +share/examples/camlimages/liv/livshtype.cmi +share/examples/camlimages/liv/livshtype.cmo +share/examples/camlimages/liv/livshtype.cmx share/examples/camlimages/liv/livshtype.ml share/examples/camlimages/liv/livshtype.mli +share/examples/camlimages/liv/livshtype.o +share/examples/camlimages/liv/mylazy.cmi +share/examples/camlimages/liv/mylazy.cmo +share/examples/camlimages/liv/mylazy.cmx share/examples/camlimages/liv/mylazy.ml share/examples/camlimages/liv/mylazy.mli +share/examples/camlimages/liv/mylazy.o +share/examples/camlimages/liv/pathfind.cmi +share/examples/camlimages/liv/pathfind.cmo +share/examples/camlimages/liv/pathfind.cmx share/examples/camlimages/liv/pathfind.ml +share/examples/camlimages/liv/pathfind.o +share/examples/camlimages/liv/scandir.cmi +share/examples/camlimages/liv/scandir.cmo +share/examples/camlimages/liv/scandir.cmx share/examples/camlimages/liv/scandir.ml +share/examples/camlimages/liv/scandir.o +share/examples/camlimages/liv/seq.cmi +share/examples/camlimages/liv/seq.cmo +share/examples/camlimages/liv/seq.cmx share/examples/camlimages/liv/seq.ml +share/examples/camlimages/liv/seq.o share/examples/camlimages/liv/sound.xpm +share/examples/camlimages/liv/tout.cmi +share/examples/camlimages/liv/tout.cmo +share/examples/camlimages/liv/tout.cmx share/examples/camlimages/liv/tout.ml +share/examples/camlimages/liv/tout.o +share/examples/camlimages/liv/viewer.cmi +share/examples/camlimages/liv/viewer.cmo +share/examples/camlimages/liv/viewer.cmx share/examples/camlimages/liv/viewer.ml +share/examples/camlimages/liv/viewer.o 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.cmx share/examples/camlimages/monochrome/monochrome.ml +share/examples/camlimages/monochrome/monochrome.o +...@bin share/examples/camlimages/monochrome/monochrome.opt 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.cmx share/examples/camlimages/normalize/normalize.ml +share/examples/camlimages/normalize/normalize.o +...@bin share/examples/camlimages/normalize/normalize.opt 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.cmx share/examples/camlimages/resize/resize.ml -share/examples/camlimages/slideanim/ +share/examples/camlimages/resize/resize.o +...@bin share/examples/camlimages/resize/resize.opt 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.cmx share/examples/camlimages/tiffps/tiffps.ml +share/examples/camlimages/tiffps/tiffps.o +...@bin share/examples/camlimages/tiffps/tiffps.opt 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.cmx share/examples/camlimages/ttfimg/ttfimg.ml -%%native%% +share/examples/camlimages/ttfimg/ttfimg.o +...@bin share/examples/camlimages/ttfimg/ttfimg.opt