Path to this page:
./
devel/p5-File-ShareDir,
Get a generic path to the share directory
Branch: CURRENT,
Version: 1.02nb1,
Package name: p5-File-ShareDir-1.02nb1,
Maintainer: pkgsrc-p5-peopleThe intent of File::ShareDir is to provide a companion to Class::Inspector
and File::HomeDir, modules that take a process that is well-known by
advanced Perl developers but gets a little tricky, and make it more
available to the larger Perl community.
Quite often you want or need your Perl module (CPAN or otherwise) to have
access to a large amount of read-only data that is stored on the
file-system at run-time.
On a linux-like system, this would be in a place such as /usr/share,
however Perl runs on a wide variety of different systems, and so the use
of any one location is unreliable.
Required to run:[
lang/perl5] [
devel/p5-Class-Inspector]
Master sites: (Expand)
SHA1: 2871d8523c69a6e36f5c4ac60647a05dbdae3727
RMD160: ed818fa4a2468312941acb8fae4e07cc136c3400
Filesize: 31.876 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-File-ShareDir-1.02nb1
- (2010-04-10) Updated to version: p5-File-ShareDir-1.02
- (2010-01-25) Updated to version: p5-File-ShareDir-1.01
- (2008-10-20) Updated to version: p5-File-ShareDir-1.00nb1
- (2008-08-21) Package added to pkgsrc.se, version p5-File-ShareDir-1.00 (created)
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-04-10 09:29:05 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update p5-File-ShareDir from version 1.01 to version 1.02.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.02 Thu 18 Mar 2010
- Upgraded to Module::Install 0.95
- Removed Params::Util dep (MIYAGAWA)
|
| 2010-01-25 14:07:03 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-File-ShareDir from 1.00nb1 to 1.01
pkgsrc changes:
- Adding license definition
- Ordering dependencies like upstream
- Adjusting module type
Upstream changes:
1.01 Tue 24 Nov 2009
- Updating Module::Install to 0.91
- Fix typo in documentation (Thanks, ribasushi)
|
| 2009-05-21 16:28:45 by Tonnerre Lombard | Files touched by this commit (5) |
Log message:
Donate my Perl packages to the Great Five. (Don't worry, I'll try to take
care of them still.)
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-08-21 00:21:31 by Tonnerre Lombard | Files touched by this commit (3) |  |
Log message:
Import the File-ShareDir Perl module. This module can be used to portably
discover the directory for shared files (equivalent to /usr/share) and
is required for current versions of rt3.
|