diff options
author | Ian Leitch <port001@gentoo.org> | 2005-01-05 14:46:16 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2005-01-05 14:46:16 +0000 |
commit | 12486b638cb9513d42474ff78459a9c370fc87b3 (patch) | |
tree | 9ab321b1fd1d97bc9db885d9e6b5fe7b2b16455e /www-misc/nsxml | |
parent | Version bumped. (diff) | |
download | gentoo-2-12486b638cb9513d42474ff78459a9c370fc87b3.tar.gz gentoo-2-12486b638cb9513d42474ff78459a9c370fc87b3.tar.bz2 gentoo-2-12486b638cb9513d42474ff78459a9c370fc87b3.zip |
Initial commit
Diffstat (limited to 'www-misc/nsxml')
-rw-r--r-- | www-misc/nsxml/ChangeLog | 10 | ||||
-rw-r--r-- | www-misc/nsxml/Manifest | 2 | ||||
-rw-r--r-- | www-misc/nsxml/files/digest-nsxml-1.5 | 1 | ||||
-rw-r--r-- | www-misc/nsxml/metadata.xml | 10 | ||||
-rw-r--r-- | www-misc/nsxml/nsxml-1.5.ebuild | 16 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www-misc/nsxml/ChangeLog b/www-misc/nsxml/ChangeLog new file mode 100644 index 000000000000..c3177825d80a --- /dev/null +++ b/www-misc/nsxml/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-misc/nsxml +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/nsxml/ChangeLog,v 1.1 2005/01/05 14:46:16 port001 Exp $ + +*nsxml-1.5 (05 Jan 2005) + + 05 Jan 2005; Ian Leitch <port001@gentoo.org> +metadata.xml, + +nsxml-1.5.ebuild: + Initial commit + diff --git a/www-misc/nsxml/Manifest b/www-misc/nsxml/Manifest new file mode 100644 index 000000000000..4527b35abf3d --- /dev/null +++ b/www-misc/nsxml/Manifest @@ -0,0 +1,2 @@ +MD5 8ba9f41651e3a5030fb89afe97ffe42b nsxml-1.5.ebuild 368 +MD5 818a7550942abe5942de13855b5bc9b1 files/digest-nsxml-1.5 60 diff --git a/www-misc/nsxml/files/digest-nsxml-1.5 b/www-misc/nsxml/files/digest-nsxml-1.5 new file mode 100644 index 000000000000..375bf77863bd --- /dev/null +++ b/www-misc/nsxml/files/digest-nsxml-1.5 @@ -0,0 +1 @@ +MD5 0d200922170419135672381535c3145b nsxml-1.5.tar.gz 28522 diff --git a/www-misc/nsxml/metadata.xml b/www-misc/nsxml/metadata.xml new file mode 100644 index 000000000000..ba89f4bab6fe --- /dev/null +++ b/www-misc/nsxml/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>port001@gentoo.org</email> + <name>Ian Leitch</name> + <description>Maintainer</description> + </maintainer> + <longdescription>XML and XSLT processing capabilities for AOLServer</longdescription> +</pkgmetadata> diff --git a/www-misc/nsxml/nsxml-1.5.ebuild b/www-misc/nsxml/nsxml-1.5.ebuild new file mode 100644 index 000000000000..78afab7c3be7 --- /dev/null +++ b/www-misc/nsxml/nsxml-1.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/nsxml/nsxml-1.5.ebuild,v 1.1 2005/01/05 14:46:16 port001 Exp $ + +inherit aolserver + +IUSE="xslt" + +DESCRIPTION="XML and XSLT processing capabilities for AOLServer" +HOMEPAGE="http://acs-misc.sourceforge.net/nsxml.html" + +LICENSE="LGPL-2" +KEYWORDS="~x86" + +DEPEND="dev-libs/libxml2 + xslt? ( dev-libs/libxslt )" |