summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-08-15 17:26:18 +0000
committerStuart Herbert <stuart@gentoo.org>2004-08-15 17:26:18 +0000
commita565a71c718ab3f391a0a25d2977b3d5e25182f3 (patch)
treeea21e3be68d2807e7305b3bcdeefae43218ea60e /dev-util/cvsweb
parentMoved from net-www/mod_tcl to www-apache/mod_tcl (diff)
downloadgentoo-2-a565a71c718ab3f391a0a25d2977b3d5e25182f3.tar.gz
gentoo-2-a565a71c718ab3f391a0a25d2977b3d5e25182f3.tar.bz2
gentoo-2-a565a71c718ab3f391a0a25d2977b3d5e25182f3.zip
Moved from net-www/cvsweb to dev-util/cvsweb.
Diffstat (limited to 'dev-util/cvsweb')
-rw-r--r--dev-util/cvsweb/ChangeLog33
-rw-r--r--dev-util/cvsweb/Manifest5
-rw-r--r--dev-util/cvsweb/cvsweb-1.112.ebuild38
-rw-r--r--dev-util/cvsweb/cvsweb-1.93-r1.ebuild31
-rw-r--r--dev-util/cvsweb/files/digest-cvsweb-1.1121
-rw-r--r--dev-util/cvsweb/files/digest-cvsweb-1.93-r11
6 files changed, 109 insertions, 0 deletions
diff --git a/dev-util/cvsweb/ChangeLog b/dev-util/cvsweb/ChangeLog
new file mode 100644
index 000000000000..525f28d450bf
--- /dev/null
+++ b/dev-util/cvsweb/ChangeLog
@@ -0,0 +1,33 @@
+# ChangeLog for net-www/cvsweb
+# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsweb/ChangeLog,v 1.1 2004/08/15 17:26:18 stuart Exp $
+
+*cvsweb-1.112 (15 Aug 2004)
+
+ 15 Aug 2004; Stuart Herbert <stuart@gentoo.org> +cvsweb-1.112.ebuild,
+ +cvsweb-1.93-r1.ebuild:
+ Moved from net-www/cvsweb to dev-util/cvsweb.
+
+*cvsweb-1.112 (11 Mar 2003)
+
+ 13 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
+*cvsweb-1.93-r1 (1 Feb 2002)
+ 17 July 2002; Nicholas Jones <carpaski@gentoo.org> cvsweb-1.112.ebuild :
+ Updated ebuild from Brian Rozmierski + Minor changes.
+
+*cvsweb-1.93-r1 (1 Feb 2002)
+
+ 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> cvsweb-1.93-r1.ebuild :
+ Added LICENSE, KEYWORDS, SLOT.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/dev-util/cvsweb/Manifest b/dev-util/cvsweb/Manifest
new file mode 100644
index 000000000000..238b7c45a25d
--- /dev/null
+++ b/dev-util/cvsweb/Manifest
@@ -0,0 +1,5 @@
+MD5 a07ccc90c0d570be12ff962db4360679 ChangeLog 1127
+MD5 c10e3a5635cf76bf2f4b6b426918e106 cvsweb-1.112.ebuild 873
+MD5 9f08f8cbc998abe99e7b2f7f78f96eb6 cvsweb-1.93-r1.ebuild 759
+MD5 1f9930e7dc9c78f027d027ea8e8ca952 files/digest-cvsweb-1.112 63
+MD5 947f34c2c4de11e6d9ebbd7a5129afa9 files/digest-cvsweb-1.93-r1 62
diff --git a/dev-util/cvsweb/cvsweb-1.112.ebuild b/dev-util/cvsweb/cvsweb-1.112.ebuild
new file mode 100644
index 000000000000..c5ce9c29d9ae
--- /dev/null
+++ b/dev-util/cvsweb/cvsweb-1.112.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsweb/cvsweb-1.112.ebuild,v 1.1 2004/08/15 17:26:18 stuart Exp $
+
+DESCRIPTION="WWW interface to a CVS tree"
+HOMEPAGE="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi"
+SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 sparc ~ppc"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5
+ >=app-text/rcs-5.7"
+
+S="${WORKDIR}/cvsweb"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+ local x
+ for x in cvsweb.cgi cvsweb.conf
+ do
+ cp ${x} ${x}.orig
+ sed -e "s:/usr/local/web/apache/conf/:/etc/apache/conf/:g" ${x}.orig > ${x}
+ done
+}
+
+src_install() {
+ cd ${S}
+ insinto /etc/apache/conf
+ doins cvsweb.conf
+ insinto /home/httpd/cgi-bin
+ insopts -m755
+ doins cvsweb.cgi
+ dodoc README TODO
+}
diff --git a/dev-util/cvsweb/cvsweb-1.93-r1.ebuild b/dev-util/cvsweb/cvsweb-1.93-r1.ebuild
new file mode 100644
index 000000000000..d19beee0b1ef
--- /dev/null
+++ b/dev-util/cvsweb/cvsweb-1.93-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsweb/cvsweb-1.93-r1.ebuild,v 1.1 2004/08/15 17:26:18 stuart Exp $
+
+DESCRIPTION="WWW interface to a CVS tree"
+HOMEPAGE="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi"
+SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 sparc"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5
+ >=app-text/rcs-5.7"
+
+S="${WORKDIR}/cvsweb"
+
+src_unpack () {
+ unpack ${A}
+ cd ${S}
+ sed -i "s:/usr/local/web/apache/conf/:/etc/httpd/:" cvsweb.cgi cvsweb.conf
+}
+
+src_install() {
+ insinto /etc/httpd
+ doins cvsweb.conf
+ exeinto /usr/httpd/cgi-bin
+ doexe cvsweb.cgi
+ dodoc README TODO
+}
diff --git a/dev-util/cvsweb/files/digest-cvsweb-1.112 b/dev-util/cvsweb/files/digest-cvsweb-1.112
new file mode 100644
index 000000000000..223bdb4e6ed3
--- /dev/null
+++ b/dev-util/cvsweb/files/digest-cvsweb-1.112
@@ -0,0 +1 @@
+MD5 30ff2783ff8e01bf72193902decd0c73 cvsweb-1.112.tar.gz 37239
diff --git a/dev-util/cvsweb/files/digest-cvsweb-1.93-r1 b/dev-util/cvsweb/files/digest-cvsweb-1.93-r1
new file mode 100644
index 000000000000..b62cb812b1c4
--- /dev/null
+++ b/dev-util/cvsweb/files/digest-cvsweb-1.93-r1
@@ -0,0 +1 @@
+MD5 9d97d08f3649c4f972d0bfa996630eef cvsweb-1.93.tar.gz 35906