From 1387302498ce5104bfd17462d00b9ee1c7df8602 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 12 Oct 2008 09:21:54 +0000 Subject: 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 --- devel/p5-Cwd/Makefile | 21 +++++++++++++++++++++ devel/p5-Cwd/distinfo | 3 +++ devel/p5-Cwd/pkg-descr | 10 ++++++++++ devel/p5-Cwd/pkg-plist | 5 +++++ 4 files changed, 39 insertions(+) create mode 100644 devel/p5-Cwd/Makefile create mode 100644 devel/p5-Cwd/distinfo create mode 100644 devel/p5-Cwd/pkg-descr create mode 100644 devel/p5-Cwd/pkg-plist (limited to 'devel/p5-Cwd') diff --git a/devel/p5-Cwd/Makefile b/devel/p5-Cwd/Makefile new file mode 100644 index 000000000000..c1d679038a5c --- /dev/null +++ b/devel/p5-Cwd/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Audio-Mixer +# Date created: 06 Oct 2008 +# Whom: Dennis Herrmann +# +# $FreeBSD$ +# + +PORTNAME= Cwd +PORTVERSION= 2.21 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adox@mcx2.org +COMMENT= Get pathname of current working directory + +PERL_CONFIGURE= YES + +MAN3= Cwd.3 + +.include diff --git a/devel/p5-Cwd/distinfo b/devel/p5-Cwd/distinfo new file mode 100644 index 000000000000..10cab90fce72 --- /dev/null +++ b/devel/p5-Cwd/distinfo @@ -0,0 +1,3 @@ +MD5 (Cwd-2.21.tar.gz) = 030eeaa1957726b5e32d0eaada9c7bf6 +SHA256 (Cwd-2.21.tar.gz) = 103ce2613776ea6a7bf1ab580fbbdad20a09e3ccd48a001a32c59e3d95b30260 +SIZE (Cwd-2.21.tar.gz) = 16223 diff --git a/devel/p5-Cwd/pkg-descr b/devel/p5-Cwd/pkg-descr new file mode 100644 index 000000000000..7a7b5f408607 --- /dev/null +++ b/devel/p5-Cwd/pkg-descr @@ -0,0 +1,10 @@ +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 diff --git a/devel/p5-Cwd/pkg-plist b/devel/p5-Cwd/pkg-plist new file mode 100644 index 000000000000..0122aa064e4a --- /dev/null +++ b/devel/p5-Cwd/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Cwd.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd/Cwd.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd/Cwd.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cwd -- cgit