Bug 104760 - [NEW PORT] devel/pecl-bcompiler: A bytecode compiler extension
Summary: [NEW PORT] devel/pecl-bcompiler: A bytecode compiler extension
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-24 18:00 UTC by chinsan
Modified: 2006-11-07 17:50 UTC (History)
0 users

See Also:


Attachments
pecl-bcompiler-0.8.shar (1.99 KB, text/plain)
2006-10-24 18:00 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2006-10-24 18:00:30 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-10-25 09:55:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-07 17:48:50 UTC
miwi        2006-11-07 17:48:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pecl-bcompiler Makefile distinfo pkg-descr 
  Log:
  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/
  
  PR:             ports/104760
  Submitted by:   chinsan@
  
  Revision  Changes    Path
  1.2505    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/pecl-bcompiler/Makefile (new)
  1.1       +3 -0      ports/devel/pecl-bcompiler/distinfo (new)
  1.1       +12 -0     ports/devel/pecl-bcompiler/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-07 17:49:26 UTC
State Changed
From-To: open->closed

New port added. Thanks!