mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Put back devel/p5-File-Spec - I was too quick making a decision to nuke it.
Mea culpa.
This commit is contained in:
parent
3486969564
commit
2bc125db0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58107
@ -400,6 +400,7 @@
|
||||
SUBDIR += p5-File-ReadBackwards
|
||||
SUBDIR += p5-File-Remove
|
||||
SUBDIR += p5-File-Slurp
|
||||
SUBDIR += p5-File-Spec
|
||||
SUBDIR += p5-File-Sync
|
||||
SUBDIR += p5-File-Tail
|
||||
SUBDIR += p5-File-Temp
|
||||
|
32
devel/p5-File-Spec/Makefile
Normal file
32
devel/p5-File-Spec/Makefile
Normal file
@ -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.82
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dburr@FreeBSD.ORG
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MODULE_PREFIX= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
CONFIGURE_ARGS+=\
|
||||
INSTALLPRIVLIB=${MODULE_PREFIX} \
|
||||
INSTALLARCHLIB=${MODULE_PREFIX}/${PERL_ARCH}
|
||||
|
||||
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}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-File-Spec/distinfo
Normal file
1
devel/p5-File-Spec/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (File-Spec-0.82.tar.gz) = df27080f675cdd6299c4f6b87ea859bd
|
1
devel/p5-File-Spec/pkg-comment
Normal file
1
devel/p5-File-Spec/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl module for portably manipulating file specifications
|
9
devel/p5-File-Spec/pkg-descr
Normal file
9
devel/p5-File-Spec/pkg-descr
Normal file
@ -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.
|
12
devel/p5-File-Spec/pkg-plist
Normal file
12
devel/p5-File-Spec/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
|
32
devel/p5-PathTools/Makefile
Normal file
32
devel/p5-PathTools/Makefile
Normal file
@ -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.82
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dburr@FreeBSD.ORG
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MODULE_PREFIX= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
CONFIGURE_ARGS+=\
|
||||
INSTALLPRIVLIB=${MODULE_PREFIX} \
|
||||
INSTALLARCHLIB=${MODULE_PREFIX}/${PERL_ARCH}
|
||||
|
||||
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}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-PathTools/distinfo
Normal file
1
devel/p5-PathTools/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (File-Spec-0.82.tar.gz) = df27080f675cdd6299c4f6b87ea859bd
|
1
devel/p5-PathTools/pkg-comment
Normal file
1
devel/p5-PathTools/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl module for portably manipulating file specifications
|
9
devel/p5-PathTools/pkg-descr
Normal file
9
devel/p5-PathTools/pkg-descr
Normal file
@ -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.
|
12
devel/p5-PathTools/pkg-plist
Normal file
12
devel/p5-PathTools/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user