pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/php4-extensions Add php-extensions-4.3 meta-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16bd26f0206a
branches: trunk
changeset: 482890:16bd26f0206a
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Thu Nov 04 19:37:25 2004 +0000
description:
Add php-extensions-4.3 meta-package. Pulls in the base PHP4, Apache module
and all available extension modules.
diffstat:
meta-pkgs/php4-extensions/DESCR | 7 ++++
meta-pkgs/php4-extensions/Makefile | 66 ++++++++++++++++++++++++++++++++++++++
meta-pkgs/php4-extensions/PLIST | 2 +
3 files changed, 75 insertions(+), 0 deletions(-)
diffs (87 lines):
diff -r 00edfe228b79 -r 16bd26f0206a meta-pkgs/php4-extensions/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php4-extensions/DESCR Thu Nov 04 19:37:25 2004 +0000
@@ -0,0 +1,7 @@
+PHP 4.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 00edfe228b79 -r 16bd26f0206a meta-pkgs/php4-extensions/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php4-extensions/Makefile Thu Nov 04 19:37:25 2004 +0000
@@ -0,0 +1,66 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 19:37:25 jdolecek Exp $
+
+DISTNAME= php-extensions-4.3
+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 PHP4 HTML-embedded scripting language
+
+# base PHP 4.x package
+DEPENDS+= php-4.3.*:../../www/php4
+DEPENDS+= ap-php-4.3.*:../../www/ap-php
+
+# extensions buildable with both PHP 4.x and PHP 5.x
+DEPENDS+= php-bcmath-4.3.*:../../math/php-bcmath
+DEPENDS+= php-bz2-4.3.*:../../archivers/php-bz2
+DEPENDS+= php-calendar-4.3.*:../../misc/php-calendar
+DEPENDS+= php-curl-4.3.*:../../www/php-curl
+DEPENDS+= php-dba-4.3.*:../../databases/php-dba
+DEPENDS+= php-dbase-4.3.*:../../databases/php-dbase
+DEPENDS+= php-exif-4.3.*:../../graphics/php-exif
+DEPENDS+= php-filepro-4.3.*:../../databases/php-filepro
+DEPENDS+= php-ftp-4.3.*:../../net/php-ftp
+DEPENDS+= php-gd-4.3.*:../../graphics/php-gd
+DEPENDS+= php-gettext-4.3.*:../../devel/php-gettext
+DEPENDS+= php-gmp-4.3.*:../../devel/php-gmp
+DEPENDS+= php-iconv-4.3.*:../../converters/php-iconv
+DEPENDS+= php-imap-4.3.*:../../mail/php-imap
+DEPENDS+= php-ldap-4.3.*:../../databases/php-ldap
+DEPENDS+= php-mbstring-4.3.*:../../misc/php-mbstring
+DEPENDS+= php-mcrypt-4.3.*:../../security/php-mcrypt
+DEPENDS+= php-mhash-4.3.*:../../security/php-mhash
+DEPENDS+= php-mssql-4.3.*:../../databases/php-mssql
+DEPENDS+= php-mysql-4.3.*:../../databases/php-mysql
+DEPENDS+= php-odbc-4.3.*:../../databases/php-odbc
+DEPENDS+= php-openssl-4.3.*:../../security/php-openssl
+DEPENDS+= php-pgsql-4.3.*:../../databases/php-pgsql
+DEPENDS+= php-posix-4.3.*:../../devel/php-posix
+DEPENDS+= php-shmop-4.3.*:../../devel/php-shmop
+DEPENDS+= php-snmp-4.3.*:../../net/php-snmp
+DEPENDS+= php-sockets-4.3.*:../../net/php-sockets
+DEPENDS+= php-sysvsem-4.3.*:../../devel/php-sysvsem
+DEPENDS+= php-sysvshm-4.3.*:../../devel/php-sysvshm
+DEPENDS+= php-wddx-4.3.*:../../textproc/php-wddx
+DEPENDS+= php-yp-4.3.*:../../net/php-yp
+DEPENDS+= php-zlib-4.3.*:../../archivers/php-zlib
+
+# PHP 4.x-only extensions
+DEPENDS+= php-apc-4.3.*:../../www/php4-apc
+DEPENDS+= php-domxml-4.3.*:../../textproc/php4-domxml
+DEPENDS+= php-pdflib-4.3.*:../../print/php4-pdflib
+DEPENDS+= php-xslt-4.3.*:../../textproc/php4-xslt
+DEPENDS+= php-zip-4.3.*:../../archivers/php4-zip
+
+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 00edfe228b79 -r 16bd26f0206a meta-pkgs/php4-extensions/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/php4-extensions/PLIST Thu Nov 04 19:37:25 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 19:37:25 jdolecek Exp $
+@comment this plist intentionally left empty
Home |
Main Index |
Thread Index |
Old Index