Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f5fd1679b4390f479b1e8afa61332511d031438a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (f5fd1679b4390f479b1e8afa61332511d031438a)
  • Date: Sun, 4 Jan 2009 13:29:49 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
crypto/qca-gnupg/BUILD | 6 ++++++
crypto/qca-gnupg/DEPENDS | 2 ++
crypto/qca-gnupg/DETAILS | 15 +++++++++++++++
crypto/qca-gnupg/HISTORY | 2 ++
5 files changed, 28 insertions(+)

New commits:
commit f5fd1679b4390f479b1e8afa61332511d031438a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

qca-gnupg: Added new spell for qca plugin

diff --git a/ChangeLog b/ChangeLog
index d51ee73..e786662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-01-04 George Sherwood <gsherwood AT sourcemage.org>
+ * crypto/qca-gnupg: new spell, provided OpenPGP for qca2
+
2009-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* audio-soft/mp3dup: new spell, an mp3 duplicate detector
* perl-cpan/video-info: new spell, provides information about
diff --git a/crypto/qca-gnupg/BUILD b/crypto/qca-gnupg/BUILD
new file mode 100755
index 0000000..6472954
--- /dev/null
+++ b/crypto/qca-gnupg/BUILD
@@ -0,0 +1,6 @@
+QTDIR=/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+./configure $OPTS &&
+make_single &&
+make &&
+make_normal
diff --git a/crypto/qca-gnupg/DEPENDS b/crypto/qca-gnupg/DEPENDS
new file mode 100755
index 0000000..8bd7ce9
--- /dev/null
+++ b/crypto/qca-gnupg/DEPENDS
@@ -0,0 +1,2 @@
+depends qca2 &&
+depends gnupg
diff --git a/crypto/qca-gnupg/DETAILS b/crypto/qca-gnupg/DETAILS
new file mode 100755
index 0000000..d2e5420
--- /dev/null
+++ b/crypto/qca-gnupg/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=qca-gnupg
+ VERSION=2.0.0-beta3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://delta.affinix.com/download/qca/2.0/plugins/$SOURCE
+
SOURCE_HASH=sha512:b9e0591e861a57c10accbdf91ba6ff5f3cd272254bcd1425a44cdce2689cb626fbf9d62f2657724f293f5ca60dfb4bc5aa7ada850b768f6cba6bb388b97bbdc7
+ LICENSE[0]=GPL
+ WEB_SITE=http://delta.affinix.com/qca
+ ENTERED=20050101
+ KEYWORDS="qt crypto"
+ SHORT="Qt Cryptographic Architecture"
+cat << EOF
+QCA aims to provide a straightforward and cross-platform crypto API,
+using Qt datatypes and conventions.
+EOF
diff --git a/crypto/qca-gnupg/HISTORY b/crypto/qca-gnupg/HISTORY
new file mode 100644
index 0000000..3ec2ad0
--- /dev/null
+++ b/crypto/qca-gnupg/HISTORY
@@ -0,0 +1,2 @@
+2009-01-04 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS, BUILD, DEPENDS: Added this spell



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f5fd1679b4390f479b1e8afa61332511d031438a), George Sherwood, 01/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page