From gslin@colo-p.gslin.org  Tue Nov 23 14:23:53 2010
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EA80E106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Nov 2010 14:23:52 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97])
	by mx1.freebsd.org (Postfix) with ESMTP id A73BA8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Nov 2010 14:23:52 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id EBD027E81C; Tue, 23 Nov 2010 22:23:50 +0800 (CST)
Message-Id: <20101123142350.EBD027E81C@colo-p.gslin.org>
Date: Tue, 23 Nov 2010 22:23:50 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] net-mgmt/2ping: A bi-directional ping utility
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152528
>Category:       ports
>Synopsis:       [NEW PORT] net-mgmt/2ping: A bi-directional ping utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 23 14:30:12 UTC 2010
>Closed-Date:    Wed Nov 24 05:21:23 UTC 2010
>Last-Modified:  Wed Nov 24 05:30:23 UTC 2010
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
2ping is a bi-directional ping utility. It uses 3-way pings (akin to
TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
2ping listener and a 2ping client to determine which direction packet
loss occurs.

WWW:	http://www.finnie.org/software/2ping/

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

--- 2ping-1.0.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:
#
#	2ping
#	2ping/pkg-descr
#	2ping/Makefile
#	2ping/pkg-plist
#	2ping/distinfo
#	2ping/files
#	2ping/files/patch-Makefile
#
echo c - 2ping
mkdir -p 2ping > /dev/null 2>&1
echo x - 2ping/pkg-descr
sed 's/^X//' >2ping/pkg-descr << '0db888add21ab820398383fc5283097c'
X2ping is a bi-directional ping utility. It uses 3-way pings (akin to
XTCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
X2ping listener and a 2ping client to determine which direction packet
Xloss occurs.
X
XWWW:	http://www.finnie.org/software/2ping/
0db888add21ab820398383fc5283097c
echo x - 2ping/Makefile
sed 's/^X//' >2ping/Makefile << '94b0a2eaeb8c5b2c86b407b8395feaf7'
X# New ports collection makefile for:	2ping
X# Date created:		2010-11-23
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	2ping
XPORTVERSION=	1.0
XCATEGORIES=	net-mgmt perl5
XMASTER_SITES=	http://www.finnie.org/software/2ping/
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	A bi-directional ping utility
X
XRUN_DEPENDS=	p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
X		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
X		p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
X		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
X
XUSE_PERL5_RUN=	5.8.0+
X
XMAN8=		2ping.8 2ping6.8
X
X.include <bsd.port.mk>
94b0a2eaeb8c5b2c86b407b8395feaf7
echo x - 2ping/pkg-plist
sed 's/^X//' >2ping/pkg-plist << '0a6a578f3ab369840646a2555887234b'
X@comment $FreeBSD$
Xbin/2ping
Xbin/2ping6
0a6a578f3ab369840646a2555887234b
echo x - 2ping/distinfo
sed 's/^X//' >2ping/distinfo << '216ee7353118d702045bf47f1fc0b307'
XSHA256 (2ping-1.0.tar.gz) = f6658d6994260de274a5aa490d56d6ab77cebb86020ce1d75ed218c63b595903
XSIZE (2ping-1.0.tar.gz) = 30280
216ee7353118d702045bf47f1fc0b307
echo c - 2ping/files
mkdir -p 2ping/files > /dev/null 2>&1
echo x - 2ping/files/patch-Makefile
sed 's/^X//' >2ping/files/patch-Makefile << 'c6b626c1a66384100e75079a00e5c5f1'
X--- Makefile.orig	2010-11-23 22:18:10.000000000 +0800
X+++ Makefile	2010-11-23 22:19:16.000000000 +0800
X@@ -34,11 +34,11 @@
X 
X install: all
X 	install -d -m 0755 $(DESTDIR)$(PREFIX)/bin
X-	install -d -m 0755 $(DESTDIR)$(PREFIX)/share/man/man8
X+	install -d -m 0755 $(DESTDIR)$(PREFIX)/man/man8
X 	install -m 0755 2ping $(DESTDIR)$(PREFIX)/bin
X 	ln -sf 2ping $(DESTDIR)$(PREFIX)/bin/2ping6
X-	install -m 0644 2ping.8 $(DESTDIR)$(PREFIX)/share/man/man8
X-	ln -sf 2ping.8 $(DESTDIR)$(PREFIX)/share/man/man8/2ping6.8
X+	install -m 0644 2ping.8 $(DESTDIR)$(PREFIX)/man/man8
X+	cp $(DESTDIR)$(PREFIX)/man/man8/2ping.8 $(DESTDIR)$(PREFIX)/man/man8/2ping6.8
X 
X distclean: clean
X 
c6b626c1a66384100e75079a00e5c5f1
exit
--- 2ping-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 23 14:30:21 UTC 2010 
Responsible-Changed-Why:  
pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152528 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Nov 24 05:21:22 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152528: commit references a PR
Date: Wed, 24 Nov 2010 05:21:25 +0000 (UTC)

 pgollucci    2010-11-24 05:21:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt             Makefile 
   Added files:
     net-mgmt/2ping       Makefile distinfo pkg-descr pkg-plist 
     net-mgmt/2ping/files patch-Makefile 
   Log:
   2ping is a bi-directional ping utility. It uses 3-way pings (akin to
   TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
   2ping listener and a 2ping client to determine which direction packet
   loss occurs.
   
   WWW:    http://www.finnie.org/software/2ping/
   
   PR:             ports/152528
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.1       +25 -0     ports/net-mgmt/2ping/Makefile (new)
   1.1       +2 -0      ports/net-mgmt/2ping/distinfo (new)
   1.1       +17 -0     ports/net-mgmt/2ping/files/patch-Makefile (new)
   1.1       +6 -0      ports/net-mgmt/2ping/pkg-descr (new)
   1.1       +3 -0      ports/net-mgmt/2ping/pkg-plist (new)
   1.227     +1 -0      ports/net-mgmt/Makefile
 _______________________________________________
 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:
