6477 FreshPorts -- textproc/p5-XML-Node
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-XML-Node 0.11 textproc on this many watch lists=2 search for ports that depend on this port
Perl5 module to extend and simplify XML::Parser

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 May 2001 13:17:16
Also Listed In: perl5
License: not specified in port


XML::Node is a Perl5 module which provides a simplified extension interface
to XML::Parser.

Paraphrasing the README:

  Instead of worrying about "start", "end", and "char" callbacks of every
  single XML node, you can simply say that you only want to be notified when
  a path is found.

  Using XML::Node, you can ignore the parts of XML files that you are not
  interested in.  Additionally, you can register a variable instead of a
  callback function.  The corresponding string found in an XML file will be
  automatically appended to your variable.

Author: Chang Liu <liu@ics.uci.edu>
WWW: http://search.cpan.org/dist/XML-Node/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.8
Required To Run:
  1. textproc/p5-XML-Parser
  2. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/p5-XML-Node/ && make install clean
To add the package: pkg_add -r p5-XML-Node


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/XML/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/XML/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/XML/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/XML/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/XML/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/XML/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/XML/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/XML/
  10. http://at.cpan.org/modules/by-module/XML/
  11. http://backpan.perl.org/modules/by-module/XML/
  12. http://cpan.nctu.edu.tw/modules/by-module/XML/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/XML/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/XML/
  15. http://www.cpan.dk/modules/by-module/XML/

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Jun 2012 16:42:28
Original commit files touched by this commit  0.11
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
28 Dec 2011 08:20:20
Original commit files touched by this commit  0.11
ehaupt search for other commits by this committer
End WWW CPAN URL with a "/"
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.11
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 14:40:25
Original commit files touched by this commit  0.11
ohauer search for other commits by this committer
-remove MD5
23 Jan 2010 14:45:05
Original commit files touched by this commit  0.11
ehaupt search for other commits by this committer
- Add cpan site to WWW
- Fix indentation, fmt -w 80
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.11
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
22 Jan 2006 02:55:05
Original commit files touched by this commit  0.11
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
25 Nov 2005 18:40:57
Original commit files touched by this commit  0.11
pav search for other commits by this committer
- Add SHA256
20 Nov 2004 08:09:49
Original commit files touched by this commit  0.11
linimon search for other commits by this committer
With portmgr hat on, reset inactive maintainer.  These ports are now up
for adoption.
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.11
trevor search for other commits by this committer
SIZEify (maintainer timeout)
08 Dec 2003 01:03:06
Original commit files touched by this commit  0.11
linimon search for other commits by this committer
Update to 0.11.  Changes relevant to FreeBSD: added support for relative
paths; Add suport for IO::Handle; Bug fixes.
PR:             ports/56564
Submitted by:   Lars Thegler <lars@thegler.dk>
Committed on behalf of wjv@, who is letting real life take precedence
over ports right now :-)
24 Oct 2003 12:05:09
Original commit files touched by this commit  0.10
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
07 Mar 2003 06:11:57
Original commit files touched by this commit  0.10
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
27 Jun 2001 11:15:02
files touched by this commit
wjv search for other commits by this committer
Updating my email address in my remaining ports.    
11 May 2001 17:17:16
files touched by this commit
vanilla search for other commits by this committer
Perl5 module to extend and simplify XML::Parser    

Number of commits found: 15

283b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 473
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0