772c FreshPorts -- textproc/p5-XML-TreeBuilder
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-TreeBuilder 4.1 textproc on this many watch lists=0 search for ports that depend on this port
Perl module to make XML document trees
Maintained by: culot@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jan 2001 20:48:47
Also Listed In: perl5
License: not specified in port


This module uses XML::Parser to make XML document trees constructed of
XML::Element objects (and XML::Element is a subclass of HTML::Element
adapted for XML).  XML::TreeBuilder is meant particularly for people
who are used to the HTML::TreeBuilder / HTML::Element interface to
document trees, and who don't want to learn some other document
interface like XML::Twig or XML::DOM.

Author: Sean M. Burke
WWW: http://search.cpan.org/dist/XML-TreeBuilder
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. www/p5-HTML-Tagset
  2. www/p5-HTML-Tree
  3. textproc/p5-XML-Parser
  4. devel/p5-Module-Build
  5. lang/perl5.8
Required To Run:
  1. www/p5-HTML-Tagset
  2. www/p5-HTML-Tree
  3. textproc/p5-XML-Parser
  4. lang/perl5.8

This port is required by:

for Build for Run

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


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.cpan.org/pub/CPAN/modules/by-module/XML/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/XML/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/XML/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/XML/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/XML/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/XML/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/XML/
  11. http://at.cpan.org/modules/by-module/XML/
  12. http://backpan.perl.org/modules/by-module/XML/
  13. http://cpan.nctu.edu.tw/modules/by-module/XML/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/XML/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/XML/
  16. http://www.cpan.dk/modules/by-module/XML/
  17. http://www.cpan.dk/modules/by-module/XML/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
26 Jun 2012 21:07:50
Original commit files touched by this commit  4.1
pav search for other commits by this committer
- Fix typo, unbreak depends

Reported by:    pointyhat
03 Jun 2012 09:09:50
Original commit files touched by this commit  4.1
culot search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS, as suggested at:
  http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies

Submitted by:   az@ (via irc)
21 Jan 2012 17:40:15
Original commit files touched by this commit  4.1
eadler search for other commits by this committer
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
24 Oct 2011 09:11:38
Original commit files touched by this commit  4.1
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
12 Apr 2011 07:30:21
Original commit files touched by this commit  4.1
culot search for other commits by this committer
- Update to 4.1

Changes:        http://search.cpan.org/dist/XML-TreeBuilder/Changes
11 Dec 2010 14:12:38
Original commit files touched by this commit  4.0
culot search for other commits by this committer
- Update to 4.0
- TEST_DEPENDS added
- Take maintainership

Changes:        http://search.cpan.org/dist/XML-TreeBuilder/Changes
Approved by:    wen@ (mentor)
23 Jan 2010 14:45:05
Original commit files touched by this commit  3.09
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  3.09
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  3.09
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  3.09
pav search for other commits by this committer
- Add SHA256
24 Jul 2004 22:08:24
Original commit files touched by this commit  3.09
erwin search for other commits by this committer
Update to 3.09
29 Jan 2004 16:13:06
Original commit files touched by this commit  3.08_2
trevor search for other commits by this committer
SIZEify.
24 Oct 2003 12:05:09
Original commit files touched by this commit  3.08_2
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
20 Feb 2003 19:11:26
Original commit files touched by this commit  3.08_2
knu search for other commits by this committer
De-pkg-comment.
09 May 2001 07:57:39
files touched by this commit
vanilla search for other commits by this committer
Add (BUILD-RUN)_DEPENDS to p5-XML-Parser.    
02 May 2001 22:37:59
files touched by this commit
vanilla search for other commits by this committer
Add {BUILD-RUN}_DEPENDS to p5-HTML-Tree.    
14 Apr 2001 23:31:53
files touched by this commit
steve search for other commits by this committer
Remove empty directories on uninstall.    
01 Mar 2001 06:39:18
files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
03 Jan 2001 23:48:47
files touched by this commit
will search for other commits by this committer
Add p5-XML-TreeBuilder 3.08, perl module to make XML document trees.    

Number of commits found: 19

2849
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 216
Deprecated 473
Ignore 632
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 month217

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