Date: Sun, 6 May 2012 10:31:33 +0800 (CST) From: Jin-Sih Lin <linpct@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167629: [NEW PORT] www/phalcon: Phalcon PHP Framework written in C-language Message-ID: <20120506023133.D54345D7B@deep.tw> Resent-Message-ID: <201205060240.q462e9LK024450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167629 >Category: ports >Synopsis: [NEW PORT] www/phalcon: Phalcon PHP Framework written in C-language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 06 02:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Thu Apr 19 10:22:37 CST 2012 >Description: PhalconPHP is a web framework delivered as a C extension providing high performance and lower resource consumption WWW: http://phalconphp.com/ Generated with FreeBSD Port Tools 0.99_5 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # phalcon # phalcon/Makefile # phalcon/distinfo # phalcon/pkg-descr # echo c - phalcon mkdir -p phalcon > /dev/null 2>&1 echo x - phalcon/Makefile sed 's/^X//' >phalcon/Makefile << '26812342b4c452dee58670fe83c3eee2' X# New ports collection makefile for: phalcon X# Date created: 6 May 2012 X# Whom: Jin-Sih Lin <linpct@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= phalcon XPORTVERSION= 0.3.5 XCATEGORIES= www XMASTER_SITES= https://github.com/phalcon/cphalcon/tarball/master/ X XMAINTAINER= linpct@gmail.com XCOMMENT= Phalcon PHP Framework written in C-language X XGITVERSION= bb24857 XFETCH_ARGS= -pRr XWRKSRC= ${WRKDIR}/phalcon-cphalcon-${GITVERSION}/release/ X XCFLAGS+= -I${LOCALBASE}/include XCONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} --with-php-config=${PREFIX}/bin/php-config X XUSE_PHP= yes XUSE_PHPEXT= yes XUSE_PHPIZE= yes X X.include <bsd.port.mk> 26812342b4c452dee58670fe83c3eee2 echo x - phalcon/distinfo sed 's/^X//' >phalcon/distinfo << '3acf0e9764ff4c180ba1dd62e5977fbe' XSHA256 (phalcon-0.3.5.tar.gz) = 8ef6be0730322ed1872d9bb3deca08c5ed81068f86378a11380739861810e843 XSIZE (phalcon-0.3.5.tar.gz) = 383634 3acf0e9764ff4c180ba1dd62e5977fbe echo x - phalcon/pkg-descr sed 's/^X//' >phalcon/pkg-descr << '9a6cad64dc18bf4e127723394b62a72d' XPhalconPHP is a web framework delivered as a C extension providing high performance and lower resource consumption X XWWW: http://phalconphp.com/ 9a6cad64dc18bf4e127723394b62a72d exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120506023133.D54345D7B>