<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/shells/pear-PHP_Shell, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2023-04-16T18:09:23Z</updated>
<entry>
<title>*/*: Remove merged or non-existent USE_PHP directives</title>
<updated>2023-04-16T18:09:23Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-04-16T16:10:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea'/>
<id>urn:sha1:0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea</id>
<content type='text'>
- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>shells: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:59Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8'/>
<id>urn:sha1:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Andreas Kohn &lt;andreas@syndrom23.de&gt;
  *  Carlos Jacobo Puga Medina &lt;cpm@FreeBSD.org&gt;
  *  Cyrille.Lefevre@laposte.net
  *  Danijel Tasov &lt;danielt@pilgerer.org&gt;
  *  David O'Brien &lt;obrien@NUXI.com&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;
  *  Igor Pokrovsky &lt;ip@unixway.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Kai Wang &lt;kaiw27@gmail.com&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Nobuhiro Yasutomi &lt;nobu@psrc.isac.co.jp&gt;
  *  Oliver Eikemeier
  *  Patrick Gardella &lt;patrick@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Richard Rose &lt;freebsd-security@rikrose.net&gt;
  *  Sean Chittenden &lt;seanc@FreeBSD.org&gt;
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Serhii (Sergey) Kozlov &lt;skozlov@FreeBSD.org&gt;
  *  Shinsuke Matsui &lt;smatsui@karashi.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  UMENO Takashi &lt;umeno@rr.iij4u.or.jp&gt;
  *  Vaida Bogdan
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  conrads@cox.net
  *  erich@rrnet.com
  *  gebhart@secnetix.de
  *  kirk@strauser.com
  *  mcglk@artlogix.com
  *  torstenb

With hat:	portmgr
</content>
</entry>
<entry>
<title>*/pear-*: Take maintainership</title>
<updated>2021-05-22T16:20:48Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2021-05-22T15:45:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0ab32182bcf87f7e936c8ea58e408058e7ed4727'/>
<id>urn:sha1:0ab32182bcf87f7e936c8ea58e408058e7ed4727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: reset miwi's ports after safekeeping his ports bit.</title>
<updated>2021-05-04T16:57:55Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2021-05-04T16:54:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=727adba8e56a5ada32e20e20f83eb1ade3a1f501'/>
<id>urn:sha1:727adba8e56a5ada32e20e20f83eb1ade3a1f501</id>
<content type='text'>
Hat:	portmgr-secretary
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hand over Maintainership to miwi</title>
<updated>2020-03-06T17:47:34Z</updated>
<author>
<name>Jochen Neumeister</name>
<email>joneum@FreeBSD.org</email>
</author>
<published>2020-03-06T17:47:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db4663d539e6e8f42b93426641807703cc38a234'/>
<id>urn:sha1:db4663d539e6e8f42b93426641807703cc38a234</id>
<content type='text'>
Sponsored by:	Netzkommune GmbH
</content>
</entry>
<entry>
<title>Update devel/readline to 8.0</title>
<updated>2019-04-09T14:04:49Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2019-04-09T14:04:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=40c9c7f7eb5f34d2d4c0a47826f07c8e8387e954'/>
<id>urn:sha1:40c9c7f7eb5f34d2d4c0a47826f07c8e8387e954</id>
<content type='text'>
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>Update distinfo and unbreak this port</title>
<updated>2017-06-11T07:44:58Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-06-11T07:44:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8faca1198eb6f882c90dc0578b8dd37a7fd74880'/>
<id>urn:sha1:8faca1198eb6f882c90dc0578b8dd37a7fd74880</id>
<content type='text'>
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=&gt; PHP_Shell-0.3.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=&gt; Attempting to fetch http://pear.php.net/get/PHP_Shell-0.3.2.tgz
fetch: http://pear.php.net/get/PHP_Shell-0.3.2.tgz: size mismatch: expected 99252, actual 101482

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/PHP_Shell-0.3.2.tgz [1]
Approved by:	portmgr (blanket)
</content>
</entry>
</feed>
