Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (04a9c5c5414350214d06e0cd46c26f175bb39337)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (04a9c5c5414350214d06e0cd46c26f175bb39337)
  • Date: Mon, 5 Feb 2007 09:09:51 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
crypto/xca/BUILD | 10 ++++++++++
crypto/xca/DEPENDS | 2 ++
crypto/xca/DETAILS | 19 +++++++++++++++++++
crypto/xca/HISTORY | 3 +++
5 files changed, 37 insertions(+)

New commits:
commit 04a9c5c5414350214d06e0cd46c26f175bb39337
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

xca: new spell, graphical certification authority

diff --git a/ChangeLog b/ChangeLog
index 8f06d55..f756062 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-05 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/xca: new spell, a graphical certification authority
+
2007-02-04 Treeve Jelbert <treeve AT pi.be>
* graphics/djview4: new spell

diff --git a/crypto/xca/BUILD b/crypto/xca/BUILD
new file mode 100755
index 0000000..3ba82a9
--- /dev/null
+++ b/crypto/xca/BUILD
@@ -0,0 +1,10 @@
+sedit 's:for lib in lib out:for lib in "" lib out:' configure &&
+sedit 's:/local::' configure &&
+
+sedit 's:mandir=man:mandir=share/man:' doc/Makefile &&
+
+export QTDIR="/usr/lib/qt4" &&
+export PATH=${TRACK_ROOT}/usr/bin/qt4:$PATH &&
+
+./configure &&
+make
diff --git a/crypto/xca/DEPENDS b/crypto/xca/DEPENDS
new file mode 100755
index 0000000..961f4e3
--- /dev/null
+++ b/crypto/xca/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl &&
+depends qt4
diff --git a/crypto/xca/DETAILS b/crypto/xca/DETAILS
new file mode 100755
index 0000000..22721cc
--- /dev/null
+++ b/crypto/xca/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xca
+ VERSION=0.6.0-beta02
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/xca/$SOURCE
+
SOURCE_HASH=sha512:0a2c63b696e49f1c9051bc1afb08b055721e757cf10b2e6da00845b6d51dff4b50d81db45a84c32fde9bacd33fd0014b2292127ea6cd54e0e94174cc69bc4662
+ LICENSE[0]=BSD
+ WEB_SITE=http://www.hohnstaedt.de/xca.html
+ ENTERED=20070205
+ KEYWORDS="crypto"
+ SHORT="graphical certification authority"
+cat << EOF
+This application is intended for creating and managing X.509 certificates,
+certificate requests, private keys RSA and DSA. Everything that is needed
for
+a CA is implemented. All CAs can sign sub-CAs recursively. These certificate
+chains are shown clearly. For an easy company-wide use there are
customiseable
+templates that can be used for certificate or request generation. All crypto
+data is stored in a local portable file format.
+EOF
diff --git a/crypto/xca/HISTORY b/crypto/xca/HISTORY
new file mode 100644
index 0000000..37ccc76
--- /dev/null
+++ b/crypto/xca/HISTORY
@@ -0,0 +1,3 @@
+2007-02-05 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 0.6.0-beta02
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (04a9c5c5414350214d06e0cd46c26f175bb39337), Ladislav Hagara, 02/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page