non port: devel/pecl-inotify/Makefile |
SVNWeb
|
Number of commits found: 19 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 24 Dec 2020
|
[ 13:49 sunpoet ]
Update to 3.0.0
Changes: https://pecl.php.net/package-changelog.php?package=inotify
|
Thu, 1 Aug 2019
|
[ 16:14 sunpoet ]
Revive pecl-inotify and update to 2.0.0
- Add LICENSE_FILE
Reported by: B.J.Scharp <freebsd-ports@itsacon.net>
|
Thu, 6 Dec 2018
|
[ 11:22 rene ] (Only the first 10 of 168 ports in this commit are shown above. )
Remove version 7.0 from the IGNORE_WITH_PHP list.
|
Sun, 2 Dec 2018
|
[ 17:43 antoine ] (Only the first 10 of 153 ports in this commit are shown above. )
Deprecate ports depending on php 5.6
|
Mon, 8 Oct 2018
|
[ 15:08 antoine ] (Only the first 10 of 154 ports in this commit are shown above. )
Fix some PKGNAME collisions
|
Thu, 14 Dec 2017
|
[ 13:57 tz ] (Only the first 10 of 82 ports in this commit are shown above. )
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
|
Mon, 10 Apr 2017
|
[ 15:08 mat ] (Only the first 10 of 152 ports in this commit are shown above. )
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
Tue, 7 Feb 2017
|
[ 12:14 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
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
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 18 Feb 2016
|
[ 14:47 miwi ] (Only the first 10 of 114 ports in this commit are shown above. )
- Ignore php70
- While here remove old php gruft
|
Fri, 14 Feb 2014
|
[ 17:16 miwi ] (Only the first 10 of 18 ports in this commit are shown above. )
- Remove PHP4 reference in IGNORE_WITH_PHP
|
Mon, 6 Jan 2014
|
[ 15:08 sunpoet ]
- Correct variable name to fix shared library links
- Bump PORTREVISION for package change
- While I'm here, convert to new LIB_DEPENDS format and support STAGEDIR
PR: ports/181637
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Thu, 22 Nov 2012
|
[ 18:51 pawel ]
The inotify extension allows to use inotify functions in a PHP script.
WWW: http://pecl.php.net/package/inotify
PR: ports/169506
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Feature safe: yes
|
Number of commits found: 19 |