pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Jan 15 21:36:05 UTC 2018

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/php-phalcon: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/php-phalcon/DESCR \
    pkgsrc/www/php-phalcon/Makefile pkgsrc/www/php-phalcon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1301 pkgsrc/www/Makefile:1.1302
--- pkgsrc/www/Makefile:1.1301  Thu Jan 11 14:35:39 2018
+++ pkgsrc/www/Makefile Mon Jan 15 21:36:05 2018
@@ -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-http3
 SUBDIR+=       php-ja-wordpress
 SUBDIR+=       php-nextcloud
 SUBDIR+=       php-owncloud
+SUBDIR+=       php-phalcon
 SUBDIR+=       php-phrasea2
 SUBDIR+=       php-piwigo
 SUBDIR+=       php-propro

Added files:

Index: pkgsrc/www/php-phalcon/DESCR
diff -u /dev/null pkgsrc/www/php-phalcon/DESCR:1.1
--- /dev/null   Mon Jan 15 21:36:05 2018
+++ pkgsrc/www/php-phalcon/DESCR        Mon Jan 15 21:36:05 2018
@@ -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.
Index: pkgsrc/www/php-phalcon/Makefile
diff -u /dev/null pkgsrc/www/php-phalcon/Makefile:1.1
--- /dev/null   Mon Jan 15 21:36:05 2018
+++ pkgsrc/www/php-phalcon/Makefile     Mon Jan 15 21:36:05 2018
@@ -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"
Index: pkgsrc/www/php-phalcon/distinfo
diff -u /dev/null pkgsrc/www/php-phalcon/distinfo:1.1
--- /dev/null   Mon Jan 15 21:36:05 2018
+++ pkgsrc/www/php-phalcon/distinfo     Mon Jan 15 21:36:05 2018
@@ -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