diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-01-11 04:31:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-01-11 04:31:37 +0000 |
commit | e588d7c380a7839d0b43bede0e67598c6474bffb (patch) | |
tree | 47a44bd1f53575c2815c586e14eda52975d1759c /textproc | |
parent | e7cb53edbcac87d4ef379f3b9a261e9cc2d6c108 (diff) | |
download | pkgsrc-e588d7c380a7839d0b43bede0e67598c6474bffb.tar.gz |
Initial import of p5-Text-Typography, a thin wrapper for John
Gruber's SmartyPants plugin for various CMSs.
SmartyPants is a web publishing utility that translates plain ASCII
punctuation characters into "smart" typographic punctuation HTML
entities. SmartyPants can perform the following transformations:
* Straight quotes ( " and ' ) into "curly" quote HTML entities
* Backticks-style quotes (``like this'') into "curly" quote HTML entities
* Dashes (-- and ---) into en- and em-dash entities
* Three consecutive dots (...) into an ellipsis entity
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Typography/DESCR | 11 | ||||
-rw-r--r-- | textproc/p5-Text-Typography/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Typography/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-Text-Typography/DESCR b/textproc/p5-Text-Typography/DESCR new file mode 100644 index 00000000000..b35c6ed9fe6 --- /dev/null +++ b/textproc/p5-Text-Typography/DESCR @@ -0,0 +1,11 @@ +This module is a thin wrapper for John Gruber's SmartyPants plugin +for various CMSs. + +SmartyPants is a web publishing utility that translates plain ASCII +punctuation characters into "smart" typographic punctuation HTML +entities. SmartyPants can perform the following transformations: + +* Straight quotes ( " and ' ) into "curly" quote HTML entities +* Backticks-style quotes (``like this'') into "curly" quote HTML entities +* Dashes (-- and ---) into en- and em-dash entities +* Three consecutive dots (...) into an ellipsis entity diff --git a/textproc/p5-Text-Typography/Makefile b/textproc/p5-Text-Typography/Makefile new file mode 100644 index 00000000000..718b7d33009 --- /dev/null +++ b/textproc/p5-Text-Typography/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/11 04:31:37 schmonz Exp $ +# + +DISTNAME= Text-Typography-0.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Typography +COMMENT= Markup ASCII text with correct typography for HTML +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Text/Typography/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Typography/distinfo b/textproc/p5-Text-Typography/distinfo new file mode 100644 index 00000000000..d99d44ba5f9 --- /dev/null +++ b/textproc/p5-Text-Typography/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/01/11 04:31:37 schmonz Exp $ + +SHA1 (Text-Typography-0.01.tar.gz) = 8b2c146759276898b838066aae9a53341dd80e85 +RMD160 (Text-Typography-0.01.tar.gz) = c9b9f3778e36c7edaa7363d81df22d20091cc7ac +Size (Text-Typography-0.01.tar.gz) = 7913 bytes |