| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=96732
|
|
|
|
|
|
|
|
|
| |
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
Notes:
svn path=/head/; revision=93850
|
|
|
|
|
|
|
| |
Noticed by: kris@ & bento
Notes:
svn path=/head/; revision=89063
|
|
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>
Notes:
svn path=/head/; revision=88722
|