pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Import phalcon-3.3.1 as www/php-phalcon.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b809669250fa
branches:  trunk
changeset: 374086:b809669250fa
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jan 15 21:36:05 2018 +0000

description:
Import phalcon-3.3.1 as www/php-phalcon.

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.

diffstat:

 www/Makefile             |   3 ++-
 www/php-phalcon/DESCR    |   5 +++++
 www/php-phalcon/Makefile |  40 ++++++++++++++++++++++++++++++++++++++++
 www/php-phalcon/distinfo |   6 ++++++
 4 files changed, 53 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r e4fa6690933c -r b809669250fa www/Makefile
--- a/www/Makefile      Mon Jan 15 18:13:12 2018 +0000
+++ b/www/Makefile      Mon Jan 15 21:36:05 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1301 2018/01/11 14:35:39 adam Exp $
+# $NetBSD: Makefile,v 1.1302 2018/01/15 21:36:05 fhajny Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -557,6 +557,7 @@
 SUBDIR+=       php-ja-wordpress
 SUBDIR+=       php-nextcloud
 SUBDIR+=       php-owncloud
+SUBDIR+=       php-phalcon
 SUBDIR+=       php-phrasea2
 SUBDIR+=       php-piwigo
 SUBDIR+=       php-propro
diff -r e4fa6690933c -r b809669250fa www/php-phalcon/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon/DESCR     Mon Jan 15 21:36:05 2018 +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 e4fa6690933c -r b809669250fa www/php-phalcon/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon/Makefile  Mon Jan 15 21:36:05 2018 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2018/01/15 21:36:05 fhajny Exp $
+#
+
+MODNAME=               phalcon
+PECL_VERSION=          3.3.1
+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
+
+GITHUB_PROJECT=                cphalcon
+GITHUB_TAG=            v${PKGVERSION_NOREV}
+
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            gmake pkg-config
+
+PHP_VERSIONS_ACCEPTED= 56 70 71 72
+
+BUILD_DEPENDS+=                re2c>=0.15.3:../../devel/re2c
+DEPENDS+=              ${PHP_PKG_PREFIX}-curl>=5.6.0:../../www/php-curl
+DEPENDS+=              ${PHP_PKG_PREFIX}-gd>=5.6.0:../../graphics/php-gd
+DEPENDS+=              ${PHP_PKG_PREFIX}-json>=5.6.0:../../textproc/php-json
+DEPENDS+=              ${PHP_PKG_PREFIX}-mbstring>=5.6.0:../../converters/php-mbstring
+DEPENDS+=              ${PHP_PKG_PREFIX}-pdo>=5.6.0:../../databases/php-pdo
+DEPENDS+=              ${PHP_PKG_PREFIX}-pdo_mysql>=5.6.0:../../databases/php-pdo_mysql
+
+.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 e4fa6690933c -r b809669250fa www/php-phalcon/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-phalcon/distinfo  Mon Jan 15 21:36:05 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/15 21:36:05 fhajny Exp $
+
+SHA1 (php-phalcon/phalcon-3.3.1.tar.gz) = b09f7a1d36021e92592d03ff96ddd36afc1f5f9e
+RMD160 (php-phalcon/phalcon-3.3.1.tar.gz) = 6ceded192fbf4c01cad9bb09b6c3974347381f98
+SHA512 (php-phalcon/phalcon-3.3.1.tar.gz) = 65c391b147da5ad758b4ae0bd3e8d546bad028e728a1c48cc62ee948c72ff8ad5265470f8fdca8842b7a0778cf01375d5741a535df4978079660e29a07cc16ba
+Size (php-phalcon/phalcon-3.3.1.tar.gz) = 6645351 bytes



Home | Main Index | Thread Index | Old Index