Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 01:47:29 +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: r370136 - in head/devel: . rubygem-guess_html_encoding
Message-ID:  <201410060147.s961lT7G047149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <swills@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410060147.s961lT7G047149>