From nobody@FreeBSD.org  Mon May 17 08:03:02 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B5E8D1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 May 2010 08:03:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8ACD78FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 May 2010 08:03:02 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4H832eC029125
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 May 2010 08:03:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4H832uR029124;
	Mon, 17 May 2010 08:03:02 GMT
	(envelope-from nobody)
Message-Id: <201005170803.o4H832uR029124@www.freebsd.org>
Date: Mon, 17 May 2010 08:03:02 GMT
From: Ju Pengfei <jupengfei@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: net/hs-pcap A system-independent interface for user-level packet capture 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146655
>Category:       ports
>Synopsis:       New port: net/hs-pcap A system-independent interface for user-level packet capture
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 08:10:01 UTC 2010
>Closed-Date:    Wed May 19 12:24:16 UTC 2010
>Last-Modified:  Wed May 19 12:24:16 UTC 2010
>Originator:     Ju Pengfei
>Release:        8.0-RELEASE-p2
>Organization:
Ju Pengfei
>Environment:
>Description:
New port: net/hs-pcap A system-independent interface for user-level packet capture 
WWW: http://hackage.haskell.org/package/pcap
>How-To-Repeat:

>Fix:
use this shar file.
thanks.

Patch attached with submission follows:

# 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:
#
#	hs-pcap
#	hs-pcap/Makefile
#	hs-pcap/distinfo
#	hs-pcap/pkg-descr
#	hs-pcap/pkg-plist
#
echo c - hs-pcap
mkdir -p hs-pcap > /dev/null 2>&1
echo x - hs-pcap/Makefile
sed 's/^X//' >hs-pcap/Makefile << '5d3f2f5fb32f3a7d605a982bf9be4a9e'
X# New ports collection makefile for: hs-pcap
X# Date created:			17 May 2010
X# Whom:				Ju Pengfei <jupengfei@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pcap
XPORTVERSION=	0.4.5
XCATEGORIES=	net haskell
X
XMAINTAINER=	jupengfei@gmail.com
XCOMMENT=	A system-independent interface for user-level packet capture
X
XCABAL_SETUP=	Setup.lhs
X
X.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
X.include <bsd.port.mk>
5d3f2f5fb32f3a7d605a982bf9be4a9e
echo x - hs-pcap/distinfo
sed 's/^X//' >hs-pcap/distinfo << '652d0832623c741a33e55f2c9d28f713'
XMD5 (pcap-0.4.5.tar.gz) = 20ad727de904656106a979ddf32257bc
XSHA256 (pcap-0.4.5.tar.gz) = f3b9a93cbee762b7d1f0384ad9a16f686db3c76260e85bc702da792356b5c569
XSIZE (pcap-0.4.5.tar.gz) = 46293
652d0832623c741a33e55f2c9d28f713
echo x - hs-pcap/pkg-descr
sed 's/^X//' >hs-pcap/pkg-descr << 'af4c1f6126334709e04bd055146f748c'
XA system-independent interface for user-level packet capture
X
XWWW: http://hackage.haskell.org/package/pcap
af4c1f6126334709e04bd055146f748c
echo x - hs-pcap/pkg-plist
sed 's/^X//' >hs-pcap/pkg-plist << '67f5c435908609ef18699d54c1ab716a'
X%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/include/pcapconfig.h
X%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Pcap/Base.hi
X%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Pcap.hi
X%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHSpcap-0.4.5.a
X%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSpcap-0.4.5.o
X%%LIBDIR_REL%%/register.sh
X%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE
X%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
X@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/include
X@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/Pcap
X@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network
X@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%
X@dirrm %%LIBDIR_REL%%
X@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh
X@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
X@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%%
X@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
67f5c435908609ef18699d54c1ab716a
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 17 08:10:11 UTC 2010 
Responsible-Changed-Why:  
wen@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146655 
Responsible-Changed-From-To: wen->pgj 
Responsible-Changed-By: wen 
Responsible-Changed-When: Tue May 18 07:20:33 UTC 2010 
Responsible-Changed-Why:  
haskell@ want this PR. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146655: commit references a PR
Date: Wed, 19 May 2010 12:10:31 +0000 (UTC)

 pgj         2010-05-19 12:10:17 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/ghc             bsd.hackage.mk 
     net                  Makefile 
   Added files:
     net/hs-pcap          Makefile distinfo pkg-descr pkg-plist 
   Log:
   A system-independent interface for user-level packet capture.
   
   WWW: http://hackage.haskell.org/package/pcap
   
   PR:             ports/146655
   Submitted by:   Ju Pengfei <jupengfei@gmail.com>
   
   Revision  Changes    Path
   1.11      +2 -1      ports/lang/ghc/bsd.hackage.mk
   1.2209    +1 -0      ports/net/Makefile
   1.1       +18 -0     ports/net/hs-pcap/Makefile (new)
   1.1       +3 -0      ports/net/hs-pcap/distinfo (new)
   1.1       +3 -0      ports/net/hs-pcap/pkg-descr (new)
   1.1       +18 -0     ports/net/hs-pcap/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Wed May 19 12:23:15 UTC 2010 
State-Changed-Why:  
Your port has been added with minor modifications.  Thank you for you 
submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146655 
>Unformatted:
