From tjs@pluto.cdpa.nsysu.edu.tw  Wed Nov  1 06:30:55 2006
Return-Path: <tjs@pluto.cdpa.nsysu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F3B8216A412
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Nov 2006 06:30:54 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFAF43D66
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Nov 2006 06:30:54 +0000 (GMT)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (localhost [127.0.0.1])
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id kA16Uhcd047384
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 1 Nov 2006 14:30:43 +0800 (CST)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: (from root@localhost)
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8/Submit) id kA16Uhe4047383;
	Wed, 1 Nov 2006 14:30:43 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200611010630.kA16Uhe4047383@pluto.cdpa.nsysu.edu.tw>
Date: Wed, 1 Nov 2006 14:30:43 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/p5-Net-ARP: Perl extension for creating ARP packets
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104994
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-ARP: Perl extension for creating ARP packets
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 06:40:22 GMT 2006
>Closed-Date:    Mon Nov 06 02:36:06 GMT 2006
>Last-Modified:  Mon Nov  6 02:40:19 GMT 2006
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Oct 29 16:58:52 CST 2006
>Description:
This module can be used to create and send ARP packets and to get
the mac address of an ethernet interface or ip address.

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

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

--- p5-Net-ARP-0.8.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-ARP
#	p5-Net-ARP/pkg-descr
#	p5-Net-ARP/Makefile
#	p5-Net-ARP/pkg-plist
#	p5-Net-ARP/distinfo
#
echo c - p5-Net-ARP
mkdir -p p5-Net-ARP > /dev/null 2>&1
echo x - p5-Net-ARP/pkg-descr
sed 's/^X//' >p5-Net-ARP/pkg-descr << 'END-of-p5-Net-ARP/pkg-descr'
XThis module can be used to create and send ARP packets and to get
Xthe mac address of an ethernet interface or ip address.
X
XWWW:	http://search.cpan.org/dist/Net-ARP/
END-of-p5-Net-ARP/pkg-descr
echo x - p5-Net-ARP/Makefile
sed 's/^X//' >p5-Net-ARP/Makefile << 'END-of-p5-Net-ARP/Makefile'
X# New ports collection makefile for:	p5-Net-ARP
X# Date created:		2006-11-01
X# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-ARP
XPORTVERSION=	0.8
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	Perl extension for creating ARP packets
X
XPERL_CONFIGURE=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XMAN3=	Net::ARP.3
X
X.include <bsd.port.mk>
END-of-p5-Net-ARP/Makefile
echo x - p5-Net-ARP/pkg-plist
sed 's/^X//' >p5-Net-ARP/pkg-plist << 'END-of-p5-Net-ARP/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/Net/ARP.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP/ARP.so
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ARP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
END-of-p5-Net-ARP/pkg-plist
echo x - p5-Net-ARP/distinfo
sed 's/^X//' >p5-Net-ARP/distinfo << 'END-of-p5-Net-ARP/distinfo'
XMD5 (Net-ARP-0.8.tgz) = 47214ca439a339ab405d65c7790d5b68
XSHA256 (Net-ARP-0.8.tgz) = 1231bf667caf011aaf89d1bb26cf276edf7bdd8a44a95de1cba1909566aaed7e
XSIZE (Net-ARP-0.8.tgz) = 14630
END-of-p5-Net-ARP/distinfo
exit
--- p5-Net-ARP-0.8.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Nov 1 09:00:52 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104994 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Nov 6 02:36:04 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104994: commit references a PR
Date: Mon,  6 Nov 2006 02:35:38 +0000 (UTC)

 clsung      2006-11-06 02:35:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-Net-ARP       Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-Net-ARP 0.8, perl extension for creating ARP packets.
   
   PR:             ports/104994
   Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
   
   Revision  Changes    Path
   1.1756    +1 -0      ports/net/Makefile
   1.1       +25 -0     ports/net/p5-Net-ARP/Makefile (new)
   1.1       +3 -0      ports/net/p5-Net-ARP/distinfo (new)
   1.1       +4 -0      ports/net/p5-Net-ARP/pkg-descr (new)
   1.1       +8 -0      ports/net/p5-Net-ARP/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:
