[Lunar-commits] <moonbase> eukleides: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Feb 14 13:44:10 CET 2011
commit 9b0de34751936aa6e40c5f5120943fc82f5b1433
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Feb 14 07:44:10 2011 -0500
eukleides: Adding to moonbase.
---
science/eukleides/BUILD | 8 ++++++++
science/eukleides/DETAILS | 18 ++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/science/eukleides/BUILD b/science/eukleides/BUILD
new file mode 100644
index 0000000..1d4e9e8
--- /dev/null
+++ b/science/eukleides/BUILD
@@ -0,0 +1,8 @@
+(
+
+ sedit "s:/usr/local:/usr:" Config &&
+ sedit "s:@ginstall-info:install-info:g" doc/Makefile &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/science/eukleides/DETAILS b/science/eukleides/DETAILS
new file mode 100644
index 0000000..05326d9
--- /dev/null
+++ b/science/eukleides/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=eukleides
+ VERSION=1.5.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.eukleides.org/files/
+ SOURCE_VFY=sha1:a608ccde9ec412cf9337c71afab613d9fd986427
+ WEB_SITE=http://www.eukleides.org/overview.html
+ ENTERED=20110214
+ UPDATED=20110214
+ SHORT="computer language devoted to elementary plane geometry"
+
+PSAFE=no
+cat << EOF
+Eukleides is a computer language devoted to elementary plane geometry. It aims
+to be a fairly comprehensive system to create geometric figures, either static
+or dynamic. Eukleides allows to handle basic types of data: numbers and strings,
+as well as geometric types of data: points, vectors, sets (of points), lines,
+circles and conics.
+EOF
More information about the Lunar-commits
mailing list