commit 73548995f8d47683f0fb0d7fca2babf992a7a154
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
haskell/haskell-x11: add dependencies on libx11, libxext, libxrandr
commit 0af44728c93fc99b913ddfc6a4a82198a658360f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
haskell/haskell-x11: remove BUILD
diff --git a/ChangeLog b/ChangeLog
index c2e5f22..68921c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/HASKELL_POST_REMOVE: forcefully unregister packages
+ * devel/darcs: moved to haskell/darcs
+ * haskell/haskell-bytestring: deprecated in favour of ghc
+ * haskell/haskell-dlist: new spell, a list-like type supporting O(1)
+ append
+ * haskell/haskell-data-default: new spell, a class for types with a
+ default value
+ * haskell/haskell-zlib: new spell, zlib bindings for haskell
+ * haskell/haskell-primitive: new spell, primitive memory-related
+ operations
+ * haskell/haskell-vector: new spell, efficient arrays
+ * haskell/haskell-tar: new spell, reading, writing and manipulating
tar
+ archive files
+ * haskell/haskell-mmap: new spell, memory mapped files for POSIX and
+ Windows
+ * haskell/haskell-haskeline: new spell, a command-line interface for
user
+ input, written in Haskell
+ * haskell/haskell-dataenc: new spell, data encoding library
+ * haskell/haskell-hashed-storage: new spell, hashed file storage
support
+ code
+
2013-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
* editors/gtkspell3: new spell, gtkspell v3. Not API-compatable with
2.x
diff --git a/devel/darcs/DEPENDS b/devel/darcs/DEPENDS
deleted file mode 100755
index 490d4f4..0000000
--- a/devel/darcs/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends ghc &&
-depends haskell-quickcheck &&
-depends haskell-mtl &&
-depends haskell-html
diff --git a/devel/darcs/DETAILS b/devel/darcs/DETAILS
deleted file mode 100755
index 51fb4ce..0000000
--- a/devel/darcs/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=darcs
- VERSION=1.0.9
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.darcs.net/$SOURCE
- SOURCE_URL[1]=http://abridgegame.org/darcs/$SOURCE
-
SOURCE_HASH=sha512:2ca6e81c204da3f9b5cd7a5e58f86a549fe34901f1708f923a537d0e3c63bde111b60ccdb9c26fa61298dce8e9ccfbc9bfee72e575616770e81954870b84cbb1
- WEB_SITE=http://www.darcs.net/
- ENTERED=20041206
- LICENSE[0]=GPL
- KEYWORDS="scm devel"
- SHORT="Simple and powerful SCM"
-cat << EOF
-Darcs is a replacement for CVS. Darcs is simple to learn and use,
-with a powerful new approach to meet the needs of today's distributed
-software projects. Darcs is decentralized, based on a "theory of patches"
-with roots in quantum mechanics. Darcs is free software, licensed under
-the GPL.
-
-Written in Haskell, darcs is used on on many operating systems including
-Linux, MacOS X, FreeBSD, and Windows. Darcs includes a CGI script to
-browse your repository from the web.
-EOF
diff --git a/devel/darcs/HISTORY b/devel/darcs/HISTORY
deleted file mode 100644
index 8569493..0000000
--- a/devel/darcs/HISTORY
+++ /dev/null
@@ -1,47 +0,0 @@
-2007-11-04 Alexander Tsamutali <astsmtl AT gmail.com>
- * DEPENDS: Now depends on ghc instead of GHC
-
-2007-08-31 Alexander Tsamutali <astsmtl AT gmail.com>
- * DETAILS: Updated to 1.0.9
- * DEPENDS: Added some missing dependencies
-
-2007-01-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: updated spell to 1.0.9rc2
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-19 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.0.5
-
-2005-11-17 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.0.4
- Added GPG checking
-
-2005-06-04 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updates website to http://www.darcs.net
- Set old SOURCE_URL[0] as SOURCE_URL[1] and added http://www.darcs.net as
- SOURCE_URL[0]
-
-2005-06-03 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.0.3
-
-2005-04-16 George Sherwood <george AT beeranbeer.com>
- * DEPENDS: change to use either ghc or ghc-bin
-
-2005-04-15 George Sherwood <george AT beernabeer.com>
- * DETAILS: removed extra "'s
-
-2005-04-14 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.0.2
- Shortened SHORT
-
-2004-12-06 Andrew Stitt <astitt AT sourcemage.org>
- * DETAILS, DEPENDS: created for this spell
-
diff --git a/haskell/HASKELL_POST_REMOVE b/haskell/HASKELL_POST_REMOVE
index d66a1c7..f23507c 100755
--- a/haskell/HASKELL_POST_REMOVE
+++ b/haskell/HASKELL_POST_REMOVE
@@ -2,4 +2,4 @@ if [ -z "$PACKAGE" ] ; then
PACKAGE=${SPELL#haskell-}
fi
message "${MESSAGE_COLOR}Unregistering package with
ghc-pkg...${DEFAULT_COLOR}"
-ghc-pkg unregister $PACKAGE
+ghc-pkg --force unregister $PACKAGE
diff --git a/haskell/darcs/DEPENDS b/haskell/darcs/DEPENDS
new file mode 100755
index 0000000..abdbb0b
--- /dev/null
+++ b/haskell/darcs/DEPENDS
@@ -0,0 +1,15 @@
+depends ghc &&
+depends haskell-extensible-exceptions &&
+depends haskell-hashed-storage &&
+depends haskell-haskeline &&
+depends haskell-html &&
+depends haskell-mtl &&
+depends haskell-parsec &&
+depends haskell-quickcheck &&
+depends haskell-random &&
+depends haskell-regex-compat &&
+depends haskell-tar &&
+depends haskell-text &&
+depends haskell-utf8-string &&
+depends haskell-vector &&
+depends haskell-zlib
diff --git a/haskell/darcs/DETAILS b/haskell/darcs/DETAILS
new file mode 100755
index 0000000..c714509
--- /dev/null
+++ b/haskell/darcs/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=darcs
+ VERSION=2.8.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://darcs.net/releases/${SOURCE}
+
SOURCE_HASH=sha512:c60531bacea43bdd5a18ae461dd390fe64682cac56fa4e6b5153a5da3c003b59d8fb24827bd42b4b30f0d2c61877d36b58eb98317644f9f8a200ab7c5961c48e
+ WEB_SITE=http://www.darcs.net/
+ ENTERED=20041206
+ LICENSE[0]=GPL
+ KEYWORDS="scm devel"
+ SHORT="Simple and powerful SCM"
+cat << EOF
+Darcs is a replacement for CVS. Darcs is simple to learn and use,
+with a powerful new approach to meet the needs of today's distributed
+software projects. Darcs is decentralized, based on a "theory of patches"
+with roots in quantum mechanics. Darcs is free software, licensed under
+the GPL.
+
+Written in Haskell, darcs is used on on many operating systems including
+Linux, MacOS X, FreeBSD, and Windows. Darcs includes a CGI script to
+browse your repository from the web.
+EOF
diff --git a/haskell/darcs/HISTORY b/haskell/darcs/HISTORY
new file mode 100644
index 0000000..030c2b0
--- /dev/null
+++ b/haskell/darcs/HISTORY
@@ -0,0 +1,57 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.8.4
+ * DEPENDS: added dependencies on haskell-extensible-exceptions,
+ haskell-hashed-storage, haskell-haskeline, haskell-html,
+ haskell-mtl, haskell-parsec, haskell-quickcheck,
+ haskell-random, haskell-regex-compat, haskell-tar,
+ haskell-text, haskell-utf8-string, haskell-vector,
+ haskell-zlib
+ * INSTALL: make man page readable
+
+2007-11-04 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DEPENDS: Now depends on ghc instead of GHC
+
+2007-08-31 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: Updated to 1.0.9
+ * DEPENDS: Added some missing dependencies
+
+2007-01-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.9rc2
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.5
+
+2005-11-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.4
+ Added GPG checking
+
+2005-06-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updates website to http://www.darcs.net
+ Set old SOURCE_URL[0] as SOURCE_URL[1] and added http://www.darcs.net as
+ SOURCE_URL[0]
+
+2005-06-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.3
+
+2005-04-16 George Sherwood <george AT beeranbeer.com>
+ * DEPENDS: change to use either ghc or ghc-bin
+
+2005-04-15 George Sherwood <george AT beernabeer.com>
+ * DETAILS: removed extra "'s
+
+2005-04-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.2
+ Shortened SHORT
+
+2004-12-06 Andrew Stitt <astitt AT sourcemage.org>
+ * DETAILS, DEPENDS: created for this spell
+
diff --git a/haskell/darcs/INSTALL b/haskell/darcs/INSTALL
new file mode 100755
index 0000000..d76be1c
--- /dev/null
+++ b/haskell/darcs/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+chmod og+r ${INSTALL_ROOT}/usr/share/man/man1/darcs.1
diff --git a/haskell/haskell-bytestring/BUILD
b/haskell/haskell-bytestring/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/haskell/haskell-bytestring/BUILD
@@ -0,0 +1 @@
+true
diff --git a/haskell/haskell-bytestring/DEPENDS
b/haskell/haskell-bytestring/DEPENDS
index 3ee8620..8eace53 100755
--- a/haskell/haskell-bytestring/DEPENDS
+++ b/haskell/haskell-bytestring/DEPENDS
@@ -1 +1 @@
-depends ghc
+depends ghc
diff --git a/haskell/haskell-bytestring/DETAILS
b/haskell/haskell-bytestring/DETAILS
index 9bd57b7..92920ae 100755
--- a/haskell/haskell-bytestring/DETAILS
+++ b/haskell/haskell-bytestring/DETAILS
@@ -1,18 +1,7 @@
- SPELL=haskell-bytestring
- VERSION=0.9.2.1
- SOURCE="bytestring-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/bytestring/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:8a7fff14319b1f2236b25d207556f4507097396eb8e8fd0bc76e12378be7e4d75d25c2fca4e0e288da549f554ea1f70409f9f442190e5f38cb8a5bdfd2788f22
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/bytestring-${VERSION}"
- WEB_SITE="http://www.cse.unsw.edu.au/~dons/fps.html"
- LICENSE[0]=BSD3
- ENTERED=20110228
- SHORT="Fast, packed, strict and lazy byte arrays with a list
interface"
-cat << EOF
-A time and space-efficient implementation of byte vectors using
-packed Word8 arrays, suitable for high performance use, both in terms of
-large data quantities, or high speed requirements. Byte vectors are encoded
-as strict 'Word8' arrays of bytes, and lazy lists of strict chunks, held in a
-'ForeignPtr', and can be passed between C and Haskell with little effort.
-
-EOF
+ SPELL=haskell-bytestring
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by ghc]
+ EOF
diff --git a/haskell/haskell-bytestring/DOWNLOAD
b/haskell/haskell-bytestring/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/haskell/haskell-bytestring/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/haskell/haskell-bytestring/HISTORY
b/haskell/haskell-bytestring/HISTORY
index e9857e5..e192273 100644
--- a/haskell/haskell-bytestring/HISTORY
+++ b/haskell/haskell-bytestring/HISTORY
@@ -1,3 +1,8 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * spell deprecated [bytestring is provided by ghc]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2012-02-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9.2.1
diff --git a/haskell/haskell-bytestring/INSTALL
b/haskell/haskell-bytestring/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/haskell/haskell-bytestring/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/haskell/haskell-bytestring/PRE_BUILD
b/haskell/haskell-bytestring/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/haskell/haskell-bytestring/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/haskell/haskell-bytestring/TRIGGERS
b/haskell/haskell-bytestring/TRIGGERS
new file mode 100755
index 0000000..0ab5f29
--- /dev/null
+++ b/haskell/haskell-bytestring/TRIGGERS
@@ -0,0 +1 @@
+on_cast haskell-bytestring dispel_self
diff --git a/haskell/haskell-data-default/DEPENDS
b/haskell/haskell-data-default/DEPENDS
new file mode 100755
index 0000000..b2a244f
--- /dev/null
+++ b/haskell/haskell-data-default/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-dlist
diff --git a/haskell/haskell-data-default/DETAILS
b/haskell/haskell-data-default/DETAILS
new file mode 100755
index 0000000..8cfbfac
--- /dev/null
+++ b/haskell/haskell-data-default/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-data-default
+ VERSION=0.5.0
+ SOURCE="data-default-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/data-default/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:0b204794d19cb1794a59e0b98871216543660b2046d8d341e454ebc62b1dc0e55ccfb0b4ebe948f3d26ca8aafcb53e0cc288961cf823a7a5d7fc8d49422aed6d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/data-default-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/data-default"
+ LICENSE[0]=BSD
+ ENTERED=20130303
+ SHORT="a class for types with a default value"
+cat << EOF
+A class for types with a default value.
+EOF
diff --git a/haskell/haskell-data-default/HISTORY
b/haskell/haskell-data-default/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-data-default/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-dataenc/DEPENDS b/haskell/haskell-dataenc/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-dataenc/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-dataenc/DETAILS b/haskell/haskell-dataenc/DETAILS
new file mode 100755
index 0000000..eaec0e6
--- /dev/null
+++ b/haskell/haskell-dataenc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=haskell-dataenc
+ VERSION=0.14.0.5
+ SOURCE="dataenc-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/dataenc/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:b73e5060a3b9c00fbcdadb6dd8ca890c4a6f8ef862822e7d71bde1c0a99de1199cfa384cd8c219f41218f8eef4e9017ecc2c1c186516d7a809aadb599530bf88
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/dataenc-${VERSION}"
+ WEB_SITE="http://www.haskell.org/haskellwiki/Library/Data_encoding"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="data encoding library"
+cat << EOF
+Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
+Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
+uuencode, xxencode, and yEncoding.
+EOF
diff --git a/haskell/haskell-dataenc/HISTORY b/haskell/haskell-dataenc/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-dataenc/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-dlist/DEPENDS b/haskell/haskell-dlist/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-dlist/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-dlist/DETAILS b/haskell/haskell-dlist/DETAILS
new file mode 100755
index 0000000..b4bb771
--- /dev/null
+++ b/haskell/haskell-dlist/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=haskell-dlist
+ VERSION=0.5
+ SOURCE="dlist-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/dlist/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:79de39c7e13b8423290c7afd5fd0218dbd8b12e6d37722084bca68074dd0940cf5aa6c3e757eecad5aff769d70aef2c3ce70a5e3c986387e0fd14d26be15634d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/dlist-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/dlist"
+ LICENSE[0]=BSD
+ ENTERED=20130303
+ SHORT="a list-like type supporting O(1) append"
+cat << EOF
+Differences lists: a list-like type supporting O(1) append. This is
+particularly useful for efficient logging and pretty printing, (e.g. with
+the Writer monad), where list append quickly becomes too expensive.
+EOF
diff --git a/haskell/haskell-dlist/HISTORY b/haskell/haskell-dlist/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-dlist/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-hashed-storage/DEPENDS
b/haskell/haskell-hashed-storage/DEPENDS
new file mode 100755
index 0000000..6051433
--- /dev/null
+++ b/haskell/haskell-hashed-storage/DEPENDS
@@ -0,0 +1,6 @@
+depends ghc &&
+depends haskell-dataenc &&
+depends haskell-extensible-exceptions &&
+depends haskell-mmap &&
+depends haskell-mtl &&
+depends haskell-zlib
diff --git a/haskell/haskell-hashed-storage/DETAILS
b/haskell/haskell-hashed-storage/DETAILS
new file mode 100755
index 0000000..350a46f
--- /dev/null
+++ b/haskell/haskell-hashed-storage/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=haskell-hashed-storage
+ VERSION=0.5.10
+ SOURCE="hashed-storage-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/hashed-storage/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:dfb9cecdfe44e311020ccb79c437d2bb326f18d4022a0386aacd5c23a7c93b6a4f70baa7c2724b796785257a1733407975682fd3b949eda80bee9824df9b7001
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hashed-storage-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/hashed-storage"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="hashed file storage support code"
+cat << EOF
+Support code for reading and manipulating hashed file storage (where each
file
+and directory is associated with a cryptographic hash, for
corruption-resistant
+storage and fast comparisons).
+
+The supported storage formats include darcs hashed pristine, a plain
+filesystem tree and an indexed plain tree (where the index maintains hashes
+of the plain files and directories).
+EOF
diff --git a/haskell/haskell-hashed-storage/HISTORY
b/haskell/haskell-hashed-storage/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-hashed-storage/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-haskeline/DEPENDS
b/haskell/haskell-haskeline/DEPENDS
new file mode 100755
index 0000000..d9e7a3e
--- /dev/null
+++ b/haskell/haskell-haskeline/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-transformers
diff --git a/haskell/haskell-haskeline/DETAILS
b/haskell/haskell-haskeline/DETAILS
new file mode 100755
index 0000000..8e30a6a
--- /dev/null
+++ b/haskell/haskell-haskeline/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haskell-haskeline
+ VERSION=0.7.0.3
+ SOURCE="haskeline-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/haskeline/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:85c4749d2f8daa05731dd28ff645dfbd7e9c694b8e199af0312a2c8f1dc86fa2911e50a0906dd58ee019545b0bb63108aabdab36ba5ae9417e365717ad824a6e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/haskeline-${VERSION}"
+ WEB_SITE="Homepage: http://trac.haskell.org/haskeline"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="a command-line interface for user input, written in
Haskell"
+cat << EOF
+Haskeline provides a user interface for line input in command-line programs.
+This library is similar in purpose to readline, but since it is written in
+Haskell it is (hopefully) more easily used in other Haskell programs.
+
+Haskeline runs both on POSIX-compatible systems and on Windows.
+EOF
diff --git a/haskell/haskell-haskeline/HISTORY
b/haskell/haskell-haskeline/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-haskeline/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-mmap/DEPENDS b/haskell/haskell-mmap/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-mmap/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-mmap/DETAILS b/haskell/haskell-mmap/DETAILS
new file mode 100755
index 0000000..f197e9c
--- /dev/null
+++ b/haskell/haskell-mmap/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=haskell-mmap
+ VERSION=0.5.8
+ SOURCE="mmap-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/mmap/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:6c8b526ec9fedba195ce021f86eeb3fa35f7c95b9299d17503ad7d7e91b9485b3d9980e0ccbdc3876ec465ec8aa07cf9d0521c62e2c8a652a36df11b9badffb5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mmap-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/mmap"
+ LICENSE[0]=License: BSD3
+ ENTERED=20130303
+ SHORT="memory mapped files for POSIX and Windows"
+cat << EOF
+This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files
+or devices to be lazily loaded into memory as strict or lazy ByteStrings,
+ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
+loading. Modifications are also supported.
+EOF
diff --git a/haskell/haskell-mmap/HISTORY b/haskell/haskell-mmap/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-mmap/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-network/DEPENDS b/haskell/haskell-network/DEPENDS
index b245310..b069a13 100755
--- a/haskell/haskell-network/DEPENDS
+++ b/haskell/haskell-network/DEPENDS
@@ -1,3 +1,2 @@
depends ghc &&
-depends haskell-parsec &&
-depends haskell-bytestring
+depends haskell-parsec
diff --git a/haskell/haskell-network/HISTORY b/haskell/haskell-network/HISTORY
index 5ddb92e..d7e772a 100644
--- a/haskell/haskell-network/HISTORY
+++ b/haskell/haskell-network/HISTORY
@@ -1,3 +1,6 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: removed dependency on haskell-bytestring
+
2011-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.3.0.6
WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"
LICENSE[0]=BSD3
diff --git a/haskell/haskell-x11/HISTORY b/haskell/haskell-x11/HISTORY
index 9fff3bc..3b77392 100644
--- a/haskell/haskell-x11/HISTORY
+++ b/haskell/haskell-x11/HISTORY
@@ -1,3 +1,9 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.6.1.1
+ * BUILD: removed
+ * DEPENDS: added dependencies on libx11, libxext and libxrandr,
+ haskell-data-default
+
2013-01-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.6.0.2
diff --git a/haskell/haskell-zlib/DEPENDS b/haskell/haskell-zlib/DEPENDS
new file mode 100755
index 0000000..3ee8620
--- /dev/null
+++ b/haskell/haskell-zlib/DEPENDS
@@ -0,0 +1 @@
+depends ghc
diff --git a/haskell/haskell-zlib/DETAILS b/haskell/haskell-zlib/DETAILS
new file mode 100755
index 0000000..119d386
--- /dev/null
+++ b/haskell/haskell-zlib/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=haskell-zlib
+ VERSION=0.5.4.1
+ SOURCE="zlib-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/zlib/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:aa3522a5704978badcf634e1d99282144f01ddee4600bd146631a3ee8b98080914eb2887869a5fa404dc9d1e438a5df87cf7d44548c2f3e1ec13ba19004ef985
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/zlib"
+ LICENSE[0]=BSD3
+ ENTERED=20130303
+ SHORT="Compression and decompression in the gzip and zlib formats"
+cat << EOF
+This package provides a pure interface for compressing and decompressing
+streams of data represented as lazy 'ByteString's. It uses the zlib C
+library so it has high performance. It supports the "zlib", "gzip" and "raw"
+compression formats.
+
+It provides a convenient high level API suitable for most tasks and for the
+few cases where more control is needed it provides access to the full zlib
+feature set.
+EOF
diff --git a/haskell/haskell-zlib/HISTORY b/haskell/haskell-zlib/HISTORY
new file mode 100644
index 0000000..cd05d20
--- /dev/null
+++ b/haskell/haskell-zlib/HISTORY
@@ -0,0 +1,3 @@
+2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git
a/wm-addons/xmonad-contrib/0001-getAtomName-is-now-defined-in-the-X11-library.patch
b/wm-addons/xmonad-contrib/0001-getAtomName-is-now-defined-in-the-X11-library.patch
new file mode 100644
index 0000000..02ab796
--- /dev/null
+++
b/wm-addons/xmonad-contrib/0001-getAtomName-is-now-defined-in-the-X11-library.patch
@@ -0,0 +1,51 @@
+From edd8e17babfd93dd92557d09150cac8eb30f3f3f Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+Date: Sun, 3 Mar 2013 20:13:36 +0100
+Subject: [PATCH] getAtomName is now defined in the X11 library
+
+---
+ XMonad/Hooks/DebugEvents.hs | 14 --------------
+ xmonad-contrib.cabal | 2 +-
+ 2 files changed, 1 insertion(+), 15 deletions(-)
+
+diff --git a/XMonad/Hooks/DebugEvents.hs b/XMonad/Hooks/DebugEvents.hs
+index 6256444..2301425 100644
+--- a/XMonad/Hooks/DebugEvents.hs
++++ b/XMonad/Hooks/DebugEvents.hs
+@@ -49,20 +49,6 @@ import System.Exit
+ import System.IO
+ import System.Process
+
+--- this should move into X11
+-foreign import ccall unsafe "XGetAtomName"
+- xGetAtomName :: Display -> Atom -> IO CString
+-
+-getAtomName :: Display -> Atom -> IO (Maybe String)
+-getAtomName d a = do
+- n <- xGetAtomName d a
+- if n == nullPtr
+- then return Nothing
+- else do
+- n' <- peekCString n
+- xFree n
+- return $ Just n'
+-
+ -- | Event hook to dump all received events. You should probably not use
this
+ -- unconditionally; it will produce massive amounts of output.
+ debugEventsHook :: Event -> X All
+diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
+index a83bac6..4b1d369 100644
+--- a/xmonad-contrib.cabal
++++ b/xmonad-contrib.cabal
+@@ -72,7 +72,7 @@ library
+ extensions: ForeignFunctionInterface
+ cpp-options: -DXFT
+
+- build-depends: mtl >= 1 && < 3, unix, X11>=1.6 && < 1.7,
xmonad>=0.11 && < 0.12, utf8-string
++ build-depends: mtl >= 1 && < 3, unix, X11>=1.6.1 && < 1.7,
xmonad>=0.11 && < 0.12, utf8-string
+
+ if true
+ ghc-options: -fwarn-tabs -Wall
+--
+1.8.1.3
+
diff --git a/wm-addons/xmonad-contrib/HISTORY
b/wm-addons/xmonad-contrib/HISTORY
index d4a094a..abf5693 100644
--- a/wm-addons/xmonad-contrib/HISTORY
+++ b/wm-addons/xmonad-contrib/HISTORY
@@ -1,6 +1,8 @@
2012-01-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.11
* DEPENDS: added dependency on haskell-extensible-exceptions
+ * PRE_BUILD, 0001-getAtomName-is-now-defined-in-the-X11-library.patch:
+ fix compile error
2011-11-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.10
diff --git a/wm-addons/xmonad-contrib/PRE_BUILD
b/wm-addons/xmonad-contrib/PRE_BUILD
new file mode 100755
index 0000000..371b761
--- /dev/null
+++ b/wm-addons/xmonad-contrib/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 <
$SPELL_DIRECTORY/0001-getAtomName-is-now-defined-in-the-X11-library.patch
[SM-Commit] GIT changes to master grimoire by Florian Franzmann (773272f203d0397f52733f2c068b3ff8397523a7),
Florian Franzmann, 03/03/2013