mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-Process-Status 0.009, provides a few simple methods to make it
easier to inspect . PR: 247880 Submitted by: bokutin@bokut.in
This commit is contained in:
parent
bc0f49c532
commit
ef5839c85b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548476
4 changed files with 32 additions and 0 deletions
|
@ -3071,6 +3071,7 @@
|
||||||
SUBDIR += p5-Proc-Simple
|
SUBDIR += p5-Proc-Simple
|
||||||
SUBDIR += p5-Proc-Wait3
|
SUBDIR += p5-Proc-Wait3
|
||||||
SUBDIR += p5-Proc-WaitStat
|
SUBDIR += p5-Proc-WaitStat
|
||||||
|
SUBDIR += p5-Process-Status
|
||||||
SUBDIR += p5-Progress-Any
|
SUBDIR += p5-Progress-Any
|
||||||
SUBDIR += p5-Project-Gantt
|
SUBDIR += p5-Project-Gantt
|
||||||
SUBDIR += p5-Project-Libs
|
SUBDIR += p5-Project-Libs
|
||||||
|
|
23
devel/p5-Process-Status/Makefile
Normal file
23
devel/p5-Process-Status/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Process-Status
|
||||||
|
PORTVERSION= 0.009
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
MASTER_SITE_SUBDIR=CPAN:RJBS
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= bokutin@bokut.in
|
||||||
|
COMMENT= Provides a few simple methods to make it easier to inspect $?
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
PLIST_FILES= ${SITE_PERL}/Process/Status.pm \
|
||||||
|
${SITE_MAN3_REL}/Process::Status.3.gz
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-Process-Status/distinfo
Normal file
3
devel/p5-Process-Status/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1589723344
|
||||||
|
SHA256 (Process-Status-0.009.tar.gz) = 23797d0515d7bd8fece34c5e0302607b2ca12565ddd5761d5db58be1f5dc73a9
|
||||||
|
SIZE (Process-Status-0.009.tar.gz) = 17025
|
5
devel/p5-Process-Status/pkg-descr
Normal file
5
devel/p5-Process-Status/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Perl's system command, qx``, etc. the process termination status gets put into
|
||||||
|
$? as an integer. Process::Status just provides a few simple methods to make
|
||||||
|
it easier to inspect $?.
|
||||||
|
|
||||||
|
WWW: https://metacpan.org/release/Process-Status
|
Loading…
Add table
Reference in a new issue