summaryrefslogtreecommitdiff
path: root/sysutils/cvsweb-converters
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cvsweb-converters')
-rw-r--r--sysutils/cvsweb-converters/Makefile35
-rw-r--r--sysutils/cvsweb-converters/distinfo2
-rw-r--r--sysutils/cvsweb-converters/pkg-descr19
-rw-r--r--sysutils/cvsweb-converters/pkg-message13
4 files changed, 0 insertions, 69 deletions
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile
deleted file mode 100644
index 59fa2121518d..000000000000
--- a/sysutils/cvsweb-converters/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Martin Kammerhofer <mkamm@gmx.net>
-# $FreeBSD$
-
-PORTNAME= cvsweb-converters
-PORTVERSION= 0.3.4
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://mitglied.multimania.de/mkamm/distfiles/ \
- http://www.student.tugraz.at/kammerhofer/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
-
-RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
- p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
-BUILD_DEPENDS:= ${RUN_DEPENDS}
-
-USES= perl5 tar:bzip2
-NO_BUILD= yes
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \
- bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-post-install:
- @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- \
- ${.CURDIR}/pkg-message >${PKGMESSAGE}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/cvsweb-converters/distinfo b/sysutils/cvsweb-converters/distinfo
deleted file mode 100644
index f37d90d46363..000000000000
--- a/sysutils/cvsweb-converters/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cvsweb-converters-0.3.4.tar.bz2) = fb0fcc3c25c46e4b7f4cc493b7e64be1fc0bd23408b0f35540180db6c980f63f
-SIZE (cvsweb-converters-0.3.4.tar.bz2) = 82297
diff --git a/sysutils/cvsweb-converters/pkg-descr b/sysutils/cvsweb-converters/pkg-descr
deleted file mode 100644
index 39f479f9e57b..000000000000
--- a/sysutils/cvsweb-converters/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-This port helps tracking the development of FreeBSD and other open
-source projects with a public CVS repository.
-
-This package provides three Perl scripts:
- + commitlog2cvsweb: converts FreeBSD or DragonFlyBSD commitlog files to HTML
- + cvsrdiff2cvsweb: converts output of "cvs rdiff -s" to HTML
- + cvsuplog2cvsweb: converts log output of "cvsup" to HTML
-
-They basically transform their input to HTML, adding hyperlinks to a
-cvsweb URL (cf. port devel/cvsweb3) for each changed file. You can
-browse a log of file changes and click on anything of interest to see
-the details of the commit.
-In order to use this tool you need:
- 1. access to a CVS repository of interest to you (either by
- local/remote cvs or by cvsup)
- 2. WWW access to the repository with the cvsweb CGI.
-To use commitlog2cvsweb you have to track (at least) the
-cvsroot-common and cvsroot-src part of the FreeBSD CVS repository with
-cvsup. This requires about 32 megabytes disk space for the commit logs.
diff --git a/sysutils/cvsweb-converters/pkg-message b/sysutils/cvsweb-converters/pkg-message
deleted file mode 100644
index 5ea23f73636b..000000000000
--- a/sysutils/cvsweb-converters/pkg-message
+++ /dev/null
@@ -1,13 +0,0 @@
-******************************************************************
-If this is a first installation (not an upgrade) do this:
-
- cd ${PREFIX}/etc
- cp cvsweb-converters.conf.sample cvsweb-converters.conf
-
-and edit cvsweb-converters.conf. Change cvsweb to your nearest
-cvsweb mirror. Check http://www.FreeBSD.org/support.html#cvs for
-cvsweb mirror sites.
-
-Documentation is included inside the scripts in POD format.
-Invoke a script with option --help to read its documentation.
-******************************************************************