Bug 145277 - New port: net/p5-Net-Traceroute-PurePerl
Summary: New port: net/p5-Net-Traceroute-PurePerl
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 03:20 UTC by Ju Pengfei
Modified: 2010-04-08 09:08 UTC (History)
0 users

See Also:


Attachments
file.shar (2.28 KB, text/plain)
2010-04-02 03:20 UTC, Ju Pengfei
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ju Pengfei 2010-04-02 03:20:00 UTC
New port: net/p5-Net-Traceroute-PurePerl

This module implements traceroute(1) functionality for perl5. It
allows you to trace the path IP packets take to a destination.
It is implemented by using raw sockets to act just like the regular
traceroute.

Fix: the attachment is a shar file.

Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-04-02 03:22:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-08 07:16:53 UTC
wen         2010-04-08 06:16:39 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-Traceroute-PurePerl Makefile distinfo pkg-descr 
                                   pkg-plist 
  Log:
  Net::Traceroute::PurePerl implements traceroute(1) functionality for
  perl5. It allows you to trace the path IP packets take to a destination.
  It is implemented by using raw sockets to act just like the regular
  traceroute.
  
  You must also be root to use the raw sockets.
  
  WWW: http://search.cpan.org/dist/Net-Traceroute-PurePerl
  
  PR:             ports/145277
  Submitted by:   Ju Pengfei <jupengfei@gmail.com>
  
  Revision  Changes    Path
  1.2195    +1 -0      ports/net/Makefile
  1.1       +24 -0     ports/net/p5-Net-Traceroute-PurePerl/Makefile (new)
  1.1       +3 -0      ports/net/p5-Net-Traceroute-PurePerl/distinfo (new)
  1.1       +8 -0      ports/net/p5-Net-Traceroute-PurePerl/pkg-descr (new)
  1.1       +7 -0      ports/net/p5-Net-Traceroute-PurePerl/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 Wen Heping freebsd_committer freebsd_triage 2010-04-08 07:17:33 UTC
State Changed
From-To: open->closed

New port added. Thanks!