Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 03:01:01 +0200 (CEST)
From:      tobez@tobez.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26829: New port: devel/p5-Devel-Modlist (Perl extension to collect module use information)
Message-ID:  <20010425010101.0EBD1546B@heechee.tobez.org>

next in thread | raw e-mail | index | archive | help

>Number:         26829
>Category:       ports
>Synopsis:       New port: devel/p5-Devel-Modlist (Perl extension to collect module use information)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 18:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

The Devel::Modlist utility is provided as a means by which to get a
quick run-down on which libraries and modules are being utilized by a
given script.

Just as compiler systems like gcc provide dependancy information via
switches such as -M, Devel::Modlist is intended to assist script authors
in preparing dependancy information for potential users of their
scripts.

>How-To-Repeat:
>Fix:

# 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-Devel-Modlist
#	p5-Devel-Modlist/pkg-plist
#	p5-Devel-Modlist/pkg-descr
#	p5-Devel-Modlist/pkg-comment
#	p5-Devel-Modlist/distinfo
#	p5-Devel-Modlist/Makefile
#
echo c - p5-Devel-Modlist
mkdir -p p5-Devel-Modlist > /dev/null 2>&1
echo x - p5-Devel-Modlist/pkg-plist
sed 's/^X//' >p5-Devel-Modlist/pkg-plist << 'END-of-p5-Devel-Modlist/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Modlist/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Devel/Modlist.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Modlist
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Devel 2>/dev/null || true
END-of-p5-Devel-Modlist/pkg-plist
echo x - p5-Devel-Modlist/pkg-descr
sed 's/^X//' >p5-Devel-Modlist/pkg-descr << 'END-of-p5-Devel-Modlist/pkg-descr'
XThe Devel::Modlist utility is provided as a means by which to get a
Xquick run-down on which libraries and modules are being utilized by a
Xgiven script.
X
XJust as compiler systems like gcc provide dependancy information via
Xswitches such as -M, Devel::Modlist is intended to assist script authors
Xin preparing dependancy information for potential users of their
Xscripts.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Devel-Modlist/pkg-descr
echo x - p5-Devel-Modlist/pkg-comment
sed 's/^X//' >p5-Devel-Modlist/pkg-comment << 'END-of-p5-Devel-Modlist/pkg-comment'
XPerl extension to collect module use information
END-of-p5-Devel-Modlist/pkg-comment
echo x - p5-Devel-Modlist/distinfo
sed 's/^X//' >p5-Devel-Modlist/distinfo << 'END-of-p5-Devel-Modlist/distinfo'
XMD5 (Devel-Modlist-0.4.tar.gz) = 5a88e030a6beb30c84af94a116ee303c
END-of-p5-Devel-Modlist/distinfo
echo x - p5-Devel-Modlist/Makefile
sed 's/^X//' >p5-Devel-Modlist/Makefile << 'END-of-p5-Devel-Modlist/Makefile'
X# New ports collection makefile for:	devel/p5-Devel-Modlist
X# Date created:				25 April 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Devel-Modlist
XPORTVERSION=	0.4
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Devel
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Devel::Modlist.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Devel-Modlist/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425010101.0EBD1546B>