Skip to Content.
Sympa Menu

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

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 (a9f98a6796d95c45b17dae17d372d4524fdd777e)
  • Date: Mon, 25 May 2015 11:12:57 -0500

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

ChangeLog | 3 +++
disk/hoz/BUILD | 1 +
disk/hoz/DEPENDS | 1 +
disk/hoz/DETAILS | 20 ++++++++++++++++++++
disk/hoz/HISTORY | 2 ++
disk/hoz/INSTALL | 5 +++++
6 files changed, 32 insertions(+)

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

hoz: new spell, Hacha Open Zource file splitter

diff --git a/ChangeLog b/ChangeLog
index 84970a3..6292629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * disk/hoz: new spell, Hacha Open Zource file splitter
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* FUNCTIONS: added check_dependees_on_update() for use in
UP_TRIGGERS
diff --git a/disk/hoz/BUILD b/disk/hoz/BUILD
new file mode 100755
index 0000000..83463f6
--- /dev/null
+++ b/disk/hoz/BUILD
@@ -0,0 +1 @@
+make LANG=-DHOZ_LANG_EN BIN=hoz GBIN=ghoz $OPTS
diff --git a/disk/hoz/DEPENDS b/disk/hoz/DEPENDS
new file mode 100755
index 0000000..bf633fd
--- /dev/null
+++ b/disk/hoz/DEPENDS
@@ -0,0 +1 @@
+optional_depends gtk+2 all cli "for GTK+2 UI"
diff --git a/disk/hoz/DETAILS b/disk/hoz/DETAILS
new file mode 100755
index 0000000..7a5943a
--- /dev/null
+++ b/disk/hoz/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=hoz
+ VERSION=1.65
+ SOURCE="$SPELL-${VERSION/.}.tar.gz"
+ SOURCE_URL[0]=http://$SPELL.sourceforge.net/download/$SOURCE
+
SOURCE_HASH=sha512:03f3383b168ef0fad76c1ad1ecfc43bd4785194da85f6c704204765446be4c1b71e1a395308af714e814965fd8a0fb06dc1cc6a8326b135be3006fffb3d39d18
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION/.}"
+ WEB_SITE="http://hoz.sourceforge.net/";
+ LICENSE[0]="GPL"
+ ENTERED=20150525
+ KEYWORDS=""
+ SHORT="Hacha Open Zource file splitter"
+cat << EOF
+HOZ is what you would call a "file splitter". It's file format is the same
+as the one used by the Hacha software, a well known splitter, specially
+popular Spain and Latin America. HOZ is an fully compatible, faster, and
+portable implementation of the Hacha format.
+
+The name replaces the "S" in "Source" with a "Z" because "hoz" is "sickle"
+in spanish, while "hacha" is the word for "axe".
+EOF
diff --git a/disk/hoz/HISTORY b/disk/hoz/HISTORY
new file mode 100644
index 0000000..72b1a47
--- /dev/null
+++ b/disk/hoz/HISTORY
@@ -0,0 +1,2 @@
+2015-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/disk/hoz/INSTALL b/disk/hoz/INSTALL
new file mode 100755
index 0000000..5d38b2c
--- /dev/null
+++ b/disk/hoz/INSTALL
@@ -0,0 +1,5 @@
+cd "$SOURCE_DIRECTORY" &&
+install hoz "$INSTALL_ROOT/usr/bin" &&
+if [ -e ghoz ]; then
+ install ghoz "$INSTALL_ROOT/usr/bin"
+fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a9f98a6796d95c45b17dae17d372d4524fdd777e), Ismael Luceno, 05/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page