summaryrefslogtreecommitdiffstats
path: root/e/libast
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /e/libast
initial commit from stable 0.3
Diffstat (limited to 'e/libast')
-rwxr-xr-xe/libast/DEPENDS1
-rwxr-xr-xe/libast/DETAILS23
-rw-r--r--e/libast/HISTORY21
3 files changed, 45 insertions, 0 deletions
diff --git a/e/libast/DEPENDS b/e/libast/DEPENDS
new file mode 100755
index 0000000000..024a32acf5
--- /dev/null
+++ b/e/libast/DEPENDS
@@ -0,0 +1 @@
+depends imlib2
diff --git a/e/libast/DETAILS b/e/libast/DETAILS
new file mode 100755
index 0000000000..c2825e6ab6
--- /dev/null
+++ b/e/libast/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libast
+ VERSION=0.7
+ SECURITY_PATCH=1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.eterm.org/download/$SOURCE
+ SOURCE_HASH=sha512:0af1d508af88ce0a2f29fe7841e23759be7c6540a1e2698980c289245ba284fdbf76c593e457c0cd6cfc54dcb6d891b01a3fd4d4a6ecc511fb2de698c9a3046d
+ LICENSE[0]=BSD
+ WEB_SITE=http://www.eterm.org
+ ENTERED=20010922
+ UPDATED=20010929
+ KEYWORDS="enlightenment"
+ SHORT="The Library of Assorted Spiffy Things"
+cat << EOF
+LibAST is the Library of Assorted Spiffy Things. It contains many
+spiffy things, and it is a library. Thus, the ever-so-creative name.
+LibAST has been previously known as libmej, the Eterm helper library
+which nobody really understood and certainly never used. My current
+plan is to gradually remove some of the neat stuff from Eterm that
+could be made generic (things like the theme parsing engine, the
+command-line options parser, perhaps the event engine, ...) and place
+it here in the hopes that others will find them useful.
+EOF
diff --git a/e/libast/HISTORY b/e/libast/HISTORY
new file mode 100644
index 0000000000..8275041d81
--- /dev/null
+++ b/e/libast/HISTORY
@@ -0,0 +1,21 @@
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-23 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.7, shortened SHORT, SECURITY_PATCH=1, CVE-2006-0224
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-09-21 Eric Sandall <eric@sandall.us>
+ * DETAILS: Removed BUILD_API=2, section-wide now
+
+2004-12-15 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.6.1, BUILD_API=2
+
+2002-10-14 Julian v. Bock <julian@wongr.net>
+ * DETAILS: add LICENSE and MD5 fields.
+
+2002-10-03 Julian v. Bock <julian@wongr.net>
+ * add spell.
+