summaryrefslogtreecommitdiff
path: root/devel/cvsweb3
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r--devel/cvsweb3/Makefile37
-rw-r--r--devel/cvsweb3/distinfo1
-rw-r--r--devel/cvsweb3/pkg-comment1
-rw-r--r--devel/cvsweb3/pkg-descr17
-rw-r--r--devel/cvsweb3/pkg-plist1
5 files changed, 0 insertions, 57 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
deleted file mode 100644
index bacd15be23db..000000000000
--- a/devel/cvsweb3/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: cvsweb
-# Version required: 1.0
-# Date created: 27 Jun 1999
-# Whom: SADA Kenji <sada@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= cvsweb-1.0
-CATEGORIES= devel www
-MASTER_SITES= http://www.freebsd.org/~fenner/cvsweb/
-
-MAINTAINER= sada@FreeBSD.org
-
-NO_BUILD= yes
-
-# could be overridden.
-CVSROOT?= '/home/ncvs'
-CVSWEB_CVSROOT?= ${CVSROOT}
-CVSWEB_TITLE?= 'My CVS Tree'
-.if defined(PACKAGE_BUILDING)
-CVSWEB_CVSROOT= /home/ncvs
-.endif
-
-do-configure:
- @${SED} -e "s;@@CVSROOT@@;${CVSWEB_CVSROOT};g" \
- -e "s;@@TITLE@@;${CVSWEB_TITLE};g" \
- ${WRKSRC}/cvsweb > ${WRKDIR}/cvsweb
-
-do-install:
-.if !defined(PACKAGE_BUILDING)
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
-.endif
- @${MKDIR} ${PREFIX}/share/apache/cgi-bin
- @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/share/apache/cgi-bin/
-
-.include <bsd.port.mk>
diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo
deleted file mode 100644
index 121f56fbacea..000000000000
--- a/devel/cvsweb3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (cvsweb-1.0.tar.gz) = 43302bfa9ae88d0ed7f60bfb2bb53de2
diff --git a/devel/cvsweb3/pkg-comment b/devel/cvsweb3/pkg-comment
deleted file mode 100644
index 4dc93e3732a0..000000000000
--- a/devel/cvsweb3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-WWW CGI script that allows remote access to a CVS tree
diff --git a/devel/cvsweb3/pkg-descr b/devel/cvsweb3/pkg-descr
deleted file mode 100644
index d76e270f2e9d..000000000000
--- a/devel/cvsweb3/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-cvsweb is a WWW CGI script that allows remote access to a CVS tree. It
-allows browsing of the full tree; no access controls are implemented.
-It can display the revision history of a file, as well as diffs between
-revisions and downloading the whole file.
-
-The configuration should be easy; edit the variable definitions at the
-top, above the line that says "End configuration section". Then install
-it in your web server's cgi-bin directory and you should be all set.
-
-Several people have approached me about modifying cvsweb for their own
-needs. I would ask that if you make a useful modification, that you send
-it back to me for inclusion in the next release.
-
-AUTHOR: Bill Fenner <fenner@freebsd.org>
-WWW: http://www.freebsd.org/~fenner/cvsweb/
-
-- from README
diff --git a/devel/cvsweb3/pkg-plist b/devel/cvsweb3/pkg-plist
deleted file mode 100644
index c2c0802a32d8..000000000000
--- a/devel/cvsweb3/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-share/apache/cgi-bin/cvsweb