From 7dcb1cb9192d6d33c394925c8ede308090fd0cfa Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 15 Jul 2013 02:16:41 +0400 Subject: haskell-xmlhtml: Initial Check-In --- p/haskell-xmlhtml/debian/changelog | 5 ++ p/haskell-xmlhtml/debian/compat | 1 + p/haskell-xmlhtml/debian/control | 92 ++++++++++++++++++++++++++++++++++ p/haskell-xmlhtml/debian/copyright | 45 +++++++++++++++++ p/haskell-xmlhtml/debian/rules | 4 ++ p/haskell-xmlhtml/debian/source/format | 1 + p/haskell-xmlhtml/debian/watch | 5 ++ 7 files changed, 153 insertions(+) create mode 100644 p/haskell-xmlhtml/debian/changelog create mode 100644 p/haskell-xmlhtml/debian/compat create mode 100644 p/haskell-xmlhtml/debian/control create mode 100644 p/haskell-xmlhtml/debian/copyright create mode 100755 p/haskell-xmlhtml/debian/rules create mode 100644 p/haskell-xmlhtml/debian/source/format create mode 100644 p/haskell-xmlhtml/debian/watch (limited to 'p/haskell-xmlhtml') diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog new file mode 100644 index 000000000..cd3fc77af --- /dev/null +++ b/p/haskell-xmlhtml/debian/changelog @@ -0,0 +1,5 @@ +haskell-xmlhtml (0.2.0.4-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams Sun, 14 Jul 2013 17:51:40 -0400 diff --git a/p/haskell-xmlhtml/debian/compat b/p/haskell-xmlhtml/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-xmlhtml/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control new file mode 100644 index 000000000..5cec75630 --- /dev/null +++ b/p/haskell-xmlhtml/debian/control @@ -0,0 +1,92 @@ +Source: haskell-xmlhtml +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Clint Adams +Build-Depends: debhelper (>= 9) + , cdbs + , haskell-devscripts (>= 0.8.15) + , ghc + , ghc-prof + , libghc-blaze-builder-dev (>> 0.2) + , libghc-blaze-builder-dev (<< 0.4) + , libghc-blaze-builder-prof + , libghc-blaze-html-dev (>> 0.5) + , libghc-blaze-html-dev (<< 0.7) + , libghc-blaze-html-prof + , libghc-blaze-markup-dev (>> 0.5) + , libghc-blaze-markup-dev (<< 0.6) + , libghc-blaze-markup-prof + , libghc-parsec3-dev (>> 3.1.2) + , libghc-parsec3-dev (<< 3.2) + , libghc-parsec3-prof + , libghc-text-dev (>> 0.11) + , libghc-text-dev (<< 0.12) + , libghc-text-prof + , libghc-unordered-containers-dev (>> 0.1.4) + , libghc-unordered-containers-dev (<< 0.3) + , libghc-unordered-containers-prof +Build-Depends-Indep: ghc-doc + , libghc-blaze-builder-doc + , libghc-blaze-html-doc + , libghc-blaze-markup-doc + , libghc-parsec3-doc + , libghc-text-doc + , libghc-unordered-containers-doc +Standards-Version: 3.9.4 +Homepage: http://hackage.haskell.org/package/xmlhtml +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-xmlhtml +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xmlhtml +X-Description: XML parser and renderer with HTML 5 quirks mode + Contains renderers and parsers for both XML and HTML 5 document + fragments, which share data structures so that it's easy to work with + both. Document fragments are bits of documents, which are not + constrained by some of the high-level structure rules (in particular, + they may contain more than one root element). + . + Note that this is not a compliant HTML 5 parser. Rather, it is a + parser for HTML 5 compliant documents. It does not implement the HTML + 5 parsing algorithm, and should generally be expected to perform + correctly only on documents that you trust to conform to HTML 5. This + is not a suitable library for implementing web crawlers or other + software that will be exposed to documents from outside sources. The + result is also not the HTML 5 node structure, but rather something + closer to the physical structure. For example, omitted start tags are + not inserted (and so, their corresponding end tags must also be + omitted). + +Package: libghc-xmlhtml-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-xmlhtml-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-xmlhtml-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} diff --git a/p/haskell-xmlhtml/debian/copyright b/p/haskell-xmlhtml/debian/copyright new file mode 100644 index 000000000..ca4d79b84 --- /dev/null +++ b/p/haskell-xmlhtml/debian/copyright @@ -0,0 +1,45 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: xmlhtml +Upstream-Contact: Chris Smith +Source: http://hackage.haskell.org/package/xmlhtml + +Files: * +Copyright: 2011 Chris Smith +License: BSD-3-clause + +Files: debian/* +Copyright: 2013 Clint Adams +License: ISC + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + . + * Neither the name of Chris Smith nor the names of other + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/p/haskell-xmlhtml/debian/rules b/p/haskell-xmlhtml/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-xmlhtml/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-xmlhtml/debian/source/format b/p/haskell-xmlhtml/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-xmlhtml/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-xmlhtml/debian/watch b/p/haskell-xmlhtml/debian/watch new file mode 100644 index 000000000..0d570fb50 --- /dev/null +++ b/p/haskell-xmlhtml/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|xmlhtml-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/xmlhtml \ + ([\d\.]*\d)/ -- cgit v1.2.3