diff options
Diffstat (limited to 'devel/cvsweb3')
| -rw-r--r-- | devel/cvsweb3/Makefile | 58 | ||||
| -rw-r--r-- | devel/cvsweb3/distinfo | 1 | ||||
| -rw-r--r-- | devel/cvsweb3/pkg-comment | 1 | ||||
| -rw-r--r-- | devel/cvsweb3/pkg-descr | 14 | ||||
| -rw-r--r-- | devel/cvsweb3/pkg-message | 15 | ||||
| -rw-r--r-- | devel/cvsweb3/pkg-plist | 13 | 
6 files changed, 0 insertions, 102 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile deleted file mode 100644 index 7cca2d61b672..000000000000 --- a/devel/cvsweb3/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for:	cvsweb -# Date created:		27 Jun 1999 -# Whom:			SADA Kenji <sada@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME=	cvsweb -PORTVERSION=	1.85 -CATEGORIES=	devel www -MASTER_SITES=	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ - -MAINTAINER=	knu@FreeBSD.org - -NO_BUILD=	yes - -# Specify where your repository belongs. -# (You can reconfigure it after installation anyway) -.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) -CVSROOT=	/home/ncvs -.endif - -# Specify the title of your cvsweb site. -TITLE?=		My CVS Repository - -# Specify these directories in relative paths to ${PREFIX}. -CGIDIR?=	share/apache/cgi-bin -ICONSDIR?=	share/apache/icons - -PLIST_SUB=	CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}" - -WRKSRC=		${WRKDIR}/${PORTNAME} - -do-configure: -	cd ${WRKSRC} && ${PERL} -i -pe "\ -		s;!!PREFIX!!;${PREFIX};g; \ -		s;!!CVSROOT!!;${CVSROOT};g; \ -		s;!!TITLE!!;${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} INSTALL README TODO ${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 2b0fc370b87a..000000000000 --- a/devel/cvsweb3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cvsweb-1.85.tar.gz) = 9405898ccc441cb38cb12fd9af16de83 diff --git a/devel/cvsweb3/pkg-comment b/devel/cvsweb3/pkg-comment deleted file mode 100644 index 343cffaaf5cf..000000000000 --- a/devel/cvsweb3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -WWW CGI script to browse CVS repository trees (Zeller's version) diff --git a/devel/cvsweb3/pkg-descr b/devel/cvsweb3/pkg-descr deleted file mode 100644 index ec6d89517c41..000000000000 --- a/devel/cvsweb3/pkg-descr +++ /dev/null @@ -1,14 +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. - -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 08b0e14c4b08..000000000000 --- a/devel/cvsweb3/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -etc/cvsweb.conf.sample -share/doc/cvsweb/INSTALL -share/doc/cvsweb/README -share/doc/cvsweb/TODO -@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  | 
