83af FreshPorts -- textproc/p5-Pod-ProjectDocs
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-ProjectDocs 0.40 textproc on this many watch lists=0 search for ports that depend on this port
Generates CPAN like pod pages
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Aug 2005 14:51:17
Also Listed In: perl5
License: not specified in port


This module allows you to generates CPAN like pod pages from your
modules (not only perl but also javascript including pod) for your
projects.  Set your library modules' root directory with libroot option.
And you have to set output directory's path with outroot option.  And
this module searches your pm and pod files from your libroot, and
generates html files, and an index page lists up all your modules there.

WWW: http://search.cpan.org/dist/Pod-ProjectDocs/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/p5-Class-Accessor
  2. devel/p5-Class-Data-Inheritable
  3. converters/p5-JSON
  4. devel/p5-Readonly
  5. www/p5-Template-Toolkit
  6. net/p5-URI
  7. lang/perl5.12
Required To Run:
  1. devel/p5-Class-Accessor
  2. devel/p5-Class-Data-Inheritable
  3. converters/p5-JSON
  4. devel/p5-Readonly
  5. www/p5-Template-Toolkit
  6. net/p5-URI
  7. lang/perl5.12
There are no ports dependent upon this port

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


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

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 06:32:13
Original commit files touched by this commit  0.40
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.40
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.40
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
01 Sep 2011 13:07:56
Original commit files touched by this commit  0.40
sunpoet search for other commits by this committer
- Update to 0.40

Changes:        http://search.cpan.org/dist/Pod-ProjectDocs/Changes
17 May 2011 11:13:00
Original commit files touched by this commit  0.39
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports

Approved by:    erwin@ (portmgr)
29 Oct 2010 06:22:07
Original commit files touched by this commit  0.39
leeym search for other commits by this committer
- update to 0.39
10 Mar 2010 21:51:37
Original commit files touched by this commit  0.38
tobez search for other commits by this committer
Update to 0.38.  Assign maintainer to perl@.

Changes:        http://search.cpan.org/dist/Pod-ProjectDocs/Changes
23 Jan 2010 07:28:11
Original commit files touched by this commit  0.36_1
kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 3).

Approved by:    portmgr (itetcu)
10 Jan 2010 03:54:09
Original commit files touched by this commit  0.36
linimon search for other commits by this committer
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
03 Jun 2008 12:44:43
Original commit files touched by this commit  0.36
skv search for other commits by this committer
Update to 0.36

Changes:        http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.36/Changes
31 May 2008 21:39:41
Original commit files touched by this commit  0.35
miwi search for other commits by this committer
- Update to 0.35

PR:             123478
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:    maintainer timeout
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.26
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:06:22
Original commit files touched by this commit  0.26
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
14 Sep 2006 11:31:54
Original commit files touched by this commit  0.26
skv search for other commits by this committer
Update to 0.26

Changes:        http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.26/Changes
22 Jan 2006 02:55:05
Original commit files touched by this commit  0.22
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)
27 Dec 2005 16:34:42
Original commit files touched by this commit  0.22
skv search for other commits by this committer
Update to 0.22
29 Sep 2005 15:43:09
Original commit files touched by this commit  0.21
skv search for other commits by this committer
Update to 0.21

Changes:        http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.21/Changes
16 Sep 2005 15:38:02
Original commit files touched by this commit  0.18
skv search for other commits by this committer
Fix plist.

Pointed by:     pointyhat (kris)
15 Sep 2005 10:44:45
Original commit files touched by this commit  0.18
skv search for other commits by this committer
Update to 0.18 (from 0.13)

Changes:        http://search.cpan.org/src/LYOKATO/Pod-ProjectDocs-0.18/Changes
31 Aug 2005 14:50:37
Original commit files touched by this commit  0.13
skv search for other commits by this committer
Add p5-Pod-ProjectDocs 0.13, generates CPAN like pod pages.

Number of commits found: 20

28cb
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 24569
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 3
new 48 hours10
new 7 days30
new fortnight85
new month175

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