diff options
author | rene <rene@FreeBSD.org> | 2013-12-15 22:32:28 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-15 22:32:28 +0800 |
commit | 54c131f421b5fb5440eca80dcbf5def478f75703 (patch) | |
tree | 0dcaedb518ebc1200a3025f072a639227cc4d003 /graphics | |
parent | 86425536110e9415878675c06b39efbdd900d984 (diff) | |
download | freebsd-ports-gnome-54c131f421b5fb5440eca80dcbf5def478f75703.tar.gz freebsd-ports-gnome-54c131f421b5fb5440eca80dcbf5def478f75703.tar.zst freebsd-ports-gnome-54c131f421b5fb5440eca80dcbf5def478f75703.zip |
Remove expired ports:
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/openexr_ctl/Makefile | 44 | ||||
-rw-r--r-- | graphics/openexr_ctl/distinfo | 2 | ||||
-rw-r--r-- | graphics/openexr_ctl/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | graphics/openexr_ctl/pkg-descr | 21 | ||||
-rw-r--r-- | graphics/openexr_ctl/pkg-plist | 16 |
6 files changed, 0 insertions, 95 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8d77581ecc70..8280eb5a9063 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -618,7 +618,6 @@ SUBDIR += opencv-java SUBDIR += opendis SUBDIR += opendx - SUBDIR += openexr_ctl SUBDIR += opengl-man SUBDIR += opengtl SUBDIR += openimageio diff --git a/graphics/openexr_ctl/Makefile b/graphics/openexr_ctl/Makefile deleted file mode 100644 index f7d8c206d1a8..000000000000 --- a/graphics/openexr_ctl/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: nork@FreeBSD.org -# $FreeBSD$ - -PORTNAME= openexr_ctl -PORTVERSION= 1.0.1 -CATEGORIES= graphics devel -MASTER_SITES= SF/ampasctl/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ - -MAINTAINER= nemysis@gmx.ch -COMMENT= Simplified OpenEXR interface to CTL - -LICENSE= BSD - -LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ - IlmCtl:${PORTSDIR}/graphics/ampasCTL - -USES= pkgconfig -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes - -DEPRECATED= Now distributed with ampasCTL-1.5 -EXPIRATION_DATE=2013-12-13 - -PORTDOCS= AUTHORS ChangeLog README - -NO_STAGE= yes -.include <bsd.port.options.mk> - -test check: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) - -.if defined(PACKAGE_BUILDING) -pre-install: test -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/openexr_ctl/distinfo b/graphics/openexr_ctl/distinfo deleted file mode 100644 index 1cfd37589742..000000000000 --- a/graphics/openexr_ctl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (openexr_ctl-1.0.1.tar.gz) = 2d88d624e24fce64ee8494d4dd46e33684f93941e1ca46024554d1ab6ed5e9c9 -SIZE (openexr_ctl-1.0.1.tar.gz) = 362864 diff --git a/graphics/openexr_ctl/files/patch-Makefile.in b/graphics/openexr_ctl/files/patch-Makefile.in deleted file mode 100644 index 0b18506979a6..000000000000 --- a/graphics/openexr_ctl/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-08-04 09:13:15.000000000 +0900 -+++ Makefile.in 2007-10-09 01:15:31.000000000 +0900 -@@ -209,7 +209,7 @@ - AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \ - README README.CVS README.OSX README.win32 bootstrap - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = OpenEXR_CTL.pc - all: all-recursive - diff --git a/graphics/openexr_ctl/pkg-descr b/graphics/openexr_ctl/pkg-descr deleted file mode 100644 index 8442c6244cb8..000000000000 --- a/graphics/openexr_ctl/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -* IlmImfCtl provides a simplified OpenEXR interface to CTL. - -* exrdpx is an initial version of a CTL-driven file converter - that translates DPX files into OpenEXR files and vice versa. - The conversion between the DPX and OpenEXR color spaces is - handled by CTL transforms. - -* exr_ctl_exr is an initial version of a program that can bake - the effect of a series of CTL transforms into the pixels of - an OpenEXR file. - -WARNING: the exrdpx file converter and the exr_ctl_exr program are -still under development. They are good enough for experimentation, -but they are not ready for production use. The programs are slow, -and the DPX file I/O capabilities of exrdpx are minimal; most DPX -header fields and most OpenEXR attributes are lost during file -conversion. - -WWW: http://www.openexr.com/ -WWW: http://www.oscars.org/science-technology/council/projects/ctl.html -WWW: http://ampasctl.sourceforge.net/ diff --git a/graphics/openexr_ctl/pkg-plist b/graphics/openexr_ctl/pkg-plist deleted file mode 100644 index 6f8cee7474ab..000000000000 --- a/graphics/openexr_ctl/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/exr_ctl_exr -bin/exrdpx -include/OpenEXR/ImfCtlApplyTransforms.h -lib/CTL/change_saturation.ctl -lib/CTL/transform_DPX_EXR.ctl -lib/CTL/transform_EXR_DPX.ctl -lib/CTL/transform_RRT.ctl -lib/CTL/transform_display_video.ctl -lib/CTL/utilities.ctl -lib/libIlmImfCtl.a -lib/libIlmImfCtl.la -lib/libIlmImfCtl.so -lib/libIlmImfCtl.so.2 -libdata/pkgconfig/OpenEXR_CTL.pc -@dirrm lib/CTL -@dirrmtry include/OpenEXR |