Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (58cb44789479f62b48a18c337d64c30334485668)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (58cb44789479f62b48a18c337d64c30334485668)
  • Date: Wed, 16 May 2018 07:41:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
disk/compsize/BUILD | 1 +
disk/compsize/DEPENDS | 1 +
disk/compsize/DETAILS | 16 ++++++++++++++++
disk/compsize/HISTORY | 2 ++
gnome2-apps/homebank/DETAILS | 4 ++--
gnome2-apps/homebank/HISTORY | 3 +++
7 files changed, 29 insertions(+), 2 deletions(-)

New commits:
commit 58cb44789479f62b48a18c337d64c30334485668
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

homebank 5.1.8

commit 28eee2d4c929dee76ca87019864da94c8e6e3542
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

compsize: new spell, find compression type/ratio on a file or set of files

diff --git a/ChangeLog b/ChangeLog
index 86d1de4..10b5c4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-16 Ismael Luceno <ismael AT sourcemage.org>
+ * disk/compsize: new spell, find compression type/ratio on a file
+ or set of files
+
2018-05-11 Vlad Glagolev <stealth AT sourcemage.org>
* net/nemesis: new spell, command-line network packet crafting and
injection utility
diff --git a/disk/compsize/BUILD b/disk/compsize/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/disk/compsize/BUILD
@@ -0,0 +1 @@
+make
diff --git a/disk/compsize/DEPENDS b/disk/compsize/DEPENDS
new file mode 100755
index 0000000..e95bf97
--- /dev/null
+++ b/disk/compsize/DEPENDS
@@ -0,0 +1 @@
+depends btrfs-progs
diff --git a/disk/compsize/DETAILS b/disk/compsize/DETAILS
new file mode 100755
index 0000000..af41103
--- /dev/null
+++ b/disk/compsize/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=compsize
+ VERSION=1.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/kilobyte/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:1c7de5156b695ffa4be9b634fd6224214d3de1653eb23e5d85b250e27146fe655883bed17ed458bae1b448ed9ae8a254d2a673fdb3860e69c99f8676daea0d8b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/kilobyte/compsize";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20180515
+ KEYWORDS=""
+ SHORT="find compression type/ratio on a file or set of files"
+cat << EOF
+compsize takes a list of files (given as arguments) on a btrfs filesystem and
+measures used compression types and effective compression ratio, producing
+a report.
+EOF
diff --git a/disk/compsize/HISTORY b/disk/compsize/HISTORY
new file mode 100644
index 0000000..da01ec1
--- /dev/null
+++ b/disk/compsize/HISTORY
@@ -0,0 +1,2 @@
+2018-05-15 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/gnome2-apps/homebank/DETAILS b/gnome2-apps/homebank/DETAILS
index 2c449d3..4e60fad 100755
--- a/gnome2-apps/homebank/DETAILS
+++ b/gnome2-apps/homebank/DETAILS
@@ -3,8 +3,8 @@ if [[ $HOMEBANK_BRANCH == 4 ]]; then
VERSION=4.6.3

SOURCE_HASH=sha512:aab7374d90ffc52a40188eb334fc9b3461c299014d6134f236488991400fffe9f6dcb69247501857fe4caafbb08f0c5d729211b13551203f1231d136e99e024d
else
- VERSION=5.1.5
-
SOURCE_HASH=sha512:674a6385f427ba23039745b476d7474c9f41f0183d5a41d6fa340fe36cc9b0b3a4a3da30dfecc4c4c3b8bfc72aba751799a5750b71eaf28b13333475d31e92e0
+ VERSION=5.1.8
+
SOURCE_HASH=sha512:24c02b30878b920fdf8ee190fd8cfcdead1ecb971495880db8a49ca771f4cd140a2c1ff4eb09f3e6770be694480b84c5ff3b0d49568ce81c86e83b95797dbed4
fi
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=http://homebank.free.fr/public/${SOURCE}
diff --git a/gnome2-apps/homebank/HISTORY b/gnome2-apps/homebank/HISTORY
index 49511f8..32dbc18 100644
--- a/gnome2-apps/homebank/HISTORY
+++ b/gnome2-apps/homebank/HISTORY
@@ -1,3 +1,6 @@
+2018-05-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.1.8 (branch 5)
+
2017-08-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.1.5 (5)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (58cb44789479f62b48a18c337d64c30334485668), Ismael Luceno, 05/16/2018

Archive powered by MHonArc 2.6.24.

Top of Page