diff options
Diffstat (limited to 'devel/viewvc')
-rw-r--r-- | devel/viewvc/Makefile | 33 | ||||
-rw-r--r-- | devel/viewvc/distinfo | 1 | ||||
-rw-r--r-- | devel/viewvc/files/patch-aa | 35 | ||||
-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 | 66 |
7 files changed, 0 insertions, 152 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index 2571a8b2dd11..000000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: viewcvs -# Date created: Sun 02 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= viewcvs -PORTVERSION= 0.9.2 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -USE_PYTHON= yes -NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -INSTDIR?= ${PORTNAME}-${PORTVERSION} -PLIST_SUB= INSTDIR=${INSTDIR} - -do-install: - @ cd ${WRKSRC} && INSTDIR=${PREFIX}/${INSTDIR} ${PYTHON_CMD} viewcvs-install - -post-install: - @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/${INSTDIR}:g" pkg-message >${PKGMESSAGE} -.if !defined(BATCH) - @ ${ECHO} - @ ${CAT} ${PKGMESSAGE} - @ ${ECHO} -.endif - -.include <bsd.port.mk> diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo deleted file mode 100644 index 53dab9de1391..000000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (viewcvs-0.9.2.tar.gz) = c7857b1ed05240ad1f691ea40044daf2 diff --git a/devel/viewvc/files/patch-aa b/devel/viewvc/files/patch-aa deleted file mode 100644 index f6924c80db22..000000000000 --- a/devel/viewvc/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- viewcvs-install.orig Fri Dec 21 20:59:45 2001 -+++ viewcvs-install Mon Dec 24 02:16:56 2001 -@@ -51,7 +51,7 @@ - """ % version - - ## installer defaults --ROOT_DIR = "/usr/local/viewcvs-" + version -+ROOT_DIR = os.environ['INSTDIR'] - - - ## list of files for installation -@@ -192,7 +192,7 @@ - if type(prompt_replace) == type(""): - print prompt_replace - while 1: -- temp = raw_input("\n File %s\n exists and is different from source file.\n DO YOU WANT TO,\n overwrite [o]\n do not overwrite [d]\n view differences [v]: " % (dest_path)) -+ temp = 'o' - print - - temp = string.lower(temp[0]) -@@ -245,10 +245,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 66ee573e8d8b..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://viewcvs.sourceforge.net/ -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 ac1d1f45867e..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 -%%INSTDIR%%/viewcvs.conf, to note where your -CVSROOT is, and then copy the actual CGI (located at -%%INSTDIR%%/cgi/viewcvs.cgi) to your cgi-bin. diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist deleted file mode 100644 index 786e2ef62f65..000000000000 --- a/devel/viewvc/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -%%INSTDIR%%/cgi/query.cgi -%%INSTDIR%%/cgi/viewcvs.cgi -%%INSTDIR%%/cvsdbadmin -%%INSTDIR%%/cvsgraph.conf -%%INSTDIR%%/doc/help_dirview.html -%%INSTDIR%%/doc/help_log.html -%%INSTDIR%%/doc/help_logtable.html -%%INSTDIR%%/doc/help_query.html -%%INSTDIR%%/doc/help_rootview.html -%%INSTDIR%%/doc/images/chalk.jpg -%%INSTDIR%%/doc/images/cvsgraph_16x16.png -%%INSTDIR%%/doc/images/cvsgraph_32x32.png -%%INSTDIR%%/doc/images/logo.png -%%INSTDIR%%/lib/PyFontify.py -%%INSTDIR%%/lib/PyFontify.pyc -%%INSTDIR%%/lib/accept.py -%%INSTDIR%%/lib/accept.pyc -%%INSTDIR%%/lib/apache_icons.py -%%INSTDIR%%/lib/apache_icons.pyc -%%INSTDIR%%/lib/blame.py -%%INSTDIR%%/lib/blame.pyc -%%INSTDIR%%/lib/compat.py -%%INSTDIR%%/lib/compat.pyc -%%INSTDIR%%/lib/config.py -%%INSTDIR%%/lib/config.pyc -%%INSTDIR%%/lib/cvsdb.py -%%INSTDIR%%/lib/cvsdb.pyc -%%INSTDIR%%/lib/dbi.py -%%INSTDIR%%/lib/dbi.pyc -%%INSTDIR%%/lib/debug.py -%%INSTDIR%%/lib/debug.pyc -%%INSTDIR%%/lib/ezt.py -%%INSTDIR%%/lib/ezt.pyc -%%INSTDIR%%/lib/popen.py -%%INSTDIR%%/lib/popen.pyc -%%INSTDIR%%/lib/py2html.py -%%INSTDIR%%/lib/py2html.pyc -%%INSTDIR%%/lib/query.py -%%INSTDIR%%/lib/query.pyc -%%INSTDIR%%/lib/rcsparse.py -%%INSTDIR%%/lib/rcsparse.pyc -%%INSTDIR%%/lib/rlog.py -%%INSTDIR%%/lib/rlog.pyc -%%INSTDIR%%/lib/viewcvs.py -%%INSTDIR%%/lib/viewcvs.pyc -%%INSTDIR%%/loginfo-handler -%%INSTDIR%%/make-database -%%INSTDIR%%/standalone.py -%%INSTDIR%%/templates/annotate.ezt -%%INSTDIR%%/templates/diff.ezt -%%INSTDIR%%/templates/dir_alternate.ezt -%%INSTDIR%%/templates/directory.ezt -%%INSTDIR%%/templates/footer.ezt -%%INSTDIR%%/templates/graph.ezt -%%INSTDIR%%/templates/header.ezt -%%INSTDIR%%/templates/log.ezt -%%INSTDIR%%/templates/log_table.ezt -%%INSTDIR%%/templates/markup.ezt -%%INSTDIR%%/templates/query.ezt -%%INSTDIR%%/viewcvs.conf -@dirrm %%INSTDIR%%/templates -@dirrm %%INSTDIR%%/lib -@dirrm %%INSTDIR%%/doc/images -@dirrm %%INSTDIR%%/doc -@dirrm %%INSTDIR%%/cgi -@dirrm %%INSTDIR%% |