52ee FreshPorts -- www/p5-Pod-Site
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-Pod-Site 0.53 www on this many watch lists=0 search for ports that depend on this port
Build browsable HTML documentation for your app
Maintained by: milki@rescomp.berkeley.edu search for ports maintained by this maintainer
Port Added: 26 Apr 2010 06:57:51
Also Listed In: perl5
License: ART10 GPLv1


Pod::Site searches a list of directories and generates a jQuery-powered
documentation site from all of the POD files it finds. It was originally
designed for the Bricolage project but is has evolved for general use.
Have a look at the Bricolage API Browser to see a sample documentation
site in action. The generated documentation site supports Safari, Firefox,
and IE7 and up.

WWW: http://search.cpan.org/dist/Pod-Site/
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-Object-Tiny
  3. devel/p5-Module-Build
  4. lang/perl5.14
Required To Run:
  1. www/p5-HTML-Parser
  2. devel/p5-Object-Tiny
  3. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/p5-Pod-Site/ && make install clean
To add the package: pkg_add -r p5-Pod-Site


Configuration Options
===> The following configuration options are available for p5-Pod-Site-0.53:
     PODT=off: Include Pod package tests
===> Use 'make config' to modify these settings

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

Number of commits found: 9

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 May 2013 17:19:20
Original commit files touched by this commit  0.53
az search for other commits by this committer
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178933
Submitted by:	az
Approved by:	maintainer
24 Apr 2013 19:35:38
Original commit files touched by this commit  0.53
swills search for other commits by this committer
- Convert to OptionsNG
- Trim headers while here

PR:		ports/177160
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
07 May 2012 14:42:18
Original commit files touched by this commit  0.53
culot search for other commits by this committer
- Update to 0.53 [1]
- Add BUILD_DEPENDS to silence build warnings

Changes:        http://search.cpan.org/dist/Pod-Site/Changes
PR:             ports/167680 [1]
Submitted by:   milki <milki@rescomp.berkeley.edu> (maintainer)
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.52_1
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.52_1
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
22 Jul 2011 21:12:30
Original commit files touched by this commit  0.52_1
sunpoet search for other commits by this committer
- Add LICENSE
- Add OPTIONS: PODT
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change

PR:             ports/158943
Submitted by:   milki <milki@rescomp.berkeley.edu> (maintainer)
20 Jun 2011 09:22:15
Original commit files touched by this commit  0.52
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.52
miwi search for other commits by this committer
- Get Rid MD5 support
26 Apr 2010 06:57:14
Original commit files touched by this commit  0.52
wen search for other commits by this committer
Pod::Site searches a list of directories and generates a jQuery-powered
documentation site from all of the POD files it finds. It was originally
designed for the Bricolage project but is has evolved for general use.
Have a look at the Bricolage API Browser to see a sample documentation
site in action. The generated documentation site supports Safari, Firefox,
and IE7 and up.

WWW: http://search.cpan.org/dist/Pod-Site/

PR:             ports/146048
Submitted by:   Jonathan Chu <milki@rescomp.berkeley.edu>

Number of commits found: 9

28b3
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 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 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month178

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