From adox@mcx2.org  Sun Oct  5 15:45:52 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ABB7B1065693
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2008 15:45:52 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154])
	by mx1.freebsd.org (Postfix) with ESMTP id 305A08FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Oct 2008 15:45:50 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by fg-out-1718.google.com with SMTP id l26so1583950fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 05 Oct 2008 08:45:49 -0700 (PDT)
Received: by 10.103.250.9 with SMTP id c9mr2154334mus.9.1223221549322;
        Sun, 05 Oct 2008 08:45:49 -0700 (PDT)
Received: from localhost (p5090BD39.dip.t-dialin.net [80.144.189.57])
        by mx.google.com with ESMTPS id y2sm10819569mug.2.2008.10.05.08.45.46
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 05 Oct 2008 08:45:47 -0700 (PDT)
Message-Id: <48e8e12b.02e2660a.6426.130a@mx.google.com>
Date: Sun, 05 Oct 2008 08:45:47 -0700 (PDT)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-Cwd - Get pathname of current working directory
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127881
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Cwd - Get pathname of current working directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 15:50:01 UTC 2008
>Closed-Date:    Sun Oct 12 09:22:32 UTC 2008
>Last-Modified:  Sun Oct 12 09:30:04 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 08:19:18 CEST 2008 root@contempt:/usr/obj/usr/src/sys/CONTEMPT i386


>Description:
Cwd - get pathname of current working directory

This module provides functions for determining the pathname of the current
working directory. It is recommended that getcwd (or another *cwd() function)
be used in all code to ensure portability.

By default, it exports the functions cwd(), getcwd(), fastcwd(), and
fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.

WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm
>How-To-Repeat:
>Fix:

--- p5-Cwd-shar.sh 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-Cwd/Makefile
#	p5-Cwd/distinfo
#	p5-Cwd/pkg-descr
#	p5-Cwd/pkg-plist
#
echo x - p5-Cwd/Makefile
sed 's/^X//' >p5-Cwd/Makefile << 'END-of-p5-Cwd/Makefile'
X# New ports collection makefile for:	p5-Audio-Mixer
X# Date created:				06 Oct 2008
X# Whom:					Dennis Herrmann <adox@mcx2.org>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	Cwd
XPORTVERSION=	2.21
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	adox@mcx2.org
XCOMMENT=	Get pathname of current working directory
X
XPERL_CONFIGURE=	YES
X
XMAN3=		Cwd.3
X
X.include <bsd.port.mk>
END-of-p5-Cwd/Makefile
echo x - p5-Cwd/distinfo
sed 's/^X//' >p5-Cwd/distinfo << 'END-of-p5-Cwd/distinfo'
XMD5 (Cwd-2.21.tar.gz) = 030eeaa1957726b5e32d0eaada9c7bf6
XSHA256 (Cwd-2.21.tar.gz) = 103ce2613776ea6a7bf1ab580fbbdad20a09e3ccd48a001a32c59e3d95b30260
XSIZE (Cwd-2.21.tar.gz) = 16223
END-of-p5-Cwd/distinfo
echo x - p5-Cwd/pkg-descr
sed 's/^X//' >p5-Cwd/pkg-descr << 'END-of-p5-Cwd/pkg-descr'
XCwd - get pathname of current working directory
X
XThis module provides functions for determining the pathname of the current
Xworking directory. It is recommended that getcwd (or another *cwd() function)
Xbe used in all code to ensure portability.
X
XBy default, it exports the functions cwd(), getcwd(), fastcwd(), and
Xfastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.
X
XWWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm
END-of-p5-Cwd/pkg-descr
echo x - p5-Cwd/pkg-plist
sed 's/^X//' >p5-Cwd/pkg-plist << 'END-of-p5-Cwd/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Cwd.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd/Cwd.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd/Cwd.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd
END-of-p5-Cwd/pkg-plist
exit
--- p5-Cwd-shar.sh ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 5 15:50:11 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127881 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 12 09:22:30 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127881: commit references a PR
Date: Sun, 12 Oct 2008 09:22:07 +0000 (UTC)

 miwi        2008-10-12 09:21:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Cwd         Makefile distinfo pkg-descr pkg-plist 
   Log:
   Cwd - get pathname of current working directory
   
   This module provides functions for determining the pathname of the current
   working directory. It is recommended that getcwd (or another *cwd() function)
   be used in all code to ensure portability.
   
   By default, it exports the functions cwd(), getcwd(), fastcwd(), and
   fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.
   
   WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm
   
   PR:             ports/127881
   Submitted by:   Dennis Herrmann <adox at mcx2.org>
   
   Revision  Changes    Path
   1.3210    +1 -0      ports/devel/Makefile
   1.1       +21 -0     ports/devel/p5-Cwd/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Cwd/distinfo (new)
   1.1       +10 -0     ports/devel/p5-Cwd/pkg-descr (new)
   1.1       +5 -0      ports/devel/p5-Cwd/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:
