Wed Jan 11 04:31:37 2012 UTC ()
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

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(schmonz)
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Text-Typography/DESCR
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Text-Typography/distinfo
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Text-Typography/Makefile

File Added: pkgsrc/textproc/p5-Text-Typography/DESCR
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

File Added: pkgsrc/textproc/p5-Text-Typography/distinfo
$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

File Added: pkgsrc/textproc/p5-Text-Typography/Makefile
# $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"