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.2.1 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.2.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.1 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.2.1 11 Jun 2017 07:46:35 |
sunpoet |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> HTTP_Client-1.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/HTTP_Client-1.2.1.tgz
fetch: http://pear.php.net/get/HTTP_Client-1.2.1.tgz: size mismatch: expected
10202, actual 10269
Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTTP_Client-1.2.1.tgz
[1]
Approved by: portmgr (blanket) |
1.2.1 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
1.2.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.2.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.2.1 26 Sep 2014 09:30:03 |
bapt |
Convert to USES=pear |
1.2.1 25 Nov 2013 17:59:59 |
antoine |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt) |
1.2.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.1 17 Mar 2013 05:38:48 |
miwi |
- Convert to PEAR_AUTOINSTALL |
1.2.1 25 Jun 2011 07:34:33 |
miwi |
- Update to 1.2.1
PR: 157781
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer |
1.2.0 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2.0 24 Oct 2008 19:00:20 |
miwi |
- Update to 1.2.0
PR: 128221
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer |
1.1.1 26 Mar 2008 17:16:50 |
miwi |
- Update to 1.1.1
PR: 121974
Submitted by: Anish Mistry <amistry@am-productions.biz>
Approved by: maintainer |
1.0.0 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.0 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 |
1.0.0 05 Feb 2005 01:24:37 |
edwin |
MAINTAINER FIX: www/pear-HTTP_Client
Looks like this also depends on www/pear-HTTP_Request.
PR: ports/77018
Submitted by: Joseph Scott <joseph@randomnetworks.com> |
1.0.0 02 Feb 2005 12:42:49 |
edwin |
NEW PORT: www/pear-HTTP_Client (High level HTTP class)
This is my first port with code from PEAR, so I hope I got
it right. I based it off of www/pear-HTTP.
The HTTP_Client class wraps around HTTP_Request and provides
a higher level interface for performing multiple HTTP
requests.
Features:
* Manages cookies and referrers between requests
* Handles HTTP redirection
* Has methods to set default headers and request parameters
* Implements the Subject-Observer design pattern: the base class sends
events to listeners that do the response processing.
PR: ports/76995
Submitted by: Joseph Scott <joseph@randomnetworks.com> |