From owner-svn-ports-head@FreeBSD.ORG Mon May 6 18:30:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3F5EF46A; Mon, 6 May 2013 18:30:17 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3232A98E; Mon, 6 May 2013 18:30:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r46IUHOh009925; Mon, 6 May 2013 18:30:17 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r46IUGnv009917; Mon, 6 May 2013 18:30:16 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201305061830.r46IUGnv009917@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 6 May 2013 18:30:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 18:30:17 -0000 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 +# $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 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