summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-01-09 00:44:10 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-01-09 00:44:10 +0000
commitd337494524813dc7c8ba6e0016ecd010e67ee96d (patch)
treeadfe5c32e7416f41be5dd5686fcddef64ab71a87 /www-apache/mod_tcl
parentApache herd package refresh (Manifest recommit) (diff)
downloadgentoo-2-d337494524813dc7c8ba6e0016ecd010e67ee96d.tar.gz
gentoo-2-d337494524813dc7c8ba6e0016ecd010e67ee96d.tar.bz2
gentoo-2-d337494524813dc7c8ba6e0016ecd010e67ee96d.zip
Apache herd package refresh
Diffstat (limited to 'www-apache/mod_tcl')
-rw-r--r--www-apache/mod_tcl/ChangeLog10
-rw-r--r--www-apache/mod_tcl/Manifest19
-rw-r--r--www-apache/mod_tcl/files/1.0-r1/27_mod_tcl.conf12
-rw-r--r--www-apache/mod_tcl/files/digest-mod_tcl-1.0-r11
-rw-r--r--www-apache/mod_tcl/metadata.xml3
-rw-r--r--www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild30
-rw-r--r--www-apache/mod_tcl/mod_tcl-1.0.ebuild4
7 files changed, 62 insertions, 17 deletions
diff --git a/www-apache/mod_tcl/ChangeLog b/www-apache/mod_tcl/ChangeLog
index 46ad2f81a34a..84bf6f49e5f2 100644
--- a/www-apache/mod_tcl/ChangeLog
+++ b/www-apache/mod_tcl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apache/mod_tcl
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.3 2004/09/05 08:28:44 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/ChangeLog,v 1.4 2005/01/09 00:44:10 hollow Exp $
+
+*mod_tcl-1.0-r1 (09 Jan 2005)
+
+ 09 Jan 2005; Benedikt Boehm <hollow@gentoo.org> metadata.xml,
+ +files/1.0-r1/27_mod_tcl.conf, +mod_tcl-1.0-r1.ebuild:
+ Apache herd package refresh
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
diff --git a/www-apache/mod_tcl/Manifest b/www-apache/mod_tcl/Manifest
index d105282d730b..6b837015c652 100644
--- a/www-apache/mod_tcl/Manifest
+++ b/www-apache/mod_tcl/Manifest
@@ -1,15 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159
-MD5 eed330d94e1e51b852f58f3994393ab9 mod_tcl-1.0.ebuild 850
-MD5 bd48fc5c571b4bdbfec8610b4179887a ChangeLog 886
+MD5 af91edb9553e62434e4c9067169273fa ChangeLog 1069
+MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226
+MD5 fdda960e69fdbd7a2c6091808c6fcaac mod_tcl-1.0.ebuild 850
+MD5 553a49e2d633377fefe5ac2977e36a98 mod_tcl-1.0-r1.ebuild 759
MD5 cbffddf639b56fd470943100478e18dc files/27_mod_tcl.conf 203
MD5 289c346a0106a5488604599fd5e91ae6 files/digest-mod_tcl-1.0 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBOs5CI1lqEGTUzyQRAiRMAJ9fuM+J2PsknVMpIten+Vn5B7HmsQCgzRrC
-7/p5MRpbVcOmFJVkiLdvSdg=
-=FbvC
------END PGP SIGNATURE-----
+MD5 289c346a0106a5488604599fd5e91ae6 files/digest-mod_tcl-1.0-r1 63
+MD5 6e812d783d3d129087b46f6fc04118d9 files/1.0-r1/27_mod_tcl.conf 198
diff --git a/www-apache/mod_tcl/files/1.0-r1/27_mod_tcl.conf b/www-apache/mod_tcl/files/1.0-r1/27_mod_tcl.conf
new file mode 100644
index 000000000000..f21aeef530b2
--- /dev/null
+++ b/www-apache/mod_tcl/files/1.0-r1/27_mod_tcl.conf
@@ -0,0 +1,12 @@
+<IfDefine TCL>
+ <IfModule !mod_tcl.c>
+ LoadModule tcl_module modules/mod_tcl.so
+ </IfModule>
+</IfDefine>
+
+<IfModule mod_tcl.c>
+
+# See http://tcl.apache.org/mod_tcl/ for now :/
+
+</IfModule>
+
diff --git a/www-apache/mod_tcl/files/digest-mod_tcl-1.0-r1 b/www-apache/mod_tcl/files/digest-mod_tcl-1.0-r1
new file mode 100644
index 000000000000..84e97909dea1
--- /dev/null
+++ b/www-apache/mod_tcl/files/digest-mod_tcl-1.0-r1
@@ -0,0 +1 @@
+MD5 7ccd4ae97417baec0e0b7ec8c981ac32 mod_tcl-1.0.tar.bz2 18741
diff --git a/www-apache/mod_tcl/metadata.xml b/www-apache/mod_tcl/metadata.xml
index c054a8cd9b61..10510cb8be95 100644
--- a/www-apache/mod_tcl/metadata.xml
+++ b/www-apache/mod_tcl/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>apache</herd>
+<maintainer>
+ <email>apache-devs@gentoo.org</email>
+</maintainer>
</pkgmetadata>
diff --git a/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild b/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild
new file mode 100644
index 000000000000..c228f66c09d7
--- /dev/null
+++ b/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0-r1.ebuild,v 1.1 2005/01/09 00:44:10 hollow Exp $
+
+inherit eutils apache-module
+
+DESCRIPTION="An Apache2 DSO providing an embedded Tcl interpreter"
+HOMEPAGE="http://tcl.apache.org/mod_tcl/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="Apache-1.1"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+SLOT="0"
+
+DEPEND="dev-lang/tcl"
+
+APXS2_S="${S}"
+APXS2_ARGS="-c -Wl,-ltcl -DHAVE_TCL_H ${PN}.c tcl_cmds.c tcl_misc.c"
+APACHE2_MOD_CONF="${PVR}/27_mod_tcl"
+APACHE2_MOD_DEFINE="TCL"
+
+DOCFILES="AUTHORS INSTALL NEWS README test_script.tm"
+
+need_apache2
+
+src_compile() {
+ mv tcl_core.c ${PN}.c
+ apache2_src_compile
+}
diff --git a/www-apache/mod_tcl/mod_tcl-1.0.ebuild b/www-apache/mod_tcl/mod_tcl-1.0.ebuild
index 3f9e8f3584a8..a0bc6d3fc2f6 100644
--- a/www-apache/mod_tcl/mod_tcl-1.0.ebuild
+++ b/www-apache/mod_tcl/mod_tcl-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.ebuild,v 1.2 2004/08/30 16:30:41 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.ebuild,v 1.3 2005/01/09 00:44:10 hollow Exp $
inherit eutils