diff options
author | seb <seb@pkgsrc.org> | 2010-02-04 22:06:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-02-04 22:06:29 +0000 |
commit | 0e86a3b7236049c227405c1f93ceb367b284c590 (patch) | |
tree | e53aad5fd84614b6805fa01233f20d0527739809 /devel | |
parent | 9f1bb11f275f77f4314445b1adfe71be70a62fbd (diff) | |
download | pkgsrc-0e86a3b7236049c227405c1f93ceb367b284c590.tar.gz |
Initial import of p5-AnnoCPAN-Perldoc version 0.10 in the NetBSD
Packages Collection.
AnnoCPAN is a web interface for the documentation of all the modules
on CPAN, where users can add annotations on the margin of specific
paragraphs throughout the POD. The master AnnoCPAN site is located
at http://annocpan.org/.
The Perl 5 module AnnoCPAN::Perldoc provides a substitute for the
'perldoc' command that displays the annotations locally and without
requiring a connection to the Internet. It works by using a local
note database that can be downloaded from http://annocpan.org/annopod.db
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AnnoCPAN-Perldoc/DESCR | 9 | ||||
-rw-r--r-- | devel/p5-AnnoCPAN-Perldoc/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-AnnoCPAN-Perldoc/distinfo | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-AnnoCPAN-Perldoc/DESCR b/devel/p5-AnnoCPAN-Perldoc/DESCR new file mode 100644 index 00000000000..1e04c3e87df --- /dev/null +++ b/devel/p5-AnnoCPAN-Perldoc/DESCR @@ -0,0 +1,9 @@ +AnnoCPAN is a web interface for the documentation of all the modules +on CPAN, where users can add annotations on the margin of specific +paragraphs throughout the POD. The master AnnoCPAN site is located +at http://annocpan.org/. + +The Perl 5 module AnnoCPAN::Perldoc provides a substitute for the +'perldoc' command that displays the annotations locally and without +requiring a connection to the Internet. It works by using a local +note database that can be downloaded from http://annocpan.org/annopod.db diff --git a/devel/p5-AnnoCPAN-Perldoc/Makefile b/devel/p5-AnnoCPAN-Perldoc/Makefile new file mode 100644 index 00000000000..f1219d8cbc5 --- /dev/null +++ b/devel/p5-AnnoCPAN-Perldoc/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/04 22:06:29 seb Exp $ + +DISTNAME= AnnoCPAN-Perldoc-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IT/ITUB/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/AnnoCPAN-Perldoc/ +COMMENT= Integrate AnnoCPAN notes locally into perldoc +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/AnnoCPAN/Perldoc/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-DBD-SQLite>=1:../../databases/p5-DBD-SQLite +DEPENDS+= p5-DBI>=0:../../databases/p5-DBI +DEPENDS+= p5-IO-String>=0:../../devel/p5-IO-String + +# For test target +BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-AnnoCPAN-Perldoc/distinfo b/devel/p5-AnnoCPAN-Perldoc/distinfo new file mode 100644 index 00000000000..5f3a5f8bd98 --- /dev/null +++ b/devel/p5-AnnoCPAN-Perldoc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/04 22:06:29 seb Exp $ + +SHA1 (AnnoCPAN-Perldoc-0.10.tar.gz) = ecee1446deab3cc9ca86110a5b86b29081501217 +RMD160 (AnnoCPAN-Perldoc-0.10.tar.gz) = 57d7ddcef59786ad7cf55c79b1ec674422bd1285 +Size (AnnoCPAN-Perldoc-0.10.tar.gz) = 3862 bytes |