diff options
author | sno <sno@pkgsrc.org> | 2010-08-20 06:45:55 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-20 06:45:55 +0000 |
commit | 0e6066a708aa5923c50e8beeb0fad12cfa309633 (patch) | |
tree | 1c199608dc7190af9137bed1388a405053b4af0a | |
parent | c69057d92dc376aadfdf699786179cb4356b136b (diff) | |
download | pkgsrc-0e6066a708aa5923c50e8beeb0fad12cfa309633.tar.gz |
Importing package for Perl5 module POD2::Base 0.043 into
textproc/p5-POD2-Base as dependency of scheduled update of editors/p5-Padre
to 0.69.
This module is an abstraction of the code in POD2::IT and POD2::FR. These
modules belong to the Italian and the French translation projects of core
Perl pods.
Once a translation package had been installed, the translated
documentation can be accessed with:
$ perldoc POD2::<lang>::<podname>
(where <lang> is a language abbreviation like IT, FR, TLH, etc.)
To improve the support to read translated docs, the perldoc utility (since
version 3.14_01) was updated to find translated PODs via:
$ perldoc -L IT <podpage>
$ perldoc -L FR -f <function>
$ perldoc -L TH -q <FAQregex>
-rw-r--r-- | textproc/p5-POD2-Base/DESCR | 17 | ||||
-rw-r--r-- | textproc/p5-POD2-Base/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-POD2-Base/distinfo | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-POD2-Base/DESCR b/textproc/p5-POD2-Base/DESCR new file mode 100644 index 00000000000..8909170ac71 --- /dev/null +++ b/textproc/p5-POD2-Base/DESCR @@ -0,0 +1,17 @@ +This module is an abstraction of the code in POD2::IT and POD2::FR. These +modules belong to the Italian and the French translation projects of core +Perl pods. + +Once a translation package had been installed, the translated +documentation can be accessed with: + + $ perldoc POD2::<lang>::<podname> + +(where <lang> is a language abbreviation like IT, FR, TLH, etc.) + +To improve the support to read translated docs, the perldoc utility (since +version 3.14_01) was updated to find translated PODs via: + + $ perldoc -L IT <podpage> + $ perldoc -L FR -f <function> + $ perldoc -L TH -q <FAQregex> diff --git a/textproc/p5-POD2-Base/Makefile b/textproc/p5-POD2-Base/Makefile new file mode 100644 index 00000000000..3435863705d --- /dev/null +++ b/textproc/p5-POD2-Base/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/20 06:45:55 sno Exp $ +# + +DISTNAME= POD2-Base-0.043 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POD2-Base/ +COMMENT= Base module for translations of Perl documentation +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty + +PERL5_PACKLIST= auto/POD2/Base/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-POD2-Base/distinfo b/textproc/p5-POD2-Base/distinfo new file mode 100644 index 00000000000..19427a79ddf --- /dev/null +++ b/textproc/p5-POD2-Base/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/20 06:45:55 sno Exp $ + +SHA1 (POD2-Base-0.043.tar.gz) = fe43d8cad982c99e720211513b9cc2fbc538c82a +RMD160 (POD2-Base-0.043.tar.gz) = 74a2b923ee8c34e97a5bad639140df44a4dd551f +Size (POD2-Base-0.043.tar.gz) = 9897 bytes |