diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gopher/DESCR | 15 | ||||
-rw-r--r-- | net/gopher/Makefile | 16 | ||||
-rw-r--r-- | net/gopher/PLIST | 19 | ||||
-rw-r--r-- | net/gopher/distinfo | 4 |
4 files changed, 54 insertions, 0 deletions
diff --git a/net/gopher/DESCR b/net/gopher/DESCR new file mode 100644 index 00000000000..7efb9158eb8 --- /dev/null +++ b/net/gopher/DESCR @@ -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. diff --git a/net/gopher/Makefile b/net/gopher/Makefile new file mode 100644 index 00000000000..5f87497d05a --- /dev/null +++ b/net/gopher/Makefile @@ -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" diff --git a/net/gopher/PLIST b/net/gopher/PLIST new file mode 100644 index 00000000000..2c5faab11da --- /dev/null +++ b/net/gopher/PLIST @@ -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 diff --git a/net/gopher/distinfo b/net/gopher/distinfo new file mode 100644 index 00000000000..c6ae39fb3c5 --- /dev/null +++ b/net/gopher/distinfo @@ -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 |