Bug 144096 - [NEW PORT] devel/ioncube - ionCube PHP Loader
Summary: [NEW PORT] devel/ioncube - ionCube PHP Loader
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: 2010-02-19 08:00 UTC by Svyatoslav Lempert
Modified: 2011-02-16 21:50 UTC (History)
0 users

See Also:


Attachments
file.shar (4.35 KB, text/plain)
2010-02-19 08:00 UTC, Svyatoslav Lempert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Svyatoslav Lempert 2010-02-19 08:00:11 UTC
The ionCube Loader is a free application that runs the files encoded by the ionCube PHP Encoder (www.ioncube.com)

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-02-19 08:32:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-09 22:30:07 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-09 22:30:35 UTC
miwi        2010-03-09 22:30:22 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/ioncube        Makefile distinfo pkg-descr pkg-plist 
    devel/ioncube/files  pkg-message.in 
  Log:
  The ionCube Loader is a free application that runs the files
  encoded by the ionCube PHP Encoder, while enhancing the
  running speed of PHP applications.
  
  Benefits:
  - Enables users to run files encoded by the ionCube PHP Encoder
  
  WWW: http://www.ioncube.com/
  
  PR:             ports/144096
  Submitted by:   Svyatoslav Lempert <svyatoslav.lempert at gmail.com>
  
  Revision  Changes    Path
  1.3833    +1 -0      ports/devel/Makefile
  1.1       +54 -0     ports/devel/ioncube/Makefile (new)
  1.1       +12 -0     ports/devel/ioncube/distinfo (new)
  1.1       +11 -0     ports/devel/ioncube/files/pkg-message.in (new)
  1.1       +8 -0      ports/devel/ioncube/pkg-descr (new)
  1.1       +4 -0      ports/devel/ioncube/pkg-plist (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 4 dfilter service freebsd_committer freebsd_triage 2011-02-16 21:41:51 UTC
Author: brucec
Date: Wed Feb 16 21:41:44 2011
New Revision: 218758
URL: http://svn.freebsd.org/changeset/base/218758

Log:
  MFC r218620:
  
  If the pf.conf(5) example file is copied when setting up a firewall it's
  easy to forget about icmp. Update the file to show allowing icmp through
  the firewall.
  
  PR:	docs/144096

Modified:
  stable/8/share/examples/pf/pf.conf
Directory Properties:
  stable/8/share/examples/   (props changed)
  stable/8/share/examples/etc/   (props changed)
  stable/8/share/examples/kld/syscall/   (props changed)

Modified: stable/8/share/examples/pf/pf.conf
==============================================================================
--- stable/8/share/examples/pf/pf.conf	Wed Feb 16 21:29:13 2011	(r218757)
+++ stable/8/share/examples/pf/pf.conf	Wed Feb 16 21:41:44 2011	(r218758)
@@ -32,3 +32,4 @@
 #pass in on $ext_if proto tcp to ($ext_if) port ssh
 #pass in log on $ext_if proto tcp to ($ext_if) port smtp
 #pass out log on $ext_if proto tcp from ($ext_if) to port smtp
+#pass in on $ext_if proto icmp to ($ext_if)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"