From lonerr@dev2.rambler.ru  Fri Sep 26 16:28:00 2008
Return-Path: <lonerr@dev2.rambler.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AF7721065686
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Sep 2008 16:28:00 +0000 (UTC)
	(envelope-from lonerr@dev2.rambler.ru)
Received: from mail01.park.rambler.ru (mail01.park.rambler.ru [81.19.66.124])
	by mx1.freebsd.org (Postfix) with ESMTP id 25D7F8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Sep 2008 16:27:59 +0000 (UTC)
	(envelope-from lonerr@dev2.rambler.ru)
Received: from dev2.rambler.ru (dev2.rambler.ru [10.12.2.2])
	by mail01.park.rambler.ru (Postfix) with ESMTP id DA81B4B94C60
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Sep 2008 20:27:58 +0400 (MSD)
Received: from dev2.rambler.ru (localhost [127.0.0.1])
	by dev2.rambler.ru (8.14.2/8.14.2) with ESMTP id m8QGRwhn070434
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 Sep 2008 20:27:58 +0400 (MSD)
	(envelope-from lonerr@dev2.rambler.ru)
Received: (from root@localhost)
	by dev2.rambler.ru (8.14.2/8.14.2/Submit) id m8QGRwXV070433;
	Fri, 26 Sep 2008 20:27:58 +0400 (MSD)
	(envelope-from lonerr)
Message-Id: <200809261627.m8QGRwXV070433@dev2.rambler.ru>
Date: Fri, 26 Sep 2008 20:27:58 +0400 (MSD)
From: "Oleg A. Mamontov" <oleg@mamontov.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/p5-URI-SmartURI: Subclassable and hostless URIs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127658
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-URI-SmartURI: Subclassable and hostless URIs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 26 16:30:07 UTC 2008
>Closed-Date:    Mon Sep 29 07:49:31 UTC 2008
>Last-Modified:  Mon Sep 29 07:50:15 UTC 2008
>Originator:     Oleg A. Mamontov
>Release:        FreeBSD 7.0-20080303-SNAP amd64
>Organization:
>Environment:
System: FreeBSD dev2.rambler.ru 7.0-20080303-SNAP FreeBSD 7.0-20080303-SNAP #1: Tue Apr  8 13:54:52 MSD
>Description:
Subclassable and hostless URIs

WWW:	http://search.cpan.org/dist/URI-SmartURI/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-URI-SmartURI-0.025.shar begins here ---
# 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:
#
#	p5-URI-SmartURI
#	p5-URI-SmartURI/distinfo
#	p5-URI-SmartURI/Makefile
#	p5-URI-SmartURI/pkg-descr
#	p5-URI-SmartURI/pkg-plist
#
echo c - p5-URI-SmartURI
mkdir -p p5-URI-SmartURI > /dev/null 2>&1
echo x - p5-URI-SmartURI/distinfo
sed 's/^X//' >p5-URI-SmartURI/distinfo << 'END-of-p5-URI-SmartURI/distinfo'
XMD5 (URI-SmartURI-0.025.tar.gz) = aaec4a7aa427d60d892461a9721bd470
XSHA256 (URI-SmartURI-0.025.tar.gz) = aa783c680ebc680aaed6b193c2767ce2571c30809c6d4e9382acf16d4cda523d
XSIZE (URI-SmartURI-0.025.tar.gz) = 53202
END-of-p5-URI-SmartURI/distinfo
echo x - p5-URI-SmartURI/Makefile
sed 's/^X//' >p5-URI-SmartURI/Makefile << 'END-of-p5-URI-SmartURI/Makefile'
X# New ports collection makefile for:	p5-URI-SmartURI
X# Date created:				2008-07-09
X# Whom:					Oleg Mamontov <oleg@mamontov.net>
X#
X# $FreeBSD: ports/net/p5-URI-SmartURI/Makefile,v 1.1 2008/07/09 11:21:54 lonerr Exp $
X#
X
XPORTNAME=	URI-SmartURI
XPORTVERSION=	0.025
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	oleg@mamontov.net
XCOMMENT=	Subclassable and hostless URIs
X
XRUN_DEPENDS=	p5-Class-C3-Componentised>=0:${PORTSDIR}/devel/p5-Class-C3-Componentised	\
X		p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule	\
X		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose				\
X		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat		\
X		p5-URI>=0:${PORTSDIR}/net/p5-URI
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		URI::SmartURI.3
X
X.include <bsd.port.mk>
END-of-p5-URI-SmartURI/Makefile
echo x - p5-URI-SmartURI/pkg-descr
sed 's/^X//' >p5-URI-SmartURI/pkg-descr << 'END-of-p5-URI-SmartURI/pkg-descr'
XSubclassable and hostless URIs
X
XWWW:	http://search.cpan.org/dist/URI-SmartURI/
END-of-p5-URI-SmartURI/pkg-descr
echo x - p5-URI-SmartURI/pkg-plist
sed 's/^X//' >p5-URI-SmartURI/pkg-plist << 'END-of-p5-URI-SmartURI/pkg-plist'
X@comment $FreeBSD: ports/net/p5-URI-SmartURI/pkg-plist,v 1.1 2008/07/09 11:21:54 lonerr Exp $
X%%SITE_PERL%%/URI/SmartURI.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/SmartURI/.packlist
X@dirrm    %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/SmartURI
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
X@dirrmtry %%SITE_PERL%%/URI
END-of-p5-URI-SmartURI/pkg-plist
exit
--- p5-URI-SmartURI-0.025.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Sep 26 16:31:50 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127658 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 29 07:49:31 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127658 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127658: commit references a PR
Date: Mon, 29 Sep 2008 07:49:45 +0000 (UTC)

 miwi        2008-09-29 07:49:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-URI-SmartURI  Makefile distinfo pkg-descr pkg-plist 
   Log:
   Subclassable and hostless URIs
   
   WWW:    http://search.cpan.org/dist/URI-SmartURI/
   
   PR:             ports/127658
   Submitted by:   Oleg Mamontov <oleg at mamontov.net>
   
   Revision  Changes    Path
   1.2036    +1 -0      ports/net/Makefile
   1.1       +28 -0     ports/net/p5-URI-SmartURI/Makefile (new)
   1.1       +3 -0      ports/net/p5-URI-SmartURI/distinfo (new)
   1.1       +3 -0      ports/net/p5-URI-SmartURI/pkg-descr (new)
   1.1       +6 -0      ports/net/p5-URI-SmartURI/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
