[Lunar-commits] xplc: initial import.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Jan 19 16:02:53 CET 2008
commit a42e17c375ab7a37032823cd20bff2226e68e970
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Jan 19 10:02:53 2008 -0500
xplc: initial import.
---
devel/xplc/BUILD | 7 +++++++
devel/xplc/DETAILS | 20 ++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/devel/xplc/BUILD b/devel/xplc/BUILD
new file mode 100644
index 0000000..451fc79
--- /dev/null
+++ b/devel/xplc/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/xplc/DETAILS b/devel/xplc/DETAILS
new file mode 100644
index 0000000..5f5607d
--- /dev/null
+++ b/devel/xplc/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=xplc
+ VERSION=0.3.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE1=xplc-0.3.13-rules.mk.patch
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE1_URL=$PATCH_URL
+ SOURCE_VFY=sha1:51fa45b7f1decdb98c22bda5fa156164174fb472
+ SOURCE1_VFY=22bc9bf5cb9e8cbf93fe30216d9b9b104cafe7b5
+ WEB_SITE=http://xplc.sourceforge.net/
+ ENTERED=20080119
+ UPDATED=20080119
+ SHORT="Cross-Platform Lightweight Components"
+
+cat << EOF
+XPLC ("Cross-Platform Lightweight Components") is a component system that
+will provide extensibility and reusability both inside and between
+applications, while being portable across platforms (and languages) and
+having the lowest possible overhead (both in machine resources and
+programming effort).
+EOF
More information about the Lunar-commits
mailing list