summaryrefslogtreecommitdiffstats
path: root/e-16
diff options
context:
space:
mode:
authorDale E. Edmons2008-02-29 11:21:10 -0800
committerDale E. Edmons2008-02-29 11:21:10 -0800
commit20ef379103f812a795956296979cc6a5f7c806ac (patch)
treeecbf455bd0715df638194fd07f10a7b48bd63294 /e-16
parent8add0af0da8414b8057450145bbe782becb0f766 (diff)
e16: rename to e-16 due to spellname conflict.
e17: rename to e-17 due to spellname conflict.
Diffstat (limited to 'e-16')
-rwxr-xr-xe-16/FUNCTIONS12
-rw-r--r--e-16/MAINTAINER1
-rwxr-xr-xe-16/e16-docs/BUILD2
-rwxr-xr-xe-16/e16-docs/DETAILS14
-rw-r--r--e-16/e16-docs/HISTORY27
-rwxr-xr-xe-16/e16-themes/DEPENDS1
-rwxr-xr-xe-16/e16-themes/DETAILS20
-rw-r--r--e-16/e16-themes/HISTORY9
-rwxr-xr-xe-16/e16/BUILD4
-rwxr-xr-xe-16/e16/DEPENDS36
-rwxr-xr-xe-16/e16/DETAILS36
-rw-r--r--e-16/e16/HISTORY228
-rwxr-xr-xe-16/e16/INSTALL2
-rwxr-xr-xe-16/e16/PREPARE8
-rwxr-xr-xe-16/e16/PRE_BUILD6
-rwxr-xr-xe-16/epplet-base/BUILD3
-rwxr-xr-xe-16/epplet-base/DEPENDS5
-rwxr-xr-xe-16/epplet-base/DETAILS15
-rw-r--r--e-16/epplet-base/HISTORY57
-rw-r--r--e-16/epplet-base/epplets-0.10.tar.gz.sigbin0 -> 280 bytes
20 files changed, 486 insertions, 0 deletions
diff --git a/e-16/FUNCTIONS b/e-16/FUNCTIONS
new file mode 100755
index 0000000000..d2df2cb7da
--- /dev/null
+++ b/e-16/FUNCTIONS
@@ -0,0 +1,12 @@
+#-------------------------------------------------------------------------
+## Default build for Enlightenment DR17 modules
+## These modules should not use --prefix, but rather get their
+## installation path from `enlightenment-config --module-dir`
+#-------------------------------------------------------------------------
+default_build_e17_module() {
+ ./configure --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS
+}
diff --git a/e-16/MAINTAINER b/e-16/MAINTAINER
new file mode 100644
index 0000000000..616350f92a
--- /dev/null
+++ b/e-16/MAINTAINER
@@ -0,0 +1 @@
+Ladislav Hagara <hgr@vabo.cz>
diff --git a/e-16/e16-docs/BUILD b/e-16/e16-docs/BUILD
new file mode 100755
index 0000000000..75395ac74a
--- /dev/null
+++ b/e-16/e16-docs/BUILD
@@ -0,0 +1,2 @@
+OPTS="${OPTS} --enable-fsstd" &&
+default_build
diff --git a/e-16/e16-docs/DETAILS b/e-16/e16-docs/DETAILS
new file mode 100755
index 0000000000..aba18866aa
--- /dev/null
+++ b/e-16/e16-docs/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=e16-docs
+ VERSION=0.16.8.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+ WEB_SITE=http://www.enlightenment.org/
+ SOURCE_HASH=sha512:a2401cbd04d5dff2b75744238a4cb8aa95f63691ccee0464bede01b392a2e2d8322798069e39699c88c3ad354ed09e1ad193c15e4c8579cdf34d2d890782968e
+ LICENSE[0]=BSD
+ ENTERED=20040609
+ KEYWORDS="e16 docs enlightenment wm windowmanage"
+ SHORT="help docs for enlightenment e16"
+cat << EOF
+help docs for enlightenment e16
+EOF
diff --git a/e-16/e16-docs/HISTORY b/e-16/e16-docs/HISTORY
new file mode 100644
index 0000000000..d9609cd226
--- /dev/null
+++ b/e-16/e16-docs/HISTORY
@@ -0,0 +1,27 @@
+2008-02-27 Dale E. Edmons <linuxfan@sourcemage.org>
+ * DETAILS: Added KEYWORDS
+
+2008-01-12 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.0.1
+
+2007-02-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * CONFLICTS: removed, deprecation complete
+
+2006-09-12 Ladislav Hagara <hgr@vabo.cz>
+ * *: enlightenment-docs -> e16-docs
+ * DETAILS: 0.16.8-0.02, removed UPDATED
+ * CONFLICTS: added
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-09-21 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Removed BUILD_API=2, section-wide now
+
+2004-07-25 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7, BUILD_API=2
+ * BUILD: converted to BUILD_API=2
+
+2004-06-09 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, BUILD, HISTORY: created this spell, version 0.16.7-0.03
+
diff --git a/e-16/e16-themes/DEPENDS b/e-16/e16-themes/DEPENDS
new file mode 100755
index 0000000000..f4d42de7f0
--- /dev/null
+++ b/e-16/e16-themes/DEPENDS
@@ -0,0 +1 @@
+depends e16
diff --git a/e-16/e16-themes/DETAILS b/e-16/e16-themes/DETAILS
new file mode 100755
index 0000000000..fa95a82719
--- /dev/null
+++ b/e-16/e16-themes/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=e16-themes
+ VERSION=0.16.8.0.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/${SOURCE}
+ SOURCE_HASH=sha512:86b81840e587f6d3f5636a2eecbc26cb3e6ece21047c34e51272d90d6279f7ce3c3bec2de6b55fa8b6be2e935a437f0243c55f887e6f3ccab5ce3cb433dd9941
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.enlightenment.org/"
+ LICENSE[0]=unrestricted
+ KEYWORDS="e16 enlightenment wm windowmanager themes wm-theme theme"
+ ENTERED=20071129
+ SHORT="Install e16's base themes: BlueSteel BrushedMetal-Tigert, Ganymede, ShinyMetal"
+cat << EOF
+Aside from e16's default winter theme, four optional themes are available
+with the distribution:
+ BlueSteel
+ BrushedMetal-Tigert
+ Ganymede
+ ShinyMetal
+These should be considered as a required part of e16.
+EOF
diff --git a/e-16/e16-themes/HISTORY b/e-16/e16-themes/HISTORY
new file mode 100644
index 0000000000..9e0679b287
--- /dev/null
+++ b/e-16/e16-themes/HISTORY
@@ -0,0 +1,9 @@
+2008-02-27 Dale E. Edmons <linuxfan@sourcemage.org>
+ * DETAILS: Added KEYWORDS
+
+2008-01-12 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.0.2
+
+2007-11-29 linuxfan <demaillists@comcast.net>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/e-16/e16/BUILD b/e-16/e16/BUILD
new file mode 100755
index 0000000000..dba4f04d4b
--- /dev/null
+++ b/e-16/e16/BUILD
@@ -0,0 +1,4 @@
+OPTS="--enable-fsstd \
+ $OPTS" &&
+
+default_build
diff --git a/e-16/e16/DEPENDS b/e-16/e16/DEPENDS
new file mode 100755
index 0000000000..3ac7d10b9d
--- /dev/null
+++ b/e-16/e16/DEPENDS
@@ -0,0 +1,36 @@
+depends imlib2 &&
+
+if [ "$E16_CVS" == "y" ]; then
+ depends CVS
+fi &&
+
+optional_depends 'gettext' \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'for Native Language Support' &&
+
+optional_depends esound "" "" "for sound support" &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs imlib2; then
+ optional_depends 'libxft' \
+ '--enable-xft' \
+ '--disable-xft' \
+ 'for Xft font support' &&
+
+ optional_depends 'libxinerama' \
+ '--enable-xinerama' \
+ '--disable-xinerama' \
+ 'for Xinerama support' &&
+
+ optional_depends 'libxrandr' \
+ '--enable-xrandr' \
+ '--disable-xrandr' \
+ 'for X Resize and Rotate support' &&
+
+ optional_depends 'libxcomposite' \
+ '--enable-composite' \
+ '--disable-composite' \
+ 'for Composite support'
+fi
diff --git a/e-16/e16/DETAILS b/e-16/e16/DETAILS
new file mode 100755
index 0000000000..0bd805b702
--- /dev/null
+++ b/e-16/e16/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=e16
+if [ "$E16_CVS" == "y" ]; then
+ if [ "$E16_CVS_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+ SOURCE=$SPELL-0.16-cvs.tar.bz2
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-0.16-cvs
+ SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:$SPELL/e
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.16.8.12
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
+ SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+
+ SOURCE_HASH=sha512:056dde825f5b2e3278c14b6349770926aed754f3dd892011d5398aff76304ffa9b962747330b1d5ddf8c6b3080ff179798dbaaa72014fbf479f58b29e5d5eb56
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
+fi
+ LICENSE[0]=BSD
+ PATCHLEVEL=0
+ WEB_SITE=http://www.enlightenment.org/
+ KEYWORDS="e16 enlightenment wm windowmanager"
+ ENTERED=20010922
+ SHORT="E16 is a themeable, fast, flexible X11 windows Manager"
+cat << EOF
+Enlightenment 16 is a themeable, fast, flexible, and powerful window
+manager that is designed to be as configurable as possible in both look
+and feel. In addition, Enlightenment provides an applet API that
+provides functionality somewhere between the GNOME applet system and
+Dock Apps from Afterstep/WindowMaker. The current design aim is for
+Enlightenment to become a desktop shell.
+EOF
diff --git a/e-16/e16/HISTORY b/e-16/e16/HISTORY
new file mode 100644
index 0000000000..575c1f7554
--- /dev/null
+++ b/e-16/e16/HISTORY
@@ -0,0 +1,228 @@
+2008-02-27 Dale E. Edmons <linuxfan@sourcemage.org>
+ * DETAILS: Added KEYWORDS
+
+2008-02-16 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.12
+
+2008-01-12 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.11
+
+2007-10-06 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.10
+
+2007-08-11 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.9
+
+2007-05-17 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.8
+
+2007-05-04 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.7
+
+2007-02-22 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.6
+
+2006-12-18 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated to 0.16.8.5
+ * DEPENDS: Added optional dependency on gettext
+ If using xorg modular, optionally depend on libxft, libxinerama,
+ libxrandr, and libxcomposite.
+
+2006-10-16 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated to 0.16.8.4
+
+2006-08-20 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.3
+
+2006-07-18 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.2, removed UPDATED
+
+2006-04-13 Eric Sandall <sandalle@sourcemage.org>
+ * Branched from enlightenment to e16
+ * DETAILS: Renamed to e16
+ To be consistent with the stable tarball, CVS will now also use e16-...,
+ which means that e16 CVS users will be re-checking out the e16 source.
+ Renamed variables from ENLIGHTENMENT* to E16*
+ * PREPARE: Removed e16/e17 split code
+ Renamed variables from ENLIGHTENMENT* to E16*
+ * DEPENDS: Renamed variables from ENLIGHTENMENT* to E16*
+ * PRE_BUILD: Renamed variables from ENLIGHTENMENT* to E16*
+ * FINAL: Removed e16/e17 split cleanup
+ * UP_TRIGGERS: Removed trigger for e16/e17 split
+
+2006-03-30 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.8.1
+
+2006-03-28 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: new SOURCE_URL, CVS is no longer hosted on SF
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-02-15 Arjan Bouter <abouter@sourcemage.org>
+ * INSTALL: added
+
+2006-02-13 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS,UP_TRIGGERS: Moved casting of e17 to UP_TRIGGERS from DEPENDS so
+ that e17 is cast /after/ enlightenment (to avoid enlightenment removing
+ files it tracked when it installed DR17). Bug #10522.
+
+2006-02-10 Eric Sandall <sandalle@sourcemage.org>
+ * PREPARE: Removed extraneous '&&' that broke the if/fi
+ Update removal date
+ * DETAILS: Updated to 0.16.8
+ Remove '0.16' from dated CVS VERSION
+ SOURCE renamed to e16 instead of $SPELL
+ SOURCE_DIRECTORY renamed to e16 instead of $SPELL
+ Incremented PATCHLEVEL to 2
+ * DEPENDS: Variable is E17_CONVERT not E17_UPDATE
+ Update removal date
+ * INSTALL: Removed, e16 now installs the necessary scripts for us
+ * FINAL: Update removal date
+ Spell persistent correctly
+ * startenlightenment: Removed, now e16 installs a starte16 script for us
+ * enlightenment.desktop: Removed, now e16 installs e16.desktop for us
+ * TODO: Rename this to e16 and have enlightenment a 'profile' package for
+ both e16 and e17
+
+2005-12-18 Eric Sandall <sandalle@sourcemage.org>
+ * PREPARE: Removed e17 queries
+ Save user choices to e17.p
+ Removed e17 saved queries
+ Renamed ENLIGHTENMENT16* to ENLIGHTENMENT*
+ Added temporary E17_UPDATE variable
+ * DETAILS: ENLIGHTENMENT16_CVS renamed to ENLIGHTENMENT_CVS
+ Added PATCHLEVEL=1
+ Modified SHORT and long descriptions to mention E16
+ * DEPENDS: Remove e17 dependencies
+ Added dependency on e17 if this was for building e17
+ ENLIGHTENMENT16_CVS renamed to ENLIGHTENMENT_CVS
+ * PRE_BUILD: Removed e17 check
+ ENLIGHTENMENT16_CVS renamed to ENLIGHTENMENT_CVS
+ * INSTALL: Removed e17update script installation
+ * FINAL: Removed E17_UPDATE variable
+ * e17update: Removed
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-01 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Added a CVS mirror (faster than SF.net, but 30 minutes behind)
+ Use SOURCE_IGNORE=volatile instead of MD5[0]=IGNORE
+ Shortened SHORT
+
+2005-10-29 Eric Sandall <sandalle@sourcemage.org>
+ * PREPARE: Re-worded auto-update query
+
+2005-10-18 Eric Sandall <sandalle@sourcemage.org>
+ * e17update: Simple script to update e17 'cvs' packages
+ * INSTALL: Install e17update for e17 only
+ Use INSTALL_ROOT for installing other scripts as well
+ Use `mkdir -p` for /usr/share/xsessions
+
+2005-09-27 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Check ENLIGHTENMENT_CVS not just ENLIGHTENMENT
+
+2005-09-21 Eric Sandall <sandalle@sourcemage.org>
+ * Renamed DR17 to ENLIGHTENMENT_CVS
+ * PREPARE,DETAILS: Updated to proper multi-version support
+ See http://www.sourcemage.org/grimoire/spell_multi_version
+ Removed BUILD_API=2, section-wide now
+ * DEPENDS: Added missing dependency on CVS if needed
+ * BUILD,PRE_BUILD: BUILD renamed to PRE_BUILD
+ Use NOCONFIGURE=ON ./autogen.sh
+ Pass OPTS last
+
+2005-07-15 Ladislav Hagara <hgr@vabo.cz>
+ * PREPARE, DETAILS, BUILD: tested and submitted to grimoire [Bug 9206]
+
+2005-07-12 Jeremy Blosser <jblosser-smgl@firinn.org>
+ * PREPARE, DETAILS, BUILD: Add a DR16 CVS install option
+
+2005-03-17 Eric Sandall <eric@sansall.us>
+ * BUILD: Don't apply the noslodown.patch
+ * CONFIGURE,noslodown.patch: Removed
+ * startenlightenment: Moved the slowdown information to here
+
+2005-03-09 Eric Sandall <sandalle@sourcemage.org>
+ * CONFIGURE: Query for noslowdown.patch if using DR17
+ * BUILD: Apply noslowdown.patch if wanted and using DR17
+ * noslodown.patch: Remove artificial startup slowdown of DR17
+
+2005-01-12 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: cvs VERSION=$(date +%Y%m%d)
+
+2004-12-17 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7.2
+
+2004-12-15 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, BUILD, DEPENDS: added support for E17
+ * PREPARE: added
+
+2004-09-02 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7.1
+
+2004-08-23 Eric Sandall <sandalle@sourcemage.org>
+ * INSTALL: Added to install startup scripts
+ * enlightenment.desktop, startenlightenment: Added startup scripts
+
+2004-07-25 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7
+
+2004-07-20 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7-pre6, BUILD_API=2
+ * BUILD: converted to BUILD_API=2
+
+2004-07-06 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7-pre5
+
+2004-06-21 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7-pre4
+
+2004-06-01 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7-0.65 (pre3)
+
+2004-05-17 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: now only imlib2 [Bug 6864] and esound
+ * BUILD: removed sedit, used default_build
+
+2004-05-13 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.16.7-0.60 (pre2)
+
+2003-11-06 Justin Rocha <jrocha@sourcemage.org>
+ * DETAILS: Version bump to 0.16.6, changed SOURCE_DIRECTORY to match
+
+2003-10-09 Justin Rocha <jrocha@sourcemage.org>
+ * DETAILS: Version bump to 0.16.6-pre8
+ * HISTORY: Minor fixing, to go with new format
+ * DEPENDS: Removed useless optional_depends on libhttp
+
+2003-08-26 Justin Rocha <jrocha@sourcemage.org>
+ * DETAILS: Bumped version to 0.16.6-pre6, hopefully the last -pre
+
+2003-08-19 Justin Rocha <jrocha@sourcemage.org>
+ * DETAILS: Bumped version to 0.16.6-pre5.
+
+2003-01-31 Tom Garland <tgarland@email.com>
+ * BUILD: Added $OPTS to BUILD file.
+
+2002-12-18 Tom Garland <tgarland@email.com>
+ * Fixed bug 1757, DETAILS formatting.
+
+2002-10-14 Laurent Wandrebeck <wandre.l@free.fr>
+ * Added SMGL Mirror URL.
+
+2002-10-08 Laurent Wandrebeck <wandre.l@free.fr>
+ * Make use of $SOURCEFORGE_URL.
+ * Updated WEB_SITE.
+
+2002-08-21 Laurent Wandrebeck <wandre.l@free.fr>
+ * Updated MD5[0] to reflect Grimoire Gurus Handbook 2.3.
+ * Updated HISTORY file format for the same reason.
+
+2002-08-19 Laurent Wandrebeck <wandre.l@free.fr>
+ * Added and filled up MD5[0] and LICENSE[0].
+
+2002-08-19 Laurent Wandrebeck <wandre.l@free.fr>
+ * Added missing HISTORY file.
+
diff --git a/e-16/e16/INSTALL b/e-16/e16/INSTALL
new file mode 100755
index 0000000000..88255cce6c
--- /dev/null
+++ b/e-16/e16/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+install_wmfiles
diff --git a/e-16/e16/PREPARE b/e-16/e16/PREPARE
new file mode 100755
index 0000000000..4219b8bf07
--- /dev/null
+++ b/e-16/e16/PREPARE
@@ -0,0 +1,8 @@
+config_query E16_CVS \
+ "Do you want to use the DR16 development version from CVS?" \
+ n &&
+
+if [ "$E16_CVS" == "y" ]; then
+ config_query E16_CVS_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi
diff --git a/e-16/e16/PRE_BUILD b/e-16/e16/PRE_BUILD
new file mode 100755
index 0000000000..537330a784
--- /dev/null
+++ b/e-16/e16/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+if [ "$E16_CVS" == "y" ]; then
+ cd $SOURCE_DIRECTORY &&
+ NOCONFIGURE=ON ./autogen.sh
+fi
diff --git a/e-16/epplet-base/BUILD b/e-16/epplet-base/BUILD
new file mode 100755
index 0000000000..f06f8e99a3
--- /dev/null
+++ b/e-16/epplet-base/BUILD
@@ -0,0 +1,3 @@
+OPTS="--enable-fsstd \
+ $OPTS" &&
+default_build
diff --git a/e-16/epplet-base/DEPENDS b/e-16/epplet-base/DEPENDS
new file mode 100755
index 0000000000..ee0d98bbd9
--- /dev/null
+++ b/e-16/epplet-base/DEPENDS
@@ -0,0 +1,5 @@
+depends GLUT &&
+depends autoconf &&
+depends automake &&
+depends libtool &&
+depends imlib2
diff --git a/e-16/epplet-base/DETAILS b/e-16/epplet-base/DETAILS
new file mode 100755
index 0000000000..1a9ac3c26b
--- /dev/null
+++ b/e-16/epplet-base/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=epplet-base
+ VERSION=0.10
+ SOURCE=epplets-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/epplets-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+ #SOURCE_HASH=sha512:640be451f2cc645c13acfa1b7b0c26dcf240cc534cc4da53f0aa4f5aa51ab108500de7cf5584a20f145a14401de6184871334fc9df4c5c0ac89fc442631bae58
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=BSD
+ KEYWORDS="enlightenment e16 wm window-manager library"
+ WEB_SITE=http://www.enlightenment.org/
+ ENTERED=20011023
+ SHORT="Epplets for Enlightenment 16"
+cat << EOF
+Epplets, plugins addon for the Enlightenment 16 windowmanager.
+EOF
diff --git a/e-16/epplet-base/HISTORY b/e-16/epplet-base/HISTORY
new file mode 100644
index 0000000000..e281c2f8d7
--- /dev/null
+++ b/e-16/epplet-base/HISTORY
@@ -0,0 +1,57 @@
+2007-05-04 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated to 0.10
+ Removed UPDATED
+
+2006-04-12 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Updated to 0.9
+ Cleaned up SHORT and long descriptions to specify E16
+ * DEPENDS: Depends on imlib2 instead of imlib now
+ * BUILD: Pass --enable-fsstd to OPTS and use default_build
+ Removed call to ./autogen.sh (no longer needed)
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-09-21 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Removed BUILD_API=2, section-wide now
+
+2005-01-03 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Added BUILD_API=2
+ * BUILD: Converted to build_api 2
+
+2004-03-26 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: added GLUT [Bug 5857]
+
+2004-01-06 hgg <hgreig@bigpond.net.au>
+ * DEPENDS: add imlib
+ * HISTORY: correctly format
+ * BUILD: install_root-ify
+
+2003-11-06 Justin Rocha <jrocha@sourcemage.org>
+ * DETAILS: Updated to version 0.7, fixed various SOURCE_URLS,
+ fixed SOURCE, removed MENU_*
+ * HISTORY: Formatted for new...er....format
+ * BUILD: Removed now-useless 'cd' line
+
+2002-12-18 Tom Garland <tgarland@email.com>
+ * DETAILS: Fixed bug 1757, DETAILS formatting.
+
+2002-11-13 Tom Garland <tgarland@email.com>
+ * DETAILS: Added MENU tags.
+
+2002-10-14 Laurent Wandrebeck <wandre.l@free.fr>
+ * DETAILS: Added SMGL Mirror URL.
+
+2002-08-21 Laurent Wandrebeck <wandre.l@free.fr>
+ * DETAILS: Updated MD5[0] to reflect Grimoire Gurus Handbook 2.3.
+ * HISTORY: Updated HISTORY file format for the same reason.
+
+2002-08-19 Laurent Wandrebeck <wandre.l@free.fr>
+ * DETAILS: Added and filled up MD5[0] and LICENSE[0].
+
+2002-08-19 Laurent Wandrebeck <wandre.l@free.fr>
+ * HISTORY: Added missing HISTORY file.
+
diff --git a/e-16/epplet-base/epplets-0.10.tar.gz.sig b/e-16/epplet-base/epplets-0.10.tar.gz.sig
new file mode 100644
index 0000000000..372af6042f
--- /dev/null
+++ b/e-16/epplet-base/epplets-0.10.tar.gz.sig
Binary files differ