[Lunar-commits] <moonbase> spl: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Nov 21 18:57:55 CET 2010
commit bb25b5b4c037568de690ab542408f1a281914936
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Nov 21 12:57:55 2010 -0500
spl: Adding to moonbase.
---
devel/spl/BUILD | 7 +++++++
devel/spl/CONFIGURE | 5 +++++
devel/spl/DEPENDS | 14 ++++++++++++++
devel/spl/DETAILS | 15 +++++++++++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/devel/spl/BUILD b/devel/spl/BUILD
new file mode 100644
index 0000000..d0d972d
--- /dev/null
+++ b/devel/spl/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:/usr/local:/usr:g" GNUmakefile &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/devel/spl/CONFIGURE b/devel/spl/CONFIGURE
new file mode 100644
index 0000000..a12bbc1
--- /dev/null
+++ b/devel/spl/CONFIGURE
@@ -0,0 +1,5 @@
+mquery PROFILE "Build with profiler support?" n "BUILD_WITH_PROFILER = 1" "BUILD_WITH_PROFILER = 0"
+mquery DEBUG "Build with debugging support?" n "BUILD_WITH_DEBUG = 1" "BUILD_WITH_DEBUG = 0"
+mquery WERROR "Build with WERROR support?" n "BUILD_WITH_WERROR = 1" "BUILD_WITH_WERROR = 0"
+mquery MUDFLAP "Build with mudflap support" n "BUILD_WITH_MUDFLAP = 1" "BUILD_WITH_MUDFLAP = 0"
+
diff --git a/devel/spl/DEPENDS b/devel/spl/DEPENDS
new file mode 100644
index 0000000..2f24ed6
--- /dev/null
+++ b/devel/spl/DEPENDS
@@ -0,0 +1,14 @@
+optional_depends mysql "" "" "for mysql database support"
+optional_depends postgresql "" "" "for postgresql database support"
+optional_depends expat "" "" "for stream xml support"
+optional_depends pcre "" "" "for regular expression support"
+optional_depends libxslt "" "" "for xslt and xml support"
+optional_depends SDL "" "" "for SDL support"
+optional_depends curl "" "" "for curl support"
+optional_depends util-linux "" "" "for libuuid support"
+optional_depends fann "" "" "for fann support"
+optional_depends kdebindings4 "" "" "for libsmoke support"
+optional_depends readline "" "" "for readline support"
+optional_depends gettext "" "" "for gettext support"
+optional_depends sqlite "" "" "for sqlite database support"
+
diff --git a/devel/spl/DETAILS b/devel/spl/DETAILS
new file mode 100644
index 0000000..2dfd1df
--- /dev/null
+++ b/devel/spl/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=spl
+ VERSION=1.0pre6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.clifford.at/spl/releases/
+ SOURCE_VFY=sha1:a93f8464b8a5471085f0ff44e743a943ac5490da
+ WEB_SITE=http://www.clifford.at/spl/
+ ENTERED=20101121
+ UPDATED=20101121
+ SHORT="SPL Programming Language"
+
+cat << EOF
+SPL is a powerful scripting language. It is very feature-rich (hashes, regular
+expressions, objects, exceptions, built-in template language, etc. pp.) and
+has a c-style syntax.
+EOF
More information about the Lunar-commits
mailing list