Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (edb892e4d43557edcd1efaad32a33c1e3f8b34d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (edb892e4d43557edcd1efaad32a33c1e3f8b34d2)
  • Date: Tue, 21 Jul 2015 02:38:14 +0000

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 1 +
utils/asciiquarium/DEPENDS | 2 ++
utils/asciiquarium/DETAILS | 13 +++++++++++++
utils/asciiquarium/HISTORY | 2 ++
utils/asciiquarium/INSTALL | 1 +
5 files changed, 19 insertions(+)

New commits:
commit edb892e4d43557edcd1efaad32a33c1e3f8b34d2
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

utils/asciiquarium: new spell, aquarium/sea animation in ASCII art

diff --git a/ChangeLog b/ChangeLog
index f9fe30a..38e594d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-07-21 Ladislav Hagara <hgr AT vabo.cz>
* perl-cpan/term-animation: new spell, ASCII sprite animation
framework
+ * utils/asciiquarium: new spell, aquarium/sea animation in ASCII art

2015-07-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/zbar: new spell, software suite for reading barcodes
diff --git a/utils/asciiquarium/BUILD b/utils/asciiquarium/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/utils/asciiquarium/DEPENDS b/utils/asciiquarium/DEPENDS
new file mode 100755
index 0000000..7fad811
--- /dev/null
+++ b/utils/asciiquarium/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends term-animation
diff --git a/utils/asciiquarium/DETAILS b/utils/asciiquarium/DETAILS
new file mode 100755
index 0000000..9c5d00c
--- /dev/null
+++ b/utils/asciiquarium/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=asciiquarium
+ VERSION=1.1
+ SOURCE=${SPELL}_$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.robobunny.com/projects/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
+ WEB_SITE=http://robobunny.com/projects/asciiquarium/html/
+ LICENSE[0]=GPL
+ ENTERED=20150721
+ SHORT="aquarium/sea animation in ASCII art"
+cat << EOF
+Asciiquarium is an aquarium/sea animation in ASCII art.
+EOF
diff --git a/utils/asciiquarium/HISTORY b/utils/asciiquarium/HISTORY
new file mode 100644
index 0000000..df38bd2
--- /dev/null
+++ b/utils/asciiquarium/HISTORY
@@ -0,0 +1,2 @@
+2015-07-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 1.1
diff --git a/utils/asciiquarium/INSTALL b/utils/asciiquarium/INSTALL
new file mode 100755
index 0000000..59d3a6d
--- /dev/null
+++ b/utils/asciiquarium/INSTALL
@@ -0,0 +1 @@
+install -vm 755 asciiquarium ${INSTALL_ROOT}/usr/bin/



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (edb892e4d43557edcd1efaad32a33c1e3f8b34d2), Ladislav Hagara, 07/20/2015

Archive powered by MHonArc 2.6.24.

Top of Page