Skip to Content.
Sympa Menu

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

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 (a57b611bf447eed33cf0d1988c4949936e13a6ea)
  • Date: Thu, 2 Jul 2015 17:38:12 +0000

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

ChangeLog | 9 +++++++++
archive/lrzip/DEPENDS | 1 +
archive/lrzip/DETAILS | 17 +++++++++++++++++
archive/lrzip/HISTORY | 3 +++
crypto/keepassx/BUILD | 2 +-
crypto/keepassx/DEPENDS | 3 ++-
crypto/keepassx/HISTORY | 3 +++
devel/patchelf/DEPENDS | 2 ++
devel/patchelf/DETAILS | 14 ++++++++++++++
devel/patchelf/HISTORY | 3 +++
devel/patchelf/PRE_BUILD | 3 +++
11 files changed, 58 insertions(+), 2 deletions(-)

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

archive/lrzip: new spell, a compression program

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

move entry to its chronological place

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

devel/patchelf: new spell, a tool for modifying elf executables

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

crypto/keepassx: install to /usr instead of /opt/qt4

diff --git a/ChangeLog b/ChangeLog
index 0cc700e..8ac6a05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2015-07-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * archive/lrzip: new spell, a compression program
2015-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: added account data for opensmtpd spell
* libs/libasr: new spell, free, simple and portable asynchronous
resolver
@@ -11,6 +13,9 @@
* haskell/haskell-nanospec: new spell, A lightweight implementation
of a subset of Hspec's API

+2015-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * devel/patchelf: new spell, a tool for modifying elf executables
+
2015-06-27 Ismael Luceno <ismael AT sourcemage.org>
* haskell/haskell-blaze-markup: new spell, A blazingly fast markup
combinator library for Haskell
@@ -73,6 +78,10 @@
* haskell/haskell-entropy: new spell, cryptographically strong
entropy

+2015-06-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * devel/gnat_util: new spell, a library uniting a number of GNAT
+ sources that are used by different tools
+
2015-06-18 Treeve Jelbert <treeve AT sourcemage.org>
* database/ejdb: embeddable (in-process) database engine

diff --git a/archive/lrzip/DEPENDS b/archive/lrzip/DEPENDS
new file mode 100755
index 0000000..f148724
--- /dev/null
+++ b/archive/lrzip/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/archive/lrzip/DETAILS b/archive/lrzip/DETAILS
new file mode 100755
index 0000000..fb1a09c
--- /dev/null
+++ b/archive/lrzip/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=lrzip
+ VERSION=0.621
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://ck.kolivas.org/apps/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:be94f54c3d84c93e3c1ab7b08ca6d2a02bc343983785be4884f42521520d2babc31db3abbec4b77dc9f710d18648adcc3d24b203289d8d4728afb3ef0fb90c0a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://ck.kolivas.org/apps/lrzip/";
+ LICENSE[0]=GPL
+ ENTERED=20150702
+ SHORT="a compression program optimised for large files"
+cat << EOF
+This is a compression program optimised for large files. The larger the file
+and the more memory you have, the better the compression advantage this will
+provide, especially once the files are larger than 100MB. The advantage can
+be chosen to be either size (much smaller than bzip2) or speed (much faster
+than bzip2)
+EOF
diff --git a/archive/lrzip/HISTORY b/archive/lrzip/HISTORY
new file mode 100644
index 0000000..c2945bb
--- /dev/null
+++ b/archive/lrzip/HISTORY
@@ -0,0 +1,3 @@
+2015-07-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/crypto/keepassx/BUILD b/crypto/keepassx/BUILD
index eec3de4..0886051 100755
--- a/crypto/keepassx/BUILD
+++ b/crypto/keepassx/BUILD
@@ -1 +1 @@
-qt4_build
+OPTS="-DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr $OPTS" qt4_cmake_build
diff --git a/crypto/keepassx/DEPENDS b/crypto/keepassx/DEPENDS
index 4962a8a..dee10fb 100755
--- a/crypto/keepassx/DEPENDS
+++ b/crypto/keepassx/DEPENDS
@@ -1,2 +1,3 @@
depends -sub CXX gcc &&
-depends qt4
+depends qt4 &&
+depends cmake
diff --git a/crypto/keepassx/HISTORY b/crypto/keepassx/HISTORY
index 54fac3f..017aa68 100644
--- a/crypto/keepassx/HISTORY
+++ b/crypto/keepassx/HISTORY
@@ -1,3 +1,6 @@
+2015-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS: use cmake, install to /usr instead of to /opt/qt4
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/devel/patchelf/DEPENDS b/devel/patchelf/DEPENDS
new file mode 100755
index 0000000..6195e7e
--- /dev/null
+++ b/devel/patchelf/DEPENDS
@@ -0,0 +1,2 @@
+depends -sub CXX gcc &&
+depends acl
diff --git a/devel/patchelf/DETAILS b/devel/patchelf/DETAILS
new file mode 100755
index 0000000..f5e9b4d
--- /dev/null
+++ b/devel/patchelf/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=patchelf
+ VERSION=0.8
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/NixOS/${SPELL}/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:3bb90919f773ccd8552c72e53faf3e17c51e9c3d653a04c341c24771f168c6a45f790319a8eea066ee438a7452ea3c0957fc612ada9584cbfe65082203bc8d3f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+ WEB_SITE="https://github.com/NixOS/patchelf/";
+ LICENSE[0]=GPL
+ ENTERED=20150628
+ SHORT="a simple utility for modifing existing ELF executables and
libraries"
+cat << EOF
+PatchELF is a simple utility for modifing existing ELF executables and
+libraries.
+EOF
diff --git a/devel/patchelf/HISTORY b/devel/patchelf/HISTORY
new file mode 100644
index 0000000..494b336
--- /dev/null
+++ b/devel/patchelf/HISTORY
@@ -0,0 +1,3 @@
+2015-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/devel/patchelf/PRE_BUILD b/devel/patchelf/PRE_BUILD
new file mode 100755
index 0000000..ccc7737
--- /dev/null
+++ b/devel/patchelf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+./bootstrap.sh



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a57b611bf447eed33cf0d1988c4949936e13a6ea), Florian Franzmann, 07/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page