diff options
author | grog <grog@FreeBSD.org> | 2001-03-10 03:47:01 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-03-10 03:47:01 +0000 |
commit | 3e2ebe8b93a0a2269cfc9e11e9932ad0777aa9e0 (patch) | |
tree | 3cb9d7dc4b5cdc51d6b253d3674ba9c14315dab0 /misc/instant-workstation | |
parent | 0ea90347c2ff75785510d0eddfe2bb29e6e9fb83 (diff) | |
download | FreeBSD-ports-3e2ebe8b93a0a2269cfc9e11e9932ad0777aa9e0.zip FreeBSD-ports-3e2ebe8b93a0a2269cfc9e11e9932ad0777aa9e0.tar.gz |
Metaport: install typical software for workstation applications.
This is a first stab at something which will be documented in the next
edition of "The Complete FreeBSD". Comments welcome.
Reviewed by: -ports (well, I got one reply)
Diffstat (limited to 'misc/instant-workstation')
-rw-r--r-- | misc/instant-workstation/Makefile | 36 | ||||
-rw-r--r-- | misc/instant-workstation/distinfo | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-comment | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-descr | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-plist | 3 |
5 files changed, 42 insertions, 0 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile new file mode 100644 index 0000000..d6600fc --- /dev/null +++ b/misc/instant-workstation/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: instant-workstation +# Date created: 12 February 2001 +# Whom: grog +# +# $FreeBSD$ +# + +PORTNAME= instant-workstation +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.lemis.com/pub/ + +MAINTAINER= grog + +BUILD_DEPENDS= acroread:${PORTSDIR}/print/acroread \ + bash:${PORTSDIR}/shells/bash2 \ + cdrecord:${PORTSDIR}/sysutils/cdrecord \ + emacs:${PORTSDIR}/editors/emacs20 \ + fetchmail:${PORTSDIR}/mail/fetchmail \ + ghostscript:${PORTSDIR}/print/ghostscript6 \ + ghostview:${PORTSDIR}/print/ghostview \ + gv:${PORTSDIR}/print/gv \ + gnupg:${PORTSDIR}/security/gnupg \ + ispell:${PORTSDIR}/textproc/ispell \ + startkde:${PORTSDIR}/x11/kde2 \ + mkisofs:${PORTSDIR}/sysutils/mkisofs \ + mutt:${PORTSDIR}/mail/mutt \ + netscape:${PORTSDIR}/www/netscape47-communicator \ + png:${PORTSDIR}/graphics/png \ + postfix:${PORTSDIR}/mail/postfix \ + xtset:${PORTSDIR}/x11/xtset \ + xv:${PORTSDIR}/graphics/xv + +NO_WRKSUBDIR= YES + +.include <bsd.port.mk> diff --git a/misc/instant-workstation/distinfo b/misc/instant-workstation/distinfo new file mode 100644 index 0000000..0e6bf02 --- /dev/null +++ b/misc/instant-workstation/distinfo @@ -0,0 +1 @@ +MD5 (instant-workstation-1.0.tar.gz) = 94757f66b672000f309ccc08b883fbb6 diff --git a/misc/instant-workstation/pkg-comment b/misc/instant-workstation/pkg-comment new file mode 100644 index 0000000..3cede41 --- /dev/null +++ b/misc/instant-workstation/pkg-comment @@ -0,0 +1 @@ +instant workstation installs a typical set of ports for a workstation diff --git a/misc/instant-workstation/pkg-descr b/misc/instant-workstation/pkg-descr new file mode 100644 index 0000000..a5d070d --- /dev/null +++ b/misc/instant-workstation/pkg-descr @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..4a8fb4d --- /dev/null +++ b/misc/instant-workstation/pkg-plist @@ -0,0 +1,3 @@ +share/ +share/abbreviations +share/.bashrc |