A tool for parsing, interrogating, and modifying a UNIX-style path. The parsing

behavior is similar to File::Spec::Unix, except that trailing slashes are
preserved (converted into a single slash).

WWW:	http://search.cpan.org/dist/Path-Abstract/
This commit is contained in:
Steve Wills 2011-05-02 01:45:19 +00:00
parent 1e8edb892a
commit e12a53e898
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273430
5 changed files with 42 additions and 0 deletions

View file

@ -2104,6 +2104,7 @@
SUBDIR += p5-ParseLex
SUBDIR += p5-ParseTemplate
SUBDIR += p5-PatchReader
SUBDIR += p5-Path-Abstract
SUBDIR += p5-Path-Class
SUBDIR += p5-Path-Dispatcher
SUBDIR += p5-Path-Dispatcher-Declarative

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Path-Abstract
# Date created: 2011-04-26
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Path-Abstract
PORTVERSION= 0.096
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ROKR
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Fast and featureful UNIX-style path parsing and manipulation
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
USE_PERL= yes
PERL_CONFIGURE= yes
MAN3= Path::Abstract.3 Path::Abstract::Underload.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Path-Abstract-0.096.tar.gz) = 7f313e8619072212148392d6ed3c0c407d82fe345f1a2c3bb269e884a5fe5a06
SIZE (Path-Abstract-0.096.tar.gz) = 13556

View file

@ -0,0 +1,5 @@
A tool for parsing, interrogating, and modifying a UNIX-style path. The parsing
behavior is similar to File::Spec::Unix, except that trailing slashes are
preserved (converted into a single slash).
WWW: http://search.cpan.org/dist/Path-Abstract/

View file

@ -0,0 +1,8 @@
%%SITE_PERL%%/Path/Abstract/Fast.pm
%%SITE_PERL%%/Path/Abstract/Underload.pm
%%SITE_PERL%%/Path/Abstract.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Abstract/.packlist
@dirrmtry %%SITE_PERL%%/Path/Abstract
@dirrmtry %%SITE_PERL%%/Path
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Abstract
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path