Date: Wed, 12 Jul 2006 10:02:04 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100135: [NEW PORT] devel/p5-Module-Dependency: Collection of modules for examining dependencies Message-ID: <20060712020204.0CC4D7E980@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200607120210.k6C2ABgC026742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100135 >Category: ports >Synopsis: [NEW PORT] devel/p5-Module-Dependency: Collection of modules for examining dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 02:10:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Dependency-1.84.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Module-Dependency # p5-Module-Dependency/distinfo # p5-Module-Dependency/Makefile # p5-Module-Dependency/pkg-descr # p5-Module-Dependency/pkg-plist # echo c - p5-Module-Dependency mkdir -p p5-Module-Dependency > /dev/null 2>&1 echo x - p5-Module-Dependency/distinfo sed 's/^X//' >p5-Module-Dependency/distinfo << 'END-of-p5-Module-Dependency/distinfo' XMD5 (Module-Dependency-1.84.tar.gz) = 90a83b2aee39f5d25060ebdb6cc3105d XSHA256 (Module-Dependency-1.84.tar.gz) = 5b8153f3075ef78725c227d776b87f6a8339d313d2859d0edb7a0fc2a2c55e8e XSIZE (Module-Dependency-1.84.tar.gz) = 52161 END-of-p5-Module-Dependency/distinfo echo x - p5-Module-Dependency/Makefile sed 's/^X//' >p5-Module-Dependency/Makefile << 'END-of-p5-Module-Dependency/Makefile' X# New ports collection makefile for: p5-Module-Dependency X# Date created: Jul 12 2006 X# Whom: Cheng-Lung Sung X# X# $FreeBSD$ X# X XPORTNAME= Module-Dependency XPORTVERSION= 1.84 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Module XPKGNAMEPREFIX= p5- X XMAINTAINER= clsung@FreeBSD.org XCOMMENT= Collection of modules for examining dependencies X XPERL_CONFIGURE= yes X XMAN1= pmd_indexer.plx.1 pmd_grapher.plx.1 pmd_dump.pl.1 XMAN3= Module::Dependency.3 \ X Module::Dependency::Indexer.3 \ X Module::Dependency::Info.3 \ X Module::Dependency::Grapher.3 \ X Module::pmd_dump.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500800 XIGNORE= requires perl 5.8 or above X.endif X X.include <bsd.port.post.mk> END-of-p5-Module-Dependency/Makefile echo x - p5-Module-Dependency/pkg-descr sed 's/^X//' >p5-Module-Dependency/pkg-descr << 'END-of-p5-Module-Dependency/pkg-descr' XModule::Dependency - Collection of modules for examining dependencies X between parents and children, like Perl files X XA set of pure-perl modules and helper programs that let you build a Xdatabase of the dependency links between a collection of Perl files, Xand then query that database, even producing text, HTML, PostScript Xor graphical reports. X XThe database in question is actually a simple Storable image of a XPerl data structure, and you can create as many of these as you want. XYou can use the command-line tools, or write your own Perl to query Xand manipulate the data however you want. X XWWW: http://search.cpan.org/dist/Module-Dependency/ END-of-p5-Module-Dependency/pkg-descr echo x - p5-Module-Dependency/pkg-plist sed 's/^X//' >p5-Module-Dependency/pkg-plist << 'END-of-p5-Module-Dependency/pkg-plist' Xbin/pmd_indexer.plx Xbin/pmd_grapher.plx Xbin/pmd_dump.pl X%%SITE_PERL%%/Module/pmd_dump.pl X%%SITE_PERL%%/Module/Dependency.pod X%%SITE_PERL%%/Module/Dependency/Info.pm X%%SITE_PERL%%/Module/Dependency/Grapher.pm X%%SITE_PERL%%/Module/Dependency/Indexer.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Dependency/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Dependency X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module X@dirrm %%SITE_PERL%%/Module/Dependency X@dirrmtry %%SITE_PERL%%/Module END-of-p5-Module-Dependency/pkg-plist exit --- p5-Module-Dependency-1.84.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060712020204.0CC4D7E980>