summaryrefslogtreecommitdiff
path: root/p/haskell-recaptcha
diff options
context:
space:
mode:
authormascellani <mascellani@poisson.phc.unipi.it>2009-12-29 01:10:23 +0300
committermascellani <mascellani@poisson.phc.unipi.it>2009-12-29 01:10:23 +0300
commitf699b63ab4973eef673f079abdb13fbe6d3b8c87 (patch)
tree728993a982042ddbaa07aa97b07a866de5413b9e /p/haskell-recaptcha
parent3525a83d5103bc6c071c91beda18042126e6672c (diff)
downloadDHG_packages-f699b63ab4973eef673f079abdb13fbe6d3b8c87.tar.gz
haskell-recaptcha: Initial import
Diffstat (limited to 'p/haskell-recaptcha')
-rw-r--r--p/haskell-recaptcha/debian/changelog5
-rw-r--r--p/haskell-recaptcha/debian/compat1
-rw-r--r--p/haskell-recaptcha/debian/control74
-rw-r--r--p/haskell-recaptcha/debian/copyright43
-rw-r--r--p/haskell-recaptcha/debian/libghc6-recaptcha-doc.doc-base12
-rwxr-xr-xp/haskell-recaptcha/debian/rules4
-rw-r--r--p/haskell-recaptcha/debian/watch2
7 files changed, 141 insertions, 0 deletions
diff --git a/p/haskell-recaptcha/debian/changelog b/p/haskell-recaptcha/debian/changelog
new file mode 100644
index 000000000..33869b697
--- /dev/null
+++ b/p/haskell-recaptcha/debian/changelog
@@ -0,0 +1,5 @@
+haskell-recaptcha (0.1-1) UNRELEASED; urgency=low
+
+ * Initial release. (closes: #562770)
+
+ -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Sun, 27 Dec 2009 16:44:07 +0100
diff --git a/p/haskell-recaptcha/debian/compat b/p/haskell-recaptcha/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-recaptcha/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-recaptcha/debian/control b/p/haskell-recaptcha/debian/control
new file mode 100644
index 000000000..91e0674f3
--- /dev/null
+++ b/p/haskell-recaptcha/debian/control
@@ -0,0 +1,74 @@
+Source: haskell-recaptcha
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6 (>= 6.10),
+ ghc6-prof,
+ ghc6-doc,
+ haddock,
+ hscolour,
+ libghc6-http-dev,
+ libghc6-http-prof,
+ haskell-http-doc,
+ libghc6-xhtml-dev,
+ libghc6-xhtml-prof,
+ libghc6-xhtml-doc,
+ libghc6-network-dev,
+ libghc6-network-prof,
+ libghc6-network-doc
+Standards-Version: 3.8.3
+Homepage: http://hackage.haskell.org/package/recaptcha
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-recaptcha
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-recaptcha
+
+Package: libghc6-recaptcha-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell interface to reCAPTCHA service - GHC 6 libraries
+ reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
+ for preventing automated spam in web applications, using the data people
+ submit to digitize old books and newspapers. haskell-recaptcha provides
+ functions for using reCAPTCHA in Haskell web applications.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-recaptcha-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell interface to reCAPTCHA service - GHC 6 profiling libraries
+ reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
+ for preventing automated spam in web applications, using the data people
+ submit to digitize old books and newspapers. haskell-recaptcha provides
+ functions for using reCAPTCHA in Haskell web applications.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-recaptcha-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell interface to reCAPTCHA service - documentation
+ reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
+ for preventing automated spam in web applications, using the data people
+ submit to digitize old books and newspapers. haskell-recaptcha provides
+ functions for using reCAPTCHA in Haskell web applications.
+ .
+ This package contains the library documentation.
diff --git a/p/haskell-recaptcha/debian/copyright b/p/haskell-recaptcha/debian/copyright
new file mode 100644
index 000000000..b458b877a
--- /dev/null
+++ b/p/haskell-recaptcha/debian/copyright
@@ -0,0 +1,43 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell interface to reCAPTCHA service
+Maintainer: John MacFarlane
+Source: http://hackage.haskell.org/package/recaptcha
+
+Files: *
+Copyright: © 2008 John MacFarlane <jgm@berkeley.edu>
+License: BSD
+ All rights reserved.
+ .
+ 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 John MacFarlane nor the names of this software's
+ 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.
+
+Files: debian/*
+Copyright: © 2009 Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later. On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/p/haskell-recaptcha/debian/libghc6-recaptcha-doc.doc-base b/p/haskell-recaptcha/debian/libghc6-recaptcha-doc.doc-base
new file mode 100644
index 000000000..279e5f66b
--- /dev/null
+++ b/p/haskell-recaptcha/debian/libghc6-recaptcha-doc.doc-base
@@ -0,0 +1,12 @@
+Document: haskell-recaptcha-api
+Title: Documentation for the haskell recaptcha library
+Author: John MacFarlane
+Abstract: recaptcha is a Haskell interface to reCAPTCHA (http://recaptcha.net/)
+ service, which provides captchas for preventing automated spam in
+ web applications, using the data people submit to digitize old books
+ and newspapers.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-recaptcha-doc/html/index.html
+Files: /usr/share/doc/libghc6-recaptcha-doc/html/*.html
diff --git a/p/haskell-recaptcha/debian/rules b/p/haskell-recaptcha/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-recaptcha/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-recaptcha/debian/watch b/p/haskell-recaptcha/debian/watch
new file mode 100644
index 000000000..25b42fa80
--- /dev/null
+++ b/p/haskell-recaptcha/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/packages/archive/recaptcha/([\d.]+)/recaptcha-([\d.]+).tar.gz