Date: Tue, 30 Oct 2018 19:53:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483519 - head/devel/p5-Path-Tiny Message-ID: <201810301953.w9UJrSVZ054722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Oct 30 19:53:27 2018 New Revision: 483519 URL: https://svnweb.freebsd.org/changeset/ports/483519 Log: Update pkg-descr - Take maintainership Modified: head/devel/p5-Path-Tiny/Makefile head/devel/p5-Path-Tiny/pkg-descr Modified: head/devel/p5-Path-Tiny/Makefile ============================================================================== --- head/devel/p5-Path-Tiny/Makefile Tue Oct 30 19:31:01 2018 (r483518) +++ head/devel/p5-Path-Tiny/Makefile Tue Oct 30 19:53:27 2018 (r483519) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= File path utility LICENSE= APACHE20 Modified: head/devel/p5-Path-Tiny/pkg-descr ============================================================================== --- head/devel/p5-Path-Tiny/pkg-descr Tue Oct 30 19:31:01 2018 (r483518) +++ head/devel/p5-Path-Tiny/pkg-descr Tue Oct 30 19:53:27 2018 (r483519) @@ -1,5 +1,7 @@ -This module attempts to provide a small, fast utility for working with -file paths. It is friendlier to use than File::Spec and provides -easy access to functions from several other core file handling modules. +Path::Tiny provides a small, fast utility for working with file paths. It is +friendlier to use than File::Spec and provides easy access to functions from +several other core file handling modules. It aims to be smaller and faster than +many alternatives on CPAN, while helping people do many common things in +consistent and less error-prone ways. WWW: https://metacpan.org/release/Path-Tiny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301953.w9UJrSVZ054722>