summaryrefslogtreecommitdiff
path: root/net/pygopherd
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-31 11:26:12 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-31 11:26:12 +0000
commitde7e9cd98e0cfbb19a562a544a22f3e542b88b1c (patch)
treebb3771e2e3b91962ed62d2b99c7481308a5108cd /net/pygopherd
parentdatabases/py-Mango: use MongoDB 3.6 instead of EOL 3.4 (diff)
Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python 2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead 2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7 2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27 2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7 2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy 2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left 2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020 2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher 2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27 databases/mongodb34-tools: Part of expired MongoDB 3.4
Notes
Notes: svn path=/head/; revision=529961
Diffstat (limited to 'net/pygopherd')
-rw-r--r--net/pygopherd/Makefile39
-rw-r--r--net/pygopherd/distinfo3
-rw-r--r--net/pygopherd/files/patch-bin_pygopherd11
-rw-r--r--net/pygopherd/files/patch-conf_pygopherd.conf11
-rw-r--r--net/pygopherd/files/patch-doc__pygopherd.847
-rw-r--r--net/pygopherd/files/patch-setup.py11
-rw-r--r--net/pygopherd/pkg-descr19
-rw-r--r--net/pygopherd/pkg-plist137
8 files changed, 0 insertions, 278 deletions
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile
deleted file mode 100644
index 3fdd8d2537fa..000000000000
--- a/net/pygopherd/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= pygopherd
-PORTVERSION= 2.0.18.4
-DISTVERSIONPREFIX= debian/
-CATEGORIES= net python
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multiprotocol Information Server
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-03-31
-
-USES= python:2.7
-USE_PYTHON= distutils
-
-USE_GITHUB= yes
-GH_ACCOUNT= jgoerzen
-
-NO_ARCH= yes
-
-post-patch:
-.for f in setup.py bin/pygopherd conf/pygopherd.conf doc/pygopherd.8
- @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${f}
-.endfor
- @${REINPLACE_CMD} -e "s|/usr/bin/python2.2|${PYTHON_CMD}|g" \
- ${WRKSRC}/bin/pygopherd
- @${FIND} ${WRKSRC} -name "*.py" | ${XARGS} ${REINPLACE_CMD} \
- -e "s|/usr/bin/python2.2|${PYTHON_CMD}|g"
- @${MV} ${WRKSRC}/conf/pygopherd.conf ${WRKSRC}/conf/pygopherd.conf.sample
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${PREFIX}/share/man/man8
-
-.include <bsd.port.mk>
diff --git a/net/pygopherd/distinfo b/net/pygopherd/distinfo
deleted file mode 100644
index 0f40a069d47f..000000000000
--- a/net/pygopherd/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1506043804
-SHA256 (jgoerzen-pygopherd-debian-2.0.18.4_GH0.tar.gz) = 32b330d72afa3d4b44b2257af0235fc22f9ffbd302daf2f7054e25b3be8f2126
-SIZE (jgoerzen-pygopherd-debian-2.0.18.4_GH0.tar.gz) = 276798
diff --git a/net/pygopherd/files/patch-bin_pygopherd b/net/pygopherd/files/patch-bin_pygopherd
deleted file mode 100644
index 24c3a8b57ff1..000000000000
--- a/net/pygopherd/files/patch-bin_pygopherd
+++ /dev/null
@@ -1,11 +0,0 @@
---- bin/pygopherd.orig 2005-09-22 13:00:21 UTC
-+++ bin/pygopherd
-@@ -23,7 +23,7 @@
- from pygopherd import *
- import sys
-
--conffile = '/etc/pygopherd/pygopherd.conf'
-+conffile = '%%PREFIX%%/etc/pygopherd/pygopherd.conf'
- if len(sys.argv) > 1:
- conffile = sys.argv[1]
-
diff --git a/net/pygopherd/files/patch-conf_pygopherd.conf b/net/pygopherd/files/patch-conf_pygopherd.conf
deleted file mode 100644
index 316ddd048bd6..000000000000
--- a/net/pygopherd/files/patch-conf_pygopherd.conf
+++ /dev/null
@@ -1,11 +0,0 @@
---- conf/pygopherd.conf.orig 2006-09-11 14:10:13 UTC
-+++ conf/pygopherd.conf
-@@ -125,7 +125,7 @@ root = /var/gopher
- # specify multiple files here -- just separate them with a colon.
- # ALL of them that are found will be read.
-
--mimetypes = ./conf/mime.types:/etc/pygopherd/mime.types:/etc/mime.types
-+mimetypes = ./conf/mime.types:%%PREFIX%%/etc/pygopherd/mime.types:/etc/mime.types
-
- # Encodings. You can use the default with the following syntax. The
- # mimetypex.encodings_map is {'.Z': 'compress', '.gz': 'gzip'}.
diff --git a/net/pygopherd/files/patch-doc__pygopherd.8 b/net/pygopherd/files/patch-doc__pygopherd.8
deleted file mode 100644
index 23a896dea374..000000000000
--- a/net/pygopherd/files/patch-doc__pygopherd.8
+++ /dev/null
@@ -1,47 +0,0 @@
---- doc/pygopherd.8.orig 2005-09-22 13:00:21 UTC
-+++ doc/pygopherd.8
-@@ -180,7 +180,7 @@ distribution includes two files of inter
- \fIconf/pygopherd.conf\fR and
- \fIconf/mime.types\fR. Debian users will find
- the configuration file pre-installed in
--\fI/etc/pygopherd/pygopherd.conf\fR and the
-+\fI%%PREFIX%%/etc/pygopherd/pygopherd.conf\fR and the
- \fImime.types\fR file provided by the system
- already.
- .PP
-@@ -196,7 +196,7 @@ remaining ones should be fine for a basi
- .PP
- Invoke \fBPyGopherd\fR with \fBpygopherd
- path/to/configfile\fR (or
--\fB/etc/init.d/pygopherd start\fR on Debian).
-+\fB%%PREFIX%%/etc/init.d/pygopherd start\fR on Debian).
- Place some files in the location specified by the
- \fIroot\fR directive in the config file and
- you're ready to run!
-@@ -221,7 +221,7 @@ If you are not tracking Debian unstable,
- package from the \fBPyGopherd\fR website and then run
- \fBdpkg -i\fR to install the downloaded
- package. Then, skip to the configuration section below.
--You will use \fB/etc/init.d/pygopherd start\fR
-+You will use \fB%%PREFIX%%/etc/init.d/pygopherd start\fR
- to start the program.
- .SS "OTHER SYSTEM-WIDE INSTALLATION"
- .PP
-@@ -242,7 +242,7 @@ Some systems will use \fBpython\fR or
- \fBpython2.2\fR.
- .PP
- Next, proceed to configuration. Make sure that the
--\fI/etc/pygopherd/pygopherd.conf\fR file
-+\fI%%PREFIX%%/etc/pygopherd/pygopherd.conf\fR file
- names valid users (\fIsetuid\fR and
- \fIsetgid\fR options) and a valid document
- root (\fIroot\fR option).
-@@ -287,7 +287,7 @@ installation step necessary.
- .SH "CONFIGURATION"
- .PP
- \fBPyGopherd\fR is regulated by a configuratoin file normally
--stored in \fI/etc/pygopherd/pygopherd.conf\fR.
-+stored in \fI%%PREFIX%%/etc/pygopherd/pygopherd.conf\fR.
- You can specify an alternate configuration file on the command
- line. The \fBPyGopherd\fR distribution ships
- with a sample \fIpygopherd.conf\fR file that
diff --git a/net/pygopherd/files/patch-setup.py b/net/pygopherd/files/patch-setup.py
deleted file mode 100644
index da52c493c435..000000000000
--- a/net/pygopherd/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2005-09-22 13:00:21 UTC
-+++ setup.py
-@@ -33,7 +33,7 @@ setup(name = "pygopherd",
- url = pygopherd.version.homepage,
- packages = ['pygopherd', 'pygopherd.handlers', 'pygopherd.protocols'],
- scripts = ['bin/pygopherd'],
-- data_files = [ ('/etc/pygopherd', ['conf/pygopherd.conf',
-+ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf.sample',
- 'conf/mime.types'] ) ],
- license = pygopherd.version.license
- )
diff --git a/net/pygopherd/pkg-descr b/net/pygopherd/pkg-descr
deleted file mode 100644
index 97232b973473..000000000000
--- a/net/pygopherd/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-PyGopherd is a modern dynamic multi-protocol hierarchical information server
-with a pluggable modularized extension system, full flexible caching, virtual
-files and folders, and autodetection of file types -- all with support for
-standardized yet extensible per-document metadata.
-
-PyGopherd is designed to serve up files using the Gopher Internet protocol.
-With Gopher, you can mount a filesystem (viewing files and folders as if they
-were local), browse Gopherspace with a web browser, download files, and be
-interactive with searching.
-
-But this is only part of the story. The world of Gopher is more expansive than
-this. There are two major gopher protocols: Gopher0 (also known as RFC1436)
-and Gopher+. PyGopherd supports both.
-
-PyGopherd also fully natively supports HTTP, the protocol used on the Internet
-for most Web transactions. So, you can access a PyGopherd server using anything
-from a small, 20-line client in mobile phone to a massive 50-MB web browser.
-
-WWW: http://gopher.quux.org:70/devel/gopher/pygopherd/
diff --git a/net/pygopherd/pkg-plist b/net/pygopherd/pkg-plist
deleted file mode 100644
index 61324e730b27..000000000000
--- a/net/pygopherd/pkg-plist
+++ /dev/null
@@ -1,137 +0,0 @@
-bin/pygopherd
-etc/pygopherd/mime.types
-@sample etc/pygopherd/pygopherd.conf.sample
-%%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptions.py
-%%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptions.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptions.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptionsTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptionsTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/GopherExceptionsTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/__init__.py
-%%PYTHON_SITELIBDIR%%/pygopherd/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/__init__.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/fileext.py
-%%PYTHON_SITELIBDIR%%/pygopherd/fileext.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/fileext.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/fileextTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/fileextTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/fileextTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/gopherentry.py
-%%PYTHON_SITELIBDIR%%/pygopherd/gopherentry.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/gopherentry.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/gopherentryTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/gopherentryTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/gopherentryTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/HandlerMultiplexer.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/HandlerMultiplexer.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/HandlerMultiplexer.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/UMN.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/UMN.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/UMN.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/__init__.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/__init__.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/base.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/base.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/base.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/dir.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/dir.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/dir.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/file.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/file.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/file.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/gophermap.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/gophermap.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/gophermap.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/html.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/html.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/html.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/mbox.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/mbox.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/mbox.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/pyg.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/pyg.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/pyg.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/scriptexec.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/scriptexec.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/scriptexec.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/url.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/url.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/url.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/virtual.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/virtual.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/virtual.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/ZIP.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/ZIP.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/ZIP.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/initialization.py
-%%PYTHON_SITELIBDIR%%/pygopherd/initialization.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/initialization.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/initializationTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/initializationTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/initializationTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/logger.py
-%%PYTHON_SITELIBDIR%%/pygopherd/logger.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/logger.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/loggerTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/loggerTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/loggerTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/pipe.py
-%%PYTHON_SITELIBDIR%%/pygopherd/pipe.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/pipe.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/pipeTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/pipeTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/pipeTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/ProtocolMultiplexer.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/ProtocolMultiplexer.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/ProtocolMultiplexer.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/ProtocolMultiplexerTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/ProtocolMultiplexerTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/ProtocolMultiplexerTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/__init__.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/__init__.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/base.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/base.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/base.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/baseTest.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/baseTest.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/baseTest.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/enhanced.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/enhanced.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/enhanced.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/gopherp.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/gopherp.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/gopherp.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/http.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/http.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/http.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/rfc1436.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/rfc1436.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/rfc1436.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/rfc1436Test.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/rfc1436Test.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/rfc1436Test.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/wap.py
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/wap.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/protocols/wap.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/sighandlers.py
-%%PYTHON_SITELIBDIR%%/pygopherd/sighandlers.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/sighandlers.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/tal.py
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/tal.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/handlers/tal.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/testutil.py
-%%PYTHON_SITELIBDIR%%/pygopherd/testutil.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/testutil.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/version.py
-%%PYTHON_SITELIBDIR%%/pygopherd/version.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/version.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd/zipfile.py
-%%PYTHON_SITELIBDIR%%/pygopherd/zipfile.pyc
-%%PYTHON_SITELIBDIR%%/pygopherd/zipfile.pyo
-%%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/PKG-INFO
-%%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/SOURCES.txt
-%%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/dependency_links.txt
-%%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/top_level.txt
-share/man/man8/pygopherd.8.gz