1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

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>
This commit is contained in:
Wen Heping 2010-04-26 06:57:14 +00:00
parent f01ac72ef8
commit 09062ba5a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253269
5 changed files with 54 additions and 0 deletions

View File

@ -1111,6 +1111,7 @@
SUBDIR += p5-Plack-Server-POE
SUBDIR += p5-Plack-Server-ReverseHTTP
SUBDIR += p5-Plack-Server-ServerSimple
SUBDIR += p5-Pod-Site
SUBDIR += p5-PodToHTML
SUBDIR += p5-REST-Google-Apps-Provisioning
SUBDIR += p5-RT-Authen-ExternalAuth

36
www/p5-Pod-Site/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: p5-Pod-Site
# Date created: 25 April 2010
# Whom: milki
#
# $FreeBSD$
#
PORTNAME= Pod-Site
PORTVERSION= 0.52
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DW/DWHEELER
PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= Build browsable HTML documentation for your app
BUILD_DEPENDS= p5-Module-Build>=0.35:${PORTSDIR}/devel/p5-Module-Build \
p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \
p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny \
p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \
p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
PERL_MODBUILD= YES
MAN1= podsite.1
MAN3= Pod::Site.3
.include <bsd.port.mk>

3
www/p5-Pod-Site/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Pod-Site-0.52.tar.gz) = ac18074776b797d9d61288a83023b85a
SHA256 (Pod-Site-0.52.tar.gz) = ba18ead41d6691b6440c717c9d67351d5b5a3e5c20f4c17266fb07f947236c50
SIZE (Pod-Site-0.52.tar.gz) = 65528

View File

@ -0,0 +1,8 @@
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/

View File

@ -0,0 +1,6 @@
bin/podsite
%%SITE_PERL%%/Pod/Site.pm
%%SITE_PERL%%/Pod/Site/podsite.css
%%SITE_PERL%%/Pod/Site/podsite.js
@dirrmtry %%SITE_PERL%%/Pod/Site
@dirrmtry %%SITE_PERL%%/Pod