aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rubypants
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-09-27 04:41:07 +0000
committerSteve Wills <swills@FreeBSD.org>2014-09-27 04:41:07 +0000
commitf4e49a601643da1f550ab169f41b892446fb0f7c (patch)
tree9789a6e35228f457cce0ef0cb34cb544e43c0df3 /textproc/rubygem-rubypants
parentbe1b91d61c0af1b4aefa36cc765ce00f5d076c71 (diff)
downloadports-f4e49a601643da1f550ab169f41b892446fb0f7c.tar.gz
ports-f4e49a601643da1f550ab169f41b892446fb0f7c.zip
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
Notes
Notes: svn path=/head/; revision=369360
Diffstat (limited to 'textproc/rubygem-rubypants')
-rw-r--r--textproc/rubygem-rubypants/Makefile19
-rw-r--r--textproc/rubygem-rubypants/distinfo2
-rw-r--r--textproc/rubygem-rubypants/pkg-descr6
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-rubypants/Makefile b/textproc/rubygem-rubypants/Makefile
new file mode 100644
index 000000000000..2e04b38f8511
--- /dev/null
+++ b/textproc/rubygem-rubypants/Makefile
@@ -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>
diff --git a/textproc/rubygem-rubypants/distinfo b/textproc/rubygem-rubypants/distinfo
new file mode 100644
index 000000000000..7ef3aaba425d
--- /dev/null
+++ b/textproc/rubygem-rubypants/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rubypants-0.2.0.gem) = f07e38eac793655a0323fe91946081052341b9e69807026fcf102346589eedee
+SIZE (rubygem/rubypants-0.2.0.gem) = 11264
diff --git a/textproc/rubygem-rubypants/pkg-descr b/textproc/rubygem-rubypants/pkg-descr
new file mode 100644
index 000000000000..3103ada8e79d
--- /dev/null
+++ b/textproc/rubygem-rubypants/pkg-descr
@@ -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