diff options
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 71 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsweb3/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsweb3/pkg-descr | 17 | ||||
-rw-r--r-- | devel/cvsweb3/pkg-message | 15 | ||||
-rw-r--r-- | devel/cvsweb3/pkg-plist | 16 |
6 files changed, 0 insertions, 121 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile deleted file mode 100644 index 10913f15ef0c..000000000000 --- a/devel/cvsweb3/Makefile +++ /dev/null @@ -1,71 +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} -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.104 -REV_KNU= 1.39 - -# 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 - -PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" - -WRKSRC= ${WRKDIR}/${PORTNAME} - -do-configure: - cd ${WRKSRC} && ${PERL} -i -pe "\ - s;/usr/bin/perl5;${PERL};g; \ - s;/usr/local;${PREFIX};g; \ - s;/home/cvs;${CVSROOT};g; \ - s;'Local Repository';'${TITLE}';g; \ - " cvsweb.cgi cvsweb.conf - -do-install: - ${MKDIR} ${PREFIX}/${CGIDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/cvsweb.cgi ${PREFIX}/${CGIDIR}/ - ${INSTALL_DATA} ${WRKSRC}/cvsweb.conf ${PREFIX}/etc/cvsweb.conf.sample - ${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 1ff7d91f01f4..000000000000 --- a/devel/cvsweb3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cvsweb-1.104.1.39.tar.gz) = 4aa6aac831322b578356c07d83c4d47d diff --git a/devel/cvsweb3/pkg-comment b/devel/cvsweb3/pkg-comment deleted file mode 100644 index ce1447b54b72..000000000000 --- a/devel/cvsweb3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -WWW CGI script to browse CVS repository trees (Zeller's version + enhancements) diff --git a/devel/cvsweb3/pkg-descr b/devel/cvsweb3/pkg-descr deleted file mode 100644 index a67c7277f214..000000000000 --- a/devel/cvsweb3/pkg-descr +++ /dev/null @@ -1,17 +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://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/ diff --git a/devel/cvsweb3/pkg-message b/devel/cvsweb3/pkg-message deleted file mode 100644 index 6ceb286c8358..000000000000 --- a/devel/cvsweb3/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -************************************************************ -Quickstart: - cd ${PREFIX}/etc - cp cvsweb.conf.sample 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, try editing 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 2adf440f50fb..000000000000 --- a/devel/cvsweb3/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -etc/cvsweb.conf.sample -share/doc/cvsweb/ChangeLog -share/doc/cvsweb/INSTALL -share/doc/cvsweb/README -share/doc/cvsweb/README.knu -share/doc/cvsweb/TODO -share/doc/cvsweb/TODO.knu -@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 |