Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (31d675cd4cb4bf75acfc4d0b78916b5cd9490426)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (31d675cd4cb4bf75acfc4d0b78916b5cd9490426)
  • Date: Thu, 29 Aug 2013 12:43:49 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 10 ++++++++++
devel/qt-creator/DETAILS | 10 +++++-----
devel/qt-creator/HISTORY | 3 +++
haskell/haskell-aeson/DEPENDS | 9 +++++++++
haskell/haskell-aeson/DETAILS | 14 ++++++++++++++
haskell/haskell-aeson/HISTORY | 3 +++
haskell/haskell-attoparsec/DEPENDS | 2 ++
haskell/haskell-attoparsec/DETAILS | 14 ++++++++++++++
haskell/haskell-attoparsec/HISTORY | 3 +++
haskell/haskell-blaze-builder/DEPENDS | 2 ++
haskell/haskell-blaze-builder/DETAILS | 19 +++++++++++++++++++
haskell/haskell-blaze-builder/HISTORY | 3 +++
haskell/haskell-git-annex/DEPENDS | 1 +
haskell/haskell-git-annex/DETAILS | 4 ++--
haskell/haskell-git-annex/HISTORY | 4 ++++
haskell/haskell-hashable/DEPENDS | 2 ++
haskell/haskell-hashable/DETAILS | 16 ++++++++++++++++
haskell/haskell-hashable/HISTORY | 3 +++
haskell/haskell-text/DETAILS | 4 ++--
haskell/haskell-text/HISTORY | 3 +++
haskell/haskell-unordered-containers/DEPENDS | 2 ++
haskell/haskell-unordered-containers/DETAILS | 18 ++++++++++++++++++
haskell/haskell-unordered-containers/HISTORY | 3 +++
http/newsbeuter/DEPENDS | 3 ++-
http/newsbeuter/DETAILS | 4 ++--
http/newsbeuter/HISTORY | 4 ++++
26 files changed, 151 insertions(+), 12 deletions(-)

New commits:
commit 31d675cd4cb4bf75acfc4d0b78916b5cd9490426
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-git-annex: version 4.20130827

commit 0a41f1752918ab4594acc97500f8d160322f5342
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-aeson: new spell, a JSON parsing and encoding library

commit 305f82a2185991c0de242364a3bede5b6992884d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-text: version 0.11.3.1

commit 3cdb406ad497afe45d934736a9175a7c2d26cc39
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-unordered-containers: new spell, efficient hashing-based
container types

commit 1985194d65b5a96fd0298484bcdeae9e81e10882
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-hashable: new spell, a class for values that can be
converted to a hash value

commit 15782158915a7612334564978a6c14188c14d84e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-blaze-builder: new spell, an abstraction of buffered
output of byte streams

commit 01256faa15222ae7a8e373011f96e9803c743fcb
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

haskell/haskell-attoparsec: new spell, a fast parser combinator library

commit e528ad31a96b06d762f2c8e40f094ad501d610a9
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/qt-creator: version 2.8.1

commit 7628a2a6267cc988fa8dce263c5dd21fbbb50a0c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/newsbeuter: version 2.7

diff --git a/ChangeLog b/ChangeLog
index 9050ede..8139289 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-attoparsec: new spell, a fast parser combinator
library
+ * haskell/blaze-builder: new spell, an abstraction of buffered output
of
+ byte streams
+ * haskell/haskell-hashable: new spell, a class for values that can be
+ converted to a hash value
+ * haskell/haskell-unordered-containers: new spell, efficient
hashing-based
+ container types
+ * haskell/haskell-aeson: new spell, a JSON parsing and encoding
library
+
2013-08-26 Vlad Glagolev <stealth AT sourcemage.org>
* mail/opendkim: new spell, open source DKIM library, MTA filter
implementation and associated tools
diff --git a/devel/qt-creator/DETAILS b/devel/qt-creator/DETAILS
index 13fbeac..e6f2836 100755
--- a/devel/qt-creator/DETAILS
+++ b/devel/qt-creator/DETAILS
@@ -1,15 +1,15 @@
SPELL=qt-creator
if [[ "${QTCREATOR_DEVEL}" == "y" ]]; then
- VERSION=2.7.0
-
SOURCE_HASH=sha512:bb4b941c8acb3572450c3eb8a70807480cbe1f23b1eb7150fcbac5b766c5a109567822a3f2644164f894f736a2d8fcc972d013a9f475ae72f97609afc98b89fc
+ VERSION=2.8.1
+
SOURCE_HASH=sha512:954b0caa9a4c6b7debf62562f3c8f1b4edee13488867208e7d41544b244a111024f2c4c144e4b44e98973cf1d7b5885c13c0b6996ade58e204887eb13bb999cb
else
- VERSION=2.7.0
-
SOURCE_HASH=sha512:bb4b941c8acb3572450c3eb8a70807480cbe1f23b1eb7150fcbac5b766c5a109567822a3f2644164f894f736a2d8fcc972d013a9f475ae72f97609afc98b89fc
+ VERSION=2.8.1
+
SOURCE_HASH=sha512:954b0caa9a4c6b7debf62562f3c8f1b4edee13488867208e7d41544b244a111024f2c4c144e4b44e98973cf1d7b5885c13c0b6996ade58e204887eb13bb999cb
fi
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
WEB_SITE=http://www.qtsoftware.com/downloads
-
SOURCE_URL[0]=http://origin.releases.qt-project.org/qtcreator/${VERSION}/$SOURCE
+
SOURCE_URL[0]=http://download.qt-project.org/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
LICENSE[0]=LGPL
ENTERED=20090304
KEYWORDS="qt4 ide"
diff --git a/devel/qt-creator/HISTORY b/devel/qt-creator/HISTORY
index 24d554f..8f1b856 100644
--- a/devel/qt-creator/HISTORY
+++ b/devel/qt-creator/HISTORY
@@ -1,3 +1,6 @@
+2013-08-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.8.1
+
2013-03-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.7.0

diff --git a/haskell/haskell-aeson/DEPENDS b/haskell/haskell-aeson/DEPENDS
new file mode 100755
index 0000000..169d3b0
--- /dev/null
+++ b/haskell/haskell-aeson/DEPENDS
@@ -0,0 +1,9 @@
+depends ghc &&
+depends haskell-attoparsec &&
+depends haskell-blaze-builder &&
+depends haskell-hashable &&
+depends haskell-mtl &&
+depends haskell-syb &&
+depends haskell-text &&
+depends haskell-unordered-containers &&
+depends haskell-vector
diff --git a/haskell/haskell-aeson/DETAILS b/haskell/haskell-aeson/DETAILS
new file mode 100755
index 0000000..a1386b7
--- /dev/null
+++ b/haskell/haskell-aeson/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-aeson
+ VERSION=0.6.1.0
+ SOURCE="aeson-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/aeson/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:c6b270073044af400cf695f541aea10a72842605c9acac4d49f9be90d70996229f5c3f4ba19b4147e143162f9287cd2624a6319d7477abc2e029458a795d0536
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/aeson-${VERSION}"
+ WEB_SITE="https://github.com/bos/aeson";
+ LICENSE[0]=BSD3
+ ENTERED=20130829
+ SHORT="Fast JSON parsing and encoding"
+cat << EOF
+A JSON parsing and encoding library optimized for ease of use and high
+performance.
+EOF
diff --git a/haskell/haskell-aeson/HISTORY b/haskell/haskell-aeson/HISTORY
new file mode 100644
index 0000000..ca7594c
--- /dev/null
+++ b/haskell/haskell-aeson/HISTORY
@@ -0,0 +1,3 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-attoparsec/DEPENDS
b/haskell/haskell-attoparsec/DEPENDS
new file mode 100755
index 0000000..a7d8ae0
--- /dev/null
+++ b/haskell/haskell-attoparsec/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-text
diff --git a/haskell/haskell-attoparsec/DETAILS
b/haskell/haskell-attoparsec/DETAILS
new file mode 100755
index 0000000..03fec1e
--- /dev/null
+++ b/haskell/haskell-attoparsec/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-attoparsec
+ VERSION=0.10.4.0
+ SOURCE="attoparsec-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/attoparsec/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:f32db51d6c4e8119fb28a8d51f6d7452f8870765b652992f577602aba0ecb9e81522fd4919a907f1b7b8ff06d21d4bd64c05b86f808b098f93fbb22daaaa7e8f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/attoparsec-${VERSION}"
+ WEB_SITE="https://github.com/bos/attoparsec";
+ LICENSE[0]=BSD3
+ ENTERED=20130829
+ SHORT="Fast combinator parsing for bytestrings and text"
+cat << EOF
+A fast parser combinator library, aimed particularly at dealing efficiently
+with network protocols and complicated text/binary file formats.
+EOF
diff --git a/haskell/haskell-attoparsec/HISTORY
b/haskell/haskell-attoparsec/HISTORY
new file mode 100644
index 0000000..ca7594c
--- /dev/null
+++ b/haskell/haskell-attoparsec/HISTORY
@@ -0,0 +1,3 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-blaze-builder/DEPENDS
b/haskell/haskell-blaze-builder/DEPENDS
new file mode 100755
index 0000000..a7d8ae0
--- /dev/null
+++ b/haskell/haskell-blaze-builder/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-text
diff --git a/haskell/haskell-blaze-builder/DETAILS
b/haskell/haskell-blaze-builder/DETAILS
new file mode 100755
index 0000000..e6f7a68
--- /dev/null
+++ b/haskell/haskell-blaze-builder/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=haskell-blaze-builder
+ VERSION=0.3.1.1
+ SOURCE="blaze-builder-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/blaze-builder/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:beccd45b49f975d5496e3dd1eaac2769a5be619d988a2c7bc60a6487164b8218b19fff1d805473facf7820a87125db98c0bae5e633924ca0619abc3b66c39d8d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/blaze-builder-${VERSION}"
+ WEB_SITE="http://github.com/meiersi/blaze-builder";
+ LICENSE[0]=BSD3
+ ENTERED=20130829
+ SHORT="an abstraction of buffered output of byte streams"
+cat << EOF
+This library provides an abstraction of buffered output of byte streams
+and several convenience functions to exploit it. For example, it allows
+to efficiently serialize Haskell values to lazy bytestrings with a large
+average chunk size. The large average chunk size allows to make good use of
+cache prefetching in later processing steps (e.g. compression) and reduces
+the sytem call overhead when writing the resulting lazy bytestring to a file
+or sending it over the network.
+EOF
diff --git a/haskell/haskell-blaze-builder/HISTORY
b/haskell/haskell-blaze-builder/HISTORY
new file mode 100644
index 0000000..ca7594c
--- /dev/null
+++ b/haskell/haskell-blaze-builder/HISTORY
@@ -0,0 +1,3 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-git-annex/DEPENDS
b/haskell/haskell-git-annex/DEPENDS
index 6ce8106..dbbe858 100755
--- a/haskell/haskell-git-annex/DEPENDS
+++ b/haskell/haskell-git-annex/DEPENDS
@@ -1,5 +1,6 @@
depends git &&
depends ghc &&
+depends haskell-aeson &&
depends haskell-bloomfilter &&
depends haskell-dataenc &&
depends haskell-dlist &&
diff --git a/haskell/haskell-git-annex/DETAILS
b/haskell/haskell-git-annex/DETAILS
index 515c72e..9955611 100755
--- a/haskell/haskell-git-annex/DETAILS
+++ b/haskell/haskell-git-annex/DETAILS
@@ -1,9 +1,9 @@
SPELL=haskell-git-annex
XSPELL=git-annex
- VERSION=4.20130815
+ VERSION=4.20130827
SOURCE="${XSPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/${XSPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:150765669b4d2660dca73833fa2998323a06f788d478f719b23f67206850c742b1c186d229a21a27741b0bc8ec980a198b5d38e659f437c4fa09f2160af2b397
+
SOURCE_HASH=sha512:3bbf405121e0038ebb3f02d8e1f98705e3896535cf0a45ba72e7137f336752c02ecb3786786161a5a48d518120cfe9c0d60c41b54ed02c782141a791c2125b1c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${XSPELL}-${VERSION}"
WEB_SITE="Homepage: http://git-annex.branchable.com/";
LICENSE[0]=License: GPL-3
diff --git a/haskell/haskell-git-annex/HISTORY
b/haskell/haskell-git-annex/HISTORY
index 21e52dd..bb54e18 100644
--- a/haskell/haskell-git-annex/HISTORY
+++ b/haskell/haskell-git-annex/HISTORY
@@ -1,3 +1,7 @@
+2013-08-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 4.20130827
+ * DEPENDS: depend on haskell-aeson
+
2013-08-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.20130815

diff --git a/haskell/haskell-hashable/DEPENDS
b/haskell/haskell-hashable/DEPENDS
new file mode 100755
index 0000000..a7d8ae0
--- /dev/null
+++ b/haskell/haskell-hashable/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-text
diff --git a/haskell/haskell-hashable/DETAILS
b/haskell/haskell-hashable/DETAILS
new file mode 100755
index 0000000..0e85efc
--- /dev/null
+++ b/haskell/haskell-hashable/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=haskell-hashable
+ VERSION=1.2.0.10
+ SOURCE="hashable-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/hashable/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:96ad572594d7ec53880fd15d93c2d1abf530282372988e44b8c69a7e0ed6a90e05769b74ee9d184648e6e0c3b006d0c4c1d4be5f7d37b2be1cda587a9133c037
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hashable-${VERSION}"
+ WEB_SITE="http://github.com/tibbe/hashable";
+ LICENSE[0]=BSD3
+ ENTERED=20130829
+ SHORT="a class for types that can be converted to a hash value"
+cat << EOF
+This package defines a class, 'Hashable', for types that can be converted
+to a hash value. This class exists for the benefit of hashing-based data
+structures. The package provides instances for basic types and a way to
+combine hash values.
+EOF
diff --git a/haskell/haskell-hashable/HISTORY
b/haskell/haskell-hashable/HISTORY
new file mode 100644
index 0000000..ca7594c
--- /dev/null
+++ b/haskell/haskell-hashable/HISTORY
@@ -0,0 +1,3 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-text/DETAILS b/haskell/haskell-text/DETAILS
index 9a0ca1a..f814336 100755
--- a/haskell/haskell-text/DETAILS
+++ b/haskell/haskell-text/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-text
- VERSION=0.11.2.3
+ VERSION=0.11.3.1
SOURCE="text-${VERSION}.tar.gz"

SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/text/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:f84b05d1f88afd2e041c463fa9e912fcb695c95498fd60bb1fdcfc804803740f22f7aa4b482ef3b641ec3e487f0e84161bdf430c483a2d7b29707cf1ac1e24e0
+
SOURCE_HASH=sha512:78e9b795ebcb4e43be42b34c3f5829e0f5030d93cb6dad59ca2eb4c7df3a5e338f65dc9f90da7b752cf2b1c15e8d973a25293a6418a4abed6e0ddac9222fb3e6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/text-${VERSION}"

WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-text/HISTORY b/haskell/haskell-text/HISTORY
index 3facb14..c68d4d9 100644
--- a/haskell/haskell-text/HISTORY
+++ b/haskell/haskell-text/HISTORY
@@ -1,3 +1,6 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.11.3.1
+
2012-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.11.2.3

diff --git a/haskell/haskell-unordered-containers/DEPENDS
b/haskell/haskell-unordered-containers/DEPENDS
new file mode 100755
index 0000000..a7d8ae0
--- /dev/null
+++ b/haskell/haskell-unordered-containers/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-text
diff --git a/haskell/haskell-unordered-containers/DETAILS
b/haskell/haskell-unordered-containers/DETAILS
new file mode 100755
index 0000000..62adc92
--- /dev/null
+++ b/haskell/haskell-unordered-containers/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=haskell-unordered-containers
+ VERSION=0.2.3.1
+ SOURCE="unordered-containers-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/unordered-containers/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:d145396c75d21b07dd4b9ad87275b514e589a534abcd095b71c201e47f422ce35c240ff98fb9c4ee133334e08f2dbf8ecad191d328a099f32585bc4819fe2215
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/unordered-containers-${VERSION}"
+ WEB_SITE="Homepage:
https://github.com/tibbe/unordered-containers";
+ LICENSE[0]=BSD3
+ ENTERED=20130829
+ SHORT="Efficient hashing-based container types"
+cat << EOF
+Efficient hashing-based container types. The containers have been optimized
+for performance critical use, both in terms of large data quantities and
+high speed.
+
+The declared cost of each operation is either worst-case or amortized,
+but remains valid even if structures are shared.
+EOF
diff --git a/haskell/haskell-unordered-containers/HISTORY
b/haskell/haskell-unordered-containers/HISTORY
new file mode 100644
index 0000000..ca7594c
--- /dev/null
+++ b/haskell/haskell-unordered-containers/HISTORY
@@ -0,0 +1,3 @@
+2013-08-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/http/newsbeuter/DEPENDS b/http/newsbeuter/DEPENDS
index 437d165..aea19b0 100755
--- a/http/newsbeuter/DEPENDS
+++ b/http/newsbeuter/DEPENDS
@@ -4,4 +4,5 @@ depends gettext &&
depends pkgconfig &&
depends libxml2 &&
depends -sub CXX gcc &&
-depends stfl
+depends stfl &&
+depends json-c
diff --git a/http/newsbeuter/DETAILS b/http/newsbeuter/DETAILS
index 6096b75..0cbaeaa 100755
--- a/http/newsbeuter/DETAILS
+++ b/http/newsbeuter/DETAILS
@@ -1,8 +1,8 @@
SPELL=newsbeuter
- VERSION=2.4
+ VERSION=2.7
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.${SPELL}.org/downloads/${SOURCE}
-
SOURCE_HASH=sha512:e051a1c84aad064033d58689e3511a64ed5a65b2f9df57b675db553fd80ac54f3a796b14780585f49489c7fb786ee838b4aebecd7136205e702e9e1f84ab68c6
+
SOURCE_HASH=sha512:487aaf2826a888680bf401542ac2f6703fe1694e8e06404ba0370cd623476f7d4f03104a88c6e612472cc0252db8e38687afe0ca16ca363ee6796cc33de1c287
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.newsbeuter.org/";
LICENSE[0]="MIT/X"
diff --git a/http/newsbeuter/HISTORY b/http/newsbeuter/HISTORY
index 5b61726..2e944a3 100644
--- a/http/newsbeuter/HISTORY
+++ b/http/newsbeuter/HISTORY
@@ -1,3 +1,7 @@
+2013-08-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.7
+ * DEPENDS: add dep on json-c
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (31d675cd4cb4bf75acfc4d0b78916b5cd9490426), Florian Franzmann, 08/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page