Date: Sun, 15 Mar 2009 17:15:00 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-ShareDir-PAR Makefile distinfo pkg-descr pkg-plist Message-ID: <200903151715.n2FHF03X046037@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-03-15 17:15:00 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-ShareDir-PAR Makefile distinfo pkg-descr pkg-plist Log: File::ShareDir::PAR provides the same functionality as File::ShareDir but tries hard to be compatible with PAR packaged applications. The problem is, that the concept of having a distribution or module specific share directory becomes a little hazy when you're loading everything from a single file. PAR uses an @INC hook to intercept any attempt to load a module. File::ShareDir uses the directory structure that is typically found in the directories that are listed in @INC for storing the shared data. In a PAR enviroment, this is not necessarily possible. WARNING: This module contains highly experimental code. If you want to load modules from .par files using PAR and then access their shared directory using File::ShareDir, you probably have no choice but to use it. WWW: http://search.cpan.org/dist/File-ShareDir-PAR/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net> Revision Changes Path 1.3413 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-File-ShareDir-PAR/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-ShareDir-PAR/distinfo (new) 1.1 +16 -0 ports/devel/p5-File-ShareDir-PAR/pkg-descr (new) 1.1 +10 -0 ports/devel/p5-File-ShareDir-PAR/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903151715.n2FHF03X046037>