./devel/p5-File-HomeDir, Get the home directory for yourself or other users

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.91nb1, Package name: p5-File-HomeDir-0.91nb1, Maintainer: pkgsrc-users

File::HomeDir is a module for dealing with issues relating to the location
of directories for various purposes that are "owned" by a user, and to solve
these problems consistently across a wide variety of platforms.


Required to run:
[lang/perl5] [devel/p5-File-Which]

Master sites: (Expand)

SHA1: bff1f50a380d9c26475da1f3b42a032980143372
RMD160: 6b9a7008a5a04ea8a171924ee972f0ed98c52c36
Filesize: 46.84 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
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-08-15 21:17:18 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-File-HomeDir from 0.89 to 0.91

pkgsrc changes:
- adapting dependencies
- use right module for Darwin 64-bit

Upstream changes:
0.91 Sun 23 May 2010
	- Moving the FreeDesktop driver to prod
	- Adding File::HomeDir::Test driver

0.90_04 Fri 12 Feb 2010
	- Adding missing prereq

0.90_03 Tue  9 Feb 2010
	- Using FreeDesktop implementation only if xdg-user-script is
	  present, since it's now what's been used internally. This should
	  prevent test failures seen in _02. (JQUELIN)

0.90_02 Thu 14 Jan 2010
	- Adding support for the alternate FreeBSD xdg directory (JQUELIN)
	- Improved specification compliance (DAXIM)

0.90_01 Thu  7 Jan 2010
	- WARNING: This release introduces a major backwards incompatibility
	  for Unix users. The results returned by most methods may change.
	- Added complete implementation of the FreeDesktop specification and
	  auto-detection of the Unix hosts to which it applies (JQUELIN)
	- 01_compile.t now loads all backends (since on most platforms,
	  most backends will never normally be loaded).
   2010-01-25 13:55:47 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-File-HomeDir from 0.86 to 0.89

- Adding license definition

Upstream changes:
0.89 Sun  3 Jan 2010
	- Loosen the testing intensity on Darwin Carbon backends to prevent
	  issues with consumer directories prevent installation entirely.

0.88 Tue 24 Nov 2009
	- Switching to a production release

0.87_01 Sat  3 Oct 2009
	- First developer implementation of improved Mac support
   2009-04-12 02:26:29 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
PkgSrc changes:
  - update to 0.86

Upstream changes:
0.86 Fri 27 Mar 2009
	- Bug fix for the 64-bit implementation

0.85_01
	- For 64-bit perl on Darwin, fall back to File::HomeDir::Unix
	  as Mac::Carbon is not available
   2009-03-22 00:15:09 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Update p5-File-HomeDir to 0.84. Changes since 0.82:
0.84 Wed 11 Mar 2009
	- Adds support for $ENV{HOME} on Darwin
	- Other bug fixes on Darwin (MIYAGAWA)

0.83_01 Sat  1 Nov 2008
	- Patch from Darin McBride to fix user_home on Darwin.

Oked by he@
   2009-03-01 22:35:05 by Jens Rehsack | Files touched by this commit (1)
Log message:
fix capitalized NetBSD.org
   2009-03-01 22:15:50 by Jens Rehsack | Files touched by this commit (2)
Log message:
pkgsrc changes

- Updating to version 0.82
- removing maintainer - maintainer is unreachable
  <bartosz@atom.eu.org>: Host or domain name not found. Name service error for
    name=atom.eu.org type=MX: Host not found, try again

Upstream changes:

0.82 Tue 14 Oct 2008
	- When we get more than one warning, diag the warnings
	  so that we have actually have a chance to get rid of
	  the extra warnings.

0.81 Thu  3 Jul 2008
	- Updating to Module::Install 0.77
	- Localising $@ during evals
	- Updating Perl version dependency to 5.00503
   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=...").