Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2014 13:04:52 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372224 - in head/devel: . p5-Path-Extended
Message-ID:  <201411061304.sA6D4qmG043403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Thu Nov  6 13:04:52 2014
New Revision: 372224
URL: https://svnweb.freebsd.org/changeset/ports/372224
QAT: https://qat.redports.org/buildarchive/r372224/

Log:
  This is yet another file/directory handler that does a bit more than
  Path::Class for some parts, and a bit less for other parts.  One of
  the main difference is Path::Extended always tries to use forward
  slashes when possible, ie. even when you're on the MS Windows, so that
  you don't need to care about escaping paths that annoys you from time
  to time when you want to apply regexen to a path, especially in file
  tests that use 'like' or 'compare'.
  
  WWW: http://search.cpan.org/dist/Path-Extended/

Added:
  head/devel/p5-Path-Extended/
  head/devel/p5-Path-Extended/Makefile   (contents, props changed)
  head/devel/p5-Path-Extended/distinfo   (contents, props changed)
  head/devel/p5-Path-Extended/pkg-descr   (contents, props changed)
  head/devel/p5-Path-Extended/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Nov  6 12:53:36 2014	(r372223)
+++ head/devel/Makefile	Thu Nov  6 13:04:52 2014	(r372224)
@@ -2607,6 +2607,7 @@
     SUBDIR += p5-Path-Class-File-Lockable
     SUBDIR += p5-Path-Dispatcher
     SUBDIR += p5-Path-Dispatcher-Declarative
+    SUBDIR += p5-Path-Extended
     SUBDIR += p5-Path-FindDev
     SUBDIR += p5-Path-IsDev
     SUBDIR += p5-Path-Iterator-Rule

Added: head/devel/p5-Path-Extended/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Path-Extended/Makefile	Thu Nov  6 13:04:52 2014	(r372224)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	Path-Extended
+PORTVERSION=	0.22
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ISHIGAKI
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama@FreeBSD.org
+COMMENT=	Perl extension for yet another Path class
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	\
+	p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
+	p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \
+	p5-Log-Dump>0:${PORTSDIR}/devel/p5-Log-Dump \
+	p5-Sub-Install>0:${PORTSDIR}/devel/p5-Sub-Install
+BUILD_DEPENDS=	${RUN_DEPENDS} \
+	p5-ExtUtils-MakeMaker-CPANfile>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-Path-Extended/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Path-Extended/distinfo	Thu Nov  6 13:04:52 2014	(r372224)
@@ -0,0 +1,2 @@
+SHA256 (Path-Extended-0.22.tar.gz) = a88fdb85a93be7139672a126002da28708059a29f7d845938cab7712fff166ec
+SIZE (Path-Extended-0.22.tar.gz) = 24121

Added: head/devel/p5-Path-Extended/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Path-Extended/pkg-descr	Thu Nov  6 13:04:52 2014	(r372224)
@@ -0,0 +1,9 @@
+This is yet another file/directory handler that does a bit more than
+Path::Class for some parts, and a bit less for other parts.  One of
+the main difference is Path::Extended always tries to use forward
+slashes when possible, ie. even when you're on the MS Windows, so that
+you don't need to care about escaping paths that annoys you from time
+to time when you want to apply regexen to a path, especially in file
+tests that use 'like' or 'compare'.
+
+WWW: http://search.cpan.org/dist/Path-Extended/

Added: head/devel/p5-Path-Extended/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Path-Extended/pkg-plist	Thu Nov  6 13:04:52 2014	(r372224)
@@ -0,0 +1,15 @@
+%%PERL5_MAN3%%/Path::Extended.3.gz
+%%PERL5_MAN3%%/Path::Extended::Class.3.gz
+%%PERL5_MAN3%%/Path::Extended::Class::Dir.3.gz
+%%PERL5_MAN3%%/Path::Extended::Class::File.3.gz
+%%PERL5_MAN3%%/Path::Extended::Dir.3.gz
+%%PERL5_MAN3%%/Path::Extended::Entity.3.gz
+%%PERL5_MAN3%%/Path::Extended::File.3.gz
+%%SITE_PERL%%/Path/Extended.pm
+%%SITE_PERL%%/Path/Extended/Class.pm
+%%SITE_PERL%%/Path/Extended/Class/Dir.pm
+%%SITE_PERL%%/Path/Extended/Class/File.pm
+%%SITE_PERL%%/Path/Extended/Dir.pm
+%%SITE_PERL%%/Path/Extended/Entity.pm
+%%SITE_PERL%%/Path/Extended/File.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Extended/.packlist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411061304.sA6D4qmG043403>