Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 02:22:51 +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: r322020 - in head/dns: . rubygem-public_suffix
Message-ID:  <201306290222.r5T2Mpfk090602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jun 29 02:22:50 2013
New Revision: 322020
URL: http://svnweb.freebsd.org/changeset/ports/322020

Log:
  PublicSuffix can parse and decompose a domain name into top level domain,
  domain and subdomains.
  
  WWW: http://www.simonecarletti.com/code/publicsuffix

Added:
  head/dns/rubygem-public_suffix/
  head/dns/rubygem-public_suffix/Makefile   (contents, props changed)
  head/dns/rubygem-public_suffix/distinfo   (contents, props changed)
  head/dns/rubygem-public_suffix/pkg-descr   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Sat Jun 29 01:46:36 2013	(r322019)
+++ head/dns/Makefile	Sat Jun 29 02:22:50 2013	(r322020)
@@ -146,6 +146,7 @@
     SUBDIR += rbllookup-ng
     SUBDIR += rubygem-dnsruby
     SUBDIR += rubygem-net-dns
+    SUBDIR += rubygem-public_suffix
     SUBDIR += rubygem-public_suffix_service
     SUBDIR += samba-nsupdate
     SUBDIR += scavenge

Added: head/dns/rubygem-public_suffix/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-public_suffix/Makefile	Sat Jun 29 02:22:50 2013	(r322020)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	public_suffix
+PORTVERSION=	1.3.0
+CATEGORIES=	dns rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Parse and decompose a domain name into top level domain, domain and subdomains
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/dns/rubygem-public_suffix/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-public_suffix/distinfo	Sat Jun 29 02:22:50 2013	(r322020)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/public_suffix-1.3.0.gem) = da94da1785f5ffa29bbb52de7dbe488d109c403f5db525846f157261a9d07c69
+SIZE (rubygem/public_suffix-1.3.0.gem) = 55296

Added: head/dns/rubygem-public_suffix/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-public_suffix/pkg-descr	Sat Jun 29 02:22:50 2013	(r322020)
@@ -0,0 +1,4 @@
+PublicSuffix can parse and decompose a domain name into top level domain,
+domain and subdomains.
+
+WWW: http://www.simonecarletti.com/code/publicsuffix



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