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) |
2.1.2 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 ) |
2.1.2 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.2 22 May 2021 16:20:48
    |
Po-Chuan Hsieh (sunpoet)  |
*/pear-*: Take maintainership |
2.1.2 04 May 2021 16:57:55
    |
Rene Ladan (rene)  |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
2.1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.2 06 Mar 2020 18:09:10
  |
joneum  |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
2.1.2 11 Jun 2017 07:46:20
  |
sunpoet  |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> XML_HTMLSax-2.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/XML_HTMLSax-2.1.2.tgz
fetch: http://pear.php.net/get/XML_HTMLSax-2.1.2.tgz: size mismatch: expected
16099, actual 16089
Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_HTMLSax-2.1.2.tgz
[1]
Approved by: portmgr (blanket) |
2.1.2 16 May 2017 13:37:51
  |
joneum  |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
2.1.2 13 Dec 2016 15:05:07
  |
sunpoet  |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
2.1.2 04 Nov 2016 07:50:46
  |
jbeich  |
Pass maintainership of PEAR ports to the submitter
PR: 214156
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
2.1.2 25 Jul 2016 20:01:03
  |
rene  |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
2.1.2 26 Nov 2015 12:04:01
  |
miwi  |
- Take Maintainership
Approved by: mat (mentor) |
2.1.2 18 Nov 2014 09:37:33
  |
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
2.1.2 26 Sep 2014 09:17:25
  |
bapt  |
Convert to USES=pear |
2.1.2 25 Nov 2013 17:59:59
  |
antoine  |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt) |
2.1.2 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.1.2 17 Mar 2013 14:14:20
  |
miwi  |
- Convert to PEAR_AUTOINSTALL
- Trim header |
2.1.2 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
2.1.2 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
2.1.2 23 Sep 2006 00:23:36
 |
linimon  |
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr |
2.1.2 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.1.2 09 Dec 2005 19:24:52
 |
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
2.1.2 11 Apr 2005 19:09:35
 |
pav  |
PEAR::XML_HTMLSax provides an API very similar to the native PHP XML
extension (http://www.php.net/xml), allowing handlers using one to be easily
adapted to the other.
The key difference is HTMLSax will not break on badly formed XML, allowing it
to be used for parsing HTML documents. Otherwise HTMLSax supports all the
handlers available from Expat except namespace and external entity handlers.
PR: ports/79403
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> |