pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/php70-extensions meta-pkgs/php70-extensions:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bbcdf24ef1b
branches:  trunk
changeset: 327960:9bbcdf24ef1b
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 14 13:10:07 2019 +0000

description:
meta-pkgs/php70-extensions: remove package

Remove package since php70 (PHP 7.0) has been EOL.

diffstat:

 meta-pkgs/php70-extensions/DESCR    |   6 ---
 meta-pkgs/php70-extensions/Makefile |  70 -------------------------------------
 2 files changed, 0 insertions(+), 76 deletions(-)

diffs (84 lines):

diff -r e6648a3aab0f -r 9bbcdf24ef1b meta-pkgs/php70-extensions/DESCR
--- a/meta-pkgs/php70-extensions/DESCR  Mon Jan 14 13:09:05 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-PHP 7.0.x is HTML-embedded scripting language.
-
-This package does not contain anything by itself -- it is a
-"meta-package" that depends on other PHP packages.  Its sole purpose is
-to require dependencies so users can install this package only and
-have all the PHP stuff pulled in by the package dependency mechanism.
diff -r e6648a3aab0f -r 9bbcdf24ef1b meta-pkgs/php70-extensions/Makefile
--- a/meta-pkgs/php70-extensions/Makefile       Mon Jan 14 13:09:05 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2018/12/09 16:19:00 taca Exp $
-
-DISTNAME=      ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION}
-PKGREVISION=   1
-CATEGORIES=    meta-pkgs www
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.php.net/
-COMMENT=       "meta-package" for the PHP 7.0 HTML-embedded scripting language
-
-DEPENDS+=      php>=${PHP_VERSION}<${NEXT_VERS}:${PHPPKGSRCDIR}
-DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=${PHP_VERSION}<${NEXT_VERS}:../../www/ap-php
-DEPENDS+=      ${PHP_PKG_PREFIX}-fpm>=${PHP_VERSION}<${NEXT_VERS}:../../www/php-fpm
-
-DEPENDS+=      ${PHP_PKG_PREFIX}-bcmath>=${PHP_VERSION}<${NEXT_VERS}:../../math/php-bcmath
-DEPENDS+=      ${PHP_PKG_PREFIX}-bz2>=${PHP_VERSION}<${NEXT_VERS}:../../archivers/php-bz2
-DEPENDS+=      ${PHP_PKG_PREFIX}-calendar>=${PHP_VERSION}<${NEXT_VERS}:../../time/php-calendar
-DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=${PHP_VERSION}<${NEXT_VERS}:../../www/php-curl
-DEPENDS+=      ${PHP_PKG_PREFIX}-dba>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-dba
-DEPENDS+=      ${PHP_PKG_PREFIX}-enchant>=${PHP_VERSION}:../../textproc/php-enchant
-DEPENDS+=      ${PHP_PKG_PREFIX}-exif>=${PHP_VERSION}<${NEXT_VERS}:../../graphics/php-exif
-DEPENDS+=      ${PHP_PKG_PREFIX}-ftp>=${PHP_VERSION}<${NEXT_VERS}:../../net/php-ftp
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=${PHP_VERSION}<${NEXT_VERS}:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-gettext>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-gettext
-DEPENDS+=      ${PHP_PKG_PREFIX}-gmp>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-gmp
-DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=${PHP_VERSION}<${NEXT_VERS}:../../converters/php-iconv
-DEPENDS+=      ${PHP_PKG_PREFIX}-recode>=${PHP_VERSION}<${NEXT_VERS}:../../converters/php-recode
-DEPENDS+=      ${PHP_PKG_PREFIX}-imap>=${PHP_VERSION}<${NEXT_VERS}:../../mail/php-imap
-DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-intl
-DEPENDS+=      ${PHP_PKG_PREFIX}-json>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-json
-DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-ldap
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_VERSION}<${NEXT_VERS}:../../converters/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=${PHP_VERSION}<${NEXT_VERS}:../../security/php-mcrypt
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-mysqli
-# broken
-# DEPENDS+=    ${PHP_PKG_PREFIX}-odbc>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-odbc
-DEPENDS+=      ${PHP_PKG_PREFIX}-opcache>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-opcache
-DEPENDS+=      ${PHP_PKG_PREFIX}-pcntl>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-pcntl
-DEPENDS+=      ${PHP_PKG_PREFIX}-pdo>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo
-DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_dblib>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_dblib
-DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_mysql
-DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_pgsql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_pgsql
-DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_sqlite>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pdo_sqlite
-DEPENDS+=      ${PHP_PKG_PREFIX}-pgsql>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-pgsql
-DEPENDS+=      ${PHP_PKG_PREFIX}-sqlite3>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-sqlite3
-DEPENDS+=      ${PHP_PKG_PREFIX}-posix>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-posix
-DEPENDS+=      ${PHP_PKG_PREFIX}-pspell>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-pspell
-DEPENDS+=      ${PHP_PKG_PREFIX}-shmop>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-shmop
-DEPENDS+=      ${PHP_PKG_PREFIX}-snmp>=${PHP_VERSION}<${NEXT_VERS}:../../net/php-snmp
-DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=${PHP_VERSION}<${NEXT_VERS}:../../net/php-soap
-DEPENDS+=      ${PHP_PKG_PREFIX}-sockets>=${PHP_VERSION}<${NEXT_VERS}:../../net/php-sockets
-DEPENDS+=      ${PHP_PKG_PREFIX}-sysvmsg>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-sysvmsg
-DEPENDS+=      ${PHP_PKG_PREFIX}-sysvsem>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-sysvsem
-DEPENDS+=      ${PHP_PKG_PREFIX}-sysvshm>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-sysvshm
-DEPENDS+=      ${PHP_PKG_PREFIX}-tidy>=${PHP_VERSION}<${NEXT_VERS}:../../www/php-tidy
-DEPENDS+=      ${PHP_PKG_PREFIX}-wddx>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-wddx
-DEPENDS+=      ${PHP_PKG_PREFIX}-xmlrpc>=${PHP_VERSION}<${NEXT_VERS}:../../net/php-xmlrpc
-DEPENDS+=      ${PHP_PKG_PREFIX}-xsl>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-xsl
-DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=${PHP_VERSION}<${NEXT_VERS}:../../archivers/php-zip
-DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=${PHP_VERSION}<${NEXT_VERS}:../../archivers/php-zlib
-
-NEXT_VERS=             7.1
-PHP_VERSIONS_ACCEPTED= 70
-META_PACKAGE=          yes
-
-.include "../../lang/php/phpversion.mk"
-.include "../../mk/apache.mk"
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index