pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/php5-extensions Add php-extensions-5.0 meta-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cc6945df6e5
branches:  trunk
changeset: 482891:1cc6945df6e5
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Thu Nov 04 19:44:37 2004 +0000

description:
Add php-extensions-5.0 meta-package. Pulls in the base PHP5, Apache module
and all extension pkgsrc extension modules for PHP 5.x

diffstat:

 meta-pkgs/php5-extensions/DESCR    |   7 ++++
 meta-pkgs/php5-extensions/Makefile |  63 ++++++++++++++++++++++++++++++++++++++
 meta-pkgs/php5-extensions/PLIST    |   2 +
 meta-pkgs/php5-extensions/distinfo |   2 +
 4 files changed, 74 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 16bd26f0206a -r 1cc6945df6e5 meta-pkgs/php5-extensions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php5-extensions/DESCR   Thu Nov 04 19:44:37 2004 +0000
@@ -0,0 +1,7 @@
+PHP 5.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 port/package dependency
+mechanism.
diff -r 16bd26f0206a -r 1cc6945df6e5 meta-pkgs/php5-extensions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php5-extensions/Makefile        Thu Nov 04 19:44:37 2004 +0000
@@ -0,0 +1,63 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 19:44:37 jdolecek Exp $
+
+DISTNAME=      php-extensions-5.0
+CATEGORIES=    meta-pkgs www php
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    jdolecek%NetBSD.org@localhost
+HOMEPAGE=      http://www.php.net/
+COMMENT=       "meta-package" for the PHP5 HTML-embedded scripting language
+
+# base PHP 5.x package
+DEPENDS+=      php-5.0.*:../../lang/php5
+DEPENDS+=      ap-php-5.0.*:../../www/ap-php
+
+# extensions buildable with both PHP 4.x and PHP 5.x
+DEPENDS+=      php-bcmath-5.0.*:../../math/php-bcmath
+DEPENDS+=      php-bz2-5.0.*:../../archivers/php-bz2
+DEPENDS+=      php-calendar-5.0.*:../../misc/php-calendar
+DEPENDS+=      php-curl-5.0.*:../../www/php-curl
+DEPENDS+=      php-dba-5.0.*:../../databases/php-dba
+DEPENDS+=      php-dbase-5.0.*:../../databases/php-dbase
+DEPENDS+=      php-exif-5.0.*:../../graphics/php-exif
+DEPENDS+=      php-filepro-5.0.*:../../databases/php-filepro
+DEPENDS+=      php-ftp-5.0.*:../../net/php-ftp
+DEPENDS+=      php-gd-5.0.*:../../graphics/php-gd
+DEPENDS+=      php-gettext-5.0.*:../../devel/php-gettext
+DEPENDS+=      php-gmp-5.0.*:../../devel/php-gmp
+DEPENDS+=      php-iconv-5.0.*:../../converters/php-iconv
+DEPENDS+=      php-imap-5.0.*:../../mail/php-imap
+DEPENDS+=      php-ldap-5.0.*:../../databases/php-ldap
+DEPENDS+=      php-mbstring-5.0.*:../../misc/php-mbstring
+DEPENDS+=      php-mcrypt-5.0.*:../../security/php-mcrypt
+DEPENDS+=      php-mhash-5.0.*:../../security/php-mhash
+DEPENDS+=      php-mssql-5.0.*:../../databases/php-mssql
+DEPENDS+=      php-mysql-5.0.*:../../databases/php-mysql
+DEPENDS+=      php-odbc-5.0.*:../../databases/php-odbc
+DEPENDS+=      php-openssl-5.0.*:../../security/php-openssl
+DEPENDS+=      php-pgsql-5.0.*:../../databases/php-pgsql
+DEPENDS+=      php-posix-5.0.*:../../devel/php-posix
+DEPENDS+=      php-shmop-5.0.*:../../devel/php-shmop
+DEPENDS+=      php-snmp-5.0.*:../../net/php-snmp
+DEPENDS+=      php-sockets-5.0.*:../../net/php-sockets
+DEPENDS+=      php-sysvsem-5.0.*:../../devel/php-sysvsem
+DEPENDS+=      php-sysvshm-5.0.*:../../devel/php-sysvshm
+DEPENDS+=      php-wddx-5.0.*:../../textproc/php-wddx
+DEPENDS+=      php-yp-5.0.*:../../net/php-yp
+DEPENDS+=      php-zlib-5.0.*:../../archivers/php-zlib
+
+# PHP 5.x-only extensions
+DEPENDS+=      php-mysqli-5.0.*:../../databases/php5-mysqli
+DEPENDS+=      php-sqlite-5.0.*:../../databases/php5-sqlite
+
+EXTRACT_ONLY=  # empty
+NO_CHECKSUM=   yes
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+NO_BUILDLINK=  yes
+NO_MTREE=      yes
+
+do-install:    # empty
+
+.include "../../mk/bsd.pkg.mk"
diff -r 16bd26f0206a -r 1cc6945df6e5 meta-pkgs/php5-extensions/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php5-extensions/PLIST   Thu Nov 04 19:44:37 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 19:44:37 jdolecek Exp $
+@comment this plist intentionally left empty
diff -r 16bd26f0206a -r 1cc6945df6e5 meta-pkgs/php5-extensions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php5-extensions/distinfo        Thu Nov 04 19:44:37 2004 +0000
@@ -0,0 +1,2 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/04 19:44:37 jdolecek Exp $
+



Home | Main Index | Thread Index | Old Index