Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (78e5055f32527dbd94fc788ef658ac5866e15565)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (78e5055f32527dbd94fc788ef658ac5866e15565)
  • Date: Sat, 29 Aug 2009 02:30:50 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 ++++
security/fingerprint/BUILD | 2 ++
security/fingerprint/DEPENDS | 4 ++++
security/fingerprint/DETAILS | 14 ++++++++++++++
security/fingerprint/HISTORY | 3 +++
security/fingerprint/INSTALL | 1 +
security/fingerprint/PRE_BUILD | 19
+++++++++++++++++++
security/fingerprint/fingerprintGUI-0.11.tar.gz.sig |binary
x11-libs/libfakekey/DEPENDS | 9 +++++++++
x11-libs/libfakekey/DETAILS | 14 ++++++++++++++
x11-libs/libfakekey/HISTORY | 3 +++
x11-libs/libfakekey/libfakekey-0.1.tar.bz2.sig |binary
12 files changed, 73 insertions(+)

New commits:
commit 78e5055f32527dbd94fc788ef658ac5866e15565
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

fingerprint: Added a Qt GUI based on libfprint

commit 9c738f22ca2c55357edb3c496a9c98f952bdf50d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libfakekey: Added a X11 virtual keyboard library

diff --git a/ChangeLog b/ChangeLog
index 4dbbd49..c026dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-29 Eric Sandall <sandalle AT sourcemage.org>
+ * x11-libs/libfakekey: Added a X11 virtual keyboard library
+ * security/fingerprint: Added a Qt GUI based on libfprint
+
2009-08-29 Quentin Rameau <quinq AT sourcemage.org>
* libs/libcap-ng: new spell, library intended to make programming
easier than with libcap
diff --git a/security/fingerprint/BUILD b/security/fingerprint/BUILD
new file mode 100755
index 0000000..584ce02
--- /dev/null
+++ b/security/fingerprint/BUILD
@@ -0,0 +1,2 @@
+sh configure.sh &&
+qt4_build
diff --git a/security/fingerprint/DEPENDS b/security/fingerprint/DEPENDS
new file mode 100755
index 0000000..12af3b0
--- /dev/null
+++ b/security/fingerprint/DEPENDS
@@ -0,0 +1,4 @@
+depends libfakekey &&
+depends libfprint &&
+depends qca-openssl &&
+depends qt4
diff --git a/security/fingerprint/DETAILS b/security/fingerprint/DETAILS
new file mode 100755
index 0000000..94c8655
--- /dev/null
+++ b/security/fingerprint/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=fingerprint
+ VERSION=0.11
+ SOURCE=${SPELL}GUI-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://darkblue.homeip.net/$SPELL/$SOURCE
+ LICENSE[0]=GPLv3
+ WEB_SITE=http://darkblue.homeip.net/fingerprint/
+ ENTERED=20090828
+ SHORT="Qt GUI for libfprint"
+ DOCS="Install-step-by-step.pdf Hacking.pdf COPYING CHANGELOG"
+cat << EOF
+A Qt GUI based on libfprint.
+EOF
diff --git a/security/fingerprint/HISTORY b/security/fingerprint/HISTORY
new file mode 100644
index 0000000..6ad100e
--- /dev/null
+++ b/security/fingerprint/HISTORY
@@ -0,0 +1,3 @@
+2009-08-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/security/fingerprint/INSTALL b/security/fingerprint/INSTALL
new file mode 100755
index 0000000..df1b219
--- /dev/null
+++ b/security/fingerprint/INSTALL
@@ -0,0 +1 @@
+sh install.sh --fprint-only
diff --git a/security/fingerprint/PRE_BUILD b/security/fingerprint/PRE_BUILD
new file mode 100755
index 0000000..11b064b
--- /dev/null
+++ b/security/fingerprint/PRE_BUILD
@@ -0,0 +1,19 @@
+default_pre_build &&
+
+#
+# Do not install to local directories
+#
+sed -i "s:BIN=.*:BIN=$INSTALL_ROOT/usr/bin:"
$SOURCE_DIRECTORY/install.sh &&
+sed -i "s:SECURITY=.*:SECURITY=$INSTALL_ROOT/lib/security:"
$SOURCE_DIRECTORY/install.sh &&
+sed -i "s:LIBDIR=.*:LIBDIR=$INSTALL_ROOT/usr/lib:"
$SOURCE_DIRECTORY/install.sh &&
+sed -i "s:APPDIR=.*:APPDIR=$INSTALL_ROOT/usr/share/applications:"
$SOURCE_DIRECTORY/install.sh &&
+
+#
+# Do not build files based on proprietary UPEK module
+#
+for file in fingerprintHelper/pro.32 fingerprintHelper/fingerprintHelper.pro
\
+ fingerprintIdentifier/fingerprintIdentifier.pro fingerprintGUI/pro.32 \
+ fingerprintIdentifier/pro.32 fingerprintGUI/fingerprintGUI.pro
+do
+ sed -i 's:with-upek::g' $SOURCE_DIRECTORY/bin/$file
+done
diff --git a/security/fingerprint/fingerprintGUI-0.11.tar.gz.sig
b/security/fingerprint/fingerprintGUI-0.11.tar.gz.sig
new file mode 100644
index 0000000..0098cff
Binary files /dev/null and
b/security/fingerprint/fingerprintGUI-0.11.tar.gz.sig differ
diff --git a/x11-libs/libfakekey/DEPENDS b/x11-libs/libfakekey/DEPENDS
new file mode 100755
index 0000000..c090692
--- /dev/null
+++ b/x11-libs/libfakekey/DEPENDS
@@ -0,0 +1,9 @@
+depends libx11 '--with-x' &&
+depends libxtst &&
+
+optional_depends libice '' '' 'for X11 Inter-Client Exchange support' &&
+
+optional_depends doxygen \
+ '--enable-doxygen-docs' \
+ '--disable-doxygen-docs' \
+ 'to build API documentation'
diff --git a/x11-libs/libfakekey/DETAILS b/x11-libs/libfakekey/DETAILS
new file mode 100755
index 0000000..d3adb9e
--- /dev/null
+++ b/x11-libs/libfakekey/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libfakekey
+ VERSION=0.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ SOURCE_URL[0]=http://matchbox-project.org/sources/$SPELL/$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE[0]=GPL
+ WEB_SITE=http://matchbox-project.org/
+ KEYWORDS="x11 lib"
+ ENTERED=20090829
+ SHORT="X11 virtual keyboard library"
+cat << EOF
+X11 Virtual Keyboard Library from the Matchbox WM project.
+EOF
diff --git a/x11-libs/libfakekey/HISTORY b/x11-libs/libfakekey/HISTORY
new file mode 100644
index 0000000..5dfe79e
--- /dev/null
+++ b/x11-libs/libfakekey/HISTORY
@@ -0,0 +1,3 @@
+2009-08-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/x11-libs/libfakekey/libfakekey-0.1.tar.bz2.sig
b/x11-libs/libfakekey/libfakekey-0.1.tar.bz2.sig
new file mode 100644
index 0000000..7e4888b
Binary files /dev/null and b/x11-libs/libfakekey/libfakekey-0.1.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (78e5055f32527dbd94fc788ef658ac5866e15565), Eric Sandall, 08/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page