summaryrefslogtreecommitdiff
path: root/devel/devIL
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-03 19:00:02 +0000
committerxtraeme <xtraeme>2003-12-03 19:00:02 +0000
commit3305707432ae9b0b0da0ec445c4f3cabe13dc584 (patch)
tree86fbb95b5cf03220d05a26b7032535b1c071a792 /devel/devIL
parenteb9737b147da5effea8a1a034dc94d4653617c1f (diff)
downloadpkgsrc-3305707432ae9b0b0da0ec445c4f3cabe13dc584.tar.gz
Initial import of devIL-1.6.6 from pkgsrc-wip.
Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp, .raw, .sgi, .tga and .tif files. Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm, .pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif. DevIL currently supports the following APIs for display: OpenGL, Windows GDI, SDL, DirectX and Allegro. Compilers that can compile DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and Dev-C++.
Diffstat (limited to 'devel/devIL')
-rw-r--r--devel/devIL/DESCR18
-rw-r--r--devel/devIL/Makefile30
-rw-r--r--devel/devIL/PLIST24
-rw-r--r--devel/devIL/buildlink2.mk34
-rw-r--r--devel/devIL/distinfo4
5 files changed, 110 insertions, 0 deletions
diff --git a/devel/devIL/DESCR b/devel/devIL/DESCR
new file mode 100644
index 00000000000..96993cef30e
--- /dev/null
+++ b/devel/devIL/DESCR
@@ -0,0 +1,18 @@
+Developer's Image Library (DevIL) is a programmer's library to develop
+applications with very powerful image loading capabilities, yet is easy
+for a developer to learn and use. Ultimate control of images is left to
+the developer, so unnecessary conversions, etc. are not performed. DevIL
+utilizes a simple, yet powerful, syntax. DevIL can load, save, convert,
+manipulate, filter and display a wide variety of image formats.
+
+Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm,
+.mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp,
+.raw, .sgi, .tga and .tif files.
+
+Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm,
+.pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif.
+
+DevIL currently supports the following APIs for display: OpenGL, Windows GDI,
+SDL, DirectX and Allegro. Compilers that can compile DevIL or use it
+include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and
+Dev-C++.
diff --git a/devel/devIL/Makefile b/devel/devIL/Makefile
new file mode 100644
index 00000000000..35b2a7c66d0
--- /dev/null
+++ b/devel/devIL/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+#
+
+DISTNAME= DevIL-1.6.6
+PKGNAME= ${DISTNAME:S/D/d/}
+WRKSRC= ${WRKDIR}/DevIL
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openil/}
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://openil.sourceforge.net/
+COMMENT= Developer's Image Library
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+USE_X11= yes
+
+CONFIGURE_ARGS+= --disable-lcms
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../graphics/mng/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/devIL/PLIST b/devel/devIL/PLIST
new file mode 100644
index 00000000000..885d39e3699
--- /dev/null
+++ b/devel/devIL/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+include/IL/config.h
+include/IL/devil_internal_exports.h
+include/IL/il.h
+include/IL/il_wrap.h
+include/IL/ilu.h
+include/IL/ilu_region.h
+include/IL/ilut.h
+lib/libIL.a
+lib/libIL.la
+lib/libIL.so
+lib/libIL.so.1
+lib/libIL.so.1.166
+lib/libILU.a
+lib/libILU.la
+lib/libILU.so
+lib/libILU.so.1
+lib/libILU.so.1.166
+lib/libILUT.a
+lib/libILUT.la
+lib/libILUT.so
+lib/libILUT.so.1
+lib/libILUT.so.1.166
+@dirrm include/IL
diff --git a/devel/devIL/buildlink2.mk b/devel/devIL/buildlink2.mk
new file mode 100644
index 00000000000..4a32e78bfcf
--- /dev/null
+++ b/devel/devIL/buildlink2.mk
@@ -0,0 +1,34 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use DevIL.
+#
+# This file was created automatically using createbuildlink 2.7.
+#
+
+.if !defined(DEVIL_BUILDLINK2_MK)
+DEVIL_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= DevIL
+BUILDLINK_DEPENDS.DevIL?= DevIL>=1.6.6
+BUILDLINK_PKGSRCDIR.DevIL?= ../../devel/devIL
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.DevIL=DevIL
+BUILDLINK_PREFIX.DevIL_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.DevIL+= include/IL/*.h
+BUILDLINK_FILES.DevIL+= lib/libIL.*
+BUILDLINK_FILES.DevIL+= lib/libILU.*
+BUILDLINK_FILES.DevIL+= lib/libILUT.*
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/libungif/buildlink2.mk"
+.include "../../graphics/mng/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+
+BUILDLINK_TARGETS+= DevIL-buildlink
+
+DevIL-buildlink: _BUILDLINK_USE
+
+.endif # DEVIL_BUILDLINK2_MK
diff --git a/devel/devIL/distinfo b/devel/devIL/distinfo
new file mode 100644
index 00000000000..f001b06ed07
--- /dev/null
+++ b/devel/devIL/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:00:02 xtraeme Exp $
+
+SHA1 (DevIL-1.6.6.tar.gz) = 946883351dcd72d00618887f1faa01d173317903
+Size (DevIL-1.6.6.tar.gz) = 787878 bytes