1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add p5-Module-Dependency 1.84, collection of modules for examining

dependencies.

PR:		ports/100135
Submitted by:	Cheng-Lung Sung
This commit is contained in:
Cheng-Lung Sung 2006-07-12 23:51:08 +00:00
parent 0d01cb076d
commit ecb6d5f511
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167639
5 changed files with 64 additions and 0 deletions

View File

@ -1126,6 +1126,7 @@
SUBDIR += p5-Module-Build-Kwalitee
SUBDIR += p5-Module-Compile
SUBDIR += p5-Module-CoreList
SUBDIR += p5-Module-Dependency
SUBDIR += p5-Module-Find
SUBDIR += p5-Module-Info
SUBDIR += p5-Module-Info-File

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-Module-Dependency
# Date created: Jul 12 2006
# Whom: Cheng-Lung Sung
#
# $FreeBSD$
#
PORTNAME= Module-Dependency
PORTVERSION= 1.84
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Collection of modules for examining dependencies
PERL_CONFIGURE= yes
MAN1= pmd_indexer.plx.1 pmd_grapher.plx.1 pmd_dump.pl.1
MAN3= Module::Dependency.3 \
Module::Dependency::Indexer.3 \
Module::Dependency::Info.3 \
Module::Dependency::Grapher.3 \
Module::pmd_dump.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8 or above
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Module-Dependency-1.84.tar.gz) = 90a83b2aee39f5d25060ebdb6cc3105d
SHA256 (Module-Dependency-1.84.tar.gz) = 5b8153f3075ef78725c227d776b87f6a8339d313d2859d0edb7a0fc2a2c55e8e
SIZE (Module-Dependency-1.84.tar.gz) = 52161

View File

@ -0,0 +1,14 @@
Module::Dependency - Collection of modules for examining dependencies
between parents and children, like Perl files
A set of pure-perl modules and helper programs that let you build a
database of the dependency links between a collection of Perl files,
and then query that database, even producing text, HTML, PostScript
or graphical reports.
The database in question is actually a simple Storable image of a
Perl data structure, and you can create as many of these as you want.
You can use the command-line tools, or write your own Perl to query
and manipulate the data however you want.
WWW: http://search.cpan.org/dist/Module-Dependency/

View File

@ -0,0 +1,13 @@
bin/pmd_indexer.plx
bin/pmd_grapher.plx
bin/pmd_dump.pl
%%SITE_PERL%%/Module/pmd_dump.pl
%%SITE_PERL%%/Module/Dependency.pod
%%SITE_PERL%%/Module/Dependency/Info.pm
%%SITE_PERL%%/Module/Dependency/Grapher.pm
%%SITE_PERL%%/Module/Dependency/Indexer.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Dependency/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Dependency
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
@dirrm %%SITE_PERL%%/Module/Dependency
@dirrmtry %%SITE_PERL%%/Module