diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-06 01:08:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-06 01:08:38 +0800 |
commit | 03a21b4679c4001eb96f1095930b71be4fa1af52 (patch) | |
tree | 97d8f50342768d198a9ccd2af3c76a491116021d /misc | |
parent | fda9db44f1d4626896205372a3916e88519276dd (diff) | |
download | freebsd-ports-gnome-03a21b4679c4001eb96f1095930b71be4fa1af52.tar.gz freebsd-ports-gnome-03a21b4679c4001eb96f1095930b71be4fa1af52.tar.zst freebsd-ports-gnome-03a21b4679c4001eb96f1095930b71be4fa1af52.zip |
2006-12-01 misc/instant-workstation: Incomplete pkg-plist
2006-12-01 lang/yap: Does not compile
2006-12-01 lang/tensile: "Coredump during build on FreeBSD >= 6.x"
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/instant-workstation/Makefile | 59 | ||||
-rw-r--r-- | misc/instant-workstation/distinfo | 3 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-descr | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-plist | 8 |
5 files changed, 0 insertions, 72 deletions
diff --git a/misc/Makefile b/misc/Makefile index 90a5b34cba42..02a036f12003 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -161,7 +161,6 @@ SUBDIR += inplace SUBDIR += instant-server SUBDIR += instant-tinderbox - SUBDIR += instant-workstation SUBDIR += ipbt SUBDIR += iselect SUBDIR += iso-codes diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile deleted file mode 100644 index e9b330d57214..000000000000 --- a/misc/instant-workstation/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: instant-workstation -# Date created: 12 February 2001 -# Whom: grog -# -# $FreeBSD$ -# - -PORTNAME= instant-workstation -PORTVERSION= 1.1 -PORTREVISION= 6 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.lemis.com/pub/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Instant workstation installs a typical set of ports for a workstation - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -USE_GHOSTSCRIPT_RUN= yes - -RUN_DEPENDS= acroread7:${PORTSDIR}/print/acroread7 \ - bash:${PORTSDIR}/shells/bash2 \ - cdrecord:${PORTSDIR}/sysutils/cdrtools \ - dos2unix:${PORTSDIR}/converters/unix2dos \ - emacs:${PORTSDIR}/editors/emacs \ - fetchmail:${PORTSDIR}/mail/fetchmail \ - grip:${PORTSDIR}/audio/grip \ - gimp:${PORTSDIR}/graphics/gimp1 \ - gv:${PORTSDIR}/print/gv \ - gpgv:${PORTSDIR}/security/gnupg1 \ - ispell:${PORTSDIR}/textproc/ispell \ - startkde:${PORTSDIR}/x11/kde3 \ - mutt:${PORTSDIR}/mail/mutt \ - mozilla:${PORTSDIR}/www/mozilla \ - ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ - xtset:${PORTSDIR}/x11/xtset \ - xmms:${PORTSDIR}/multimedia/xmms \ - xv:${PORTSDIR}/graphics/xv - -NO_WRKSUBDIR= YES -NO_BUILD= YES - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 440002 -RUN_DEPENDS+= mount_smbfs:${PORTSDIR}/net/smbfs -.endif - -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" -.endif - -.include <bsd.port.post.mk> diff --git a/misc/instant-workstation/distinfo b/misc/instant-workstation/distinfo deleted file mode 100644 index a439704dcb96..000000000000 --- a/misc/instant-workstation/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (instant-workstation-1.1.tar.gz) = e8af09fe5b3a097171da825c94398c2a -SHA256 (instant-workstation-1.1.tar.gz) = e27e4e0f058c92256a92d7abc9c5231259e5506f4019b05a5b50c1cf7da962c5 -SIZE (instant-workstation-1.1.tar.gz) = 9969 diff --git a/misc/instant-workstation/pkg-descr b/misc/instant-workstation/pkg-descr deleted file mode 100644 index a5d070d75bcf..000000000000 --- a/misc/instant-workstation/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Instant workstation installs a typical set of ports for a workstation. diff --git a/misc/instant-workstation/pkg-plist b/misc/instant-workstation/pkg-plist deleted file mode 100644 index c4137934362f..000000000000 --- a/misc/instant-workstation/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -share/abbreviations -share/dot.bashrc -share/dot.muttrc -share/dot.bash_profile -etc/mailcap -etc/instant-workstation/ntp.conf -etc/instant-workstation/rc.conf -@dirrm etc/instant-workstation |