aboutsummaryrefslogtreecommitdiff
path: root/mail/ez-pine-gpg
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-06-20 09:42:53 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-06-20 09:42:53 +0000
commit10dce38304b2a339cc4b253650074d319d8d68ce (patch)
tree5391a1afbdec2bff997706188cde9a2e18d1a0e2 /mail/ez-pine-gpg
parentd3d44c64975f664d61d5597cff6f66bb175b9b15 (diff)
downloadports-10dce38304b2a339cc4b253650074d319d8d68ce.tar.gz
ports-10dce38304b2a339cc4b253650074d319d8d68ce.zip
- New port: ez-pine-gpg
ez-pine-gpg is a set of scripts that allows beginners and experts to use gpg with Pine.
Notes
Notes: svn path=/head/; revision=215328
Diffstat (limited to 'mail/ez-pine-gpg')
-rw-r--r--mail/ez-pine-gpg/Makefile31
-rw-r--r--mail/ez-pine-gpg/distinfo3
-rw-r--r--mail/ez-pine-gpg/pkg-descr8
-rw-r--r--mail/ez-pine-gpg/pkg-plist9
4 files changed, 51 insertions, 0 deletions
diff --git a/mail/ez-pine-gpg/Makefile b/mail/ez-pine-gpg/Makefile
new file mode 100644
index 000000000000..cc308ed8bb13
--- /dev/null
+++ b/mail/ez-pine-gpg/Makefile
@@ -0,0 +1,31 @@
+# New ports collection Makefile for: ez-pine-gpg
+# Date created: 20 June 2008
+# Whom: gahr
+#
+# $FreeBSD$
+
+PORTNAME= ez-pine-gpg
+DISTVERSION= 0.4h
+CATEGORIES= mail
+MASTER_SITES= http://business-php.com/opensource/ez-pine-gpg/
+DISTNAME= ${PORTNAME}_v${DISTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= gahr@FreeBSD.org
+COMMENT= A set of scripts to use gpg with Pine
+
+RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+NO_BUILD= yes
+
+do-install:
+ (cd ${WRKSRC} && ./install ${PREFIX}/bin)
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${INSTALL} -d ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/ez-pine-gpg/distinfo b/mail/ez-pine-gpg/distinfo
new file mode 100644
index 000000000000..6a43759b6a19
--- /dev/null
+++ b/mail/ez-pine-gpg/distinfo
@@ -0,0 +1,3 @@
+MD5 (ez-pine-gpg_v0.4h.tgz) = d40fb672db7c35f776f428e8a81269e9
+SHA256 (ez-pine-gpg_v0.4h.tgz) = b4c58d83a591536fd881592d57fbb38ea4783886a4e2022c1f30b35b7f363247
+SIZE (ez-pine-gpg_v0.4h.tgz) = 14757
diff --git a/mail/ez-pine-gpg/pkg-descr b/mail/ez-pine-gpg/pkg-descr
new file mode 100644
index 000000000000..53f84148964d
--- /dev/null
+++ b/mail/ez-pine-gpg/pkg-descr
@@ -0,0 +1,8 @@
+ez-pine-gpg is a set of scripts that allows beginners and experts
+to use gpg with Pine. There are plenty of other applications that
+allow gpg to be used with Pine: This one is intended to be the
+best, since it merges intuitive use with powerful features.
+The result is an application that's not only fast and secure,
+but also perfect for novices and power-users alike.
+
+WWW: http://business-php.com/opensource/ez-pine-gpg/
diff --git a/mail/ez-pine-gpg/pkg-plist b/mail/ez-pine-gpg/pkg-plist
new file mode 100644
index 000000000000..27c8f4203174
--- /dev/null
+++ b/mail/ez-pine-gpg/pkg-plist
@@ -0,0 +1,9 @@
+bin/ez-pine-gpg-sign
+bin/ez-pine-gpg-encrypt
+bin/ez-pine-gpg-sign-and-encrypt
+bin/ez-pine-gpg-symmetric
+bin/ez-pine-gpg-incoming
+bin/ez-pine-gpg-helper-recipient
+bin/ez-pine-gpg-helper-sender
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%