public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hxt: metadata.xml ChangeLog hxt-9.1.5.ebuild hxt-7.3.ebuild
@ 2011-12-04 16:59 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2011-12-04 16:59 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/12/04 16:59:13

  Modified:             metadata.xml ChangeLog
  Added:                hxt-9.1.5.ebuild
  Removed:              hxt-7.3.ebuild
  Log:
  Version bump (bug #316513 by Diego Elio Pettenò). Dropped sparc keyword (no depends).
  
  (Portage version: 2.2.0_alpha77_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-haskell/hxt/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hxt/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	15 Mar 2006 18:13:37 -0000	1.2
+++ metadata.xml	4 Dec 2011 16:59:13 -0000	1.3
@@ -1,8 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>haskell</herd>
-<maintainer>
-  <email>haskell@gentoo.org</email>
-</maintainer>
+	<herd>haskell</herd>
+	<maintainer>
+		<email>haskell@gentoo.org</email>
+	</maintainer>
+	<longdescription>
+		The Haskell XML Toolbox bases on the ideas of HaXml and HXML,
+		but introduces a more general approach for processing XML with Haskell.
+		The Haskell XML Toolbox uses a generic data model for representing XML documents,
+		including the DTD subset and the document subset, in Haskell.
+		It contains a validating XML parser, a HTML parser, namespace support,
+		an XPath expression evaluator, an XSLT library, a RelaxNG schema validator
+		and funtions for serialization and deserialization of user defined data.
+		The library makes extensive use of the arrow approach for processing XML.
+		Since version 9 the toolbox is partitioned into various (sub-)packages.
+		This package contains the core functionality,
+		hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions.
+		hxt-unicode contains encoding and decoding functions,
+		hxt-charproperties char properties for unicode and XML.
+	</longdescription>
 </pkgmetadata>



1.13                 dev-haskell/hxt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Jul 2010 08:49:11 -0000	1.12
+++ ChangeLog	4 Dec 2011 16:59:13 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-haskell/hxt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.12 2010/07/13 08:49:11 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.13 2011/12/04 16:59:13 slyfox Exp $
+
+*hxt-9.1.5 (04 Dec 2011)
+
+  04 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> -hxt-7.3.ebuild,
+  +files/hxt-9.1.4-ghc-7.2.patch, +hxt-9.1.5.ebuild, metadata.xml:
+  Version bump (bug #316513 by Diego Elio Pettenò). Dropped sparc keyword (no
+  depends).
 
   13 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> -hxt-4.02.ebuild,
   -hxt-4.02-r1.ebuild, -hxt-5.00.ebuild, -hxt-6.0.ebuild, -hxt-7.2.ebuild,



1.1                  dev-haskell/hxt/hxt-9.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/hxt-9.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/hxt-9.1.5.ebuild?rev=1.1&content-type=text/plain

Index: hxt-9.1.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-9.1.5.ebuild,v 1.1 2011/12/04 16:59:13 slyfox Exp $

# ebuild generated by hackport 0.2.13

EAPI="3"

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A collection of tools for processing XML with Haskell."
HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/binary-0.5 <dev-haskell/binary-1
		>=dev-haskell/deepseq-1.1 <dev-haskell/deepseq-2
		>=dev-haskell/hunit-1.2 <dev-haskell/hunit-2
		=dev-haskell/hxt-charproperties-9*
		=dev-haskell/hxt-regex-xmlschema-9*
		=dev-haskell/hxt-unicode-9*
		>=dev-haskell/network-2.1 <dev-haskell/network-3
		>=dev-haskell/parsec-2.1 <dev-haskell/parsec-4
		>=dev-lang/ghc-6.10.1"
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"

PATCHES=("${FILESDIR}/${PN}-9.1.4-ghc-7.2.patch")






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-04 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 16:59 [gentoo-commits] gentoo-x86 commit in dev-haskell/hxt: metadata.xml ChangeLog hxt-9.1.5.ebuild hxt-7.3.ebuild Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox