[Lunar-commits] r20099 - in moonbase/trunk/science: . gtk+extra libscigraphica scigraphica
Samuel Verstraete
elangelo at lunar-linux.org
Tue May 16 10:36:40 UTC 2006
Author: elangelo
Date: 2006-05-16 10:36:38 +0000 (Tue, 16 May 2006)
New Revision: 20099
Added:
moonbase/trunk/science/gtk+extra/
moonbase/trunk/science/gtk+extra/DETAILS_OLD
moonbase/trunk/science/libscigraphica/
moonbase/trunk/science/libscigraphica/BUILD
moonbase/trunk/science/libscigraphica/DEPENDS
moonbase/trunk/science/libscigraphica/DETAILS
moonbase/trunk/science/scigraphica/
moonbase/trunk/science/scigraphica/BUILD
moonbase/trunk/science/scigraphica/DEPENDS
moonbase/trunk/science/scigraphica/DETAILS
Log:
JPholman this one is for you ;)
it's kind of cool with a spreadsheet and stuff like that..
might be necessary to add imlib2 in the optional_depends but i'm not sure as i couldn't find any reference to that...
the configure script is checking for it though...
gr,S.
Added: moonbase/trunk/science/gtk+extra/DETAILS_OLD
===================================================================
--- moonbase/trunk/science/gtk+extra/DETAILS_OLD (rev 0)
+++ moonbase/trunk/science/gtk+extra/DETAILS_OLD 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,13 @@
+ MODULE=gtk+extra
+ VERSION=2.1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/scigraphica
+ SOURCE_VFY=sha1:
+ WEB_SITE=http://scigraphica.sourceforge.net
+ ENTERED=20060516
+ UPDATED=20060516
+ SHORT="gtk+extra's for scigraphica"
+
+cat << EOF
+gtk+extra's for scigraphica
+EOF
Added: moonbase/trunk/science/libscigraphica/BUILD
===================================================================
--- moonbase/trunk/science/libscigraphica/BUILD (rev 0)
+++ moonbase/trunk/science/libscigraphica/BUILD 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,8 @@
+(
+
+ ./configure --prefix=/usr \
+ --build=$BUILD \
+ --with-python-numeric-path=/usr/include/python2.4/numarray &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/science/libscigraphica/DEPENDS
===================================================================
--- moonbase/trunk/science/libscigraphica/DEPENDS (rev 0)
+++ moonbase/trunk/science/libscigraphica/DEPENDS 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,2 @@
+depends gtk+extra
+depends numarray
Added: moonbase/trunk/science/libscigraphica/DETAILS
===================================================================
--- moonbase/trunk/science/libscigraphica/DETAILS (rev 0)
+++ moonbase/trunk/science/libscigraphica/DETAILS 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,13 @@
+ MODULE=libscigraphica
+ VERSION=2.1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/scigraphica
+ SOURCE_VFY=sha1:dcbadae82501f40ef366c7e543c26b289657dc60
+ WEB_SITE=http://scigraphica.sourceforge.net
+ ENTERED=20060516
+ UPDATED=20060516
+ SHORT="libs for SciGraphica"
+
+cat << EOF
+libs for SciGraphica
+EOF
Added: moonbase/trunk/science/scigraphica/BUILD
===================================================================
--- moonbase/trunk/science/scigraphica/BUILD (rev 0)
+++ moonbase/trunk/science/scigraphica/BUILD 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,8 @@
+(
+
+ ./configure --prefix=/usr \
+ --build=$BUILD \
+ --with-python-numeric-path=/usr/include/python2.4/numarray &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/science/scigraphica/DEPENDS
===================================================================
--- moonbase/trunk/science/scigraphica/DEPENDS (rev 0)
+++ moonbase/trunk/science/scigraphica/DEPENDS 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,3 @@
+depends gtk+extra
+depends libscigraphica
+depends numarray
Added: moonbase/trunk/science/scigraphica/DETAILS
===================================================================
--- moonbase/trunk/science/scigraphica/DETAILS (rev 0)
+++ moonbase/trunk/science/scigraphica/DETAILS 2006-05-16 10:36:38 UTC (rev 20099)
@@ -0,0 +1,13 @@
+ MODULE=scigraphica
+ VERSION=2.1.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:59574fddfe5a3529c69e1bd84fb62c019b4ef8d0
+ WEB_SITE=http://scigraphica.sourceforge.net
+ ENTERED=20060516
+ UPDATED=20060516
+ SHORT="SciGraphica is a scientific application for data analysis and technical graphics"
+
+cat << EOF
+SciGraphica is a scientific application for data analysis and technical graphics. It pretends to be a clone of the popular commercial (and expensive) application "Microcal Origin". It fully supplies plotting features for 2D, 3D and polar charts. The aim is to obtain a fully-featured, cross-plattform, user-friendly, self-growing scientific application. It is free and open-source, released under the GPL license.
+EOF
More information about the Lunar-commits
mailing list