Port details |
- php-screw PHP script encryption tool
- 1.5_1 www
=4 1.5_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained This port expired on: 2019-10-16 IGNORE: is marked as broken: unfetchable
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-05-31 14:17:42
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: proftpd
- Also Listed In: security
- License: BSD3CLAUSE
- WWW:
- https://sourceforge.net/projects/php-screw/
- Description:
- PHP Screw is a PHP script encryption tool. When you are developing a
commercial package using PHP, the script can be distributed as encrypted
up until just before execution, preserving your intellectual property.
WWW: https://sourceforge.net/projects/php-screw/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}screw>0:www/php-screw
- No installation instructions:
- This port has been deleted.
- PKGNAME: php72-screw
- Package flavors (<flavor>: <package>)
- php72: php72-screw
- php71: php71-screw
- php73: php73-screw
- distinfo:
- SHA256 (php_screw-1.5.tgz) = 1448e3776dcbf3ea5160073386f71733c367a7725a47f97a2e29c143b4832fe9
SIZE (php_screw-1.5.tgz) = 7307
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php72
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php72
- zlib.so : archivers/php72-zlib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:phpize libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_1 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
1.5_1 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
1.5_1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.5_1 05 Aug 2019 13:22:34 |
antoine |
Mark BROKEN: unfetchable |
1.5_1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.5_1 04 Jun 2017 09:01:15 |
amdmi3 |
- Add LICENSE
- Unsilence installation commands
- Use ECHO_CMD correcly |
1.5_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.5_1 03 Aug 2016 13:01:15 |
mat |
Fix PHP ports I missed from my exp-run.
PR: 210697
Submitted by: mat
Reported by: antoine
Exp-run by: antoine
Sponsored by: Absolight |
1.5 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.5 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.5 10 Sep 2014 12:18:01 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
1.5 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.5 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.5 19 Jul 2014 01:41:15 |
vanilla |
Stagify. |
1.5 02 Jul 2014 17:17:21 |
bapt |
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR
With hat: portmgr |
1.5 14 Feb 2014 17:16:19 |
miwi |
- Remove PHP4 reference in IGNORE_WITH_PHP |
1.5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.5 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.5 11 Apr 2010 11:12:36 |
ale |
Fix build with PHP 5.3. |
1.5 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
1.5 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.5 18 Oct 2007 12:52:45 |
ale |
Update to 1.5 release. Now it works with PHP5. |
1.3 29 Jan 2007 23:51:55 |
kris |
Use libtool port instead of included version to avoid a.out objformat botch |
1.3 05 Jul 2006 02:30:58 |
linimon |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr |
1.3 22 May 2006 19:43:26 |
ale |
Mark BROKEN with php5. |
1.3 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.3 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.3 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.3 09 Feb 2004 11:43:38 |
ale |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly) |
1.3 18 Jan 2004 10:50:16 |
ale |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
1.3 14 Jan 2004 19:04:28 |
ale |
Update to 1.3 release.
Approved by: nork (mentor/implicitly) |
1.2.1 04 Nov 2003 11:54:17 |
edwin |
[patch] Fix compiler error in www/php-screw
php-screw is not C99 compatible: the author use "exit()"
while C99 forbid.
PR: 56222
Submitted by: "Kang Liu" <liukang@bjpu.edu.cn>
Approved by: Alex Dupre <sysadmin@alexdupre.com> |
1.2.1 16 Oct 2003 02:07:40 |
kris |
BROKEN on 5.x: does not compile |
1.2.1 06 Jun 2003 19:04:58 |
nork |
Unbreak build with new php 4.3.2, and Various fixes.
PR: ports/52801
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
1.2.1 28 Feb 2003 22:53:02 |
kris |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
1.2.1 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
1.2.1 16 Nov 2002 04:55:56 |
edwin |
Maintainer update to version 1.2.1
PR: ports/45188
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
1.1 31 May 2002 14:15:51 |
petef |
Add php-screw 1.1, a PHP script encryption tool.
PR: 38412
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |