Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (11da223478ce99b29fde0f0807e56ac752b8b5d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (11da223478ce99b29fde0f0807e56ac752b8b5d1)
  • Date: Thu, 10 Apr 2008 11:19:48 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

ChangeLog | 1 +
x11/xvkbd/BUILD | 3 +++
x11/xvkbd/DEPENDS | 2 ++
x11/xvkbd/DETAILS | 19 +++++++++++++++++++
x11/xvkbd/HISTORY | 2 ++
x11/xvkbd/INSTALL | 4 ++++
6 files changed, 31 insertions(+)

New commits:
commit 469b9a6a9375ca7b4bf75c453be0346439218ef6
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

xvkbd: new spell, a virtual (graphical) keyboard program for X Window
System

diff --git a/ChangeLog b/ChangeLog
index 657493c..63a0a86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* kchmviewer: new spell, full featured CHM viewer for KDE
* gavl: new spell, Gmerlin Audio Video Library
* openmovieeditor: new spell, non-linear video editor written in FLTK
+ * xvkbd: new spell, a virtual (graphical) keyboard program for X
Window System

2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: imported F4850180 (Eric Blake <ebb9 AT byu.net>)
diff --git a/x11/xvkbd/BUILD b/x11/xvkbd/BUILD
new file mode 100755
index 0000000..bb41086
--- /dev/null
+++ b/x11/xvkbd/BUILD
@@ -0,0 +1,3 @@
+(
+ mxmkmf
+)
diff --git a/x11/xvkbd/DEPENDS b/x11/xvkbd/DEPENDS
new file mode 100755
index 0000000..b35f9d7
--- /dev/null
+++ b/x11/xvkbd/DEPENDS
@@ -0,0 +1,2 @@
+depends lesstif &&
+depends xaw3d
diff --git a/x11/xvkbd/DETAILS b/x11/xvkbd/DETAILS
new file mode 100755
index 0000000..e6fb1c8
--- /dev/null
+++ b/x11/xvkbd/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xvkbd
+ VERSION=2.8
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://homepage3.nifty.com/tsato/xvkbd/$SOURCE
+ WEB_SITE=http://homepage3.nifty.com/tsato/xvkbd/
+ ENTERED=20071204
+
SOURCE_HASH=sha512:3bfd4e77fcd04941e40978240429c3965b56af8ea8fe3f20d48ea2ab04fe54575e4f2a4db6192b49235c21dca0c61426ae97197a738655f4d7013d54086a8d52
+ LICENSE[0]=GPL
+ SHORT="xvkbd is a virtual (graphical) keyboard program for X
Window System"
+cat << EOF
+xvkbd is a virtual (graphical) keyboard program for X Window System
+which provides facility to enter characters onto other clients (softwares)
+by clicking on a keyboard displayed on the screen.
+
+This may be used for systems without a hardware keyboard such as kiosk
+terminals or handheld devices. This program also has facility to send
+characters specified as the command line option to another client.
+EOF
diff --git a/x11/xvkbd/HISTORY b/x11/xvkbd/HISTORY
new file mode 100644
index 0000000..37e15cf
--- /dev/null
+++ b/x11/xvkbd/HISTORY
@@ -0,0 +1,2 @@
+2007-12-04 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL, HISTORY: created this spell.
diff --git a/x11/xvkbd/INSTALL b/x11/xvkbd/INSTALL
new file mode 100755
index 0000000..e529410
--- /dev/null
+++ b/x11/xvkbd/INSTALL
@@ -0,0 +1,4 @@
+(
+ make install &&
+ make install.man
+)



  • [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (11da223478ce99b29fde0f0807e56ac752b8b5d1), Ivan Lezhnjov Jr, 04/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page