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-propro2 Facility to manage extension object properties
2.1.0 devel 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 2.1.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Requires php 7.4 which is set to expire on 2022-11-29
Expired This port expired on: 2022-11-28
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-04-06 13:04:52
Last Update: 2022-11-30 13:37:40
Commit Hash: dace453
License: BSD2CLAUSE
WWW:
https://pecl.php.net/package/propro
Description:
A facility to manage possibly persistent resources with a comprehensible API. Provides simliar functionality like the zend_list API, but with more flexiblity and freedom. php70+ specific version only.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • php74-pecl-propro>0:devel/pecl-propro2
No installation instructions:
This port has been deleted.
PKGNAME: php74-pecl-propro
Package flavors (<flavor>: <package>)
  • php74: php74-pecl-propro
distinfo:
TIMESTAMP = 1524526342 SHA256 (PECL/propro-2.1.0.tgz) = 7bba0653d90cd8f61816e13ac6c0f7102b4a16dc4c4e966095a121eeb4ae8271 SIZE (PECL/propro-2.1.0.tgz) = 14253

Packages (timestamps in pop-ups are UTC):
php73-pecl-propro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.1.0---2.1.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

php74-pecl-propro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.1.0---2.1.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. phpize : lang/php74
  3. autoconf>0 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php74
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_pecl-propro2
USES:
gmake php:pecl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://pecl.php.net/get/
  2. https://pecl.php.net/get/
Collapse this list.
Port Moves
  • port deleted on 2022-11-30
    REASON: Requires php74 which was EOL on 2022-11-28

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.0
30 Nov 2022 13:37:40
commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-propro2: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.1.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.1.0
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.1.0
13 Jun 2022 00:08:05
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
2.1.0
01 Feb 2022 09:50:29
commit hash: e23f68172bfe3c5b8ea2625723029d242cc07554commit hash: e23f68172bfe3c5b8ea2625723029d242cc07554commit hash: e23f68172bfe3c5b8ea2625723029d242cc07554commit hash: e23f68172bfe3c5b8ea2625723029d242cc07554 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-propro2: Mark DEPRECATED

- Set EXPIRATION_DATE on 2022-11-28

PR:		261633
2.1.0
10 Jan 2022 13:30:00
commit hash: 47721a7247d2d9ad1e6cb47a518090305254016fcommit hash: 47721a7247d2d9ad1e6cb47a518090305254016fcommit hash: 47721a7247d2d9ad1e6cb47a518090305254016fcommit hash: 47721a7247d2d9ad1e6cb47a518090305254016f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mark ports to IGNORE with new php81

Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2.1.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.1.0
29 Dec 2020 09:14:44
Revision:559554Original commit files touched by this commit
antoine search for other commits by this committer
Ignore with PHP 8.0

Reported by:	pkg-fallout
2.1.0
05 Jan 2019 15:47:57
Revision:489349Original commit files touched by this commit
rene search for other commits by this committer
Remove stale IGNORE_WITH_PHP=56 values.

Reminded by:	sunpoet
2.1.0
23 Apr 2018 23:54:09
Revision:468150Original commit files touched by this commit
bofh search for other commits by this committer
devel/pecl-propro2: Update version 2.0.1=>2.1.0

- Pet portlint

Relnotes:	https://pecl.php.net/package-changelog.php?package=propro&release=2.1.0
2.0.1_1
08 Mar 2018 19:48:41
Revision:463917Original commit files touched by this commit
mat search for other commits by this committer
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
2.0.1_1
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
2.0.1_1
13 Dec 2016 14:26:12
Revision:428488Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW: pecl.php.net uses https://

Approved by:	portmgr (blanket)
2.0.1_1
24 Oct 2016 19:39:06
Revision:424590Original commit files touched by this commit
rene search for other commits by this committer
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
2.0.1_1
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
2.0.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
2.0.1
12 Jun 2016 10:21:43
Revision:416791Original commit files touched by this commit
bofh search for other commits by this committer
devel/pecl-propro2: Update version 2.0.0=>2.0.1
2.0.0
06 Apr 2016 16:44:59
Revision:412632Original commit files touched by this commit
mat search for other commits by this committer
Remove PHP_DEFAULT from ports, it must not be used.

With hat:	portmgr
Sponsored by:	Absolight
2.0.0
06 Apr 2016 13:04:40
Revision:412615Original commit files touched by this commit
bofh search for other commits by this committer
[NEW] devel/pecl-propro2: Facility to manage extension object properties

A facility to manage possibly persistent resources with a comprehensible API.
Provides simliar functionality like the zend_list API, but with more flexiblity
and freedom.

php70+ specific version only.

WWW: http://pecl.php.net/package/propro/

Number of commits found: 20