diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-20 17:42:53 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-20 17:42:53 +0800 |
commit | 7ec3df6b9c0b17209fc17d41aa129dde8d5e6268 (patch) | |
tree | bfa02d048db557f7348ca573b09fb9454516adb6 /mail | |
parent | 447d689947b6f4a21731b32b1ad763e31b92e3c4 (diff) | |
download | freebsd-ports-graphics-7ec3df6b9c0b17209fc17d41aa129dde8d5e6268.tar.gz freebsd-ports-graphics-7ec3df6b9c0b17209fc17d41aa129dde8d5e6268.tar.zst freebsd-ports-graphics-7ec3df6b9c0b17209fc17d41aa129dde8d5e6268.zip |
- New port: ez-pine-gpg
ez-pine-gpg is a set of scripts that allows beginners and experts to use
gpg with Pine.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/ez-pine-gpg/Makefile | 31 | ||||
-rw-r--r-- | mail/ez-pine-gpg/distinfo | 3 | ||||
-rw-r--r-- | mail/ez-pine-gpg/pkg-descr | 8 | ||||
-rw-r--r-- | mail/ez-pine-gpg/pkg-plist | 9 |
5 files changed, 52 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 8c3d0b5199c..f94c37a8c29 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -132,6 +132,7 @@ SUBDIR += exmh2 SUBDIR += extmail SUBDIR += extman + SUBDIR += ez-pine-gpg SUBDIR += ezmlm SUBDIR += ezmlm-idx SUBDIR += ezmlm-web diff --git a/mail/ez-pine-gpg/Makefile b/mail/ez-pine-gpg/Makefile new file mode 100644 index 00000000000..cc308ed8bb1 --- /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 00000000000..6a43759b6a1 --- /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 00000000000..53f84148964 --- /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 00000000000..27c8f420317 --- /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%% |