Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.6.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.6.7 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.6.7 28 Feb 2022 12:46:08 |
Po-Chuan Hsieh (sunpoet) |
devel/pear-TheSeer_fDOMDocument: Update to 1.6.7
- Add NO_ARCH
Changes: https://github.com/theseer/fDOMDocument/releases |
1.6.6 29 Aug 2021 14:54:01 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
1.6.6 22 May 2021 16:20:48 |
Po-Chuan Hsieh (sunpoet) |
*/pear-*: Take maintainership |
1.6.6 04 May 2021 16:57:55 |
Rene Ladan (rene) |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
1.6.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.6 06 Mar 2020 17:05:44 |
joneum |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
1.6.6 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.6.6 12 Sep 2017 17:46:30 |
joneum |
- devel/pear-TheSeer_fDOMDocument: Update from 1.4.3 to 1.6.6
- switch to GitHub
- Changelog: https://github.com/theseer/fDOMDocument/releases
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D12187 |
1.4.3 16 May 2017 13:37:51 |
joneum |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.4.3 27 Dec 2016 21:19:23 |
rakuco |
Change maintainership of the pear-* ports.
Pass it to Jochen Neumeister <joneum@bsdproject.de>.
PR: 215607
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: Gasol Wu <gasol.wu@gmail.com> (former maintainer) |
1.4.3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.3 23 Sep 2014 15:15:05 |
bapt |
Convert to USES=pear |
1.4.3 23 Jul 2014 01:45:47 |
adamw |
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.
Approved by: portmgr (not really, but it touches unstaged ports) |
1.4.3 11 Feb 2014 16:51:37 |
sunpoet |
- Update to 1.4.3
Changes: https://github.com/theseer/fDOMDocument/#changelog
PR: ports/186526
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
1.4.2 13 Dec 2013 07:27:25 |
sunpoet |
- Update to 1.4.2
- While I'm here, update LICENSE
Changes: https://github.com/theseer/fDOMDocument#changelog
PR: ports/184678
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.3.2 08 Nov 2013 21:41:54 |
antoine |
Stage support for pear classes and channels in the devel category
Reviewed by: bapt, ports@
Tested with: poudriere + diff on the content of generated packages |
1.3.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.3.2 03 Jan 2013 11:37:21 |
rm |
- update to 1.3.2
PR: 174927
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) |
1.3.1 19 Dec 2012 20:07:45 |
rm |
An Extension to PHP's standard DOM to add various convinience methods and
exceptions by default.
WWW: https://github.com/theseer/fDOMDocument/
PR: 172765
Submitted by: Gasol Wu <gasol.wu@gmail.com> |