Port details |
- pecl-yaz PECL extension that implements a Z39.50 client
- 1.2.1 net
=2 1.2.1Version of this port present on the latest quarterly branch.
- DEPRECATED: PHP 7.2 extension
This port expired on: 2020-12-31
- Maintainer: fw@moov.de
- Port Added: 2004-07-19 07:30:31
- Last Update: 2020-12-31 15:07:02
- SVN Revision: 559743
- People watching this port, also watch:: screen, python, yaz
- Also Listed In: pear
- License: PHP301
- WWW:
- https://pecl.php.net/package/yaz
- Description:
- PHP/YAZ is an extension to the popular web server language PHP that implements
Z39.50 origin (client) functionality as well as the SRW/SRU protocols.
WWW: https://pecl.php.net/package/yaz
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-yaz>0:net/pecl-yaz
- No installation instructions:
- This port has been deleted.
- PKGNAME: php72-pecl-yaz
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1483410272
SHA256 (PECL/yaz-1.2.1.tgz) = 5d402e1029aa62a801206e9783c7d3b25db7dd144d39eacb65bd72ab4c9d34c1
SIZE (PECL/yaz-1.2.1.tgz) = 20147
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php72
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php72
- Library dependencies:
-
- libyaz.so : net/yaz
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gnome php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1 31 Dec 2020 15:07:02 |
rene |
Remove expired ports not depending on Python 2.7:
2020-12-31 devel/arm-none-eabi-gdb: This is an old, obsolete version of gdb
2020-12-31 devel/pecl-weakref2: PHP 7.2 extension
2020-12-31 graphics/py-imageio24: Use graphics/py-imageio instead
2020-12-31 mail/bogofilter-tc: TokyoCabinet is being phased out in favor of
KyotoCabinet.
2020-12-31 net/pecl-yaz: PHP 7.2 extension
2020-12-31 print/cloudprint: Google Cloud Print is being shut down by Google by
end of 2020
2020-12-31 science/py-eccodes-python: Use science/py-eccodes instead
2020-12-31 sysutils/cfengine-masterfiles312: EOL
2020-12-31 sysutils/cfengine-masterfiles313: EOL
2020-12-31 sysutils/cfengine312: EOL
2020-12-31 sysutils/cfengine313: EOL
2020-12-31 sysutils/rubygem-chef-zero5: Please use sysutils/rubygem-chef-zero
instead
2020-12-31 sysutils/syslog-ng325: Reduction of syslog-ng ports to one
2020-12-31 sysutils/syslog-ng326: Reduction of syslog-ng ports to one
2020-12-31 sysutils/syslog-ng328: Reduction of syslog-ng ports to one
2020-12-31 sysutils/syslog-ng329: Reduction of syslog-ng ports to one
2020-12-31 www/flashplayer: Depends on a deprecated port
2020-12-31 www/linux-flashplayer: Deprecated by upstream
2020-12-31 www/mediawiki133: Upstream end of life
2020-12-31 www/mediawiki134: Upstream end of life
2020-12-31 www/py-aiohttp2: Use www/py-aiohttp instead
sysutils/drm-legacy-kmod is left in for now. |
1.2.1 28 Dec 2020 20:50:12 |
antoine |
Chase PHP 7.2 expiration |
1.2.1 08 Nov 2019 13:48:35 |
tobik |
net: Add missing USES={gnome,php} |
1.2.1 22 Sep 2019 07:14:00 |
antoine |
Ignore with php 7.4
Reported by: pkg-fallout |
1.2.1 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
1.2.1 12 Oct 2018 06:23:47 |
antoine |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
1.2.1 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
1.2.1 03 Jan 2017 03:07:22 |
wen |
- Update to 1.2.1
PR: 215549
Submitted by: joneum@bsdproject.de
Approved by: maintainer |
1.1.6_1 13 Dec 2016 14:26:12 |
sunpoet |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
1.1.6_1 03 Aug 2016 12:47:05 |
mat |
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 |
1.1.6 28 Jun 2016 14:00:45 |
mat |
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 |
1.1.6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1.6 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
1.1.6 04 Nov 2013 21:33:00 |
antoine |
- Update to 1.1.6, which is compatible with php 5.4
- Add LICENSE
- Convert to STAGEDIR
- Pass maintainership to submitter
PR: ports/181432
Submitted by: Frank Wall |
1.0.14_5 27 Oct 2013 15:17:06 |
pawel |
- Update net/yaz to version 5.0.2
- Update net/zebra-server to 2.0.55 and fix build
with new net/yaz [1]
- Bump other affected ports
PR: ports/183355 [1]
Submitted by: myself
Approved by: maintainer |
1.0.14_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0.14_4 29 May 2013 13:49:07 |
crees |
Reset maintainer for till@php.net
Thanks for all your help in the past, but unfortunately we haven't heard from
you in a very long time. |
1.0.14_4 16 May 2012 07:37:04 |
ale |
Switch to default PHP 5.3, since not compatible with PHP 5.4. |
1.0.14_4 25 Jun 2011 07:11:34 |
miwi |
- Fix build with net/yaz
PR: 156367
Approved by: maintainer timeout |
1.0.14_3 23 Mar 2011 16:45:30 |
pawel |
- Fix build after net/yaz update
Approved by: miwi, wen (mentors) |
1.0.14_3 08 Feb 2011 06:49:00 |
miwi |
- Unbreak after net/yaz update
PR: 154527
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Approved by: maintainer
Feature safe: yes |
1.0.14_2 03 Feb 2011 17:55:21 |
pav |
- Mark BROKEN: does not configure
Reported by: pointyhat
Feature safe: yes |
1.0.14_2 09 Aug 2010 22:56:19 |
araujo |
- Bump PORTREVISION to chase the update of net/yaz. |
1.0.14_1 26 May 2010 09:08:44 |
wen |
- Bump PORTREVISION to chase the update of net/yaz |
1.0.14 04 Apr 2008 21:34:39 |
pav |
- Update to 1.0.14
- Grant maintainership to submitter
PR: ports/116296 (based on)
Submitted by: Till Klampaeckel <till@php.net> |
1.0.8 16 Jul 2007 06:02:06 |
ale |
Release maintainership. |
1.0.8 11 Jan 2007 14:04:12 |
ale |
Update to 1.0.8 release. |
1.0.7 18 Aug 2006 16:57:16 |
delphij |
Update to 1.0.7
Submitted by: chinsan <chinsan tw gmail com>
PR: 101111
Approved by: ale's vacation |
1.0.4 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.4 17 Sep 2005 11:34:03 |
ale |
Update to 1.0.4 release.
PR: ports/86233
Submitted by: pav |
1.0.3 13 Jul 2005 20:01:14 |
ale |
Update to 1.0.3 release.
PR: ports/83403
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
1.0.2 09 Dec 2004 11:04:03 |
ale |
Update to 1.0.2 release. |
1.0.1 19 Jul 2004 07:29:41 |
ale |
Add pecl-yaz 1.0.1, a PECL extension that implements a Z39.50 client. |