summaryrefslogtreecommitdiff
path: root/graphics/freeimageplus
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-05-27 22:06:11 +0000
committermarkd <markd@pkgsrc.org>2015-05-27 22:06:11 +0000
commit8aa8ba55b9fd61bb7bce8f669fc878829e1cd7a8 (patch)
tree7006263fabcf85d5a8376bc7220e696ba4059777 /graphics/freeimageplus
parentfdb3f61b39dbb5ccd3658df9aeeae0ee70f003e4 (diff)
downloadpkgsrc-8aa8ba55b9fd61bb7bce8f669fc878829e1cd7a8.tar.gz
Add freeimageplus 3.17.0
C++ wrapper for freeimage.
Diffstat (limited to 'graphics/freeimageplus')
-rw-r--r--graphics/freeimageplus/DESCR9
-rw-r--r--graphics/freeimageplus/Makefile30
-rw-r--r--graphics/freeimageplus/PLIST6
3 files changed, 45 insertions, 0 deletions
diff --git a/graphics/freeimageplus/DESCR b/graphics/freeimageplus/DESCR
new file mode 100644
index 00000000000..e80f282a1ed
--- /dev/null
+++ b/graphics/freeimageplus/DESCR
@@ -0,0 +1,9 @@
+FreeImage is an Open Source library project for developers who would like to
+support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as
+needed by today's multimedia applications. FreeImage is easy to use, fast,
+multithreading safe, compatible with all 32-bit or 64-bit versions of Windows,
+and cross-platform (works both with Linux and Mac OS X).
+
+Thanks to its ANSI C interface, FreeImage is usable in many languages including
+C, C++, VB, C#, Delphi, Java and also in common scripting languages such as
+Perl, Python, PHP, TCL or Ruby.
diff --git a/graphics/freeimageplus/Makefile b/graphics/freeimageplus/Makefile
new file mode 100644
index 00000000000..44aa9dc1b4e
--- /dev/null
+++ b/graphics/freeimageplus/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2015/05/27 22:06:11 markd Exp $
+
+DISTNAME= FreeImage3170
+PKGNAME= freeimageplus-3.17.0
+CATEGORIES= devel graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeimage/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://freeimage.sf.net/
+COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF - C++ Wrapper
+
+USE_LANGUAGES+= c c++
+USE_TOOLS+= gmake
+MAKE_FILE= Makefile.fip
+
+DEPENDS+= freeimage>=3.17.0:../../graphics/freeimage
+
+PATCHDIR= ${.CURDIR}/../../graphics/freeimage/patches
+DISTINFO_FILE= ${.CURDIR}/../../graphics/freeimage/distinfo
+
+WRKSRC= ${WRKDIR}/FreeImage
+
+INSTALLATION_DIRS+= include lib
+
+PLIST_SUBST+= PKGVERSION_NOREV=${PKGVERSION_NOREV}
+
+NOT_FOR_PLATFORM=Darwin-*-*
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/freeimageplus/PLIST b/graphics/freeimageplus/PLIST
new file mode 100644
index 00000000000..b1ce9169613
--- /dev/null
+++ b/graphics/freeimageplus/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/27 22:06:11 markd Exp $
+include/FreeImagePlus.h
+lib/libfreeimageplus-${PKGVERSION_NOREV}.so
+lib/libfreeimageplus.a
+lib/libfreeimageplus.so
+lib/libfreeimageplus.so.3