Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (769a33fa65c0d8d17263cf11a017ccd8fe65b075)
  • Date: Tue, 23 Oct 2007 18:04:48 -0500

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

ChangeLog | 4 ++++
crypto/gnomint/DEPENDS | 3 +++
crypto/gnomint/DETAILS | 19 +++++++++++++++++++
crypto/gnomint/HISTORY | 3 +++
4 files changed, 29 insertions(+)

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

gnomint 0.1.5, new spell, a certification authority management tool

diff --git a/ChangeLog b/ChangeLog
index 639f9d9..c7b8281 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-23 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/gnomint: new spell
+ a certification authority management tool for GTK/GNOME
+
2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
* http/iceweasel: new spell, the GNU version of the Firefox browser

diff --git a/crypto/gnomint/DEPENDS b/crypto/gnomint/DEPENDS
new file mode 100755
index 0000000..cdd9cb3
--- /dev/null
+++ b/crypto/gnomint/DEPENDS
@@ -0,0 +1,3 @@
+depends libgnomeui &&
+depends sqlite &&
+depends gnutls
diff --git a/crypto/gnomint/DETAILS b/crypto/gnomint/DETAILS
new file mode 100755
index 0000000..8cb723c
--- /dev/null
+++ b/crypto/gnomint/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gnomint
+ VERSION=0.1.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:88900e6c55b2db4abebeb34beb47c456691918c2846b960d86e1fd8a9c0846ba5998c399ecfe4ca9a66fdabce9e0dc0ffa3d3a542c659a76a39c2823e0434dc3
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://gnomint.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20071023
+ SHORT="a certification authority management tool for GTK/GNOME"
+cat << EOF
+gnoMint is a tool for easily creating and managing certification
+authorities. It provides fancy visualization of all the pieces of information
+that pertain to a CA, such as x509 certificates, CSRs, and CRLs. gnoMint is
+currently capable of managing a CA that emits certificates that are able to
+authenticate people or machines in VPNs (IPSec or other protocols), secure
+HTTP communications with SSL/TLS, authenticate and cipher HTTP communications
+through Web-client certificates, and sign or crypt email messages.
+EOF
diff --git a/crypto/gnomint/HISTORY b/crypto/gnomint/HISTORY
new file mode 100644
index 0000000..066157f
--- /dev/null
+++ b/crypto/gnomint/HISTORY
@@ -0,0 +1,3 @@
+2007-10-23 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, HISTORY: created this spell, version 1.5
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (769a33fa65c0d8d17263cf11a017ccd8fe65b075), Ladislav Hagara, 10/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page