aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-ShareDir-PAR
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-151-6/+2
| | | | | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=305921
* - Update to 0.06Steve Wills2012-09-062-3/+3
| | | | | | | | PR: ports/170886 Approved by: maintainer timeout (cm@therek.net, >2 weeks) Notes: svn path=/head/; revision=303777
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300239
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 0.05Martin Wilke2009-03-252-4/+4
| | | | | | | | PR: 133029 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=230971
* File::ShareDir::PAR provides the same functionality as File::ShareDir but triesMartin Wilke2009-03-154-0/+56
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> Notes: svn path=/head/; revision=230139