diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-01 16:50:04 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-01 16:50:04 +0000 |
commit | b2849633500b7516527aa49b211608c7c5101223 (patch) | |
tree | a54179ee42778bc263ef8e005718ad221329168f /net/gofish | |
parent | 7855007c69c4311176fdccd8a348ccc98247ca88 (diff) | |
download | FreeBSD-ports-b2849633500b7516527aa49b211608c7c5101223.zip FreeBSD-ports-b2849633500b7516527aa49b211608c7c5101223.tar.gz |
add gofish 0.27
GoFish Gopher Server
Diffstat (limited to 'net/gofish')
-rw-r--r-- | net/gofish/Makefile | 27 | ||||
-rw-r--r-- | net/gofish/distinfo | 1 | ||||
-rw-r--r-- | net/gofish/pkg-descr | 4 | ||||
-rw-r--r-- | net/gofish/pkg-plist | 20 |
4 files changed, 52 insertions, 0 deletions
diff --git a/net/gofish/Makefile b/net/gofish/Makefile new file mode 100644 index 0000000..18544cb --- /dev/null +++ b/net/gofish/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: gofish +# Date created: Apr 1, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gofish +PORTVERSION= 0.27 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= GoFish Gopher Server + +GOPHERROOT?= ${PREFIX}/gopher +GOPHERUSER?= nobody +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gopherroot=${GOPHERROOT} \ + --with-gopheruser=${GOPHERUSER} + +MAN1= gmap2cache.1 gofish.1 gopherd.1 mkcache.1 +MAN5= dotcache.5 gofish.5 + +.include <bsd.port.mk> diff --git a/net/gofish/distinfo b/net/gofish/distinfo new file mode 100644 index 0000000..2485035 --- /dev/null +++ b/net/gofish/distinfo @@ -0,0 +1 @@ +MD5 (gofish-0.27.tar.gz) = 665590034e80271ffc903ae22ab851fd diff --git a/net/gofish/pkg-descr b/net/gofish/pkg-descr new file mode 100644 index 0000000..7eb5741 --- /dev/null +++ b/net/gofish/pkg-descr @@ -0,0 +1,4 @@ +GoFish is a very simple gopher/web server. It is designed with security, +performance. and low resource usage in mind. + +WWW: http://gofish.sourceforge.net/ diff --git a/net/gofish/pkg-plist b/net/gofish/pkg-plist new file mode 100644 index 0000000..3ba37dd --- /dev/null +++ b/net/gofish/pkg-plist @@ -0,0 +1,20 @@ +bin/mkcache +bin/gmap2cache +bin/check-files +etc/gofish.conf +etc/gofish-www.conf +sbin/gofish +@exec ln -sf %D/sbin/gofish %D/sbin/gopherd +@unexec rm -f %D/sbin/gofish %D/sbin/gopherd +gopher/Configure_GoFish +gopher/.cache +gopher/.gopher+ +gopher/icons/gofish.gif +gopher/icons/gopher_binary.gif +gopher/icons/gopher_html.gif +gopher/icons/gopher_image.gif +gopher/icons/gopher_menu.gif +gopher/icons/gopher_text.gif +gopher/icons/gopher_unknown.gif +@dirrm gopher/icons +@dirrm gopher |