pkgsrc-WIP-changes archive

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

php-gnupg: Imported into Pkgsrc, remove from WIP



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Mon Mar 16 04:50:29 2020 +0000
Changeset:	c67d695f3b82c6cd11b63adab65a39aee3cf053a

Removed Files:
	php-gnupg/DESCR
	php-gnupg/MESSAGE
	php-gnupg/Makefile
	php-gnupg/PLIST
	php-gnupg/distinfo
	php-gnupg/patches/patch-config.m4

Log Message:
php-gnupg: Imported into Pkgsrc, remove from WIP

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

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

diffstat:
 php-gnupg/DESCR                   |  5 -----
 php-gnupg/MESSAGE                 |  7 -------
 php-gnupg/Makefile                | 22 ----------------------
 php-gnupg/PLIST                   |  4 ----
 php-gnupg/distinfo                |  7 -------
 php-gnupg/patches/patch-config.m4 | 15 ---------------
 6 files changed, 60 deletions(-)

diffs:
diff --git a/php-gnupg/DESCR b/php-gnupg/DESCR
deleted file mode 100644
index 094b952593..0000000000
--- a/php-gnupg/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-PHP module for interacting with gnupg.
-https://www.php.net/manual/en/book.gnupg
-
-The extension supports only gnupg version 1 and the version 2 is not
-currently supported.
diff --git a/php-gnupg/MESSAGE b/php-gnupg/MESSAGE
deleted file mode 100644
index 249febbcd2..0000000000
--- a/php-gnupg/MESSAGE
+++ /dev/null
@@ -1,7 +0,0 @@
-This PHP extension supports only gnupg version 1.
-
-This can be achieved by setting:
-
-	PKG_OPTIONS.gpgme+=gnupg1
-
-inside /etc/mk.conf, and then reinstall gpgme package.
diff --git a/php-gnupg/Makefile b/php-gnupg/Makefile
deleted file mode 100644
index e397d832bb..0000000000
--- a/php-gnupg/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-MODNAME=		gnupg
-PECL_VERSION=		1.4.0
-CATEGORIES=		security
-
-MAINTAINER=		tpaul%NetBSD.org@localhost
-LICENSE=		modified-bsd
-COMMENT=		PHP module for interacting with gnupg
-
-CONFIGURE_ARGS+=	--with-gnupg=${PREFIX}/include
-
-INSTALLATION_DIRS+=	include/php/ext/gnupg
-
-.include "../../security/gpgme/buildlink3.mk"
-
-.if !empty(PKG_BUILD_OPTIONS.gpgme:Mgnupg2)
-PKG_FAIL_REASON+=	"gpgme should be built with gnupg1 option"
-.endif
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/php-gnupg/PLIST b/php-gnupg/PLIST
deleted file mode 100644
index 8b759ca414..0000000000
--- a/php-gnupg/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-lib/php/20191128/gnupg.so
-share/examples/php/gnupg.ini
-@pkgdir include/php/ext/gnupg
diff --git a/php-gnupg/distinfo b/php-gnupg/distinfo
deleted file mode 100644
index d3cecbcf9a..0000000000
--- a/php-gnupg/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (php-gnupg/gnupg-1.4.0.tgz) = 9cde50cc86fe3628b7313ee8064ee56e41ef43a2
-RMD160 (php-gnupg/gnupg-1.4.0.tgz) = 3b68c9d109d9c827c630fb96889e94c3c31ec1bd
-SHA512 (php-gnupg/gnupg-1.4.0.tgz) = 70fa1d2956bc5caedbeadf556f9f40a7b963d3b519d6574b0c7695d9fb4c7f9d612306f475a90a1125661407c11de97040e54b158f38d71f239c1fe436d48018
-Size (php-gnupg/gnupg-1.4.0.tgz) = 28349 bytes
-SHA1 (patch-config.m4) = f633ef053cbe222e23aedc40223ed5091740e6eb
diff --git a/php-gnupg/patches/patch-config.m4 b/php-gnupg/patches/patch-config.m4
deleted file mode 100644
index 850b433062..0000000000
--- a/php-gnupg/patches/patch-config.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-$host_os could be "netbsd" (all lowercase) according to config.log
-
-Upstream PR: https://github.com/php-gnupg/php-gnupg/pull/17
-
---- config.m4.orig	2016-08-29 19:02:44.000000000 +0000
-+++ config.m4
-@@ -3,5 +3,5 @@ dnl config.m4 for extension gnupg
- AC_CANONICAL_HOST
- case $host_os in
--   *BSD*)
-+   *BSD* | *bsd)
-         GNUPG_DL=""
-         ;;


Home | Main Index | Thread Index | Old Index