Date: Sat, 27 Sep 2014 04:41:08 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369360 - in head/textproc: . rubygem-rubypants Message-ID: <201409270441.s8R4f832002965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Sep 27 04:41:07 2014 New Revision: 369360 URL: http://svnweb.freebsd.org/changeset/ports/369360 QAT: https://qat.redports.org/buildarchive/r369360/ Log: 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 Added: head/textproc/rubygem-rubypants/ head/textproc/rubygem-rubypants/Makefile (contents, props changed) head/textproc/rubygem-rubypants/distinfo (contents, props changed) head/textproc/rubygem-rubypants/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Sep 27 04:33:25 2014 (r369359) +++ head/textproc/Makefile Sat Sep 27 04:41:07 2014 (r369360) @@ -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 Added: head/textproc/rubygem-rubypants/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-rubypants/Makefile Sat Sep 27 04:41:07 2014 (r369360) @@ -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> Added: head/textproc/rubygem-rubypants/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-rubypants/distinfo Sat Sep 27 04:41:07 2014 (r369360) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rubypants-0.2.0.gem) = f07e38eac793655a0323fe91946081052341b9e69807026fcf102346589eedee +SIZE (rubygem/rubypants-0.2.0.gem) = 11264 Added: head/textproc/rubygem-rubypants/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-rubypants/pkg-descr Sat Sep 27 04:41:07 2014 (r369360) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409270441.s8R4f832002965>