Date: Mon, 1 Sep 2003 17:06:43 +1000 (EST) From: Andrew McNaughton <andrew@scoop.co.nz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56261: New Port: p5-Module-Reload Message-ID: <200309010706.h8176hMC068930@weka.zoo.tapsentertainment.com> Resent-Message-ID: <200309010710.h817AL7Z008537@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56261 >Category: ports >Synopsis: New Port: p5-Module-Reload >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: Mon Sep 01 00:10:21 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrew McNaughton >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: TAPS Entertainment >Environment: System: FreeBSD weka.tapsentertainment.com 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #3: Thu Aug 28 12:35:29 EST 2003 andrew@weka.tapsentertainment.com:/usr/obj/usr/src/sys/weka i386 >Description: >How-To-Repeat: >Fix: --- p5-Module-Reload.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-Reload # p5-Module-Reload/Makefile # p5-Module-Reload/pkg-plist # p5-Module-Reload/distinfo # p5-Module-Reload/pkg-descr # echo c - p5-Module-Reload mkdir -p p5-Module-Reload > /dev/null 2>&1 echo x - p5-Module-Reload/Makefile sed 's/^X//' >p5-Module-Reload/Makefile << 'END-of-p5-Module-Reload/Makefile' X# New ports collection makefile for: p5-Module-Reload X# Date created: 01 September 2003 X# Whom: andrew@scoop.co.nz X# X# $FreeBSD$ X# X XPORTNAME= Module-Reload XPORTVERSION= 1.07 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Module XPKGNAMEPREFIX= p5- X XMAINTAINER= andrew@scoop.co.nz XCOMMENT= Reload perl library files when updated on disk X XPERL_CONFIGURE= yes X XMAN3= Module::Reload.3 X X.include <bsd.port.mk> END-of-p5-Module-Reload/Makefile echo x - p5-Module-Reload/pkg-plist sed 's/^X//' >p5-Module-Reload/pkg-plist << 'END-of-p5-Module-Reload/pkg-plist' X%%SITE_PERL%%/Module/Reload.pm END-of-p5-Module-Reload/pkg-plist echo x - p5-Module-Reload/distinfo sed 's/^X//' >p5-Module-Reload/distinfo << 'END-of-p5-Module-Reload/distinfo' XMD5 (Module-Reload-1.07.tar.gz) = 17fa42608052a79bf2f0c24221bd8c31 END-of-p5-Module-Reload/distinfo echo x - p5-Module-Reload/pkg-descr sed 's/^X//' >p5-Module-Reload/pkg-descr << 'END-of-p5-Module-Reload/pkg-descr' Xp5-Module-Reload X================ X XSimilar to Apache::Reload, this module allows a running perl program to reload Xall its libraries. Very useful for developing perl servers. X XWhen Perl pulls a file via require, it stores the filename in the Xglobal hash %INC. The next time Perl tries to 'require' the same Xfile, it sees the file in %INC and does not reload from disk. This Xmodule's handler iterates over %INC and reloads the file if it has Xchanged on disk. X XWWW: http://search.cpan.org/author/JPRIT/Module-Reload-1.07/Reload.pm END-of-p5-Module-Reload/pkg-descr exit --- p5-Module-Reload.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?200309010706.h8176hMC068930>