Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 18:30:16 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317539 - in head/textproc: . p5-Text-Typography
Message-ID:  <201305061830.r46IUGnv009917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Mon May  6 18:30:15 2013
New Revision: 317539
URL: http://svnweb.freebsd.org/changeset/ports/317539

Log:
  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/

Added:
  head/textproc/p5-Text-Typography/
  head/textproc/p5-Text-Typography/Makefile   (contents, props changed)
  head/textproc/p5-Text-Typography/distinfo   (contents, props changed)
  head/textproc/p5-Text-Typography/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-Typography/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon May  6 18:26:22 2013	(r317538)
+++ head/textproc/Makefile	Mon May  6 18:30:15 2013	(r317539)
@@ -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

Added: head/textproc/p5-Text-Typography/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Typography/Makefile	Mon May  6 18:30:15 2013	(r317539)
@@ -0,0 +1,17 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Text-Typography
+PORTVERSION=	0.01
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Perl module to markup ASCII text with correct typography for HTML
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Text::Typography.3
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-Typography/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Typography/distinfo	Mon May  6 18:30:15 2013	(r317539)
@@ -0,0 +1,2 @@
+SHA256 (Text-Typography-0.01.tar.gz) = 591e62d82507c77fe3be057a52f2a6da7fc2a38933c70204ef0f22dc0df91364
+SIZE (Text-Typography-0.01.tar.gz) = 7913

Added: head/textproc/p5-Text-Typography/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Typography/pkg-descr	Mon May  6 18:30:15 2013	(r317539)
@@ -0,0 +1,13 @@
+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/

Added: head/textproc/p5-Text-Typography/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Typography/pkg-plist	Mon May  6 18:30:15 2013	(r317539)
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/Text/Typography.pm
+@dirrmtry %%SITE_PERL%%/Text
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Typography/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Typography
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061830.r46IUGnv009917>