pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-phalcon4 www: Add php-phalcon4 4.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c0d913e8c56
branches:  trunk
changeset: 442264:2c0d913e8c56
user:      otis <otis%pkgsrc.org@localhost>
date:      Sat Nov 21 14:54:14 2020 +0000

description:
www: Add php-phalcon4 4.1.0

Phalcon is a full stack PHP framework offering low resource consumption and
high performance.

See https://pecl.php.net/package/phalcon

diffstat:

 www/php-phalcon4/DESCR         |   5 +++++
 www/php-phalcon4/Makefile      |  42 ++++++++++++++++++++++++++++++++++++++++++
 www/php-phalcon4/buildlink3.mk |  12 ++++++++++++
 www/php-phalcon4/distinfo      |   6 ++++++
 4 files changed, 65 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r d33afe5b898a -r 2c0d913e8c56 www/php-phalcon4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon4/DESCR    Sat Nov 21 14:54:14 2020 +0000
@@ -0,0 +1,5 @@
+Phalcon is an open source full stack framework for PHP, written as a
+C-extension. Phalcon is optimized for high performance. Its unique architecture
+allows the framework to always be memory resident, offering its functionality
+whenever its needed, without expensive file stats and file reads that
+traditional PHP frameworks employ.
diff -r d33afe5b898a -r 2c0d913e8c56 www/php-phalcon4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon4/Makefile Sat Nov 21 14:54:14 2020 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1 2020/11/21 14:54:14 otis Exp $
+#
+
+MODNAME=               phalcon
+PECL_VERSION=          4.1.0
+PKGNAME=               ${PHP_PKG_PREFIX}-${DISTNAME}
+CATEGORIES=            www
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=phalcon/}
+EXTRACT_SUFX=          .tar.gz
+
+HOMEPAGE=              https://phalconphp.com/
+COMMENT=               Web framework implemented as a C extension offering high performance
+LICENSE=               php
+
+CONFLICTS=             php-phalcon-[0-9]*
+
+PHP_VERSIONS_ACCEPTED=  72 73 74
+
+GITHUB_PROJECT=                cphalcon
+GITHUB_TAG=            v${PKGVERSION_NOREV}
+
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            gmake pkg-config
+
+BUILD_DEPENDS+=                re2c>=0.15.3:../../devel/re2c
+DEPENDS+=              ${PHP_PKG_PREFIX}-curl>=7.2.0:../../www/php-curl
+DEPENDS+=              ${PHP_PKG_PREFIX}-gettext>=7.2.0:../../devel/php-gettext
+DEPENDS+=              ${PHP_PKG_PREFIX}-json>=7.2.0:../../textproc/php-json
+DEPENDS+=              ${PHP_PKG_PREFIX}-mbstring>=7.2.0:../../converters/php-mbstring
+DEPENDS+=              ${PHP_PKG_PREFIX}-pdo>=7.2.0:../../databases/php-pdo
+DEPENDS+=              ${PHP_PKG_PREFIX}-psr>=1.0.0:../../devel/php-psr
+
+.include "../../lang/php/phpversion.mk"
+
+PHPSETUPSUBDIR=                build/php${PKG_PHP_MAJOR_VERS}/${"${MACHINE_ARCH:Mx86_64}":?64:32}bits
+MODULESDIR=            ${WRKSRC}/${PHPSETUPSUBDIR}/modules
+CONFIGURE_DIRS+=       ${PHPSETUPSUBDIR}
+
+.include "../../databases/php-pdo/buildlink3.mk"
+.include "../../textproc/php-json/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d33afe5b898a -r 2c0d913e8c56 www/php-phalcon4/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon4/buildlink3.mk    Sat Nov 21 14:54:14 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/11/21 14:54:14 otis Exp $
+
+BUILDLINK_TREE+=       php-phalcon4
+
+.if !defined(PHP_PHALCON4_BUILDLINK3_MK)
+PHP_PHALCON4_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.php-phalcon4+=   php-phalcon4>=1.0.0
+BUILDLINK_PKGSRCDIR.php-phalcon4?=     ../../www/php-phalcon4
+.endif # PHP_PHALCON4_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -php-phalcon4
diff -r d33afe5b898a -r 2c0d913e8c56 www/php-phalcon4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon4/distinfo Sat Nov 21 14:54:14 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/21 14:54:14 otis Exp $
+
+SHA1 (php-phalcon/phalcon-4.1.0.tar.gz) = d10cb5958e8f050dfdd7a5b83e6146abd2f2d8ba
+RMD160 (php-phalcon/phalcon-4.1.0.tar.gz) = 023f767bcc8099a108ee3c3cc0760ddb8fce27f0
+SHA512 (php-phalcon/phalcon-4.1.0.tar.gz) = 2e4f8b1502a0c2f850a0e24f4981859cecc7dd262a517510be02c04b6d6b8ef082e574063706db75837762bda8fdc3f5aee9a6a06ad742c8f72f9eb30dc7f1c2
+Size (php-phalcon/phalcon-4.1.0.tar.gz) = 7083394 bytes



Home | Main Index | Thread Index | Old Index