From owner-svn-ports-all@FreeBSD.ORG Mon Oct 6 01:47:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B9FCA3; Mon, 6 Oct 2014 01:47:31 +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 DD19F924; Mon, 6 Oct 2014 01:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s961lUCZ047156; Mon, 6 Oct 2014 01:47:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s961lT7G047149; Mon, 6 Oct 2014 01:47:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410060147.s961lT7G047149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 Oct 2014 01:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370136 - in head/devel: . rubygem-guess_html_encoding 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: Mon, 06 Oct 2014 01:47:31 -0000 Author: swills Date: Mon Oct 6 01:47:29 2014 New Revision: 370136 URL: https://svnweb.freebsd.org/changeset/ports/370136 QAT: https://qat.redports.org/buildarchive/r370136/ Log: devel/rubygem-guess_html_encoding: create port Attempts to guess and then force encoding of HTML documents WWW: http://github.com/cantino/guess_html_encoding Added: head/devel/rubygem-guess_html_encoding/ head/devel/rubygem-guess_html_encoding/Makefile (contents, props changed) head/devel/rubygem-guess_html_encoding/distinfo (contents, props changed) head/devel/rubygem-guess_html_encoding/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 5 23:37:46 2014 (r370135) +++ head/devel/Makefile Mon Oct 6 01:47:29 2014 (r370136) @@ -4363,6 +4363,7 @@ SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grit + SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie Added: head/devel/rubygem-guess_html_encoding/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-guess_html_encoding/Makefile Mon Oct 6 01:47:29 2014 (r370136) @@ -0,0 +1,16 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= guess_html_encoding +PORTVERSION= 0.0.9 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Attempts to guess and then force encoding of HTML documents + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/devel/rubygem-guess_html_encoding/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-guess_html_encoding/distinfo Mon Oct 6 01:47:29 2014 (r370136) @@ -0,0 +1,2 @@ +SHA256 (rubygem/guess_html_encoding-0.0.9.gem) = 65d7bb589751d8294c822db3e057a23cdc202a579be8e2b8c3b0c6ec7f32c737 +SIZE (rubygem/guess_html_encoding-0.0.9.gem) = 25088 Added: head/devel/rubygem-guess_html_encoding/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-guess_html_encoding/pkg-descr Mon Oct 6 01:47:29 2014 (r370136) @@ -0,0 +1,3 @@ +Attempts to guess and then force encoding of HTML documents + +WWW: http://github.com/cantino/guess_html_encoding