diff options
| author | Clint Adams <clint@debian.org> | 2012-06-03 22:22:40 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2012-06-03 22:22:40 +0400 |
| commit | ec9e327a8b522c50933a903efb57a5a867035a37 (patch) | |
| tree | b90e911f53bef9c18f4e98a0a563a4e6a7e45d7c /p/haskell-boomerang | |
| parent | 0e5c56382b818637b26d9424fec44a35444a4790 (diff) | |
| download | DHG_packages-ec9e327a8b522c50933a903efb57a5a867035a37.tar.gz | |
haskell-boomerang: Initial Check-In
Diffstat (limited to 'p/haskell-boomerang')
| -rw-r--r-- | p/haskell-boomerang/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-boomerang/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-boomerang/debian/control | 83 | ||||
| -rw-r--r-- | p/haskell-boomerang/debian/copyright | 32 | ||||
| -rwxr-xr-x | p/haskell-boomerang/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-boomerang/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-boomerang/debian/watch | 5 |
7 files changed, 131 insertions, 0 deletions
diff --git a/p/haskell-boomerang/debian/changelog b/p/haskell-boomerang/debian/changelog new file mode 100644 index 000000000..df76888ec --- /dev/null +++ b/p/haskell-boomerang/debian/changelog @@ -0,0 +1,5 @@ +haskell-boomerang (1.3.1-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams <clint@debian.org> Sun, 03 Jun 2012 14:10:59 -0400 diff --git a/p/haskell-boomerang/debian/compat b/p/haskell-boomerang/debian/compat new file mode 100644 index 000000000..c7930257d --- /dev/null +++ b/p/haskell-boomerang/debian/compat @@ -0,0 +1 @@ +7
\ No newline at end of file diff --git a/p/haskell-boomerang/debian/control b/p/haskell-boomerang/debian/control new file mode 100644 index 000000000..c0f22ec33 --- /dev/null +++ b/p/haskell-boomerang/debian/control @@ -0,0 +1,83 @@ +Source: haskell-boomerang +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@debian.org> +Build-Depends: debhelper (>= 7.0) + , haskell-devscripts (>= 0.8), + , cdbs, + , ghc, + , ghc-prof, + , libghc-mtl-dev + , libghc-mtl-prof + , ghc-ghci +Build-Depends-Indep: ghc-doc + , libghc-mtl-doc +Standards-Version: 3.9.3 +Homepage: http://hackage.haskell.org/package/boomerang +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-boomerang +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-boomerang + +Package: libghc-boomerang-dev +Architecture: any +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: invertible parsing and printing + Specify a single unified grammar which can be used for parsing and + pretty-printing. + . + Boomerang is a DSL for creating parsers and pretty-printers using a single + specification. Instead of writing a parser, and then writing a separate + pretty-printer, both are created at once. This saves time, and ensures that + the parser and pretty-printer are inverses and stay in-sync with each other. + . + Boomerang is a generalized derivative of the Zwaluw library created by + Sjoerd Visscher and Martijn van Steenbergen. + . + This package contains the normal library files. + +Package: libghc-boomerang-prof +Architecture: any +Depends: ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: invertible parsing and printing; profiling libraries + Specify a single unified grammar which can be used for parsing and + pretty-printing. + . + Boomerang is a DSL for creating parsers and pretty-printers using a single + specification. Instead of writing a parser, and then writing a separate + pretty-printer, both are created at once. This saves time, and ensures that + the parser and pretty-printer are inverses and stay in-sync with each other. + . + Boomerang is a generalized derivative of the Zwaluw library created by + Sjoerd Visscher and Martijn van Steenbergen. + . + This package contains the libraries compiled with profiling enabled. + +Package: libghc-boomerang-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: invertible parsing and printing; documentation + Specify a single unified grammar which can be used for parsing and + pretty-printing. + . + Boomerang is a DSL for creating parsers and pretty-printers using a single + specification. Instead of writing a parser, and then writing a separate + pretty-printer, both are created at once. This saves time, and ensures that + the parser and pretty-printer are inverses and stay in-sync with each other. + . + Boomerang is a generalized derivative of the Zwaluw library created by + Sjoerd Visscher and Martijn van Steenbergen. + . + This package contains the documentation files. diff --git a/p/haskell-boomerang/debian/copyright b/p/haskell-boomerang/debian/copyright new file mode 100644 index 000000000..22f7f0d2a --- /dev/null +++ b/p/haskell-boomerang/debian/copyright @@ -0,0 +1,32 @@ +Copyright (c) 2010, Sjoerd Visscher & Martijn van Steenbergen +Copyright (c) 2011, Jeremy Shaw + + +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 Jeremy Shaw 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. diff --git a/p/haskell-boomerang/debian/rules b/p/haskell-boomerang/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-boomerang/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-boomerang/debian/source/format b/p/haskell-boomerang/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-boomerang/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-boomerang/debian/watch b/p/haskell-boomerang/debian/watch new file mode 100644 index 000000000..01e53681a --- /dev/null +++ b/p/haskell-boomerang/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|boomerang-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/boomerang \ + ([\d\.]*\d)/ |
