aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Pod-Site
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-01-292-4/+2
| | | | Notes: svn path=/head/; revision=341724
* Update maintainer email addressJonathan Chu2014-01-211-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=340549
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327283
* - Remove unnecessary depend on PERL_LEVEL < 5.12Andrej Zverev2013-05-241-14/+1
| | | | | | | | | PR: ports/178933 Submitted by: az Approved by: maintainer Notes: svn path=/head/; revision=318995
* - Convert to OptionsNGSteve Wills2013-04-241-8/+4
| | | | | | | | | | - Trim headers while here PR: ports/177160 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=316475
* - Update to 0.53 [1]Frederic Culot2012-05-072-5/+7
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=296135
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+12
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-12/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Add LICENSESunpoet Po-Chuan Hsieh2011-07-221-14/+32
| | | | | | | | | | | | - Add OPTIONS: PODT - Fix *_DEPENDS - Bump PORTREVISION for dependency change PR: ports/158943 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=278173
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275889
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Pod::Site searches a list of directories and generates a jQuery-poweredWen Heping2010-04-264-0/+53
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> Notes: svn path=/head/; revision=253269