Bug 103108 - [NEW PORT] net/p5-Net-Interface: Perl extension to access network interfaces
Summary: [NEW PORT] net/p5-Net-Interface: Perl extension to access network interfaces
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-10 19:40 UTC by gslin
Modified: 2006-10-02 11:28 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-Interface-0.08.shar (2.38 KB, text/plain)
2006-09-10 19:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-10 19:40:24 UTC
Net::Interface is designed to make the use of ifconfig(1) and friends
unnecessary from within Perl. It provides methods to get at set all
the attributes of an interface, and even create new logical or
physical interfaces (if your O/S supports it).

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-10 19:40:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-27 09:58:15 UTC
clsung      2006-09-27 08:58:08 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-Interface Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Net-Interface 0.08, perl extension to access network interfaces.
  
  PR:             ports/103108
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.1741    +1 -0      ports/net/Makefile
  1.1       +22 -0     ports/net/p5-Net-Interface/Makefile (new)
  1.1       +3 -0      ports/net/p5-Net-Interface/distinfo (new)
  1.1       +6 -0      ports/net/p5-Net-Interface/pkg-descr (new)
  1.1       +8 -0      ports/net/p5-Net-Interface/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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-02 11:28:16 UTC
State Changed
From-To: open->closed

New port added. Thank You.