summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-02 23:20:58 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-02 23:20:58 +0800
commit219bfab8688405b5cf99a931eae99be1acbf84a6 (patch)
tree266cfe1c2e35e04866ee48f1ef6f5a0de3ce2c41
parent470a0da5baf3c062fa815c5e45697bc28275959e (diff)
downloadmarcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.tar
marcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.tar.gz
marcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.tar.bz2
marcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.tar.lz
marcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.tar.xz
marcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.tar.zst
marcuscom-ports-219bfab8688405b5cf99a931eae99be1acbf84a6.zip
- Add gnome-gpg
Simple commandline wrapper around gpg that makes it store its passphrase in gnome-keyring. It is a direct competitor to (the unmaintained) quintuple-agent. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7185 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--security/gnome-gpg/Makefile28
-rw-r--r--security/gnome-gpg/distinfo3
-rw-r--r--security/gnome-gpg/pkg-descr3
3 files changed, 34 insertions, 0 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile
new file mode 100644
index 000000000..935207b94
--- /dev/null
+++ b/security/gnome-gpg/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: gnome-gpg
+# Date created: 2006-09-02
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-gpg
+PORTVERSION= 0.5.0
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Simple commandline wrapper around gpg for gnome-keyring
+
+BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
+RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GNOME= libgnomeui
+
+PLIST_FILES= bin/gnome-gpg
+MAN1= gnome-gpg.1
+
+.include <bsd.port.mk>
diff --git a/security/gnome-gpg/distinfo b/security/gnome-gpg/distinfo
new file mode 100644
index 000000000..fd7f10f9e
--- /dev/null
+++ b/security/gnome-gpg/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-gpg-0.5.0.tar.bz2) = 3930f850eea59c7d90775d2d790446c1
+SHA256 (gnome-gpg-0.5.0.tar.bz2) = 2acebd35613e78ecac14cd4783f9df6d33a25e62857cb5cb868091f0d05a53d5
+SIZE (gnome-gpg-0.5.0.tar.bz2) = 69620
diff --git a/security/gnome-gpg/pkg-descr b/security/gnome-gpg/pkg-descr
new file mode 100644
index 000000000..fc0cb1a01
--- /dev/null
+++ b/security/gnome-gpg/pkg-descr
@@ -0,0 +1,3 @@
+Simple commandline wrapper around gpg that makes it store its passphrase
+in gnome-keyring. It is a direct competitor to (the unmaintained)
+quintuple-agent.