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.

non port: devel/pecl-dio/Makefile

Number of commits found: 21

Thursday, 25 Jan 2024
20:38 Florian Smeets (flo) search for other commits by this committer
devel/pecl-dio: Update to 0.2.2
commit hash: 3893d3e9953f2b566a97b12942af1c6bce04db55 commit hash: 3893d3e9953f2b566a97b12942af1c6bce04db55 commit hash: 3893d3e9953f2b566a97b12942af1c6bce04db55 commit hash: 3893d3e9953f2b566a97b12942af1c6bce04db55 3893d3e
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 17 Feb 2022
16:51 Florian Smeets (flo) search for other commits by this committer
devel/pecl-dio: Update to 0.2.1
commit hash: 62c4f5ec151b96e20af724b5cc5ede34b4ed8c9a commit hash: 62c4f5ec151b96e20af724b5cc5ede34b4ed8c9a commit hash: 62c4f5ec151b96e20af724b5cc5ede34b4ed8c9a commit hash: 62c4f5ec151b96e20af724b5cc5ede34b4ed8c9a 62c4f5e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 30 Apr 2020
15:30 flo search for other commits by this committer
Update to 0.2.0 (adds PHP 7.4+ support)
Original commitRevision:533465 
Saturday, 16 Dec 2017
18:22 flo search for other commits by this committer
Update to 0.1.0 to make it compatible with PHP 7.x
Original commitRevision:456481 
Thursday, 14 Dec 2017
13:57 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
Original commitRevision:456296 
Monday, 10 Apr 2017
15:08 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
Original commitRevision:438175 
Tuesday, 7 Feb 2017
12:14 mat search for other commits by this committer
Mark ports not building with PHP 7.1.

Sponsored by:	Absolight
Original commitRevision:433543 
Wednesday, 3 Aug 2016
12:47 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
Original commitRevision:419514 
Tuesday, 28 Jun 2016
14:00 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
Original commitRevision:417719 
Thursday, 18 Feb 2016
14:47 miwi search for other commits by this committer
- Ignore php70
- While here remove old php gruft
Original commitRevision:409110 
Saturday, 2 Nov 2013
00:05 flo search for other commits by this committer
Remove leading article before anybody complains :)
Original commitRevision:332434 
Friday, 1 Nov 2013
23:59 flo search for other commits by this committer
- update to 0.0.7
- convert to STAGE
- fix portlint warning
Original commitRevision:332432 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Friday, 6 Jul 2012
20:35 flo search for other commits by this committer
Do not restrict pecl-dio to php 5.3 any longer. It works with 5.3 and 5.4 now.
I forgot to do this in the last commit.
Original commit
15:41 flo search for other commits by this committer
Update to 0.0.6 (PHP 5.4 compatibility)
Original commit
Monday, 27 Dec 2010
22:02 flo search for other commits by this committer
- change MAINTAINER to my @FreeBSD.org address

Approved by: jadawin (mentor)
Original commit
Sunday, 26 Dec 2010
08:03 flo search for other commits by this committer
Forced commit to note the port description usually given when adding a new port.
Thanks to danfe@ for pointing out my mixup of -m and -F

Add new port devel/pecl-dio

DIO provides functions and stream wrappers which provide raw and serial low
level IO support. The use of the DIO functions should be considered only when
direct control of a device is needed. In all other cases, the standard
filesystem functions are more than adequate.

WWW:    http://www.pecl.php.net/package/dio/

Approved by: fjoe (mentor)
Original commit
07:48 flo search for other commits by this committer
/home/flo/msg
Original commit

Number of commits found: 21