From 94b9905112531dd54224d878b1962649ce434908 Mon Sep 17 00:00:00 2001 From: clint Date: Wed, 19 Oct 2011 03:43:48 +0400 Subject: haskell-reactive-banana: Initial Check-In --- p/haskell-reactive-banana/debian/changelog | 5 ++ p/haskell-reactive-banana/debian/compat | 1 + p/haskell-reactive-banana/debian/control | 117 +++++++++++++++++++++++++ p/haskell-reactive-banana/debian/copyright | 42 +++++++++ p/haskell-reactive-banana/debian/rules | 4 + p/haskell-reactive-banana/debian/source/format | 1 + p/haskell-reactive-banana/debian/watch | 5 ++ 7 files changed, 175 insertions(+) create mode 100644 p/haskell-reactive-banana/debian/changelog create mode 100644 p/haskell-reactive-banana/debian/compat create mode 100644 p/haskell-reactive-banana/debian/control create mode 100644 p/haskell-reactive-banana/debian/copyright create mode 100755 p/haskell-reactive-banana/debian/rules create mode 100644 p/haskell-reactive-banana/debian/source/format create mode 100644 p/haskell-reactive-banana/debian/watch (limited to 'p/haskell-reactive-banana') diff --git a/p/haskell-reactive-banana/debian/changelog b/p/haskell-reactive-banana/debian/changelog new file mode 100644 index 000000000..f3032f439 --- /dev/null +++ b/p/haskell-reactive-banana/debian/changelog @@ -0,0 +1,5 @@ +haskell-reactive-banana (0.4.2.0-1) unstable; urgency=low + + * Initial release. + + -- Clint Adams Tue, 18 Oct 2011 19:16:52 -0400 diff --git a/p/haskell-reactive-banana/debian/compat b/p/haskell-reactive-banana/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-reactive-banana/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-reactive-banana/debian/control b/p/haskell-reactive-banana/debian/control new file mode 100644 index 000000000..f438cbe02 --- /dev/null +++ b/p/haskell-reactive-banana/debian/control @@ -0,0 +1,117 @@ +Source: haskell-reactive-banana +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Clint Adams +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.8) + , ghc + , ghc-prof + , libghc-quickcheck2-dev (>> 2.4) + , libghc-quickcheck2-dev (<< 2.5) + , libghc-quickcheck2-prof + , libghc-transformers-dev (>> 0.2) + , libghc-transformers-dev (<< 0.3) + , libghc-transformers-prof + , libghc-vault-dev (>> 0.1) + , libghc-vault-dev (<< 0.2) + , libghc-vault-prof +Build-Depends-Indep: ghc-doc + , libghc-quickcheck2-doc + , libghc-transformers-doc + , libghc-vault-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/reactive-banana +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-reactive-banana +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-reactive-banana + +Package: libghc-reactive-banana-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: small but solid library for FRP + This package provides a library for the Haskell programming language. See + http://www.haskell.org/ for more information on Haskell. + . + The current focus of this library is to implement a subset of the semantic + model for functional reactive programming pioneered by Conal Elliott. + . + Moreover, this library can hooked into any existing event-based framework. + It is especially useful in conjunction with existing GUI frameworks like + wxHaskell or gtk2hs. + . + This also means that your code can be a mix of FRP and imperative parts. + Bored of programming imperative GUIs? Write some parts with FRP! Don't know + how to express something with FRP? Switch back to imperative style! + . + In the spectrum of possible FRP implementations, this one features simple + semantics but modest expressivity. Predicting space & time usage should be + easy. + . + Stability forecast: Known inefficiencies that will be addressed. No + semantic bugs expected. Significant API changes are likely in future + versions. + +Package: libghc-reactive-banana-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: small but solid library for FRP; profiling libraries + This package provides a library for the Haskell programming language. See + http://www.haskell.org/ for more information on Haskell. + . + The current focus of this library is to implement a subset of the semantic + model for functional reactive programming pioneered by Conal Elliott. + . + Moreover, this library can hooked into any existing event-based framework. + It is especially useful in conjunction with existing GUI frameworks like + wxHaskell or gtk2hs. + . + This also means that your code can be a mix of FRP and imperative parts. + Bored of programming imperative GUIs? Write some parts with FRP! Don't know + how to express something with FRP? Switch back to imperative style! + . + In the spectrum of possible FRP implementations, this one features simple + semantics but modest expressivity. Predicting space & time usage should be + easy. + . + Stability forecast: Known inefficiencies that will be addressed. No + semantic bugs expected. Significant API changes are likely in future + versions. + +Package: libghc-reactive-banana-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: small but solid library for FRP; documentation + This package provides a library for the Haskell programming language. See + http://www.haskell.org/ for more information on Haskell. + . + The current focus of this library is to implement a subset of the semantic + model for functional reactive programming pioneered by Conal Elliott. + . + Moreover, this library can hooked into any existing event-based framework. + It is especially useful in conjunction with existing GUI frameworks like + wxHaskell or gtk2hs. + . + This also means that your code can be a mix of FRP and imperative parts. + Bored of programming imperative GUIs? Write some parts with FRP! Don't know + how to express something with FRP? Switch back to imperative style! + . + In the spectrum of possible FRP implementations, this one features simple + semantics but modest expressivity. Predicting space & time usage should be + easy. + . + Stability forecast: Known inefficiencies that will be addressed. No + semantic bugs expected. Significant API changes are likely in future + versions. diff --git a/p/haskell-reactive-banana/debian/copyright b/p/haskell-reactive-banana/debian/copyright new file mode 100644 index 000000000..7e52ba08a --- /dev/null +++ b/p/haskell-reactive-banana/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Clint Adams on +Tue, 18 Oct 2011 23:16:52 -0000 + +It was downloaded from +http://hackage.haskell.org/package/reactive-banana + +Upstream Authors: + + Heinrich Apfelmus + +Copyright: + + 2011 Heinrich Apfelmus + +License: + +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 Heinrich Apfelmus 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-reactive-banana/debian/rules b/p/haskell-reactive-banana/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-reactive-banana/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-reactive-banana/debian/source/format b/p/haskell-reactive-banana/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-reactive-banana/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-reactive-banana/debian/watch b/p/haskell-reactive-banana/debian/watch new file mode 100644 index 000000000..9022b49c0 --- /dev/null +++ b/p/haskell-reactive-banana/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|reactive-banana-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/reactive-banana \ + ([\d\.]*\d)/ -- cgit v1.2.3