aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-domainatrix
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-23 04:08:53 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-23 04:08:53 +0000
commit7eb20ebd6cc15102c8cf46ee9b44c028b08682c1 (patch)
tree6f379d0c5b64e58994aca990412b3cd701d41eb8 /www/rubygem-domainatrix
parentad5679374ad633d45a10ff745e9f65b1d4d24364 (diff)
downloadports-7eb20ebd6cc15102c8cf46ee9b44c028b08682c1.tar.gz
ports-7eb20ebd6cc15102c8cf46ee9b44c028b08682c1.zip
Notes
Diffstat (limited to 'www/rubygem-domainatrix')
-rw-r--r--www/rubygem-domainatrix/Makefile22
-rw-r--r--www/rubygem-domainatrix/distinfo3
-rw-r--r--www/rubygem-domainatrix/pkg-descr6
3 files changed, 31 insertions, 0 deletions
diff --git a/www/rubygem-domainatrix/Makefile b/www/rubygem-domainatrix/Makefile
new file mode 100644
index 000000000000..b1c63d3f8bf8
--- /dev/null
+++ b/www/rubygem-domainatrix/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: rubygem-domainatrix
+# Date created: 22 July 2010
+# Whom: Eric Freeman <freebsdports@chillibear.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= domainatrix
+PORTVERSION= 0.0.7
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= freebsdports@chillibear.com
+COMMENT= Library for parsing domain names and canonicalizing URLs
+
+RUN_DEPENDS= rubygem-addressable>=0.0.0:${PORTSDIR}/www/rubygem-addressable
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-domainatrix/distinfo b/www/rubygem-domainatrix/distinfo
new file mode 100644
index 000000000000..8e8ecda6862e
--- /dev/null
+++ b/www/rubygem-domainatrix/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/domainatrix-0.0.7.gem) = e985b717dbb2de45b5666e7095ffd0e0
+SHA256 (rubygem/domainatrix-0.0.7.gem) = 63cc8905f469ddf25b147c6c2516996329efeab38299b148f6fa9e1e73f23828
+SIZE (rubygem/domainatrix-0.0.7.gem) = 27648
diff --git a/www/rubygem-domainatrix/pkg-descr b/www/rubygem-domainatrix/pkg-descr
new file mode 100644
index 000000000000..135ace502985
--- /dev/null
+++ b/www/rubygem-domainatrix/pkg-descr
@@ -0,0 +1,6 @@
+The Domainatrix library is used for parsing domain names,
+canonicalizing URLs, and a few other things. It uses the
+list of domain names from the Public Suffix List to know
+what constitutes a subdomain, domain, and public suffix.
+
+WWW: http://github.com/pauldix/domainatrix