From 4ab19da76846db4948a400a6cd24c023adf62dd9 Mon Sep 17 00:00:00 2001
From: dburr <dburr@FreeBSD.org>
Date: Thu, 23 Nov 2000 05:02:14 +0000
Subject: Import of new port devel/p5-File-Spec, a set of Perl5 modules to
 portably manipulate file specifications

---
 devel/Makefile                 |  1 +
 devel/p5-File-Spec/Makefile    | 32 ++++++++++++++++++++++++++++++++
 devel/p5-File-Spec/distinfo    |  1 +
 devel/p5-File-Spec/pkg-comment |  1 +
 devel/p5-File-Spec/pkg-descr   |  9 +++++++++
 devel/p5-File-Spec/pkg-plist   | 11 +++++++++++
 devel/p5-PathTools/Makefile    | 32 ++++++++++++++++++++++++++++++++
 devel/p5-PathTools/distinfo    |  1 +
 devel/p5-PathTools/pkg-comment |  1 +
 devel/p5-PathTools/pkg-descr   |  9 +++++++++
 devel/p5-PathTools/pkg-plist   | 11 +++++++++++
 11 files changed, 109 insertions(+)
 create mode 100644 devel/p5-File-Spec/Makefile
 create mode 100644 devel/p5-File-Spec/distinfo
 create mode 100644 devel/p5-File-Spec/pkg-comment
 create mode 100644 devel/p5-File-Spec/pkg-descr
 create mode 100644 devel/p5-File-Spec/pkg-plist
 create mode 100644 devel/p5-PathTools/Makefile
 create mode 100644 devel/p5-PathTools/distinfo
 create mode 100644 devel/p5-PathTools/pkg-comment
 create mode 100644 devel/p5-PathTools/pkg-descr
 create mode 100644 devel/p5-PathTools/pkg-plist

diff --git a/devel/Makefile b/devel/Makefile
index 987a5e5..ebf0066 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -209,6 +209,7 @@
     SUBDIR += p5-File-Lock
     SUBDIR += p5-File-MMagic
     SUBDIR += p5-File-Slurp
+    SUBDIR += p5-File-Spec
     SUBDIR += p5-File-Sync
     SUBDIR += p5-File-Tools
     SUBDIR += p5-Filter
diff --git a/devel/p5-File-Spec/Makefile b/devel/p5-File-Spec/Makefile
new file mode 100644
index 0000000..749661f
--- /dev/null
+++ b/devel/p5-File-Spec/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:	p5-File-Spec
+# Date created:				November 22, 2000
+# Whom:	      				Donald Burr <dburr@FreeBSD.ORG>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	File-Spec
+PORTVERSION=	0.8
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	File
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	dburr@FreeBSD.ORG
+
+USE_PERL5=	yes
+
+MAN3=		File::Spec.3 \
+		File::Spec::Functions.3 \
+		File::Spec::Mac.3 \
+		File::Spec::OS2.3 \
+		File::Spec::Unix.3 \
+		File::Spec::VMS.3 \
+		File::Spec::Win32.3
+MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+		@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+			PREFIX="${PREFIX}" CC="${CC}" CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>
diff --git a/devel/p5-File-Spec/distinfo b/devel/p5-File-Spec/distinfo
new file mode 100644
index 0000000..0cfacde
--- /dev/null
+++ b/devel/p5-File-Spec/distinfo
@@ -0,0 +1 @@
+MD5 (File-Spec-0.8.tar.gz) = 835c7d14e6c373fd8440539cc479badf
diff --git a/devel/p5-File-Spec/pkg-comment b/devel/p5-File-Spec/pkg-comment
new file mode 100644
index 0000000..a945e92
--- /dev/null
+++ b/devel/p5-File-Spec/pkg-comment
@@ -0,0 +1 @@
+A Perl module for portably manipulating file specifications
diff --git a/devel/p5-File-Spec/pkg-descr b/devel/p5-File-Spec/pkg-descr
new file mode 100644
index 0000000..c6b391d
--- /dev/null
+++ b/devel/p5-File-Spec/pkg-descr
@@ -0,0 +1,9 @@
+This module is designed to support operations commonly
+performed on file specifications (usually called "file
+names", but not to be confused with the contents of a
+file, or Perl's file handles), such as concatenating
+several directory and file names into a single path, or
+determining whether a path is rooted. It is based on code
+directly taken from MakeMaker 5.17, code written by
+Andreas Koenig, Andy Dougherty, Charles Bailey, Ilya
+Zakharevich, Paul Schinder, and others.
diff --git a/devel/p5-File-Spec/pkg-plist b/devel/p5-File-Spec/pkg-plist
new file mode 100644
index 0000000..24b9bab
--- /dev/null
+++ b/devel/p5-File-Spec/pkg-plist
@@ -0,0 +1,11 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Spec/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Functions.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Mac.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/OS2.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Unix.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/VMS.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Win32.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Spec
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/File/Spec
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/File
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile
new file mode 100644
index 0000000..749661f
--- /dev/null
+++ b/devel/p5-PathTools/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:	p5-File-Spec
+# Date created:				November 22, 2000
+# Whom:	      				Donald Burr <dburr@FreeBSD.ORG>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	File-Spec
+PORTVERSION=	0.8
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	File
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	dburr@FreeBSD.ORG
+
+USE_PERL5=	yes
+
+MAN3=		File::Spec.3 \
+		File::Spec::Functions.3 \
+		File::Spec::Mac.3 \
+		File::Spec::OS2.3 \
+		File::Spec::Unix.3 \
+		File::Spec::VMS.3 \
+		File::Spec::Win32.3
+MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+		@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+			PREFIX="${PREFIX}" CC="${CC}" CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>
diff --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo
new file mode 100644
index 0000000..0cfacde
--- /dev/null
+++ b/devel/p5-PathTools/distinfo
@@ -0,0 +1 @@
+MD5 (File-Spec-0.8.tar.gz) = 835c7d14e6c373fd8440539cc479badf
diff --git a/devel/p5-PathTools/pkg-comment b/devel/p5-PathTools/pkg-comment
new file mode 100644
index 0000000..a945e92
--- /dev/null
+++ b/devel/p5-PathTools/pkg-comment
@@ -0,0 +1 @@
+A Perl module for portably manipulating file specifications
diff --git a/devel/p5-PathTools/pkg-descr b/devel/p5-PathTools/pkg-descr
new file mode 100644
index 0000000..c6b391d
--- /dev/null
+++ b/devel/p5-PathTools/pkg-descr
@@ -0,0 +1,9 @@
+This module is designed to support operations commonly
+performed on file specifications (usually called "file
+names", but not to be confused with the contents of a
+file, or Perl's file handles), such as concatenating
+several directory and file names into a single path, or
+determining whether a path is rooted. It is based on code
+directly taken from MakeMaker 5.17, code written by
+Andreas Koenig, Andy Dougherty, Charles Bailey, Ilya
+Zakharevich, Paul Schinder, and others.
diff --git a/devel/p5-PathTools/pkg-plist b/devel/p5-PathTools/pkg-plist
new file mode 100644
index 0000000..24b9bab
--- /dev/null
+++ b/devel/p5-PathTools/pkg-plist
@@ -0,0 +1,11 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Spec/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Functions.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Mac.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/OS2.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Unix.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/VMS.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec/Win32.pm
+lib/perl5/site_perl/%%PERL_VER%%/File/Spec.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Spec
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/File/Spec
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/File
-- 
cgit v1.1