diff options
author | pav <pav@FreeBSD.org> | 2004-10-29 01:50:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-29 01:50:54 +0800 |
commit | ee07f61740a65da1c547097fa2219485c37f9b06 (patch) | |
tree | 8467c8383f0ff7b536f89da2263a7aaae7bc7a59 /graphics/devil | |
parent | 38459587c6ff713bda75d6a0811365ed200c57c2 (diff) | |
download | freebsd-ports-gnome-ee07f61740a65da1c547097fa2219485c37f9b06.tar.gz freebsd-ports-gnome-ee07f61740a65da1c547097fa2219485c37f9b06.tar.zst freebsd-ports-gnome-ee07f61740a65da1c547097fa2219485c37f9b06.zip |
- Add DevIL Imaging Library.
PR: ports/70176
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Diffstat (limited to 'graphics/devil')
-rw-r--r-- | graphics/devil/Makefile | 27 | ||||
-rw-r--r-- | graphics/devil/distinfo | 2 | ||||
-rw-r--r-- | graphics/devil/pkg-descr | 18 | ||||
-rw-r--r-- | graphics/devil/pkg-plist | 17 |
4 files changed, 64 insertions, 0 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile new file mode 100644 index 000000000000..e7d2f1d3c097 --- /dev/null +++ b/graphics/devil/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: devil +# Date created: 8 August 2004 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# + +PORTNAME= devil +PORTVERSION= 1.6.7 +CATEGORIES= devel graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= openil +DISTNAME= DevIL-${PORTVERSION} + +MAINTAINER= andreas@syndrom23.de +COMMENT= A full featured cross-platform image library + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff \ + mng.1:${PORTSDIR}/graphics/libmng \ + lcms.1:${PORTSDIR}/graphics/lcms + +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 + +.include <bsd.port.mk> diff --git a/graphics/devil/distinfo b/graphics/devil/distinfo new file mode 100644 index 000000000000..131712e5b67c --- /dev/null +++ b/graphics/devil/distinfo @@ -0,0 +1,2 @@ +MD5 (DevIL-1.6.7.tar.gz) = 0d0c3842196d85c4e24bedabcd84f626 +SIZE (DevIL-1.6.7.tar.gz) = 3013312 diff --git a/graphics/devil/pkg-descr b/graphics/devil/pkg-descr new file mode 100644 index 000000000000..0ae9950806c6 --- /dev/null +++ b/graphics/devil/pkg-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 and save many different image formats. + +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++, gcc, +Delphi, Visual Basic, Power Basic and Dev-C++. + +Many people may have known DevIL as OpenIL, but the name was changed due to +SGI's request. + +WWW: http://www.imagelib.org diff --git a/graphics/devil/pkg-plist b/graphics/devil/pkg-plist new file mode 100644 index 000000000000..f5ed8fbc8fe4 --- /dev/null +++ b/graphics/devil/pkg-plist @@ -0,0 +1,17 @@ +lib/libIL.a +lib/libIL.so +lib/libIL.so.1 +lib/libILU.a +lib/libILU.so +lib/libILU.so.1 +lib/libILUT.a +lib/libILUT.so +lib/libILUT.so.1 +include/IL/il.h +include/IL/ilu.h +include/IL/ilut.h +include/IL/il_wrap.h +include/IL/config.h +include/IL/devil_internal_exports.h +include/IL/ilu_region.h +@dirrm include/IL |