initial import of sysutils/p5-Proc-ProcessTable 0.38:
-- Perl interface to the unix process table. (had this in my tree for god knows who long, so here it goes).
This commit is contained in:
parent
2949621db7
commit
08d56bf157
19
sysutils/p5-Proc-ProcessTable/Makefile
Executable file
19
sysutils/p5-Proc-ProcessTable/Makefile
Executable file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/30 14:41:39 lebel Exp $
|
||||
|
||||
COMMENT= "Perl extension to access the unix process table"
|
||||
|
||||
DISTNAME= Proc-ProcessTable-0.38
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= sysutils perl5
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/p5-Proc-ProcessTable/distinfo
Normal file
3
sysutils/p5-Proc-ProcessTable/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Proc-ProcessTable-0.38.tar.gz) = 69d25190ed3bfd56f12c9e6932528c62
|
||||
RMD160 (Proc-ProcessTable-0.38.tar.gz) = 4e067e2e33c8e191dc824bd7fc7e0d6941567ca0
|
||||
SHA1 (Proc-ProcessTable-0.38.tar.gz) = 0a914351d652cbb3f3e0e42a47abf014bb8c6e08
|
1
sysutils/p5-Proc-ProcessTable/pkg/DESCR
Normal file
1
sysutils/p5-Proc-ProcessTable/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Perl interface to the unix process table.
|
16
sysutils/p5-Proc-ProcessTable/pkg/PLIST
Normal file
16
sysutils/p5-Proc-ProcessTable/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/30 14:41:39 lebel Exp $
|
||||
${P5ARCH}/Proc/Killall.pm
|
||||
${P5ARCH}/Proc/Killfam.pm
|
||||
${P5ARCH}/Proc/ProcessTable.pm
|
||||
${P5ARCH}/Proc/ProcessTable/Process.pm
|
||||
${P5ARCH}/Proc/example.pl
|
||||
${P5ARCH}/auto/Proc/ProcessTable/Process/autosplit.ix
|
||||
${P5ARCH}/auto/Proc/ProcessTable/ProcessTable.bs
|
||||
${P5ARCH}/auto/Proc/ProcessTable/ProcessTable.so
|
||||
man/man3p/Proc::Killall.3p
|
||||
man/man3p/Proc::Killfam.3p
|
||||
man/man3p/Proc::ProcessTable.3p
|
||||
man/man3p/Proc::ProcessTable::Process.3p
|
||||
@dirrm ${P5ARCH}/auto/Proc/ProcessTable/Process
|
||||
@dirrm ${P5ARCH}/auto/Proc/ProcessTable
|
||||
@dirrm ${P5ARCH}/Proc/ProcessTable
|
Loading…
Reference in New Issue
Block a user