From snowfly@netadm.yuntech.edu.tw  Tue Apr  3 17:14:46 2012
Return-Path: <snowfly@netadm.yuntech.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 41B9E1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Apr 2012 17:14:45 +0000 (UTC)
	(envelope-from snowfly@netadm.yuntech.edu.tw)
Received: from netadm.yuntech.edu.tw (netadm.yuntech.edu.tw [140.125.240.168])
	by mx1.freebsd.org (Postfix) with ESMTP id D1B8E8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Apr 2012 17:14:44 +0000 (UTC)
Received: from netadm.yuntech.edu.tw (localhost [127.0.0.1])
	by netadm.yuntech.edu.tw (8.14.3/8.14.3) with ESMTP id q33HEwKj030860
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 Apr 2012 01:14:58 +0800 (CST)
	(envelope-from snowfly@netadm.yuntech.edu.tw)
Received: (from root@localhost)
	by netadm.yuntech.edu.tw (8.14.3/8.14.3/Submit) id q33HEwDD030859;
	Wed, 4 Apr 2012 01:14:58 +0800 (CST)
	(envelope-from snowfly)
Message-Id: <201204031714.q33HEwDD030859@netadm.yuntech.edu.tw>
Date: Wed, 4 Apr 2012 01:14:58 +0800 (CST)
From: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net-mgmt/p5-Net-ILO: Interface to HP Integrated Lights-Out
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166615
>Category:       ports
>Synopsis:       [NEW PORT] net-mgmt/p5-Net-ILO: Interface to HP Integrated Lights-Out
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 17:20:01 UTC 2012
>Closed-Date:    Sat Apr 07 07:24:10 UTC 2012
>Last-Modified:  Sat Apr  7 07:30:01 UTC 2012
>Originator:     Tsung-Han Yeh
>Release:        FreeBSD 6.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD netadm.yuntech.edu.tw 6.4-RELEASE-p6 FreeBSD 6.4-RELEASE-p6 #2: Fri Aug 28 13:44:12 CST 2009
>Description:
The Net::ILO module is an interface to a subset of Hewlett-Packards 
Integrated Lights-Out out-of-band management system. 
HP's API is XML-based and cumbersome to use; this module aims to simplify 
accessing the iLO from Perl while retaining as much functionality as possible.

WWW:    http://search.cpan.org/dist/Net-ILO/

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

--- p5-Net-ILO-0.54.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-Net-ILO
#	p5-Net-ILO/Makefile
#	p5-Net-ILO/distinfo
#	p5-Net-ILO/pkg-descr
#	p5-Net-ILO/pkg-plist
#
echo c - p5-Net-ILO
mkdir -p p5-Net-ILO > /dev/null 2>&1
echo x - p5-Net-ILO/Makefile
sed 's/^X//' >p5-Net-ILO/Makefile << '5036cc8d82acac382a9742423dc175fe'
X# New ports collection makefile for:	p5-Net-ILO
X# Date created:		2012-04-03
X# Whom:			Tsung-Han Yeh <snowfly@yuntech.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-ILO
XPORTVERSION=	0.54
XCATEGORIES=	net-mgmt perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	snowfly@yuntech.edu.tw
XCOMMENT=	Interface to HP Integrated Lights-Out
X
XRUN_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
X		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
X		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::ILO.3
X
X.include <bsd.port.mk>
5036cc8d82acac382a9742423dc175fe
echo x - p5-Net-ILO/distinfo
sed 's/^X//' >p5-Net-ILO/distinfo << '277b7ca144d3493880814c8eceffe2db'
XSHA256 (Net-ILO-0.54.tar.gz) = 79168b91106d36c10cf9bf3f3e8ec7e9604580d51ffcfb28e1069cfc023eb786
XSIZE (Net-ILO-0.54.tar.gz) = 31120
277b7ca144d3493880814c8eceffe2db
echo x - p5-Net-ILO/pkg-descr
sed 's/^X//' >p5-Net-ILO/pkg-descr << 'e2245f6bc24964b1caf73b711d0e4d9c'
XThe Net::ILO module is an interface to a subset of Hewlett-Packards 
XIntegrated Lights-Out out-of-band management system. 
XHP's API is XML-based and cumbersome to use; this module aims to simplify 
Xaccessing the iLO from Perl while retaining as much functionality as possible.
X
XWWW:    http://search.cpan.org/dist/Net-ILO/
e2245f6bc24964b1caf73b711d0e4d9c
echo x - p5-Net-ILO/pkg-plist
sed 's/^X//' >p5-Net-ILO/pkg-plist << 'b75b71433655e275f8a9e20e2b665f25'
X%%SITE_PERL%%/Net/ILO.pm
X%%SITE_PERL%%/Net/README.pod
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ILO/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ILO
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net
b75b71433655e275f8a9e20e2b665f25
exit
--- p5-Net-ILO-0.54.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 3 17:20:17 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166615 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Tue Apr 3 17:39:45 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166615 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Sat Apr 7 07:24:09 UTC 2012 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166615: commit references a PR
Date: Sat,  7 Apr 2012 07:22:44 +0000 (UTC)

 culot       2012-04-07 07:22:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt             Makefile 
   Added files:
     net-mgmt/p5-Net-ILO  Makefile distinfo pkg-descr pkg-plist 
     net-mgmt/p5-Net-ILO/files patch-Makefile.PL 
   Log:
   The Net::ILO module is an interface to a subset of Hewlett-Packards
   Integrated Lights-Out out-of-band management system.
   HP's API is XML-based and cumbersome to use; this module aims to
   simplify accessing the iLO from Perl while retaining as much
   functionality as possible.
   
   WWW: http://search.cpan.org/dist/Net-ILO/
   
   PR:             ports/166615
   Submitted by:   Tsung-Han Yeh <snowfly@yuntech.edu.tw>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.283     +1 -0      ports/net-mgmt/Makefile
   1.1       +30 -0     ports/net-mgmt/p5-Net-ILO/Makefile (new)
   1.1       +2 -0      ports/net-mgmt/p5-Net-ILO/distinfo (new)
   1.1       +17 -0     ports/net-mgmt/p5-Net-ILO/files/patch-Makefile.PL (new)
   1.1       +7 -0      ports/net-mgmt/p5-Net-ILO/pkg-descr (new)
   1.1       +5 -0      ports/net-mgmt/p5-Net-ILO/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:
