diff options
Diffstat (limited to 'devel/viewvc')
-rw-r--r-- | devel/viewvc/Makefile | 31 | ||||
-rw-r--r-- | devel/viewvc/distinfo | 1 | ||||
-rw-r--r-- | devel/viewvc/files/patch-aa | 17 | ||||
-rw-r--r-- | devel/viewvc/pkg-comment | 1 | ||||
-rw-r--r-- | devel/viewvc/pkg-descr | 11 | ||||
-rw-r--r-- | devel/viewvc/pkg-message | 5 | ||||
-rw-r--r-- | devel/viewvc/pkg-plist | 33 |
7 files changed, 0 insertions, 99 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index c4278287de7a..000000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: groach -# Date created: Sun 02 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= viewcvs -PORTVERSION= 0.5 -CATEGORIES= devel python -MASTER_SITES= http://www.lyra.org/viewcvs/ - -MAINTAINER= ports@FreeBSD.org - -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -NO_BUILD= yes - -pre-install: - ${PERL} -pi -e "s:/usr/local/viewcvs:${PREFIX}/share/viewcvs:g" ${WRKSRC}/viewcvs-install - -do-install: - (cd ${WRKSRC} && ${LOCALBASE}/bin/python ${WRKSRC}/viewcvs-install) - -post-install: - @${ECHO} - @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" - @${ECHO} - -.include <bsd.port.mk> diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo deleted file mode 100644 index 7bd3b2000ff7..000000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (viewcvs-0.5.tar.gz) = 19079897437148967c80f78763b20217 diff --git a/devel/viewvc/files/patch-aa b/devel/viewvc/files/patch-aa deleted file mode 100644 index 9a7770ced514..000000000000 --- a/devel/viewvc/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- viewcvs-install Fri May 12 06:26:11 2000 -+++ viewcvs-install.new Sun Jul 2 19:59:28 2000 -@@ -159,10 +159,10 @@ - print INFO_TEXT - - ## get the install path -- temp = raw_input("Installation Path [%s]: " % ROOT_DIR) -- temp = string.strip(temp) -- if len(temp): -- ROOT_DIR = temp -+ #temp = raw_input("Installation Path [%s]: " % ROOT_DIR) -+ #temp = string.strip(temp) -+ #if len(temp): -+ # ROOT_DIR = temp - - ## install the files - print diff --git a/devel/viewvc/pkg-comment b/devel/viewvc/pkg-comment deleted file mode 100644 index c545364ec9b3..000000000000 --- a/devel/viewvc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python version of Zeller's cvsweb diff --git a/devel/viewvc/pkg-descr b/devel/viewvc/pkg-descr deleted file mode 100644 index 1c19f6a321c3..000000000000 --- a/devel/viewvc/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -ViewCVS was inspired by cvsweb (Zeller's version). ViewCVS -can browse directories, change logs, and specific revisions -of files. It can display diffs between versions and show -selections of files based on tags or branches. In addition, -ViewCVS has "annotation" or "blame" support, and the -beginnings of Bonsai-like query facilities. - -WWW: http://www.lyra.org/viewcvs/ -Author: Greg Stein <gstein@lyra.org> - -- Will <andrews@technologist.com> diff --git a/devel/viewvc/pkg-message b/devel/viewvc/pkg-message deleted file mode 100644 index 941ffa1d94b7..000000000000 --- a/devel/viewvc/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -If you would like to set up ViewCVS in a usable manner, all -you need to do is modify the configuration file, located at -%%PREFIX%%/share/viewcvs/viewcvs.conf, to note where your -CVSROOT is, and then copy the actual CGI (located at -%%PREFIX%%/share/viewcvs/cgi/viewcvs.cgi) to your cgi-bin. diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist deleted file mode 100644 index c1484898567f..000000000000 --- a/devel/viewvc/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -share/viewcvs/cgi/viewcvs.cgi -share/viewcvs/cgi/queryform.cgi -share/viewcvs/cgi/query.cgi -share/viewcvs/viewcvs.conf -share/viewcvs/lib/PyFontify.py -share/viewcvs/lib/PyFontify.pyc -share/viewcvs/lib/blame.py -share/viewcvs/lib/blame.pyc -share/viewcvs/lib/commit.py -share/viewcvs/lib/commit.pyc -share/viewcvs/lib/compat.py -share/viewcvs/lib/compat.pyc -share/viewcvs/lib/config.py -share/viewcvs/lib/config.pyc -share/viewcvs/lib/cvsdbapi.py -share/viewcvs/lib/cvsdbapi.pyc -share/viewcvs/lib/database.py -share/viewcvs/lib/database.pyc -share/viewcvs/lib/popen.py -share/viewcvs/lib/popen.pyc -share/viewcvs/lib/py2html.py -share/viewcvs/lib/py2html.pyc -share/viewcvs/lib/rlog.py -share/viewcvs/lib/rlog.pyc -share/viewcvs/loginfo-handler -share/viewcvs/cvsdbadmin -share/viewcvs/make-database -share/viewcvs/html-templates/queryformtemplate.html -share/viewcvs/html-templates/querytemplate.html -@dirrm share/viewcvs/html-templates -@dirrm share/viewcvs/lib -@dirrm share/viewcvs/cgi -@dirrm share/viewcvs |