Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcb931d53303fd02c996ee0f0475befe3ba8fe9d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcb931d53303fd02c996ee0f0475befe3ba8fe9d)
  • Date: Fri, 25 Aug 2023 04:38:30 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
crypto/gpg-agent/BUILD | 12 ++++++++++++
crypto/gpg-agent/CONFLICTS | 4 ++++
crypto/gpg-agent/DEPENDS | 5 +++++
crypto/gpg-agent/DETAILS | 21 +++++++++++++++++++++
crypto/gpg-agent/HISTORY | 3 +++
crypto/gpg-agent/INSTALL | 3 +++
7 files changed, 51 insertions(+)

New commits:
commit fcb931d53303fd02c996ee0f0475befe3ba8fe9d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gpg-agent: new spell, GNU privacy guard - cryptographic agent

diff --git a/ChangeLog b/ChangeLog
index 129c10c..da55742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * crypto/gpg-agent: new spell, GNU privacy guard - cryptographic agent
+
2023-08-22 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add "Alex Ameen <alex.ameen.tx AT gmail.com>

diff --git a/crypto/gpg-agent/BUILD b/crypto/gpg-agent/BUILD
new file mode 100755
index 0000000..4c3cfd5
--- /dev/null
+++ b/crypto/gpg-agent/BUILD
@@ -0,0 +1,12 @@
+OPTS="--disable-gpg \
+ --disable-gpgsm \
+ --disable-scdaemon \
+ --disable-tools \
+ --disable-doc \
+ --disable-nls \
+ --docdir=${INSTALL_ROOT}/usr/share/doc/gpg-agent \
+ ${OPTS}" &&
+
+default_build &&
+
+cd doc && make gpg-agent.1 && cd ..
diff --git a/crypto/gpg-agent/CONFLICTS b/crypto/gpg-agent/CONFLICTS
new file mode 100755
index 0000000..98a2439
--- /dev/null
+++ b/crypto/gpg-agent/CONFLICTS
@@ -0,0 +1,4 @@
+conflicts gnupg-2.1 &&
+conflicts gnupg-2.2 &&
+conflicts gnupg-2.4 &&
+conflicts gnupg-exp
diff --git a/crypto/gpg-agent/DEPENDS b/crypto/gpg-agent/DEPENDS
new file mode 100755
index 0000000..6323000
--- /dev/null
+++ b/crypto/gpg-agent/DEPENDS
@@ -0,0 +1,5 @@
+depends pth &&
+depends libgpg-error &&
+depends libgcrypt &&
+depends libassuan &&
+depends libksba
diff --git a/crypto/gpg-agent/DETAILS b/crypto/gpg-agent/DETAILS
new file mode 100755
index 0000000..556cf8e
--- /dev/null
+++ b/crypto/gpg-agent/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gpg-agent
+ VERSION=2.0.31
+ SOURCE=gnupg-${VERSION}.tar.bz2
+ SOURCE_URL[0]=https://www.gnupg.org/ftp/gcrypt/gnupg/${SOURCE}
+ SOURCE_GPG="GnuPG.gpg:${SOURCE}.sig"
+
+ SOURCE2=${SOURCE}.sig
+ SOURCE2_URL[0]=${SOURCE_URL}.sig
+ SOURCE2_IGNORE=signature
+
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gnupg-${VERSION}"
+ GATHER_DOCS=off
+ WEB_SITE=http://www.gnupg.org
+ ENTERED=20230824
+ LICENSE[0]=GPL
+ KEYWORDS="gnupg crypto"
+ SHORT="GNU privacy guard - cryptographic agent"
+cat << EOF
+This package contains the agent program gpg-agent which handles all secret
key
+material for OpenPGP and S/MIME use.
+EOF
diff --git a/crypto/gpg-agent/HISTORY b/crypto/gpg-agent/HISTORY
new file mode 100644
index 0000000..7ad7e5d
--- /dev/null
+++ b/crypto/gpg-agent/HISTORY
@@ -0,0 +1,3 @@
+2023-08-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, CONFLICTS: created this spell,
+ version 2.0.31
diff --git a/crypto/gpg-agent/INSTALL b/crypto/gpg-agent/INSTALL
new file mode 100755
index 0000000..7265cf8
--- /dev/null
+++ b/crypto/gpg-agent/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+
+install -Dm644 doc/gpg-agent.1
"${INSTALL_ROOT}/usr/share/man/man1/gpg-agent.1"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcb931d53303fd02c996ee0f0475befe3ba8fe9d), Vlad Glagolev, 08/25/2023

Archive powered by MHonArc 2.6.24.

Top of Page