Add apache mod_proxy_html module and dependencies
This commit is contained in:
3
www-apache/mod_xml2enc/Manifest
Normal file
3
www-apache/mod_xml2enc/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST mod_xml2enc.c 22380 RMD160 d78ab04ba97c2bb2876578d2d9d536e2c178f6dc SHA1 7ccfeec7dda6664089a22940a71efe8b0c888a80 SHA256 54d2d82c54f60e73eaddb69c00d2fd7be1786c449d5c7bbe045b30e56d19ba24
|
||||
DIST mod_xml2enc.h 1479 RMD160 64a475dfa6d6ec5223383350d8bbbfe2d7767873 SHA1 93a015ffb68508be754505cd8cebcd6ecd2bdb11 SHA256 3a4106a2de484812b6c98aa0845333be83e5f659eebe37678986b8829ee3d4a9
|
||||
EBUILD mod_xml2enc-9999.ebuild 974 RMD160 1d6f2d2dfc5fa180d553d38364a3953437657317 SHA1 7c56d9e78af45f65374cdbec1e4230ec63cb558a SHA256 6d569760d042aa9f0aa9a894ef1e9dd99631e2b4a2dcd5f101494698284ffdb3
|
||||
38
www-apache/mod_xml2enc/mod_xml2enc-9999.ebuild
Normal file
38
www-apache/mod_xml2enc/mod_xml2enc-9999.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.0.1.ebuild,v 1.1 2009/09/17 08:52:29 hollow Exp $
|
||||
|
||||
inherit apache-module
|
||||
|
||||
DESCRIPTION="An Apache2 module to provide libxml2 encoding"
|
||||
HOMEPAGE="http://apache.webthing.com/mod_xml2enc/"
|
||||
SRC_URI="http://apache.webthing.com/svn/apache/filters/mod_xml2enc.h
|
||||
http://apache.webthing.com/svn/apache/filters/mod_xml2enc.c"
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/bzip2
|
||||
dev-libs/libxml2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#APACHE2_MOD_CONF="27_${PN}"
|
||||
#APACHE2_MOD_DEFINE="XML2ENC"
|
||||
|
||||
need_apache2
|
||||
|
||||
S="${WORKDIR}"/${PN}
|
||||
|
||||
src_unpack() {
|
||||
mkdir "${WORKDIR}"/${PN}
|
||||
cp "${DISTDIR}/mod_xml2enc.h" "${WORKDIR}"/${PN}
|
||||
cp "${DISTDIR}/mod_xml2enc.c" "${WORKDIR}"/${PN}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c"
|
||||
apache-module_src_compile
|
||||
}
|
||||
Reference in New Issue
Block a user