Date: Wed, 25 Oct 2006 00:50:41 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104760: [NEW PORT] devel/pecl-bcompiler: A bytecode compiler extension Message-ID: <20061024165002.08A842EAEB@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200610241700.k9OH0UJ2003787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104760 >Category: ports >Synopsis: [NEW PORT] devel/pecl-bcompiler: A bytecode compiler extension >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: Tue Oct 24 17:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code. bcompiler could be used in the following situations - to create a exe file of a PHP-GTK application (in conjunction with other software) - to create closed source libraries - to provide clients with time expired software (prior to payment) - to deliver close source applications - for use on embedded systems, where disk space is a priority. WWW: http://pecl.php.net/package/bcompiler/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pecl-bcompiler-0.8.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: # # pecl-bcompiler # pecl-bcompiler/Makefile # pecl-bcompiler/distinfo # pecl-bcompiler/pkg-descr # echo c - pecl-bcompiler mkdir -p pecl-bcompiler > /dev/null 2>&1 echo x - pecl-bcompiler/Makefile sed 's/^X//' >pecl-bcompiler/Makefile << 'END-of-pecl-bcompiler/Makefile' X# New ports collection makefile for: pecl-bcompiler X# Date created: 2006/10/25 X# Whom: chinsan <chinsan@FreeBSD.org> X# X# $FreeBSD$ X# X XPORTNAME= bcompiler XPORTVERSION= 0.8 XCATEGORIES= devel pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= A bytecode compiler extension X XUSE_PHP= bz2 XUSE_PHPEXT= yes X XCONFIGURE_ARGS= --enable-bcompiler X X.include <bsd.port.mk> END-of-pecl-bcompiler/Makefile echo x - pecl-bcompiler/distinfo sed 's/^X//' >pecl-bcompiler/distinfo << 'END-of-pecl-bcompiler/distinfo' XMD5 (PECL/bcompiler-0.8.tgz) = bfc5646f8f7c1c2649d82f5a4e3c0760 XSHA256 (PECL/bcompiler-0.8.tgz) = 9ce5fc8fa1f095f392c8bd19a5690693cf9d51225ec2561dc20416abe08a034e XSIZE (PECL/bcompiler-0.8.tgz) = 46667 END-of-pecl-bcompiler/distinfo echo x - pecl-bcompiler/pkg-descr sed 's/^X//' >pecl-bcompiler/pkg-descr << 'END-of-pecl-bcompiler/pkg-descr' Xbcompiler enables you to encode your scripts in phpbytecode, Xenabling you to protect the source code. Xbcompiler could be used in the following situations X X- to create a exe file of a PHP-GTK application (in conjunction with other Xsoftware) X- to create closed source libraries X- to provide clients with time expired software (prior to payment) X- to deliver close source applications X- for use on embedded systems, where disk space is a priority. X XWWW: http://pecl.php.net/package/bcompiler/ END-of-pecl-bcompiler/pkg-descr exit --- pecl-bcompiler-0.8.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?20061024165002.08A842EAEB>