summaryrefslogtreecommitdiff
path: root/p/haskell-xmlhtml
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-07-15 02:16:41 +0400
committerClint Adams <clint@debian.org>2013-07-15 02:16:41 +0400
commit7dcb1cb9192d6d33c394925c8ede308090fd0cfa (patch)
treee5ba46ab6f9ddb5c3e1f63fdf698ada3259cd104 /p/haskell-xmlhtml
parent819ff382c5c690f6c4b86f89cd2dc1b5e432486d (diff)
downloadDHG_packages-7dcb1cb9192d6d33c394925c8ede308090fd0cfa.tar.gz
haskell-xmlhtml: Initial Check-In
Diffstat (limited to 'p/haskell-xmlhtml')
-rw-r--r--p/haskell-xmlhtml/debian/changelog5
-rw-r--r--p/haskell-xmlhtml/debian/compat1
-rw-r--r--p/haskell-xmlhtml/debian/control92
-rw-r--r--p/haskell-xmlhtml/debian/copyright45
-rwxr-xr-xp/haskell-xmlhtml/debian/rules4
-rw-r--r--p/haskell-xmlhtml/debian/source/format1
-rw-r--r--p/haskell-xmlhtml/debian/watch5
7 files changed, 153 insertions, 0 deletions
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 <clint@debian.org> 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 <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+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 <cdsmith@gmail.com>
+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 <cdsmith@gmail.com> 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)/