Skip to Content.
Sympa Menu

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

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 (9647c6500cc9b5f8f72977705ad8795ad693007d)
  • Date: Wed, 5 Aug 2015 06:37:54 +0000

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

ChangeLog
| 11 ++++
haskell/haskell-snap-core/DEPENDS
| 21 ++++++++
haskell/haskell-snap-core/DETAILS
| 26 ++++++++++
haskell/haskell-snap-core/HISTORY
| 3 +

haskell/haskell-test-framework-quickcheck2/0001-depend-on-quickcheck-2.9.patch
| 25 +++++++++
haskell/haskell-test-framework-quickcheck2/DEPENDS
| 5 +
haskell/haskell-test-framework-quickcheck2/DETAILS
| 13 +++++
haskell/haskell-test-framework-quickcheck2/HISTORY
| 4 +
haskell/haskell-test-framework-quickcheck2/PRE_BUILD
| 3 +
haskell/haskell-test-framework/DEPENDS
| 11 ++++
haskell/haskell-test-framework/DETAILS
| 17 ++++++
haskell/haskell-test-framework/HISTORY
| 3 +
haskell/haskell-zlib-bindings/DEPENDS
| 2
haskell/haskell-zlib-bindings/DETAILS
| 13 +++++
haskell/haskell-zlib-bindings/HISTORY
| 3 +
haskell/haskell-zlib-enum/DEPENDS
| 7 ++
haskell/haskell-zlib-enum/DETAILS
| 14 +++++
haskell/haskell-zlib-enum/HISTORY
| 3 +
http/palemoon/HISTORY
| 3 +
http/palemoon/PRE_BUILD
| 6 --
http/palemoon/cairo-system.patch
| 13 -----
net/ifupdown/BUILD
| 5 -
net/ifupdown/DEPENDS
| 2
net/ifupdown/DETAILS
| 8 +--
net/ifupdown/HISTORY
| 6 --
25 files changed, 193 insertions(+), 34 deletions(-)

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

haskell/haskell-snap-core: new spell, a Haskell Web Framework

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

haskell/haskell-zlib-enum: new spell, enumerator interface for zlib
compression

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

haskell/haskell-zlib-bindings: new spell, low-level bindings to the zlib
package

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

haskell/haskell-test-framework-quickcheck2: QuickCheck2 support for the
test-framework package

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

http/palemoon: remove obsolete patch

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

Revert "net/ifupdown: version 0.7.54"

This reverts commit 845b5672f13cf7c450103883ef92620baf746e43.

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

Revert "net/ifupdown: depend on dpkg"

This reverts commit 722ad3b70f841660e59f471d1bcdf66c46a10aa8.

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

haskell/haskell-test-framework: new spell, framework for running and
organising tests, with HUnit and QuickCheck support

diff --git a/ChangeLog b/ChangeLog
index 9c2ce81..e0f85f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * haskell/haskell-test-framework: new spell, framework for running and
+ organising tests, with HUnit and QuickCheck support
+ * haskell/haskell-test-framework-quickcheck2: new spell, QuickCheck2
+ support for the test-framework package
+ * haskell/haskell-zlib-bindings: new spell, low-level bindings to the
zlib
+ package
+ * haskell/haskell-zlib-enum: new spell, enumerator interface for zlib
+ compression
+ * haskell/haskell-snap-core: new spell, a Haskell Web Framework
+
2015-08-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-ekg-core: new spell, tracking of system metrics
* haskell/haskell-ekg-json: new spell, JSON encoding of ekg metrics
diff --git a/haskell/haskell-snap-core/DEPENDS
b/haskell/haskell-snap-core/DEPENDS
new file mode 100755
index 0000000..79c7fdb
--- /dev/null
+++ b/haskell/haskell-snap-core/DEPENDS
@@ -0,0 +1,21 @@
+depends ghc &&
+depends haskell-attoparsec &&
+depends haskell-attoparsec-enumerator &&
+depends haskell-blaze-builder &&
+depends haskell-blaze-builder-enumerator &&
+depends haskell-bytestring-mmap &&
+depends haskell-case-insensitive &&
+depends haskell-deepseq &&
+depends haskell-enumerator &&
+depends haskell-hashable &&
+depends haskell-hunit &&
+depends haskell-monadcatchio-transformers &&
+depends haskell-mtl &&
+depends haskell-old-locale &&
+depends haskell-random &&
+depends haskell-regex-posix &&
+depends haskell-text &&
+depends haskell-time-locale-compat &&
+depends haskell-unix-compat &&
+depends haskell-unordered-containers &&
+depends haskell-zlib-enum
diff --git a/haskell/haskell-snap-core/DETAILS
b/haskell/haskell-snap-core/DETAILS
new file mode 100755
index 0000000..42b3067
--- /dev/null
+++ b/haskell/haskell-snap-core/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=haskell-snap-core
+ VERSION=0.9.7.2
+ SOURCE="snap-core-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/snap-core-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:b07e69a636d148d7f9ce107fd056e92aef8de7dcb7a422e6f4fa69db84abf46caae635bca9b5d6d7e25f597449b9f6dcb082b3c01119c7c56f5c296950bad21b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/snap-core-${VERSION}"
+ WEB_SITE="http://snapframework.com/";
+ LICENSE[0]=BSD
+ ENTERED=20150804
+ SHORT="a Haskell Web Framework (core interface and types)"
+cat << EOF
+Snap is a simple and fast web development framework and server written
+in Haskell.
+
+This library contains the core definitions and types for the Snap framework,
+including:
+
+1. Primitive types and functions for HTTP (requests, responses, cookies,
+post/query parameters, etc) 2. Type aliases and helper functions for Iteratee
+I/O 3. A monad for programming web handlers called "Snap", which allows:
+ * Stateful access to the HTTP request and response objects * Monadic
+ failure (i.e. MonadPlus/Alternative instances) for declining to
+ handle requests and chaining handlers together
+ * Early termination of the computation if you know early what you want to
+ return and want to prevent further monadic processing
+EOF
diff --git a/haskell/haskell-snap-core/HISTORY
b/haskell/haskell-snap-core/HISTORY
new file mode 100644
index 0000000..d696362
--- /dev/null
+++ b/haskell/haskell-snap-core/HISTORY
@@ -0,0 +1,3 @@
+2015-08-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git
a/haskell/haskell-test-framework-quickcheck2/0001-depend-on-quickcheck-2.9.patch

b/haskell/haskell-test-framework-quickcheck2/0001-depend-on-quickcheck-2.9.patch
new file mode 100644
index 0000000..43e2f60
--- /dev/null
+++
b/haskell/haskell-test-framework-quickcheck2/0001-depend-on-quickcheck-2.9.patch
@@ -0,0 +1,25 @@
+From 0c58583b4d5cad37ee52fe5810c63497082e1a98 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran AT hawo.net>
+Date: Wed, 5 Aug 2015 08:26:00 +0200
+Subject: [PATCH] depend on quickcheck < 2.9
+
+---
+ test-framework-quickcheck2.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test-framework-quickcheck2.cabal
b/test-framework-quickcheck2.cabal
+index 56242f6..020e4d7 100644
+--- a/test-framework-quickcheck2.cabal
++++ b/test-framework-quickcheck2.cabal
+@@ -25,7 +25,7 @@ Library
+ Exposed-Modules: Test.Framework.Providers.QuickCheck2
+
+ Build-Depends: test-framework >= 0.7.1,
+- QuickCheck >= 2.4 && < 2.8,
++ QuickCheck >= 2.4 && < 2.9,
+ extensible-exceptions >= 0.1.1 && < 0.2.0
+ if flag(base3)
+ Build-Depends: base >= 3 && < 4, random >= 1
+--
+2.4.1
+
diff --git a/haskell/haskell-test-framework-quickcheck2/DEPENDS
b/haskell/haskell-test-framework-quickcheck2/DEPENDS
new file mode 100755
index 0000000..39beb53
--- /dev/null
+++ b/haskell/haskell-test-framework-quickcheck2/DEPENDS
@@ -0,0 +1,5 @@
+depends ghc &&
+depends haskell-extensible-exceptions &&
+depends haskell-quickcheck &&
+depends haskell-random &&
+depends haskell-test-framework
diff --git a/haskell/haskell-test-framework-quickcheck2/DETAILS
b/haskell/haskell-test-framework-quickcheck2/DETAILS
new file mode 100755
index 0000000..c2be40e
--- /dev/null
+++ b/haskell/haskell-test-framework-quickcheck2/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-test-framework-quickcheck2
+ VERSION=0.3.0.3
+ SOURCE="test-framework-quickcheck2-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/test-framework-quickcheck2-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:a61ae17391e66109719ee4da0b0d469f0173a29aec8a9c5f9a4d6d5069c91903d3b3c0d9daa5ec5d611b5654dd25b9a9839f7501df24b489d069511eb7f6eedf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/test-framework-quickcheck2-${VERSION}"
+ WEB_SITE="https://batterseapower.github.io/test-framework/";
+ LICENSE[0]=BSD
+ ENTERED=20150805
+ SHORT="QuickCheck2 support for the test-framework package"
+cat << EOF
+QuickCheck2 support for the test-framework package.
+EOF
diff --git a/haskell/haskell-test-framework-quickcheck2/HISTORY
b/haskell/haskell-test-framework-quickcheck2/HISTORY
new file mode 100644
index 0000000..b9c14a7
--- /dev/null
+++ b/haskell/haskell-test-framework-quickcheck2/HISTORY
@@ -0,0 +1,4 @@
+2015-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD, 0001-depend-on-quickcheck-2.9.patch:
+ spell created
+
diff --git a/haskell/haskell-test-framework-quickcheck2/PRE_BUILD
b/haskell/haskell-test-framework-quickcheck2/PRE_BUILD
new file mode 100755
index 0000000..ab84eed
--- /dev/null
+++ b/haskell/haskell-test-framework-quickcheck2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SPELL_DIRECTORY}/0001-depend-on-quickcheck-2.9.patch
diff --git a/haskell/haskell-test-framework/DEPENDS
b/haskell/haskell-test-framework/DEPENDS
new file mode 100755
index 0000000..67f718a
--- /dev/null
+++ b/haskell/haskell-test-framework/DEPENDS
@@ -0,0 +1,11 @@
+depends ghc &&
+depends haskell-ansi-terminal &&
+depends haskell-ansi-wl-pprint &&
+depends haskell-hostname &&
+depends haskell-hunit &&
+depends haskell-libxml &&
+depends haskell-old-locale &&
+depends haskell-quickcheck &&
+depends haskell-random &&
+depends haskell-regex-posix &&
+depends haskell-xml
diff --git a/haskell/haskell-test-framework/DETAILS
b/haskell/haskell-test-framework/DETAILS
new file mode 100755
index 0000000..1e42f38
--- /dev/null
+++ b/haskell/haskell-test-framework/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haskell-test-framework
+ VERSION=0.8.1.1
+ SOURCE="test-framework-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/test-framework-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:7fd6015a0469623d2738c2a8d14c6b3a356c9463084a1b471f1c1b7b75bd33796ae8a0c01731e7b87dfa345be16bbeb262fcb1cdd4d8f1fdabd79c45f3570cbd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/test-framework-${VERSION}"
+ WEB_SITE="https://batterseapower.github.io/test-framework/";
+ LICENSE[0]=BSD
+ ENTERED=20150805
+ SHORT="framework for running and organising tests, with HUnit and
QuickCheck support"
+cat << EOF
+Allows tests such as QuickCheck properties and HUnit test cases to be
+assembled into test groups, run in parallel (but reported in deterministic
+order, to aid diff interpretation) and filtered and controlled by command
+line options. All of this comes with colored test output, progress reporting
+and test statistics output.
+EOF
diff --git a/haskell/haskell-test-framework/HISTORY
b/haskell/haskell-test-framework/HISTORY
new file mode 100644
index 0000000..89ac887
--- /dev/null
+++ b/haskell/haskell-test-framework/HISTORY
@@ -0,0 +1,3 @@
+2015-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-zlib-bindings/DEPENDS
b/haskell/haskell-zlib-bindings/DEPENDS
new file mode 100755
index 0000000..f838f97
--- /dev/null
+++ b/haskell/haskell-zlib-bindings/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-zlib
diff --git a/haskell/haskell-zlib-bindings/DETAILS
b/haskell/haskell-zlib-bindings/DETAILS
new file mode 100755
index 0000000..65bad35
--- /dev/null
+++ b/haskell/haskell-zlib-bindings/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-zlib-bindings
+ VERSION=0.1.1.5
+ SOURCE="zlib-bindings-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/zlib-bindings-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:1ce7a21f462ce5fb1c6ae0ccd40b6f59eb95772b46fa8f5cb3b94f76d55189b7c020dfd97cb18afe21cd826d1a511d9d02909c4376b165c2f574ec881f7de299
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-bindings-${VERSION}"
+ WEB_SITE="http://github.com/snoyberg/zlib-bindings";
+ LICENSE[0]=BSD
+ ENTERED=20150805
+ SHORT="low-level bindings to the zlib package"
+cat << EOF
+Low-level bindings to the zlib package.
+EOF
diff --git a/haskell/haskell-zlib-bindings/HISTORY
b/haskell/haskell-zlib-bindings/HISTORY
new file mode 100644
index 0000000..89ac887
--- /dev/null
+++ b/haskell/haskell-zlib-bindings/HISTORY
@@ -0,0 +1,3 @@
+2015-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-zlib-enum/DEPENDS
b/haskell/haskell-zlib-enum/DEPENDS
new file mode 100755
index 0000000..35dee93
--- /dev/null
+++ b/haskell/haskell-zlib-enum/DEPENDS
@@ -0,0 +1,7 @@
+depends ghc &&
+depends haskell-enumerator &&
+depends haskell-quickcheck &&
+depends haskell-test-framework &&
+depends haskell-test-framework-quickcheck2 &&
+depends haskell-transformers &&
+depends haskell-zlib-bindings
diff --git a/haskell/haskell-zlib-enum/DETAILS
b/haskell/haskell-zlib-enum/DETAILS
new file mode 100755
index 0000000..025ffa7
--- /dev/null
+++ b/haskell/haskell-zlib-enum/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=haskell-zlib-enum
+ VERSION=0.2.3.1
+ SOURCE="zlib-enum-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://hackage.haskell.org/package/zlib-enum-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:e68c72ab44922fa2df3b2bc718f65ce313be24742e2edfcbb97cb12f7963e9448aa68ba2e64ef08369b07f641773f4688a787615f76dd183982089ef7fe68a8c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-enum-${VERSION}"
+ WEB_SITE="http://github.com/maltem/zlib-enum";
+ LICENSE[0]=MIT
+ ENTERED=20150804
+ SHORT="zlib-enum is a stop-gap package to provide enumeratees for
zlib compression/decompression"
+cat << EOF
+zlib-enum is a stop-gap package to provide enumeratees for zlib
+compression/decompression.
+EOF
diff --git a/haskell/haskell-zlib-enum/HISTORY
b/haskell/haskell-zlib-enum/HISTORY
new file mode 100644
index 0000000..d696362
--- /dev/null
+++ b/haskell/haskell-zlib-enum/HISTORY
@@ -0,0 +1,3 @@
+2015-08-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/http/palemoon/HISTORY b/http/palemoon/HISTORY
index 4a75de5..95bc8ea 100644
--- a/http/palemoon/HISTORY
+++ b/http/palemoon/HISTORY
@@ -1,3 +1,6 @@
+2015-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, cairo-system.patch: remove obsolete patch
+
2015-07-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: unconditionally depend on pixman

diff --git a/http/palemoon/PRE_BUILD b/http/palemoon/PRE_BUILD
index b6c1b9f..e479f3e 100755
--- a/http/palemoon/PRE_BUILD
+++ b/http/palemoon/PRE_BUILD
@@ -9,8 +9,4 @@ cd "${SOURCE_DIRECTORY}" &&
find . -type d -exec chmod 755 '{}' \; &&
find . -type f -exec chmod 644 '{}' \; &&
find build/autoconf -type f -not -name '*.m4' -exec chmod +x '{}' \; &&
-chmod +x python/mozbuild/mozbuild/mozconfig_loader &&
-
-if is_depends_enabled $SPELL cairo; then
- patch -p0 < "${SPELL_DIRECTORY}/cairo-system.patch"
-fi
+chmod +x python/mozbuild/mozbuild/mozconfig_loader
diff --git a/http/palemoon/cairo-system.patch
b/http/palemoon/cairo-system.patch
deleted file mode 100644
index 12ccd1e..0000000
--- a/http/palemoon/cairo-system.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gfx/2d/DrawTargetCairo.cpp.orig 2015-06-06 15:30:46.000000000 +0300
-+++ gfx/2d/DrawTargetCairo.cpp 2015-07-23 18:45:45.406135553 +0300
-@@ -638,8 +638,10 @@
- DrawTargetCairo::SetPermitSubpixelAA(bool aPermitSubpixelAA)
- {
- DrawTarget::SetPermitSubpixelAA(aPermitSubpixelAA);
-+#ifdef MOZ_TREE_CAIRO
- cairo_surface_set_subpixel_antialiasing(mSurface,
- aPermitSubpixelAA ? CAIRO_SUBPIXEL_ANTIALIASING_ENABLED :
CAIRO_SUBPIXEL_ANTIALIASING_DISABLED);
-+#endif
- }
-
- void
diff --git a/net/ifupdown/BUILD b/net/ifupdown/BUILD
index 31277af..d3e3006 100755
--- a/net/ifupdown/BUILD
+++ b/net/ifupdown/BUILD
@@ -1,4 +1 @@
-default_build_make &&
-gzip -9 ifup.8 interfaces.5 &&
-ln -sfn ifup.8.gz ifdown.8.gz &&
-ln -sfn ifup.8.gz ifquery.8.gz
+make executables ifup.8.gz ifdown.8.gz interfaces.5.gz
diff --git a/net/ifupdown/DEPENDS b/net/ifupdown/DEPENDS
index 32b2152..6c777ee 100755
--- a/net/ifupdown/DEPENDS
+++ b/net/ifupdown/DEPENDS
@@ -1,7 +1,5 @@
depends run-parts &&
depends net-tools &&
-depends perl &&
-depends dpkg &&

optional_depends "dhcpcd" "" "" "For DHCP support" &&
optional_depends "wireless_tools" "" "" "For wireless configuration" &&
diff --git a/net/ifupdown/DETAILS b/net/ifupdown/DETAILS
index ce2cd7a..ec97189 100755
--- a/net/ifupdown/DETAILS
+++ b/net/ifupdown/DETAILS
@@ -1,8 +1,8 @@
SPELL=ifupdown
- VERSION=0.7.54
-
SOURCE_HASH=sha512:2070fc55c7cbbea14834bba474ab0e5452d6c84a9263f2b898dffbc6b90b288b5e888fffc1d5858047633123674b1a79c51d24e7b192605ec9a69beca43eb867
- SOURCE=${SPELL}_$VERSION.tar.xz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ VERSION=0.6.10
+
SOURCE_HASH=sha512:eb3ea18775f3f8d1bbdff6c7bc0d3de2926cb6538dae6e03b7be0ccc782557fa821313d4bf9594f6a664f73b8fe845eb1039ec3ba195247dafbed183298f6f2d
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/i/ifupdown/$SOURCE
LICENSE[0]=GPL
WEB_SITE=http://packages.debian.org/etch/ifupdown
diff --git a/net/ifupdown/HISTORY b/net/ifupdown/HISTORY
index 93ca8bd..cc9b576 100644
--- a/net/ifupdown/HISTORY
+++ b/net/ifupdown/HISTORY
@@ -1,9 +1,3 @@
-2015-08-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: depend on dpkg
-
-2015-08-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS, BUILD, DEPENDS, INSTALL: version 0.7.54
-
2010-08-27 Eric Sandall <sandalle AT sourcemage.org>
* init.d/network: Add RECOMMENDED=yes




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9647c6500cc9b5f8f72977705ad8795ad693007d), Florian Franzmann, 08/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page