Bug 166615 - [NEW PORT] net-mgmt/p5-Net-ILO: Interface to HP Integrated Lights-Out
Summary: [NEW PORT] net-mgmt/p5-Net-ILO: Interface to HP Integrated Lights-Out
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 18:20 UTC by Tsung-Han Yeh
Modified: 2012-04-07 08:30 UTC (History)
0 users

See Also:


Attachments
p5-Net-ILO-0.54.shar (2.28 KB, text/plain)
2012-04-03 18:20 UTC, Tsung-Han Yeh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tsung-Han Yeh 2012-04-03 18:20:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-03 18:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-04-03 18:39:45 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-07 08:22:44 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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-04-07 08:24:09 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!