summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-08-25 20:17:36 +0000
committeradam <adam@pkgsrc.org>2015-08-25 20:17:36 +0000
commit7abe4f300c9c6f52654067ccb9c9d653efb4a469 (patch)
treeab9aaec9d142379837509b3d941e7f15ee9a689c
parent652b8308fe5ce6d3d049d65cca6dbbd84ca73ce8 (diff)
downloadpkgsrc-7abe4f300c9c6f52654067ccb9c9d653efb4a469.tar.gz
Removed graphics/pfstmo; merged into newer graphics/pfstools
-rw-r--r--graphics/pfstmo/DESCR4
-rw-r--r--graphics/pfstmo/Makefile32
-rw-r--r--graphics/pfstmo/PLIST17
-rw-r--r--graphics/pfstmo/distinfo5
-rw-r--r--graphics/pfstmo/options.mk18
5 files changed, 0 insertions, 76 deletions
diff --git a/graphics/pfstmo/DESCR b/graphics/pfstmo/DESCR
deleted file mode 100644
index cfeaae9b630..00000000000
--- a/graphics/pfstmo/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Pfstmo package contains the implementation of state-of-the-art tone
-mapping operators. The motivation here is to provide an implementation
-of tone mapping operators suitable for convenient processing of both
-static images and animations.
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile
deleted file mode 100644
index a196ebc0d16..00000000000
--- a/graphics/pfstmo/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/10/06 14:11:13 asau Exp $
-#
-
-DISTNAME= pfstmo-1.3.2
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfstools/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://pfstools.sourceforge.net/
-COMMENT= Tone mapping operators for HDR images
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++
-
-SUBST_CLASSES+= ns
-SUBST_STAGE.ns= post-configure
-SUBST_FILES.ns= src/drago03/tmo_drago03.cpp
-SUBST_FILES.ns+=src/reinhard05/tmo_reinhard05.cpp
-SUBST_FILES.ns+=src/fattal02/tmo_fattal02.cpp
-SUBST_FILES.ns+=src/durand02/tmo_durand02.cpp
-SUBST_SED.ns= -e s/_L/LL/g
-SUBST_SED.ns+= -e s/_F/FF/g
-SUBST_SED.ns+= -e s/_R/RR/g
-SUBST_SED.ns+= -e s/_G/GG/g
-SUBST_SED.ns+= -e s/_B/BB/g
-
-.include "options.mk"
-
-.include "../../graphics/pfstools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/pfstmo/PLIST b/graphics/pfstmo/PLIST
deleted file mode 100644
index 5d787c75e7a..00000000000
--- a/graphics/pfstmo/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/18 12:48:19 obache Exp $
-bin/pfstmo_drago03
-bin/pfstmo_durand02
-bin/pfstmo_fattal02
-bin/pfstmo_mantiuk06
-${PLIST.gsl}bin/pfstmo_mantiuk08
-bin/pfstmo_pattanaik00
-bin/pfstmo_reinhard02
-bin/pfstmo_reinhard05
-man/man1/pfstmo_drago03.1
-man/man1/pfstmo_durand02.1
-man/man1/pfstmo_fattal02.1
-man/man1/pfstmo_mantiuk06.1
-${PLIST.gsl}man/man1/pfstmo_mantiuk08.1
-man/man1/pfstmo_pattanaik00.1
-man/man1/pfstmo_reinhard02.1
-man/man1/pfstmo_reinhard05.1
diff --git a/graphics/pfstmo/distinfo b/graphics/pfstmo/distinfo
deleted file mode 100644
index 1cea7c24c5e..00000000000
--- a/graphics/pfstmo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/18 12:48:19 obache Exp $
-
-SHA1 (pfstmo-1.3.2.tar.gz) = 8662863c5bd3acdfb83eeef26b6ff5907b5531ec
-RMD160 (pfstmo-1.3.2.tar.gz) = c1af48422f6c444acf2f28723b707ca61804c213
-Size (pfstmo-1.3.2.tar.gz) = 438982 bytes
diff --git a/graphics/pfstmo/options.mk b/graphics/pfstmo/options.mk
deleted file mode 100644
index f04caeef716..00000000000
--- a/graphics/pfstmo/options.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2009/01/18 12:48:19 obache Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.pfstmo
-PKG_SUPPORTED_OPTIONS= fftw gsl
-PKG_SUGGESTED_OPTIONS= fftw
-
-PLIST_VARS+= gsl
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mfftw)
-.include "../../math/fftwf/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mgsl)
-.include "../../math/gsl/buildlink3.mk"
-PLIST.gsl= yes
-.endif