summaryrefslogtreecommitdiff
path: root/devel/cvsweb3
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r--devel/cvsweb3/Makefile84
-rw-r--r--devel/cvsweb3/distinfo1
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.cgi11
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.conf27
-rw-r--r--devel/cvsweb3/pkg-comment1
-rw-r--r--devel/cvsweb3/pkg-descr18
-rw-r--r--devel/cvsweb3/pkg-message15
-rw-r--r--devel/cvsweb3/pkg-plist21
8 files changed, 0 insertions, 178 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
deleted file mode 100644
index 09af83deb410..000000000000
--- a/devel/cvsweb3/Makefile
+++ /dev/null
@@ -1,84 +0,0 @@
-# New ports collection makefile for: cvsweb
-# Date created: 27 Jun 1999
-# Whom: SADA Kenji <sada@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cvsweb
-PORTVERSION= ${REV_ZELLER}.${REV_KNU}
-CATEGORIES= devel www
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.iDaemons.org/distfiles/
-MASTER_SITE_SUBDIR= knu
-
-MAINTAINER= knu@FreeBSD.org
-
-NO_BUILD= yes
-
-USE_PERL5= yes
-
-# This version of cvsweb is Zeller's version + knu's enhancements.
-REV_ZELLER= 1.112
-REV_KNU= 1.82
-
-# Specify where your repository belongs.
-# (You can reconfigure it after installation anyway)
-.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT)
-CVSROOT= /home/cvs
-.endif
-
-# Specify the title of your cvsweb site.
-TITLE?= My CVS Repository
-
-# Specify these directories in relative paths to ${PREFIX}.
-.if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)
-CGIDIR?= share/apache/cgi-bin
-ICONSDIR?= share/apache/icons
-.else
-CGIDIR?= www/cgi-bin
-ICONSDIR?= www/icons
-.endif
-
-CONFFILES= cvsweb.conf \
- cvsweb.conf-freebsd \
- cvsweb.conf-openbsd \
- cvsweb.conf-netbsd \
- cvsweb.conf-ruby
-
-PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-post-patch:
- ${PERL} -i -pe "\
- s'!!PERL!!'${PERL}'g; \
- s'!!PREFIX!!'${PREFIX}'g;" \
- ${WRKSRC}/cvsweb.cgi
- ${PERL} -i -pe "\
- s'!!PREFIX!!'${PREFIX}'g; \
- s'!!CVSROOT!!'${CVSROOT}'g; \
- s'!!TITLE!!'${TITLE}'g;" \
- ${WRKSRC}/cvsweb.conf
-
-do-install:
- ${MKDIR} ${PREFIX}/${CGIDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/cvsweb.cgi ${PREFIX}/${CGIDIR}/
- ${MKDIR} ${PREFIX}/etc/cvsweb
-.for f in ${CONFFILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/etc/cvsweb/${f}.dist
-.endfor
- ${MKDIR} ${PREFIX}/${ICONSDIR}/cvsweb
- cd ${WRKSRC}/icons && ${INSTALL_DATA} * ${PREFIX}/${ICONSDIR}/cvsweb/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/cvsweb
- cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO TODO.knu ${PREFIX}/share/doc/cvsweb/
-.endif
-
-post-install:
-.if defined(PACKAGE_BUILDING)
- ${ECHO} "@unexec rmdir -p %D/${CGIDIR} %D/${ICONSDIR} 2>/dev/null || true" >> ${TMPPLIST}
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo
deleted file mode 100644
index 46d80fe65cc9..000000000000
--- a/devel/cvsweb3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (cvsweb-1.112.1.82.tar.gz) = 848b43261c4a6e3be4db7ed656c5b3cc
diff --git a/devel/cvsweb3/files/patch-cvsweb.cgi b/devel/cvsweb3/files/patch-cvsweb.cgi
deleted file mode 100644
index 8bae9c2c0249..000000000000
--- a/devel/cvsweb3/files/patch-cvsweb.cgi
+++ /dev/null
@@ -1,11 +0,0 @@
---- cvsweb.cgi.orig Wed Aug 1 18:54:52 2001
-+++ cvsweb.cgi Wed Aug 1 19:09:37 2001
-@@ -1,2 +1,2 @@
--#!/usr/bin/perl -wT
-+#!!!PERL!! -wT
- #
-@@ -155,3 +155,3 @@
- # Locations to search for user configuration, in order:
--for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') {
-+for ("$mydir/cvsweb.conf", '!!PREFIX!!/etc/cvsweb/cvsweb.conf') {
- if (defined($_) && -r $_) {
diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf
deleted file mode 100644
index d6f28c9fed67..000000000000
--- a/devel/cvsweb3/files/patch-cvsweb.conf
+++ /dev/null
@@ -1,27 +0,0 @@
---- cvsweb.conf.orig Wed Aug 1 18:48:39 2001
-+++ cvsweb.conf Wed Aug 1 19:10:01 2001
-@@ -17,3 +17,3 @@
- # tar, rm, zip (if you enable $allow_tar)
--$command_path = '/bin:/usr/bin:/usr/local/bin';
-+$command_path = '/bin:/usr/bin:!!PREFIX!!/bin';
-
-@@ -42,3 +42,3 @@
- @CVSrepositories = (
-- 'local' => ['Local Repository', '/home/cvs'],
-+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
- # 'freebsd' => ['FreeBSD', '/home/ncvs'],
-@@ -214,3 +214,3 @@
- # icons/ directory; they have a width/height of 16/16
--my $iconsdir = "/icons";
-+my $iconsdir = "/icons/cvsweb";
-
-@@ -348,3 +348,3 @@
- # apache here:
--$mime_types = '/usr/local/etc/apache/mime.types';
-+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
-
-@@ -469,3 +469,3 @@
- # Options to pass to tar(1).
--@tar_options = qw();
-+@tar_options = qw(--ignore-failed-read);
-
diff --git a/devel/cvsweb3/pkg-comment b/devel/cvsweb3/pkg-comment
deleted file mode 100644
index 63c4db196022..000000000000
--- a/devel/cvsweb3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-WWW CGI script to browse CVS repository trees
diff --git a/devel/cvsweb3/pkg-descr b/devel/cvsweb3/pkg-descr
deleted file mode 100644
index b5f45a47558a..000000000000
--- a/devel/cvsweb3/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-The cvsweb.cgi is a WWW CGI script that allows remote users to browse
-a CVS repository tree via web. It can display the revision history of
-a file, as well as diffs between revisions and downloading the whole
-file.
-
-The cvsweb script has been written by Bill Fenner <fenner@FreeBSD.org>
-for the FreeBSD project, improved visually and functionally by Henner
-Zeller <zeller@think.de>, Henrik Nordstrom <hno@hem.passagen.se>, and
-Ken Coar <Ken.Coar@Golux.Com>, to be adopted by the NetBSD project.
-
-Akinori MUSHA <knu@FreeBSD.org> is adding more enhancements and doing
-some cleanups over Zeller's version.
-
-As space is lacking to list all the improvements over the original,
-please refer to the documents after the installation.
-
-WWW: http://www.idaemons.org/~knu/cvsweb/
-Author: Akinori MUSHA <knu@FreeBSD.org>
diff --git a/devel/cvsweb3/pkg-message b/devel/cvsweb3/pkg-message
deleted file mode 100644
index c9c5c1b10c92..000000000000
--- a/devel/cvsweb3/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-************************************************************
-Quickstart:
- cd ${PREFIX}/etc/cvsweb
- cp cvsweb.conf.dist cvsweb.conf
-
-and you can browse your CVS repository via web if you set up
-your web server correctly. The URL to get to the cvsweb
-will be like `http://localhost/cgi-bin/cvsweb.cgi'.
-
- To configure its appearance and repository entries to
-browse, edit cvsweb.conf* as you like.
-
- For further information, please look into the directory
-`${PREFIX}/share/doc/cvsweb/'.
-************************************************************
diff --git a/devel/cvsweb3/pkg-plist b/devel/cvsweb3/pkg-plist
deleted file mode 100644
index 150755ba88f5..000000000000
--- a/devel/cvsweb3/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-etc/cvsweb/cvsweb.conf.dist
-etc/cvsweb/cvsweb.conf-freebsd.dist
-etc/cvsweb/cvsweb.conf-openbsd.dist
-etc/cvsweb/cvsweb.conf-netbsd.dist
-etc/cvsweb/cvsweb.conf-ruby.dist
-@dirrm etc/cvsweb
-%%PORTDOCS%%share/doc/cvsweb/ChangeLog
-%%PORTDOCS%%share/doc/cvsweb/INSTALL
-%%PORTDOCS%%share/doc/cvsweb/README
-%%PORTDOCS%%share/doc/cvsweb/README.knu
-%%PORTDOCS%%share/doc/cvsweb/TODO
-%%PORTDOCS%%share/doc/cvsweb/TODO.knu
-%%PORTDOCS%%@dirrm share/doc/cvsweb
-%%CGIDIR%%/cvsweb.cgi
-%%ICONSDIR%%/cvsweb/back.gif
-%%ICONSDIR%%/cvsweb/dir.gif
-%%ICONSDIR%%/cvsweb/miniback.gif
-%%ICONSDIR%%/cvsweb/minidir.gif
-%%ICONSDIR%%/cvsweb/minitext.gif
-%%ICONSDIR%%/cvsweb/text.gif
-@dirrm %%ICONSDIR%%/cvsweb