summaryrefslogtreecommitdiffstats
path: root/x11-libs/lineakd
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /x11-libs/lineakd
initial commit from stable 0.3
Diffstat (limited to 'x11-libs/lineakd')
-rwxr-xr-xx11-libs/lineakd/DEPENDS1
-rwxr-xr-xx11-libs/lineakd/DETAILS19
-rw-r--r--x11-libs/lineakd/HISTORY57
3 files changed, 77 insertions, 0 deletions
diff --git a/x11-libs/lineakd/DEPENDS b/x11-libs/lineakd/DEPENDS
new file mode 100755
index 0000000000..8979a03b6b
--- /dev/null
+++ b/x11-libs/lineakd/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/x11-libs/lineakd/DETAILS b/x11-libs/lineakd/DETAILS
new file mode 100755
index 0000000000..ba8e60da53
--- /dev/null
+++ b/x11-libs/lineakd/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=lineakd
+ VERSION=0.8.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lineak/$SOURCE
+ MD5[0]=c8cd14b6bd422a4334b83240c0ac76f7
+ WEB_SITE=http://lineak.sourceforge.net/
+ ENTERED=20020322
+ UPDATED=20030809
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Linux support for Easy Access and Internet Keyboards - daemon"
+cat << EOF
+LinEAK is a utility designed to enable the use and configuration of the
+special keys on Internet, Easy Access and Multimedia keyboards with XFree86.
+It consists of two programs:
+* lineakd: daemon that configures the X keyboard map and listens for events.
+* lineakconfig: the GTK+ GUI, which provides easier configuration
+EOF
diff --git a/x11-libs/lineakd/HISTORY b/x11-libs/lineakd/HISTORY
new file mode 100644
index 0000000000..ccb4fa9557
--- /dev/null
+++ b/x11-libs/lineakd/HISTORY
@@ -0,0 +1,57 @@
+2004-11-17 Flavien Bridault <disk@sourcemage.org>
+ * DETAILS: Updated to 0.8.2
+ * DEPENDS: Deleted xosd dependencie, since it is provided by lineak_xosdplugin spell
+
+2004-09-18 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 0.8 (Bug #7370)
+ Changed LICENSE to LICENSE[0]
+ Added BUILD_API=2
+ * DEPENDS: Formatted to Guru Handbook
+
+2004-03-11 Robert Helgesson <rycee@home.se>
+ * DETAILS: Fixed formatting. Removed MAINTAINER.
+ * DETAILS: Updated to version 0.7.2 (bug #6098).
+ * keyboard.names, BUILD, CONFIGURE: Removed, doing the keyboard
+ selection here isn't a good idea since it only applies to the
+ root user. Instead run "lineakd -l" after casting to find your
+ keyboard, then create a basic setup for a specific user by
+ running "lineakd -c <keyboard type>" while logged in as that
+ user.
+ * DEPENDS: Added optional depends on xosd.
+
+2003-10-10 hgg <hgreig@bigpond.net.au>
+ * DEPENDS: Change x11-libs to X11-LIBS
+
+2003-10-03 hgg <hgreig@bigpond.net.au>
+ * DEPENDS: Change requires x11-libs to depends x11-libs
+
+2003-09-17 hgg <hgreig@bigpond.net.au>
+ * DEPENDS: Change depends xfree86 to requires x11-libs
+
+2003-08-09 hgg <hgreig@bigpond.net.au>
+ * DETAILS: Update to 0.6.1
+
+2003-05-20 Seth Woolley <seth@tautology.org>
+ * DETAILS: Modified DETAILS to fix my broken SOURCEFORGE_URL fixes
+
+2003-05-18 Seth Woolley <seth@tautology.org>
+ * DETAILS: Modified DETAILS for SOURCEFORGE_URL fix
+
+2002-08-10 Joel Mayes <bluebird@optushome.com.au>
+ * DETAILS: updated MD5[0] field to reflect the .tar not .tar.(bz2|gz|Z)
+
+2002-06-24 Joel Mayes <bluebird@optushome.com.au>
+ * DETAILS: Added LICENSE field to DETAILS
+
+2002-06-21 Joel Mayes <bluebird@optushome.com.au>
+ * DETAILS: Added MD5 field to DETAILS
+
+2002-06-20 Joel Mayes <bluebird@optushome.com.au>
+ * DETAILS: Version bump -> 0.3.5
+
+2002-05-23 Adam Clark <adamsgl@dhbit.ca>
+ * DETAILS: Fixed sourceforge URL
+
+2002-03-22 Fabio Pianese <fkb@iago.polito.it>
+ * DETAILS: Spell submitted to SGL-spell-submit.
+