diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-28 17:45:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-28 17:45:45 +0800 |
commit | b8eaa7ec4ed75c1bfc6b59a517c949d6c8c8ff64 (patch) | |
tree | c09859e680140f9fb7a4843cb054b99350fae95c /graphics | |
parent | 76a5df22e696ab4e01bfe953e68a824ab1ecbb5d (diff) | |
download | freebsd-ports-gnome-b8eaa7ec4ed75c1bfc6b59a517c949d6c8c8ff64.tar.gz freebsd-ports-gnome-b8eaa7ec4ed75c1bfc6b59a517c949d6c8c8ff64.tar.zst freebsd-ports-gnome-b8eaa7ec4ed75c1bfc6b59a517c949d6c8c8ff64.zip |
2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fields
2012-11-26 textproc/lemmatizer: No more public distfiles
2012-11-26 net/relay: No more public distfiles
2012-11-26 x11-clocks/bmp-alarm: No more public distfiles
2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles
2012-11-26 japanese/libicq: No more public distfiles and development ceased
2012-11-26 graphics/tonicpoint-viewer: No more public distfiles
2012-11-26 devel/safestr: No more public distfiles
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/tonicpoint-viewer/Makefile | 43 | ||||
-rw-r--r-- | graphics/tonicpoint-viewer/distinfo | 2 | ||||
-rw-r--r-- | graphics/tonicpoint-viewer/files/tonicpoint | 2 | ||||
-rw-r--r-- | graphics/tonicpoint-viewer/pkg-descr | 6 |
5 files changed, 0 insertions, 54 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1a52398a7c01..d0b48376fc60 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -977,7 +977,6 @@ SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl - SUBDIR += tonicpoint-viewer SUBDIR += truevision SUBDIR += tulip SUBDIR += tumble diff --git a/graphics/tonicpoint-viewer/Makefile b/graphics/tonicpoint-viewer/Makefile deleted file mode 100644 index 21d9848dc9f8..000000000000 --- a/graphics/tonicpoint-viewer/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: ports@c0decafe.net -# $FreeBSD$ - -PORTNAME= viewer -PORTVERSION= 1.4 -PORTREVISION= 2 -CATEGORIES= graphics java -MASTER_SITES= http://downloads.tonicsystems.com/viewer/ -PKGNAMEPREFIX= tonicpoint- -DISTNAME= tonicpoint-${PORTVERSION} -EXTRACT_SUFX= .jar -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= PowerPoint presentations viewer - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -NO_CDROM= free for non-commercial use - -USE_JAVA= yes -JAVA_VERSION= 1.5+ - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -BINNAME= tonicpoint -JARFILE= ${BINNAME}.jar -PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} bin/${BINNAME} - -do-configure: - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|;'\ - -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|;'\ - -e 's|%%JARFILE%%|${JARFILE}|;' \ - ${FILESDIR}/${BINNAME} > ${WRKSRC}/${BINNAME} - -do-install: - @${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar ${JAVAJARDIR}/${JARFILE} - ${INSTALL_SCRIPT} ${WRKSRC}/${BINNAME} ${PREFIX}/bin/${BINNAME} - -.include <bsd.port.mk> diff --git a/graphics/tonicpoint-viewer/distinfo b/graphics/tonicpoint-viewer/distinfo deleted file mode 100644 index a6fa05c4de21..000000000000 --- a/graphics/tonicpoint-viewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tonicpoint-1.4.jar) = 7c005324c6d803c2b3e5967c6a66f9c71fa3375b1cd5410de4cda0ca600e80f3 -SIZE (tonicpoint-1.4.jar) = 870837 diff --git a/graphics/tonicpoint-viewer/files/tonicpoint b/graphics/tonicpoint-viewer/files/tonicpoint deleted file mode 100644 index c81aee487c12..000000000000 --- a/graphics/tonicpoint-viewer/files/tonicpoint +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/%%JARFILE%% "$@" diff --git a/graphics/tonicpoint-viewer/pkg-descr b/graphics/tonicpoint-viewer/pkg-descr deleted file mode 100644 index 49915a0fe9a8..000000000000 --- a/graphics/tonicpoint-viewer/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The TonicPoint Viewer is a standalone Java application that allows you to open -and view PowerPoint presentations on any platform. -The Viewer supports the standard PowerPoint file format that is used -by PowerPoint 97, 2000, XP, 2003, etc. - -WWW: http://tonicsystems.com/products/viewer/ |