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:
parent
3d59e4474e
commit
2fad275c89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39539
@ -70,6 +70,7 @@
|
||||
SUBDIR += hello
|
||||
SUBDIR += heyu
|
||||
SUBDIR += histring
|
||||
SUBDIR += instant-server
|
||||
SUBDIR += instant-workstation
|
||||
SUBDIR += iselect
|
||||
SUBDIR += jargon
|
||||
|
35
misc/instant-server/Makefile
Normal file
35
misc/instant-server/Makefile
Normal 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>
|
1
misc/instant-server/distinfo
Normal file
1
misc/instant-server/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (instant-server-1.0.tar.gz) = 3d416bfb3be5e83b6fd5d6ecd4801bc5
|
1
misc/instant-server/pkg-comment
Normal file
1
misc/instant-server/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Instant server installs a typical set of ports for a server
|
1
misc/instant-server/pkg-descr
Normal file
1
misc/instant-server/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
instant server installs a typical set of ports for a server
|
3
misc/instant-server/pkg-message
Normal file
3
misc/instant-server/pkg-message
Normal 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.
|
0
misc/instant-server/pkg-plist
Normal file
0
misc/instant-server/pkg-plist
Normal file
Loading…
Reference in New Issue
Block a user