From 2fad275c89efe75395c55fd60fbe5f25583a9978 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sun, 11 Mar 2001 04:48:29 +0000 Subject: Instant server, to match instant workstation. This is a first stab at something which will be documented in the next edition of "The Complete FreeBSD". Comments welcome. --- misc/instant-server/Makefile | 35 +++++++++++++++++++++++++++++++++++ misc/instant-server/distinfo | 1 + misc/instant-server/pkg-comment | 1 + misc/instant-server/pkg-descr | 1 + misc/instant-server/pkg-message | 3 +++ misc/instant-server/pkg-plist | 0 6 files changed, 41 insertions(+) create mode 100644 misc/instant-server/Makefile create mode 100644 misc/instant-server/distinfo create mode 100644 misc/instant-server/pkg-comment create mode 100644 misc/instant-server/pkg-descr create mode 100644 misc/instant-server/pkg-message create mode 100644 misc/instant-server/pkg-plist (limited to 'misc/instant-server') diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile new file mode 100644 index 000000000000..26f5bb7e4fa1 --- /dev/null +++ b/misc/instant-server/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: instant-server +# Date created: 12 February 2001 +# Whom: grog +# +# $FreeBSD$ +# + +PORTNAME= instant-server +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.lemis.com/pub/ +MASTER_SITE_SUBDIR= pub/instant-server + +MAINTAINER= grog@lemis.com + +RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ + cvsupd-bin:${PORTSDIR}/net/cvsupd-bin \ + isc-dhcp3:${PORTSDIR}/net/isc-dhcp3 \ + samba:${PORTSDIR}/net/samba \ + traceroute:${PORTSDIR}/net/traceroute \ + cnews:${PORTSDIR}/news/cnews \ + apache13:${PORTSDIR}/www/apache13 \ + squid23:${PORTSDIR}/www/squid23 + +# Don't let stupid programs ask for configuration. + +BATCH= YES +NO_WRKSUBDIR= YES + +# comms/hylafax irc/ircd-hybrid + +postinstall: + cd ${PORTSDIR}/mail/postfix; make replace + +.include diff --git a/misc/instant-server/distinfo b/misc/instant-server/distinfo new file mode 100644 index 000000000000..c833304cd150 --- /dev/null +++ b/misc/instant-server/distinfo @@ -0,0 +1 @@ +MD5 (instant-server-1.0.tar.gz) = 3d416bfb3be5e83b6fd5d6ecd4801bc5 diff --git a/misc/instant-server/pkg-comment b/misc/instant-server/pkg-comment new file mode 100644 index 000000000000..3ce49aa835e4 --- /dev/null +++ b/misc/instant-server/pkg-comment @@ -0,0 +1 @@ +Instant server installs a typical set of ports for a server diff --git a/misc/instant-server/pkg-descr b/misc/instant-server/pkg-descr new file mode 100644 index 000000000000..7ebcd79aab6b --- /dev/null +++ b/misc/instant-server/pkg-descr @@ -0,0 +1 @@ +instant server installs a typical set of ports for a server diff --git a/misc/instant-server/pkg-message b/misc/instant-server/pkg-message new file mode 100644 index 000000000000..2b7478fa8d00 --- /dev/null +++ b/misc/instant-server/pkg-message @@ -0,0 +1,3 @@ +This package does not include online documentation. You will find PDF +documents in English and German in the directory +/usr/local/share/doc/sceptre. diff --git a/misc/instant-server/pkg-plist b/misc/instant-server/pkg-plist new file mode 100644 index 000000000000..e69de29bb2d1 -- cgit v1.2.3