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:
parent
be1b91d61c
commit
f4e49a6016
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369360
@ -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
|
||||
|
19
textproc/rubygem-rubypants/Makefile
Normal file
19
textproc/rubygem-rubypants/Makefile
Normal 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>
|
2
textproc/rubygem-rubypants/distinfo
Normal file
2
textproc/rubygem-rubypants/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rubypants-0.2.0.gem) = f07e38eac793655a0323fe91946081052341b9e69807026fcf102346589eedee
|
||||
SIZE (rubygem/rubypants-0.2.0.gem) = 11264
|
6
textproc/rubygem-rubypants/pkg-descr
Normal file
6
textproc/rubygem-rubypants/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user