pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ez-pine-gpg: add new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun May 6 08:50:00 2018 +0200
Changeset:	6fafd62cbb880f9579e638503d3b660f3afdcc29

Added Files:
	ez-pine-gpg/DESCR
	ez-pine-gpg/Makefile
	ez-pine-gpg/PLIST
	ez-pine-gpg/distinfo

Log Message:
ez-pine-gpg: add new package

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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fafd62cbb880f9579e638503d3b660f3afdcc29

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ez-pine-gpg/DESCR    |  6 ++++++
 ez-pine-gpg/Makefile | 28 ++++++++++++++++++++++++++++
 ez-pine-gpg/PLIST    |  9 +++++++++
 ez-pine-gpg/distinfo |  6 ++++++
 4 files changed, 49 insertions(+)

diffs:
diff --git a/ez-pine-gpg/DESCR b/ez-pine-gpg/DESCR
new file mode 100644
index 0000000000..23986b7201
--- /dev/null
+++ b/ez-pine-gpg/DESCR
@@ -0,0 +1,6 @@
+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.
diff --git a/ez-pine-gpg/Makefile b/ez-pine-gpg/Makefile
new file mode 100644
index 0000000000..d398260cb6
--- /dev/null
+++ b/ez-pine-gpg/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	ez-pine-gpg_v0.4h
+PKGNAME=	${DISTNAME:S/_v/-/}
+CATEGORIES=	security
+MASTER_SITES=	http://business-php.com/opensource/ez-pine-gpg/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://business-php.com/opensource/ez-pine-gpg/
+COMMENT=	Scripts for using gpg with pine
+LICENSE=	gnu-gpl-v2
+
+WRKSRC=		${WRKDIR}/ez-pine-gpg
+USE_LANGUAGES=	# none
+
+INSTALLATION_DIRS=	bin share/doc/ez-pine-gpg
+
+do-build:
+
+do-install:
+	for n in ez-pine-gpg-sign ez-pine-gpg-encrypt ez-pine-gpg-sign-and-encrypt ez-pine-gpg-symmetric ez-pine-gpg-incoming ez-pine-gpg-helper-recipient ez-pine-gpg-helper-sender; \
+	do \
+		${INSTALL_SCRIPT} ${WRKSRC}/$$n ${DESTDIR}${PREFIX}/bin; \
+	done
+	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ez-pine-gpg
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ez-pine-gpg/PLIST b/ez-pine-gpg/PLIST
new file mode 100644
index 0000000000..5a6f38b1dd
--- /dev/null
+++ b/ez-pine-gpg/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/ez-pine-gpg-encrypt
+bin/ez-pine-gpg-helper-recipient
+bin/ez-pine-gpg-helper-sender
+bin/ez-pine-gpg-incoming
+bin/ez-pine-gpg-sign
+bin/ez-pine-gpg-sign-and-encrypt
+bin/ez-pine-gpg-symmetric
+share/doc/ez-pine-gpg/README
diff --git a/ez-pine-gpg/distinfo b/ez-pine-gpg/distinfo
new file mode 100644
index 0000000000..bb7a54b062
--- /dev/null
+++ b/ez-pine-gpg/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ez-pine-gpg_v0.4h.tgz) = a7c858668e991a253d59957eb1b1029083156e75
+RMD160 (ez-pine-gpg_v0.4h.tgz) = eb9c916ad180039506f7ec4cbb529d09c776283b
+SHA512 (ez-pine-gpg_v0.4h.tgz) = ad017b9817e61c6760a629d08e7bde7563bc619bf46b7c4216f9355568f012ea48804683d8f105984d8c8e1b3ddc46119225f2a7411c7c897e923c1585226cc0
+Size (ez-pine-gpg_v0.4h.tgz) = 14757 bytes


Home | Main Index | Thread Index | Old Index