711a FreshPorts -- www/p5-HTML-TokeParser-Simple
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-HTML-TokeParser-Simple 3.15 www on this many watch lists=5 search for ports that depend on this port
Subclass of HTML::TokeParser with easy-to-remember method calls
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 May 2004 12:34:43
Also Listed In: perl5
License: not specified in port


HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens.  Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:

 $token->is_start_tag( 'form' )

Instead of 

 $token->[0] eq 'S' and $token->[1] eq 'form'

WWW: http://search.cpan.org/dist/HTML-TokeParser-Simple/
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-Parser
  2. devel/p5-Sub-Override
  3. lang/perl5.8
Required To Run:
  1. www/p5-HTML-Parser
  2. devel/p5-Sub-Override
  3. lang/perl5.8

This port is required by:

for Build for Run

To install the port: cd /usr/ports/www/p5-HTML-TokeParser-Simple/ && make install clean
To add the package: pkg_add -r p5-HTML-TokeParser-Simple


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

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Jun 2012 07:44:03
Original commit files touched by this commit  3.15
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
21 Jan 2012 17:40:15
Original commit files touched by this commit  3.15
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
19 Mar 2011 12:38:54
Original commit files touched by this commit  3.15
miwi search for other commits by this committer
- Get Rid MD5 support
12 Dec 2010 21:34:18
Original commit files touched by this commit  3.15
pgollucci search for other commits by this committer
- Pass to perl@
21 Dec 2009 02:19:12
Original commit files touched by this commit  3.15
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
29 Apr 2008 05:27:10
Original commit files touched by this commit  3.15
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 14:30:31
Original commit files touched by this commit  3.15
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)
08 Sep 2007 01:11:48
Original commit files touched by this commit  3.15
  Sanity Test Failure
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
04 Jun 2006 23:56:31
Original commit files touched by this commit  3.15
aaron search for other commits by this committer
- Update from v3.14 to v3.15
- Restrict to Perl 5.6+ due to dependency upon www/p5-HTML-Parser
- Take maintainership

3.15  2005-11-29
      Fixed bug where rewrite_tag would unescape entities.  Thanks to "Paul
      Bijnens" <paul.bijnens@xplanation.com> for the bug report and fix.

PR:             ports/98336
Submitted by:   aaron
Reviewed by:    maintainer
Approved by:    maintainer, tobez (implicit)
24 Jan 2006 03:14:23
Original commit files touched by this commit  3.14
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:58:25
Original commit files touched by this commit  3.14
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)
18 Oct 2005 13:42:30
Original commit files touched by this commit  3.14
erwin search for other commits by this committer
Update to 3.14

PR:             87608
Submitted by:   Lars Eggert <lars.eggert@gmx.net> (maintainer)
21 Sep 2005 19:35:50
Original commit files touched by this commit  3.13
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
10 Feb 2005 06:16:32
Original commit files touched by this commit  3.13
leeym search for other commits by this committer
- Update to 3.13

PR:             75805
Submitted by:   Lars Eggert <lars.eggert at gmx.net>
06 May 2004 12:34:02
Original commit files touched by this commit  2.2
mat search for other commits by this committer
Add p5-HTML-TokeParser-Simple 2.2, subclass of HTML::TokeParser with
easy-to-remember method calls.

PR:             ports/65709
Submitted by:   Lars Eggert <lars.eggert@gmx.net>

Number of commits found: 15

284b
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 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 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

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