Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 57B7E1A923A for ; Sat, 27 Nov 2021 07:29:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7B87684D79; Sat, 27 Nov 2021 07:29:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3F5784D5E for ; Sat, 27 Nov 2021 07:29:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id W_5qA63orM-L for ; Sat, 27 Nov 2021 07:29:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C7F5F84CD9 for ; Sat, 27 Nov 2021 07:29:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BAEB9FAEC; Sat, 27 Nov 2021 07:29:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637998189131660" MIME-Version: 1.0 Date: Sat, 27 Nov 2021 07:29:49 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/meta-pkgs/php81-extensions To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211127072949.BAEB9FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637998189131660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Nov 27 07:29:49 UTC 2021 Added Files: pkgsrc/meta-pkgs/php81-extensions: DESCR Makefile Log Message: meta-pkgs/php81-extensions: add php81-extensions version 8.1.0 PHP 8.1.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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/meta-pkgs/php81-extensions/DESCR \ pkgsrc/meta-pkgs/php81-extensions/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637998189131660 Content-Disposition: inline Content-Length: 5298 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/meta-pkgs/php81-extensions/DESCR diff -u /dev/null pkgsrc/meta-pkgs/php81-extensions/DESCR:1.1 --- /dev/null Sat Nov 27 07:29:49 2021 +++ pkgsrc/meta-pkgs/php81-extensions/DESCR Sat Nov 27 07:29:49 2021 @@ -0,0 +1,6 @@ +PHP 8.1.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. Index: pkgsrc/meta-pkgs/php81-extensions/Makefile diff -u /dev/null pkgsrc/meta-pkgs/php81-extensions/Makefile:1.1 --- /dev/null Sat Nov 27 07:29:49 2021 +++ pkgsrc/meta-pkgs/php81-extensions/Makefile Sat Nov 27 07:29:49 2021 @@ -0,0 +1,67 @@ +# $NetBSD: Makefile,v 1.1 2021/11/27 07:29:49 taca Exp $ + +DISTNAME= ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION} +CATEGORIES= meta-pkgs www +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.php.net/ +COMMENT= "meta-package" for the PHP 8.1 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}-ffi>=${PHP_VERSION}<${NEXT_VERS}:../../devel/php-ffi +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}-imap>=${PHP_VERSION}<${NEXT_VERS}:../../mail/php-imap +DEPENDS+= ${PHP_PKG_PREFIX}-intl>=${PHP_VERSION}<${NEXT_VERS}:../../textproc/php-intl +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}-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 +# freetds seems x86-64 only +# 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}-sqlite3>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-sqlite3 +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}-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}-sodium>=${PHP_VERSION}<${NEXT_VERS}:../../security/php-sodium +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}-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= 8.2 +PHP_VERSIONS_ACCEPTED= 81 +META_PACKAGE= yes + +.include "../../lang/php/phpversion.mk" +.include "../../mk/apache.mk" +.include "../../mk/bsd.pkg.mk" --_----------=_1637998189131660--