From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 07:00:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286481065678 for ; Fri, 23 Jul 2010 07:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E03A38FC1A for ; Fri, 23 Jul 2010 07:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6N709rZ007164 for ; Fri, 23 Jul 2010 07:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6N709p1007163; Fri, 23 Jul 2010 07:00:09 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2010 07:00:09 GMT Resent-Message-Id: <201007230700.o6N709p1007163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA061065673 for ; Fri, 23 Jul 2010 06:55:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC8A8FC13 for ; Fri, 23 Jul 2010 06:55:20 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6N6tKw2040616 for ; Fri, 23 Jul 2010 06:55:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6N6tKKr040615; Fri, 23 Jul 2010 06:55:20 GMT (envelope-from nobody) Message-Id: <201007230655.o6N6tKKr040615@www.freebsd.org> Date: Fri, 23 Jul 2010 06:55:20 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/148855: New port: www/rubygem-domainatrix (URL/domain parser) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 07:00:10 -0000 >Number: 148855 >Category: ports >Synopsis: New port: www/rubygem-domainatrix (URL/domain parser) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 07:00:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 7.2 >Organization: >Environment: >Description: Quick rubygem port of this lib: http://www.pauldix.net/2009/12/parse-domains-from-urls-easily-with-domainatrix.html 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. (Has one warning because of a long 80+ URL in pkg-descr) >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-domainatrix # rubygem-domainatrix/Makefile # rubygem-domainatrix/pkg-descr # rubygem-domainatrix/distinfo # echo c - rubygem-domainatrix mkdir -p rubygem-domainatrix > /dev/null 2>&1 echo x - rubygem-domainatrix/Makefile sed 's/^X//' >rubygem-domainatrix/Makefile << 'c590cc0f2d19eaaf885696085d23d7ee' X# Ports collection makefile for: rubygem-domainatrix X# Date created: 22 July 2010 X# Whom: Eric Freeman X# X# $FreeBSD$ X# X XPORTNAME= domainatrix XPORTVERSION= 0.0.7 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= freebsdports@chillibear.com XCOMMENT= Library for parsing domain names and canonicalizing URLs X XRUN_DEPENDS= rubygem-addressable>=0.0.0:${PORTSDIR}/www/rubygem-addressable X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include c590cc0f2d19eaaf885696085d23d7ee echo x - rubygem-domainatrix/pkg-descr sed 's/^X//' >rubygem-domainatrix/pkg-descr << '5fb842ae1025702d8da019c12b897a45' XThe Domainatrix library is used for parsing domain names, Xcanonicalizing URLs, and a few other things. It uses the Xlist of domain names from the Public Suffix List to know Xwhat constitutes a subdomain, domain, and public suffix. X XWWW: http://github.com/pauldix/domainatrix XWWW: http://www.pauldix.net/2009/12/parse-domains-from-urls-easily-with-domainatrix.html 5fb842ae1025702d8da019c12b897a45 echo x - rubygem-domainatrix/distinfo sed 's/^X//' >rubygem-domainatrix/distinfo << '92f7da0e5dbc543fca2f7d2568cd3ab6' XMD5 (rubygem/domainatrix-0.0.7.gem) = e985b717dbb2de45b5666e7095ffd0e0 XSHA256 (rubygem/domainatrix-0.0.7.gem) = 63cc8905f469ddf25b147c6c2516996329efeab38299b148f6fa9e1e73f23828 XSIZE (rubygem/domainatrix-0.0.7.gem) = 27648 92f7da0e5dbc543fca2f7d2568cd3ab6 exit >Release-Note: >Audit-Trail: >Unformatted: