[Pkg-haskell-commits] darcs: haskell-hjscript: Initial import

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Mon May 24 13:01:02 UTC 2010


Mon May 24 12:59:39 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 90e47dbc34f5b77713dfe83e63aa9d25

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./libghc6-hjscript-doc.doc-base
    A ./rules
    A ./source/
    A ./watch

Mon May 24 12:59:39 UTC 2010  mascellani at poisson.phc.unipi.it
  * Initial import
  Ignore-this: 90e47dbc34f5b77713dfe83e63aa9d25
diff -rN -u old-haskell-hjscript/changelog new-haskell-hjscript/changelog
--- old-haskell-hjscript/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/changelog	2010-05-24 13:01:01.728419590 +0000
@@ -0,0 +1,5 @@
+haskell-hsx (0.5.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #576704)
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Tue, 06 Apr 2010 14:44:06 +0200
diff -rN -u old-haskell-hjscript/compat new-haskell-hjscript/compat
--- old-haskell-hjscript/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/compat	2010-05-24 13:01:01.728419590 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-hjscript/control new-haskell-hjscript/control
--- old-haskell-hjscript/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/control	2010-05-24 13:01:01.728419590 +0000
@@ -0,0 +1,93 @@
+Source: haskell-hjscript
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts,
+ cdbs,
+ ghc6,
+ ghc6-prof,
+ libghc6-mtl-dev,
+ libghc6-mtl-prof,
+ libghc6-hjavascript-dev (>= 0.4.6),
+ libghc6-hjavascript-prof (>= 0.4.6),
+ libghc6-hsx-dev (>= 0.7.0),
+ libghc6-hsx-prof (>= 0.7.0)
+Build-Depends-Indep:
+ ghc6-doc,
+ libghc6-mtl-doc,
+ libghc6-hjavascript-doc (>= 0.4.6),
+ libghc6-hsx-doc (>= 0.7.0)
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/hjscript
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hjscript
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hjscript
+
+Package: libghc6-hjscript-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell DSL for writing JavaScript programs - GHC 6 libraries
+ HJScript is a DSL (domain-specific language) built on top of
+ HJavaScript, for writing client-side dynamic web pages. The programming
+ model is fairly low-level, resembling the actual JavaScript code quite a
+ lot, but should be easy to extend with higher-level functionality.
+ Notable is that HJScript supports the use of literal XML syntax, as
+ defined by the hsx package, for creating DOM ElementNodes. Also notable
+ is that HJScript supports Ajax functionality.
+ .
+ If you don't know what Haskell and all these concepts are, you can just
+ ignore this package.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-hjscript-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Haskell DSL for writing JavaScript programs - GHC 6 profiling libraries
+ HJScript is a DSL (domain-specific language) built on top of
+ HJavaScript, for writing client-side dynamic web pages. The programming
+ model is fairly low-level, resembling the actual JavaScript code quite a
+ lot, but should be easy to extend with higher-level functionality.
+ Notable is that HJScript supports the use of literal XML syntax, as
+ defined by the hsx package, for creating DOM ElementNodes. Also notable
+ is that HJScript supports Ajax functionality.
+ .
+ If you don't know what Haskell and all these concepts are, you can just
+ ignore this package.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-hjscript-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell DSL for writing JavaScript programs - documentation
+ HJScript is a DSL (domain-specific language) built on top of
+ HJavaScript, for writing client-side dynamic web pages. The programming
+ model is fairly low-level, resembling the actual JavaScript code quite a
+ lot, but should be easy to extend with higher-level functionality.
+ Notable is that HJScript supports the use of literal XML syntax, as
+ defined by the hsx package, for creating DOM ElementNodes. Also notable
+ is that HJScript supports Ajax functionality.
+ .
+ If you don't know what Haskell and all these concepts are, you can just
+ ignore this package.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-hjscript/copyright new-haskell-hjscript/copyright
--- old-haskell-hjscript/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/copyright	2010-05-24 13:01:01.728419590 +0000
@@ -0,0 +1,45 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Haskell DSL for writing JavaScript programs
+Maintainer: Joel Björnson <joel.bjornson at gmail.com>
+Source: http://hackage.haskell.org/package/HJScript
+
+Files: *
+Copyright: © 2006-2010, Niklas Broberg <nibro at cs.chalmers.se>
+           © 2006-2010, Joel Björnson <joel.bjornson at gmail.com>
+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:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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: © 2010 Giovanni Mascellani <mascellani at 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 -rN -u old-haskell-hjscript/libghc6-hjscript-doc.doc-base new-haskell-hjscript/libghc6-hjscript-doc.doc-base
--- old-haskell-hjscript/libghc6-hjscript-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/libghc6-hjscript-doc.doc-base	2010-05-24 13:01:01.728419590 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hjscript-api
+Title: Documentation for the haskell HJScript library
+Author: Joel Björnson
+Abstract: HJScript is a Haskell DSL (Domain Specific Language) for writing JavaScript programs
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc6-hjscript-doc/html/index.html
+Files: /usr/share/doc/libghc6-hjscript-doc/html/*.html
diff -rN -u old-haskell-hjscript/rules new-haskell-hjscript/rules
--- old-haskell-hjscript/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/rules	2010-05-24 13:01:01.728419590 +0000
@@ -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 -rN -u old-haskell-hjscript/watch new-haskell-hjscript/watch
--- old-haskell-hjscript/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/watch	2010-05-24 13:01:01.728419590 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|HJScript-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/HJScript \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list