1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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.
This commit is contained in:
Greg Lehey 2001-03-11 04:48:29 +00:00
parent 3d59e4474e
commit 2fad275c89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39539
7 changed files with 42 additions and 0 deletions

View File

@ -70,6 +70,7 @@
SUBDIR += hello
SUBDIR += heyu
SUBDIR += histring
SUBDIR += instant-server
SUBDIR += instant-workstation
SUBDIR += iselect
SUBDIR += jargon

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (instant-server-1.0.tar.gz) = 3d416bfb3be5e83b6fd5d6ecd4801bc5

View File

@ -0,0 +1 @@
Instant server installs a typical set of ports for a server

View File

@ -0,0 +1 @@
instant server installs a typical set of ports for a server

View File

@ -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.

View File