summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Typography
diff options
context:
space:
mode:
authorschmonz <schmonz>2012-01-11 04:31:37 +0000
committerschmonz <schmonz>2012-01-11 04:31:37 +0000
commit58d46f8679361abf192b0d305d63a68868e58bb4 (patch)
tree47a44bd1f53575c2815c586e14eda52975d1759c /textproc/p5-Text-Typography
parenta0bd7406b5a9531c7d10823bf2bbc730304e6c8c (diff)
downloadpkgsrc-58d46f8679361abf192b0d305d63a68868e58bb4.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/p5-Text-Typography')
-rw-r--r--textproc/p5-Text-Typography/DESCR11
-rw-r--r--textproc/p5-Text-Typography/Makefile19
-rw-r--r--textproc/p5-Text-Typography/distinfo5
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