Update to 3.75

- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/PathTools
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-02-16 22:54:50 +00:00
parent 16fbd49852
commit c739b19d0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493119
3 changed files with 16 additions and 10 deletions

View file

@ -2,14 +2,14 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= PathTools PORTNAME= PathTools
PORTVERSION= 3.7400 PORTVERSION= 3.7500
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XSAWYERX MASTER_SITE_SUBDIR= CPAN:XSAWYERX
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||} DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||}
MAINTAINER= perl@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl module for portably manipulating file specifications COMMENT= Perl module for portably manipulating file specifications
LICENSE= ART10 GPLv1+ LICENSE= ART10 GPLv1+

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1519042714 TIMESTAMP = 1550286108
SHA256 (PathTools-3.74.tar.gz) = 25724cc54c59a3bfabadec95e72db292c98676bf3632497384e8dc6277936e11 SHA256 (PathTools-3.75.tar.gz) = a558503aa6b1f8c727c0073339081a77888606aa701ada1ad62dd9d8c3f945a2
SIZE (PathTools-3.74.tar.gz) = 119509 SIZE (PathTools-3.75.tar.gz) = 119064

View file

@ -1,7 +1,13 @@
This module is designed to support operations commonly performed on file Cwd provides functions for determining the pathname of the current working
specifications (usually called "file names", but not to be confused with directory. It is recommended that getcwd (or another *cwd() function) be used in
the contents of a file, or Perl's file handles), such as concatenating all code to ensure portability. By default, it exports the functions cwd(),
several directory and file names into a single path, or determining getcwd(), fastcwd(), and fastgetcwd() (and, on Win32, getdcwd()) into the
whether a path is rooted. caller's namespace.
File::Spec 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.
WWW: https://metacpan.org/release/PathTools WWW: https://metacpan.org/release/PathTools