Initial import of gopher-3.0.2, a distributed document delivery client
and server, into the NetBSD Packages Collection. The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by using a client-server communications model. The Internet Gopher Server accepts simple queries, and responds by sending the client a document. This is the Gopher+ distribution based on the University of Minnesota's Internet Gopher+ distribution for UNIX machines. University of Minnesota actively developed this software until 1995. In 2000, they released it to the public under the GNU General Public License. This represents the latest version of their tree, as adopted by a group of programmers. A client for VMS is included but is not currently supported. Provided in PR 15285 by jgoerzen@complete.org
This commit is contained in:
parent
e486f14da7
commit
2da0db6b03
4 changed files with 54 additions and 0 deletions
15
net/gopher/DESCR
Normal file
15
net/gopher/DESCR
Normal file
|
@ -0,0 +1,15 @@
|
|||
The Internet Gopher is a distributed document delivery service. It
|
||||
allows a neophyte user to access various types of data residing on
|
||||
multiple hosts in a seamless fashion. This is accomplished by
|
||||
presenting the user a hierarchical arrangement of documents and by
|
||||
using a client-server communications model. The Internet Gopher
|
||||
Server accepts simple queries, and responds by sending the client a
|
||||
document.
|
||||
|
||||
This is the Gopher+ distribution based on the University of
|
||||
Minnesota's Internet Gopher+ distribution for UNIX machines.
|
||||
University of Minnesota actively developed this software until 1995.
|
||||
In 2000, they released it to the public under the GNU General Public
|
||||
License. This represents the latest version of their tree, as adopted
|
||||
by a group of programmers. A client for VMS is included but is not
|
||||
currently supported.
|
16
net/gopher/Makefile
Normal file
16
net/gopher/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gopher-3.0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://quux.org/give-me-gopher/
|
||||
|
||||
MAINTAINER= jgoerzen@complete.org
|
||||
HOMEPAGE= gopher://quux.org/1/devel/gopher/
|
||||
COMMENT= distributed document delivery client and server
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_GMAKE= YES
|
||||
CONFIGURE_ARGS+= --disable-auth
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
net/gopher/PLIST
Normal file
19
net/gopher/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $
|
||||
bin/gopher
|
||||
bin/gophfilt
|
||||
etc/gopher/gopher.hlp
|
||||
etc/gopher/gopher.rc
|
||||
etc/gopher/gopherremote.rc
|
||||
etc/gopherd/gopherd.conf
|
||||
etc/gopherd/gopherdlocal.conf
|
||||
man/man1/gopher.1
|
||||
man/man1/gophfilt.1
|
||||
man/man5/gopherd.conf.5
|
||||
man/man5/gopherrc.5
|
||||
man/man8/gopherd.8
|
||||
man/man8/gopherindex.8
|
||||
sbin/gindexd
|
||||
sbin/gopherd
|
||||
sbin/gopherls
|
||||
@dirrm etc/gopherd
|
||||
@dirrm etc/gopher
|
4
net/gopher/distinfo
Normal file
4
net/gopher/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $
|
||||
|
||||
SHA1 (gopher-3.0.2.tar.gz) = 343eaea772fa8ff23a711d5b46139abf77b6e38f
|
||||
Size (gopher-3.0.2.tar.gz) = 503685 bytes
|
Loading…
Reference in a new issue