more catalyst prereqs

This commit is contained in:
espie 2006-11-04 23:38:49 +00:00
parent 0956e883d4
commit 6763ec7b38
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 23:38:49 espie Exp $
COMMENT= "recursively scan Perl code for dependencies"
DISTNAME= Module-ScanDeps-0.68
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
CONFIGURE_STYLE=perl
REGRESS_DEPENDS=::devel/p5-Test-Pod
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Module-ScanDeps-0.68.tar.gz) = 747cf2f097d5874e56bcf4afb5a68390
RMD160 (Module-ScanDeps-0.68.tar.gz) = 9b218669b3e85b99fd73204e5ee19d2ca0d8ade6
SHA1 (Module-ScanDeps-0.68.tar.gz) = cbe8490c7b601dac8eae073d55206dd20c282ea4
SIZE (Module-ScanDeps-0.68.tar.gz) = 31023

View File

@ -0,0 +1,10 @@
This module scans potential modules used by perl programs, and returns
a hash reference; its keys are the module names as appears in %INC
(e.g. Test/More.pm); the values are hash references with this structure:
{
file => '/usr/local/lib/perl5/5.8.0/Test/More.pm',
key => 'Test/More.pm',
type => 'module', # or 'autoload', 'data', 'shared'
used_by => [ 'Test/Simple.pm', ... ],
}

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 23:38:49 espie Exp $
bin/scandeps.pl
${P5SITE}/Module/
${P5SITE}/Module/ScanDeps/
${P5SITE}/Module/ScanDeps.pm
${P5SITE}/Module/ScanDeps/DataFeed.pm
@man man/man1/scandeps.pl.1
@man man/man3p/Module::ScanDeps.3p
@man man/man3p/Module::ScanDeps::DataFeed.3p