aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-05-06 18:30:15 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-05-06 18:30:15 +0000
commit8b15bfa900cdfaaa77bf3ddabadf8271afbb11ff (patch)
treec24b60dc0110469ede9835243425aabe0e4c2db2 /textproc/Makefile
parent08c7dca3fa68469d399266b0a40bbca2e984ddfa (diff)
downloadports-8b15bfa900cdfaaa77bf3ddabadf8271afbb11ff.tar.gz
ports-8b15bfa900cdfaaa77bf3ddabadf8271afbb11ff.zip
New port: textproc/p5-Text-Typography:
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 WWW: http://search.cpan.org/dist/Text-Typography/
Notes
Notes: svn path=/head/; revision=317539
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b0dbb209e4b0..561dddc5b798 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -867,6 +867,7 @@
SUBDIR += p5-Text-Trac
SUBDIR += p5-Text-Trim
SUBDIR += p5-Text-Truncate
+ SUBDIR += p5-Text-Typography
SUBDIR += p5-Text-Unaccent
SUBDIR += p5-Text-VimColor
SUBDIR += p5-Text-WikiCreole