pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/freeimageplus Add freeimageplus 3.17.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbc8cb23e410
branches: trunk
changeset: 652218:cbc8cb23e410
user: markd <markd%pkgsrc.org@localhost>
date: Wed May 27 22:06:11 2015 +0000
description:
Add freeimageplus 3.17.0
C++ wrapper for freeimage.
diffstat:
graphics/freeimageplus/DESCR | 9 +++++++++
graphics/freeimageplus/Makefile | 30 ++++++++++++++++++++++++++++++
graphics/freeimageplus/PLIST | 6 ++++++
3 files changed, 45 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 56371326dd12 -r cbc8cb23e410 graphics/freeimageplus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeimageplus/DESCR Wed May 27 22:06:11 2015 +0000
@@ -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 -r 56371326dd12 -r cbc8cb23e410 graphics/freeimageplus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeimageplus/Makefile Wed May 27 22:06:11 2015 +0000
@@ -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@localhost
+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 -r 56371326dd12 -r cbc8cb23e410 graphics/freeimageplus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeimageplus/PLIST Wed May 27 22:06:11 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index