textproc/rubygem-rubypants: create port

RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original
SmartyPants is a free web publishing plug-in for Movable Type,
Blosxom, and BBEdit that easily translates plain ASCII punctuation characters
into "smart" typographic punctuation HTML entities.

WWW: https://github.com/jmcnevin/rubypants

Submitted by:	xmj
This commit is contained in:
Steve Wills 2014-09-27 04:41:07 +00:00
parent be1b91d61c
commit f4e49a6016
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369360
4 changed files with 28 additions and 0 deletions

View File

@ -1353,6 +1353,7 @@
SUBDIR += rubygem-rich
SUBDIR += rubygem-rouge
SUBDIR += rubygem-rttool
SUBDIR += rubygem-rubypants
SUBDIR += rubygem-sanitize
SUBDIR += rubygem-sass
SUBDIR += rubygem-sass-rails

View File

@ -0,0 +1,19 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= rubypants
PORTVERSION= 0.2.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Translates ASCII into smart typographic punctuation HTML entities
LICENSE= MIT
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rubypants-0.2.0.gem) = f07e38eac793655a0323fe91946081052341b9e69807026fcf102346589eedee
SIZE (rubygem/rubypants-0.2.0.gem) = 11264

View File

@ -0,0 +1,6 @@
RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original
SmartyPants is a free web publishing plug-in for Movable Type,
Blosxom, and BBEdit that easily translates plain ASCII punctuation characters
into "smart" typographic punctuation HTML entities.
WWW: https://github.com/jmcnevin/rubypants