From ffd0d8b68dfba5cd9f929be2756186dfc7a010de Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 13 Sep 2006 12:49:37 +0000 Subject: move EasyPG from epg to EasyPG, and change PKGNAME to EasyPG. --- security/EasyPG/DESCR | 5 +++++ security/EasyPG/Makefile | 20 ++++++++++++++++++++ security/EasyPG/PLIST | 14 ++++++++++++++ security/EasyPG/distinfo | 5 +++++ 4 files changed, 44 insertions(+) create mode 100644 security/EasyPG/DESCR create mode 100644 security/EasyPG/Makefile create mode 100644 security/EasyPG/PLIST create mode 100644 security/EasyPG/distinfo (limited to 'security') diff --git a/security/EasyPG/DESCR b/security/EasyPG/DESCR new file mode 100644 index 00000000000..4706048675e --- /dev/null +++ b/security/EasyPG/DESCR @@ -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 --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile new file mode 100644 index 00000000000..e5e48720140 --- /dev/null +++ b/security/EasyPG/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/09/13 12:49:37 gdt Exp $ + +DISTNAME= epg-0.0.5 +PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} +CATEGORIES= security mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/21627/} + +MAINTAINER= gdt@NetBSD.org +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 --git a/security/EasyPG/PLIST b/security/EasyPG/PLIST new file mode 100644 index 00000000000..31f553d16a9 --- /dev/null +++ b/security/EasyPG/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/13 12:49:37 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 --git a/security/EasyPG/distinfo b/security/EasyPG/distinfo new file mode 100644 index 00000000000..c5df2a0d7ff --- /dev/null +++ b/security/EasyPG/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/09/13 12:49:37 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 -- cgit v1.2.3