aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-10-06 09:47:29 +0800
committerswills <swills@FreeBSD.org>2014-10-06 09:47:29 +0800
commitc5ffad036c6bf0f35271af8a3452345597ca3e2a (patch)
treeb3209146561eda21ec2f57ae0b0ad50861ac5dce /devel
parent4552013eeee98aa05e68c1b547fc99467654e6c3 (diff)
downloadfreebsd-ports-gnome-c5ffad036c6bf0f35271af8a3452345597ca3e2a.tar.gz
freebsd-ports-gnome-c5ffad036c6bf0f35271af8a3452345597ca3e2a.tar.zst
freebsd-ports-gnome-c5ffad036c6bf0f35271af8a3452345597ca3e2a.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-guess_html_encoding/Makefile16
-rw-r--r--devel/rubygem-guess_html_encoding/distinfo2
-rw-r--r--devel/rubygem-guess_html_encoding/pkg-descr3
4 files changed, 22 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c0227d500918..9e462141b229 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-guess_html_encoding/Makefile b/devel/rubygem-guess_html_encoding/Makefile
new file mode 100644
index 000000000000..3d871eea91da
--- /dev/null
+++ b/devel/rubygem-guess_html_encoding/Makefile
@@ -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>
diff --git a/devel/rubygem-guess_html_encoding/distinfo b/devel/rubygem-guess_html_encoding/distinfo
new file mode 100644
index 000000000000..8316c580f47d
--- /dev/null
+++ b/devel/rubygem-guess_html_encoding/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/guess_html_encoding-0.0.9.gem) = 65d7bb589751d8294c822db3e057a23cdc202a579be8e2b8c3b0c6ec7f32c737
+SIZE (rubygem/guess_html_encoding-0.0.9.gem) = 25088
diff --git a/devel/rubygem-guess_html_encoding/pkg-descr b/devel/rubygem-guess_html_encoding/pkg-descr
new file mode 100644
index 000000000000..4ffc87e459b5
--- /dev/null
+++ b/devel/rubygem-guess_html_encoding/pkg-descr
@@ -0,0 +1,3 @@
+Attempts to guess and then force encoding of HTML documents
+
+WWW: http://github.com/cantino/guess_html_encoding