Port details |
- pear-XML_XPath PEAR class provided an XPath/DOM XML manipulation
- 1.2.4 devel
=1 1.2.4Version of this port present on the latest quarterly branch.
- DEPRECATED: php4 is EOLed
This port expired on: 2012-05-11
- Maintainer: miwi@FreeBSD.org
- Port Added: 2003-09-08 02:29:09
- Last Update: 2012-05-11 19:36:53
- SVN Revision: UNKNOWN
- People watching this port, also watch:: rpm2cpio, p5-Time-HiRes, p5-Getopt-Long, python
- Also Listed In: pear www
- License: not specified in port
- WWW:
- http://pear.php.net/package/XML_XPath/
- Description:
- This is an XML parser based on PHP's built-in xml extension. It
supports two basic modes of operation: "func" and "event". In "func"
mode, it will look for a function named after each element
(xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and
in "event" mode it uses a set of generic callbacks.
WWW: http://pear.php.net/package/XML_XPath/
-
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:
-
- pear-XML_XPath>0:devel/pear-XML_XPath
- No installation instructions:
- This port has been deleted.
- PKGNAME: pear-XML_XPath
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- PEAR.php : devel/pear
- Runtime dependencies:
-
- PEAR.php : devel/pear
- php.h : lang/php4
- pear : devel/pear
- domxml.so : textproc/php4-domxml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.4 11 May 2012 19:36:53 |
bapt |
2012-05-10 archivers/php4-bz2: php4 is EOLed
2012-05-10 archivers/php4-zlib: php4 is EOLed
2012-05-10 converters/php4-iconv: php4 is EOLed
2012-05-10 converters/php4-mbstring: php4 is EOLed
2012-05-10 converters/php4-recode: php4 is EOLed
2012-05-10 databases/php4-dba: php4 is EOLed
2012-05-10 databases/php4-dbase: php4 is EOLed
2012-05-10 databases/php4-dbx: php4 is EOLed
2012-05-10 databases/php4-filepro: php4 is EOLed
2012-05-10 databases/php4-interbase: php4 is EOLed
2012-05-10 databases/php4-mssql: php4 is EOLed
2012-05-10 databases/php4-mysql: php4 is EOLed
2012-05-10 databases/php4-odbc: php4 is EOLed
2012-05-10 databases/php4-oracle: php4 is EOLed
2012-05-10 databases/php4-pgsql: php4 is EOLed (Only the first 15 lines of the commit message are shown above ) |
1.2.4 11 Apr 2012 05:41:08 |
bapt |
php4 is EOLed, deprecate ports depending on it.
Approved by: miwi (maintainer by private mail) |
1.2.4 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 |
1.2.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.2.4 05 Aug 2007 21:27:19 |
miwi |
- Update to 1.2.4 |
1.2.3 01 May 2007 11:36:58 |
miwi |
- Set correct url |
1.2.3 01 May 2007 11:32:30 |
miwi |
- Update WWW |
1.2.3 27 Apr 2007 20:45:40 |
miwi |
- Update to 1.2.3
- Take maintainership |
1.2_1 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.2_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.2_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.2_1 28 Dec 2003 07:55:47 |
edwin |
[PATCH] simplify pear-* ports
These patches do the following things for PEAR ports:
* devel-pear-PEAR-Makefile.common.patch
- provides a do-install target and all that jazz in
devel/pear-PEAR/Makefile.common
- individual PEAR ports now just set a few variables:
* pear-ports-Makefile.common-ng.patch
contains changes for all pear-* ports including devel/pear-PEAR
See http://smradoch.innuendo.cz/FreeBSD/ for complete description.
Note: still missing are:
devel/pear-HTML_Common
devel/pear-I18N
net/pear-Net_NNTP
security/pear-Auth
PR: ports/59213
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
1.2 12 Nov 2003 23:46:19 |
edwin |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org |
1.2 19 Sep 2003 03:16:01 |
edwin |
Disable package building on bento: the default PHP doesn't support domxml.
Noticed by: kris@ & bento |
1.2 08 Sep 2003 02:28:24 |
edwin |
New port: PEAR class provided an XPath/DOM XML manipulation
This is an XML parser based on PHP's built-in xml extension.
It supports two basic modes of operation: "func" and "event".
In "func" mode, it will look for a function named after
each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
for end tags), and in "event" mode it uses a set of generic
callbacks.
PR: ports/56446
Submitted by: Alex Miller <asm@asm.kiev.ua> |