summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2016-08-11 13:43:32 +0200
committerThomas Orgis2016-08-11 13:43:32 +0200
commit2e7e543f2964d4c47caee227d9b6eaac820082c3 (patch)
tree9e3a12bf952e52d0b6f5c1288070b99e94c2b412
parentf739e29f4ebd13d829fad22cdf5dcb52fd5b940a (diff)
gnuclad: new spell
-rw-r--r--ChangeLog3
-rwxr-xr-xgraphics/gnuclad/DEPENDS1
-rwxr-xr-xgraphics/gnuclad/DETAILS14
-rw-r--r--graphics/gnuclad/HISTORY3
4 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 955bf7c49b..be8f79bd6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-08-11 Thomas Orgis <sobukus@sourcemage.org>
+ * graphics/gnuclad: cladogram generator (GNU/Linux timeline)
+
2016-08-10 Treeve Jelbert <treeve@sourcemage.org>
* kde.gpg: add 2A678C20 Marco Martin <notmart@gmail.com>
* kde5-extra/kirigami: added
diff --git a/graphics/gnuclad/DEPENDS b/graphics/gnuclad/DEPENDS
new file mode 100755
index 0000000000..f148724504
--- /dev/null
+++ b/graphics/gnuclad/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/graphics/gnuclad/DETAILS b/graphics/gnuclad/DETAILS
new file mode 100755
index 0000000000..04c88ebcf1
--- /dev/null
+++ b/graphics/gnuclad/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=gnuclad
+ VERSION=0.2.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://launchpad.net/${SPELL}/trunk/0.2/+download/${SOURCE}
+ SOURCE_HASH=sha512:881b1feab8cb7458223987c5a36359e31e7e00e94d60cd0002c289930b99236947aadbea40f96aaa6aa4b5d7953278bf581edbd6df3cb660bca1505950e66b67
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/gnuclad"
+ LICENSE[0]=GPL3
+ ENTERED=20160811
+ SHORT="cladogram tree generator for the GNU/Linux distro timeline project"
+cat << EOF
+gnuclad tries to help the environment by creating trees. It's primary use
+will be generating cladogram trees for the GNU/Linux distro timeline project.
+EOF
diff --git a/graphics/gnuclad/HISTORY b/graphics/gnuclad/HISTORY
new file mode 100644
index 0000000000..c5c60de7b3
--- /dev/null
+++ b/graphics/gnuclad/HISTORY
@@ -0,0 +1,3 @@
+2016-08-11 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+