notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pecl-amfext Implements encoding and decoding of AMF and AMF3 messages
0.9.2_2 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.2_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Works only with EOL php 5.6
Expired This port expired on: 2018-12-30
Maintainer: meritus@innervision.pl search for ports maintained by this maintainer
Port Added: 2007-02-11 23:44:42
Last Update: 2018-12-30 23:30:56
SVN Revision: 488749
License: PHP30
WWW:
https://pecl.php.net/package/amfext
Description:
AMFEXT is a PHP extension written in C that implements encoding and decoding of AMF and AMF3 messages for the PHP language. It has been based on some of the experience gained with AMFPP, a native code for encoding and decoding C. The native encoding and decoding is extremely fast and memory efficient respect existing PHP implementation, and the flexibility has been provided using callbacks to the PHP code. WWW: https://pecl.php.net/package/amfext
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • php56-pecl-amfext>0:www/pecl-amfext
No installation instructions:
This port has been deleted.
PKGNAME: php56-pecl-amfext
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (PECL/amfext-0.9.2.tgz) = f0fe83fad69f382829422ad6805334c78151756b054e3f022745f411acb10d3b SIZE (PECL/amfext-0.9.2.tgz) = 37147

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php56
  2. autoconf>0 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php56
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
dos2unix libtool php:pecl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://pecl.php.net/get/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.2_2
30 Dec 2018 23:30:56
Revision:488749Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.2_2
06 Dec 2018 11:22:12
Revision:486751Original commit files touched by this commit
rene search for other commits by this committer
Remove version 7.0 from the IGNORE_WITH_PHP list.
0.9.2_2
02 Dec 2018 17:43:34
Revision:486473Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports depending on php 5.6
0.9.2_2
08 Oct 2018 15:08:13
Revision:481545Original commit files touched by this commit
antoine search for other commits by this committer
Fix some PKGNAME collisions
0.9.2_2
14 Dec 2017 13:57:29
Revision:456296Original commit files touched by this commit
tz search for other commits by this committer
Add missing IGNORE_WITH_PHP for various pecl-ports.

After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
0.9.2_2
10 Apr 2017 15:08:47
Revision:438175Original commit files touched by this commit
mat search for other commits by this committer
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
0.9.2_2
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
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
0.9.2_1
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
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
0.9.2_1
18 Feb 2016 14:47:06
Revision:409110Original commit files touched by this commit
miwi search for other commits by this committer
- Ignore php70
- While here remove old php gruft
0.9.2_1
14 Apr 2015 18:30:35
Revision:384011Original commit files touched by this commit
mi search for other commits by this committer
Reset WWW-link to PECL, because the original page(s) no longer exist.
0.9.2_1
14 Apr 2015 18:27:58
Revision:384010Original commit files touched by this commit
mi search for other commits by this committer
Add hunks to allow compiling with php-5.4 and (hopefully) newer. Fix
compile warnings (except those about deprecations).

Unbreak and uncondemn.
0.9.2
21 Mar 2015 18:40:16
Revision:381813Original commit files touched by this commit
marino search for other commits by this committer
php53 and fallout: Deprecate, set removal for 15 APR 2015

The PHP developers stopped providing security patches for the 5.3
branch on 14 August 2014.  They "strongly urge" to upgrade to current
versions "as using older versions may expose you to security
vulnerabilities and bugs that have been fixed in more recent versions"
of PHP.

The PHP53 branch was released from maintainership today, so it's being
deprecated with removal set for 15 April 2015.

There were only 8 ports limited to php53, six of which were pecl- ports.
These ports must be upgraded to use a later version of php (5.6 is
recommended) soon, or they will be removed with php53.

Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this
was changed to use IGNORE_WITH_PHP instead while here.

PR:		198150
0.9.2
23 Jan 2014 14:32:35
Revision:340828Original commit files touched by this commit
miwi search for other commits by this committer
- Mark these ports as stage safe
0.9.2
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.9.2
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
0.9.2
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.9.2
12 Apr 2010 20:53:37
Original commit files touched by this commit
glarkin search for other commits by this committer
- Unbreak after recent PHP 5.3.2 update

Reported by:    pointyhat
Approved by:    portmgr (itetcu, erwin - implicit)
0.9.2
11 Aug 2008 22:09:11
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9.2

PR:             125911
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer
0.9.1
19 Jun 2008 00:24:08
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9.1

PR:             124668
Submitted by:   Piotr Rybicki <meritus@innervision.pl> (maintainer)
0.9
15 Feb 2008 15:55:32
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9

PR:             120713
Submitted by:   Piotr Rybicki <meritus@innervision.pl> (maintainer)
0.8.7
15 Feb 2007 09:52:25
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove binary
- Add backup MASTER_SITES

Submitted by:   pointyhat via kris
0.8.7
11 Feb 2007 23:44:19
Original commit files touched by this commit
miwi search for other commits by this committer
AMFEXT is a PHP extension written in C that implements encoding and decoding
of AMF and AMF3 messages for the PHP language. It has been based on some of
the experience gained with AMFPP, a native code for encoding and decoding C.

The native encoding and decoding is extremely fast and memory efficient
respect existing PHP implementation, and the flexibility has been
provided using callbacks to the PHP code.

WWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT

PR:             ports/109037
Submitted by:   Piotr Rybicki <meritus at innervision.pl>

Number of commits found: 22