aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-htmlentities
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:13:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:13:24 +0000
commit8f1a58689c59e29cc804f3e70a73a21befc3c258 (patch)
treec44814454ae6f251bd89efbd0db39294a7458016 /textproc/rubygem-htmlentities
parentdae4d18e6ce120d66a48f80d45fd23a974a362d4 (diff)
downloadports-8f1a58689c59e29cc804f3e70a73a21befc3c258.tar.gz
ports-8f1a58689c59e29cc804f3e70a73a21befc3c258.zip
HTMLEntities is a simple library to facilitate encoding and decoding of
named (&yacute; and so on) or numerical (&#123; or &#x12a;) entities in HTML and XHTML documents. WWW: http://rubyforge.org/projects/htmlentities/ PR: ports/136713 Submitted by: TERAMOTO Masahiro <markun at onohara.to>
Notes
Notes: svn path=/head/; revision=237717
Diffstat (limited to 'textproc/rubygem-htmlentities')
-rw-r--r--textproc/rubygem-htmlentities/Makefile20
-rw-r--r--textproc/rubygem-htmlentities/distinfo3
-rw-r--r--textproc/rubygem-htmlentities/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/rubygem-htmlentities/Makefile b/textproc/rubygem-htmlentities/Makefile
new file mode 100644
index 000000000000..4e7219128a41
--- /dev/null
+++ b/textproc/rubygem-htmlentities/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-htmlentities
+# Date created: 2009-07-13
+# Whom: TERAMOTO Masahiro <markun@onohara.to>
+#
+# $FreeBSD$
+#
+
+PORTNAME= htmlentities
+PORTVERSION= 4.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RF
+
+MAINTAINER= markun@onohara.to
+COMMENT= HTML entity encoding and decoding for Ruby
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-htmlentities/distinfo b/textproc/rubygem-htmlentities/distinfo
new file mode 100644
index 000000000000..55ae670a89fa
--- /dev/null
+++ b/textproc/rubygem-htmlentities/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/htmlentities-4.0.0.gem) = 8490050367c95d63f83049852f7e93a8
+SHA256 (rubygem/htmlentities-4.0.0.gem) = 0dd025e8860ec45bff23b6241c1b15d1b56b6a1d835ecb3f843033ed2612c8da
+SIZE (rubygem/htmlentities-4.0.0.gem) = 11264
diff --git a/textproc/rubygem-htmlentities/pkg-descr b/textproc/rubygem-htmlentities/pkg-descr
new file mode 100644
index 000000000000..95f7fa816589
--- /dev/null
+++ b/textproc/rubygem-htmlentities/pkg-descr
@@ -0,0 +1,5 @@
+HTMLEntities is a simple library to facilitate encoding and decoding of
+named (&yacute; and so on) or numerical (&#123; or &#x12a;) entities
+in HTML and XHTML documents.
+
+WWW: http://rubyforge.org/projects/htmlentities/