notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/pear-XML_Parser/pkg-plist

Number of commits found: 2

Sunday, 28 Dec 2003
07:55 edwin search for other commits by this committer
[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>
Original commit
Monday, 8 Sep 2003
00:29 edwin search for other commits by this committer
New port: PEAR XML parsing class based on PHP's bundled expat

        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/56361
Submitted by:   Alex Miller <asm@asm.kiev.ua>
Original commit

Number of commits found: 2