From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 18:24:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4585BC96; Sun, 5 Apr 2015 18:24:53 +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 17375BF7; Sun, 5 Apr 2015 18:24:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35IOqKr077530; Sun, 5 Apr 2015 18:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35IOq8k077527; Sun, 5 Apr 2015 18:24:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504051824.t35IOq8k077527@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Apr 2015 18:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383328 - head/textproc/rubygem-fast_xs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 18:24:53 -0000 Author: sunpoet Date: Sun Apr 5 18:24:51 2015 New Revision: 383328 URL: https://svnweb.freebsd.org/changeset/ports/383328 Log: - Add LICENSE - Fix RUN_DEPENDS - Convert non-ASCII characters to ASCII characters - Update WWW - Bump PORTREVISION for dependency change Modified: head/textproc/rubygem-fast_xs/Makefile head/textproc/rubygem-fast_xs/pkg-descr Modified: head/textproc/rubygem-fast_xs/Makefile ============================================================================== --- head/textproc/rubygem-fast_xs/Makefile Sun Apr 5 18:24:46 2015 (r383327) +++ head/textproc/rubygem-fast_xs/Makefile Sun Apr 5 18:24:51 2015 (r383328) @@ -3,6 +3,7 @@ PORTNAME= fast_xs PORTVERSION= 0.8.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,10 +11,10 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Systems integration framework. Expander -RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/textproc/rubygem-fast_xs/pkg-descr ============================================================================== --- head/textproc/rubygem-fast_xs/pkg-descr Sun Apr 5 18:24:46 2015 (r383327) +++ head/textproc/rubygem-fast_xs/pkg-descr Sun Apr 5 18:24:51 2015 (r383328) @@ -11,10 +11,10 @@ version here should be compatible with t Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. -String#fast_xs is an almost exact translation of Sam Ruby’s original -implementation (String#to_xs), but it does escape “"” (which is an +String#fast_xs is an almost exact translation of Sam Ruby's original +implementation (String#to_xs), but it does escape """ (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. -WWW: http://rubygems.org/gems/fast_xs/ +WWW: http://fast-xs.rubyforge.org/