Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2002 18:53:10 -0800 (PST)
From:      Mike Clement <mclement@playnetwork.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34100: Update port: net/gopher-3.0.2
Message-ID:  <200201210253.g0L2rA024596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34100
>Category:       ports
>Synopsis:       Update port: net/gopher-3.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 20 19:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mike Clement
>Release:        4.4-RELEASE
>Organization:
>Environment:
FreeBSD kokkaku 4.4-RELEASE FreeBSD 4.4-RELEASE #3: Wed Jan 16 18:07:49 PST 2002     badfugu@kokkaku:/usr/src/sys/compile/KOKKAKU  i386

>Description:
Update of net/gopher port from version 2.3.1 to 3.0.2
>How-To-Repeat:
     
>Fix:
shar of new net/gopher:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	net/gopher/Makefile
#	net/gopher/distinfo
#	net/gopher/pkg-comment
#	net/gopher/pkg-descr
#	net/gopher/pkg-message
#	net/gopher/pkg-plist
#
echo x - net/gopher/Makefile
sed 's/^X//' >net/gopher/Makefile << 'END-of-net/gopher/Makefile'
X# New ports collection makefile for:	gopher
X# Date created:		20 Jan 2002
X# Whom:			Mike Clement <mclement@playnetwork.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gopher
XPORTVERSION=	3.0.2
XCATEGORIES=	net
XMASTER_SITES=	# fetch manually
X
XMAINTAINER=	ports@FreeBSD.org
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XDATADIR=	/gopher-data
X
XMAN1=	gopher.1 gophfilt.1
XMAN5=	gopherd.conf.5 gopherrc.5
XMAN8=	gopherd.8 gopherindex.8
X
X.include <bsd.port.pre.mk>
X
X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
XIGNORE=	 	sources are not available from the master site via ftp. You \
X		must manually fetch ${DISTFILES} from gopher://gopher.quux.org:70/ or   \
X		http://quux.org/ into ${DISTDIR} and then restart this build
X.endif
X
Xpre-install:
X	$(MKDIR) $(DATADIR)
X
Xpost-install:
X	strip ${PREFIX}/bin/gopher
X	strip ${PREFIX}/bin/gophfilt
X	strip ${PREFIX}/sbin/gopherd
X	
X	mv ${PREFIX}/etc/gopher/gopher.rc ${PREFIX}/etc/gopher/gopher.rc.sample
X	mv ${PREFIX}/etc/gopher/gopherremote.rc ${PREFIX}/etc/gopher/gopherremote.rc.sample
X	mv ${PREFIX}/etc/gopherd/gopherd.conf ${PREFIX}/etc/gopherd/gopherd.conf.sample
X	mv ${PREFIX}/etc/gopherd/gopherdlocal.conf ${PREFIX}/etc/gopherd/gopherdlocal.conf.sample
X	
X	cat pkg-message
X	
X.include <bsd.port.post.mk>
END-of-net/gopher/Makefile
echo x - net/gopher/distinfo
sed 's/^X//' >net/gopher/distinfo << 'END-of-net/gopher/distinfo'
XMD5 (gopher-3.0.2.tar.gz) = dfbe1c87ee248b24e5e2d16e3e60b639
END-of-net/gopher/distinfo
echo x - net/gopher/pkg-comment
sed 's/^X//' >net/gopher/pkg-comment << 'END-of-net/gopher/pkg-comment'
XClient and server for access to a distributed document service
END-of-net/gopher/pkg-comment
echo x - net/gopher/pkg-descr
sed 's/^X//' >net/gopher/pkg-descr << 'END-of-net/gopher/pkg-descr'
XThe Internet Gopher is a distributed document delivery service. It 
Xallows a neophyte user to access various types of data residing on 
Xmultiple hosts in a seamless fashion. This is accomplished by 
Xpresenting the user a hierarchical arrangement of documents and by
Xusing a client-server communications model. The Internet Gopher 
XServer accepts simple queries, and responds by sending the client 
Xa document.
X
X	University of Minnesota
X
Xgopher://gopher.quux.org:70/
Xhttp://quux.org/
X
XThis port was assembled by Mike Clement <mclement@playnetwork.com>
END-of-net/gopher/pkg-descr
echo x - net/gopher/pkg-message
sed 's/^X//' >net/gopher/pkg-message << 'END-of-net/gopher/pkg-message'
X*** Welcome to Gopher! ***
X
XSample configuration files are in the gopher and gopherd directories in 
X/usr/local/etc. You MUST copy and edit these files to their respective names 
Xwithout the .sample in order for the programs to work properly. When running 
Xgopherd, the data directory is /gopher-data. Be sure to run it with the -u 
Xflag, otherwise you will give the remote user root privileges!
END-of-net/gopher/pkg-message
echo x - net/gopher/pkg-plist
sed 's/^X//' >net/gopher/pkg-plist << 'END-of-net/gopher/pkg-plist'
Xbin/gopher
Xbin/gophfilt
Xsbin/gopherd
Xsbin/gopherls
Xsbin/gindexd
Xetc/gopher/gopher.hlp
Xetc/gopher/gopher.rc.sample
Xetc/gopher/gopherremote.rc.sample
X@unexec rmdir %D/etc/gopher 2>/dev/null || true
Xetc/gopherd/gopherd.conf.sample
Xetc/gopherd/gopherdlocal.conf.sample
X@unexec rmdir %D/etc/gopherd 2>/dev/null || true
X
END-of-net/gopher/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201210253.g0L2rA024596>