From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 04:41:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C9E26EC; Sat, 27 Sep 2014 04:41:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D0C89D0; Sat, 27 Sep 2014 04:41:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R4f9wJ002970; Sat, 27 Sep 2014 04:41:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R4f832002965; Sat, 27 Sep 2014 04:41:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409270441.s8R4f832002965@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 04:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369360 - in head/textproc: . rubygem-rubypants X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 04:41:09 -0000 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 +# $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 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