summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2005-10-04 16:50:50 +0000
committertv <tv>2005-10-04 16:50:50 +0000
commit8361ad90444a553ef0a527dd55db6818589f9ed6 (patch)
treeb70f396c96c1531e5de095137425dc04db853509
parent7dec8a2bdfe15dc4777db17e5ed08890358a0263 (diff)
downloadpkgsrc-8361ad90444a553ef0a527dd55db6818589f9ed6.tar.gz
PECL modules have a real homepage. Set the default for PECL modules to
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
-rw-r--r--archivers/php-zip/Makefile3
-rw-r--r--databases/php-sqlite/Makefile4
-rw-r--r--lang/php/ext.mk6
-rw-r--r--print/php-pdflib/Makefile3
-rw-r--r--www/php-eaccelerator/Makefile3
-rw-r--r--www/php4-apc/Makefile3
6 files changed, 15 insertions, 7 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile
index af0d93995bd..8e83dd9633e 100644
--- a/archivers/php-zip/Makefile
+++ b/archivers/php-zip/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:44:50 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/10/04 16:50:50 tv Exp $
MODNAME= zip
PECL_VERSION= 1.0
+PKGREVISION= 1
CATEGORIES+= archivers
PKGREVISION= # empty
COMMENT= PHP extension for ZIP archive handling
diff --git a/databases/php-sqlite/Makefile b/databases/php-sqlite/Makefile
index 437652ae64c..2cb1b1ff8cc 100644
--- a/databases/php-sqlite/Makefile
+++ b/databases/php-sqlite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/09/18 15:22:11 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/04 16:50:50 tv Exp $
MODNAME= SQLite
PKGMODNAME= sqlite
PKGNAME= php-${PKGMODNAME}-${PHP_BASE_VERS}.${PECL_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
PECL_VERSION= 1.0.3
CATEGORIES+= databases
MAINTAINER= tech-pkg@NetBSD.org
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
index 2fb64d84282..8f9ca53d323 100644
--- a/lang/php/ext.mk
+++ b/lang/php/ext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.9 2005/09/20 10:56:38 abs Exp $
+# $NetBSD: ext.mk,v 1.10 2005/10/04 16:50:50 tv Exp $
#
# PHP extension package framework, for both PECL and bundled PHP extensions.
#
@@ -9,6 +9,10 @@
.if !defined(PHPEXT_MK)
PHPEXT_MK= defined
+.if defined(PECL_VERSION)
+HOMEPAGE?= http://pecl.php.net/package/${MODNAME}
+.endif
+
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/Makefile.common"
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile
index f20b5c1e26e..56111e3c58d 100644
--- a/print/php-pdflib/Makefile
+++ b/print/php-pdflib/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:08 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/04 16:50:50 tv Exp $
MODNAME= pdflib
PKGMODNAME= pdf
PECL_VERSION= 2.0.3
+PKGREVISION= 1
CATEGORIES+= print
PKGREVISION= # empty
COMMENT= PHP extension for PDFlib on-the-fly PDF generation
diff --git a/www/php-eaccelerator/Makefile b/www/php-eaccelerator/Makefile
index 1ab3b924baa..2331b9f02f2 100644
--- a/www/php-eaccelerator/Makefile
+++ b/www/php-eaccelerator/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/07 18:53:33 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/04 16:50:50 tv Exp $
MODNAME= eaccelerator
PECL_VERSION= 0.9.2a
+PKGREVISION= 1
CATEGORIES+= sysutils
COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache
diff --git a/www/php4-apc/Makefile b/www/php4-apc/Makefile
index caf15fa155b..8628c082582 100644
--- a/www/php4-apc/Makefile
+++ b/www/php4-apc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:48:01 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/04 16:50:50 tv Exp $
MODNAME= apc
PECL_VERSION= 2.0.4
+PKGREVISION= 1
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache for PHP4