diff options
author | pav <pav@FreeBSD.org> | 2008-04-09 22:19:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-09 22:19:00 +0800 |
commit | a2f7292f46f04d29f0b69809a0ce2698f69f34c3 (patch) | |
tree | a5a60ced41468c8a16712e0ea7ffa6eeb6ec572d /archivers | |
parent | 34348e40e1122a92a4e11c91f505528d2a19bb60 (diff) | |
download | freebsd-ports-gnome-a2f7292f46f04d29f0b69809a0ce2698f69f34c3.tar.gz freebsd-ports-gnome-a2f7292f46f04d29f0b69809a0ce2698f69f34c3.tar.zst freebsd-ports-gnome-a2f7292f46f04d29f0b69809a0ce2698f69f34c3.zip |
- Remove expired tkstep80 related ports
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/deepforest/Makefile | 42 | ||||
-rw-r--r-- | archivers/deepforest/distinfo | 3 | ||||
-rw-r--r-- | archivers/deepforest/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/deepforest/pkg-plist | 19 |
5 files changed, 0 insertions, 69 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 3813319c07f1..1e0081c55a01 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -15,7 +15,6 @@ SUBDIR += cabextract SUBDIR += dact SUBDIR += deb2targz - SUBDIR += deepforest SUBDIR += deutex SUBDIR += dpkg SUBDIR += dynamite diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile deleted file mode 100644 index 4250b6f92235..000000000000 --- a/archivers/deepforest/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: JDE's DeepForest -# Date created: 25 March 1999 -# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= deepforest -PORTVERSION= 1.0a -PORTREVISION= 3 -CATEGORIES= archivers windowmaker tkstep80 -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kiri -DISTNAME= DeepForest-${PORTVERSION} -EXTRACT_ONLY= # extracted directly in install target - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple compress utilty using on JDE - -RUN_DEPENDS= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 -LIB_DEPENDS= img.1:${PORTSDIR}/graphics/libimg-tkstep80 - -DEPRECATED= development stalled for years, outdated, unmaintained -EXPIRATION_DATE= 2007-11-16 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -REINPLACE_ARGS= -TKSTEPVERSION= 8.0 -PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps -SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \ - LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} -PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} - -do-install: - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ - ${EXTRACT_AFTER_ARGS} -C ${PREFIX} - ${MKDIR} ${PIXMAPPATH} - ${INSTALL_DATA} ${PREFIX}/JDE/DeepForest/docs/DeepForest.xpm ${PIXMAPPATH} - ${LN} -sf ${PREFIX}/JDE/DeepForest/DeepForest.app ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/archivers/deepforest/distinfo b/archivers/deepforest/distinfo deleted file mode 100644 index 92c29d0050b3..000000000000 --- a/archivers/deepforest/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (DeepForest-1.0a.tar.gz) = bc52fb5b72c2889845e62bd49c1367b9 -SHA256 (DeepForest-1.0a.tar.gz) = 008cd562035c989889b6300e80e15c086f949b69551246878aa675cfc743935a -SIZE (DeepForest-1.0a.tar.gz) = 16645 diff --git a/archivers/deepforest/pkg-descr b/archivers/deepforest/pkg-descr deleted file mode 100644 index 0a827121bfab..000000000000 --- a/archivers/deepforest/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The "Deep Forest" is a simple compression utility. - --KIRIYAMA Kazuhiko -<kiri@FreeBSD.org> diff --git a/archivers/deepforest/pkg-plist b/archivers/deepforest/pkg-plist deleted file mode 100644 index 0aaa5b0d4880..000000000000 --- a/archivers/deepforest/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -JDE/DeepForest/DeepForest.app -JDE/DeepForest/docs/COPYING -JDE/DeepForest/docs/DeepForest.xpm -JDE/DeepForest/docs/English/INSTALL.tk.en -JDE/DeepForest/docs/English/README.en -JDE/DeepForest/docs/Japanese/INSTALL.tk.ja -JDE/DeepForest/docs/Japanese/INSTALL.tk.sjis -JDE/DeepForest/docs/Japanese/README.ja -JDE/DeepForest/docs/Japanese/README.sjis -JDE/DeepForest/install.sh -bin/DeepForest.app -%%PIXMAP_PATH%%/DeepForest.xpm -@dirrmtry share/WindowMaker/Pixmaps -@dirrmtry share/WindowMaker -@dirrm JDE/DeepForest/docs/English -@dirrm JDE/DeepForest/docs/Japanese -@dirrm JDE/DeepForest/docs -@dirrm JDE/DeepForest -@dirrmtry JDE |