pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/epg EasyPG is a GnuPG interface for Emacs. I...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16d763d2bb48
branches: trunk
changeset: 518442:16d763d2bb48
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Sep 10 00:36:21 2006 +0000
description:
EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient
tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
fully functional interface library to GnuPG (EasyPG Library.) It does
not cache passphrases, so gpg-agent (security/gnupg-devel) is
recommended.
diffstat:
security/epg/DESCR | 5 +++++
security/epg/Makefile | 20 ++++++++++++++++++++
security/epg/PLIST | 14 ++++++++++++++
security/epg/distinfo | 5 +++++
4 files changed, 44 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r 625e7bd270a3 -r 16d763d2bb48 security/epg/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/epg/DESCR Sun Sep 10 00:36:21 2006 +0000
@@ -0,0 +1,5 @@
+EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient
+tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
+fully functional interface library to GnuPG (EasyPG Library.) It does
+not cache passphrases, so gpg-agent (security/gnupg-devel) is
+recommended.
diff -r 625e7bd270a3 -r 16d763d2bb48 security/epg/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/epg/Makefile Sun Sep 10 00:36:21 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/10 00:36:21 gdt Exp $
+
+DISTNAME= epg-0.0.5
+PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+CATEGORIES= security mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/21627/}
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= http://www.easypg.org/
+COMMENT= GnuPG interface for emacs
+
+GNU_CONFIGURE= YES
+MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q}
+
+# per README, GnuPG 1.4.3 and GNU Emacs 21.4 or XEmacs 21.4
+DEPENDS+= gnupg>=1.4.3:../../security/gnupg
+EMACS_VERSIONS_ACCEPTED= emacs21 xemacs214
+
+.include "../../mk/emacs.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 625e7bd270a3 -r 16d763d2bb48 security/epg/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/epg/PLIST Sun Sep 10 00:36:21 2006 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/10 00:36:21 gdt Exp $
+share/emacs/site-lisp/epg/epa-dired.el
+share/emacs/site-lisp/epg/epa-dired.elc
+share/emacs/site-lisp/epg/epa-file.el
+share/emacs/site-lisp/epg/epa-file.elc
+share/emacs/site-lisp/epg/epa-setup.el
+share/emacs/site-lisp/epg/epa-setup.elc
+share/emacs/site-lisp/epg/epa.el
+share/emacs/site-lisp/epg/epa.elc
+share/emacs/site-lisp/epg/epg-config.el
+share/emacs/site-lisp/epg/epg-config.elc
+share/emacs/site-lisp/epg/epg.el
+share/emacs/site-lisp/epg/epg.elc
+@dirrm share/emacs/site-lisp/epg
diff -r 625e7bd270a3 -r 16d763d2bb48 security/epg/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/epg/distinfo Sun Sep 10 00:36:21 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/09/10 00:36:21 gdt Exp $
+
+SHA1 (epg-0.0.5.tar.gz) = 7ae335a428e592baf3d7074abf5435056f8bf9d4
+RMD160 (epg-0.0.5.tar.gz) = dd425b4d12770f4e9891afe1236c4fa468a38905
+Size (epg-0.0.5.tar.gz) = 85851 bytes
Home |
Main Index |
Thread Index |
Old Index