2009-05-19 23:19:00 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package Test::Inline from 2.208nb1 to 2.209
- Setting license to gnu-gpl-v2
- Adjusting dependency according to META.yml
Upstream changes:
2.209 Sub 19 Apr 2009
- Updating to Module::Install 0.83
- Perl depedency corrected to 5.006
|
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-02-06 16:26:59 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated to 2.208
Changelog:
2.208 Wed 12 Dec 2007
- Updating to Module::Install 0.68
- Updating bundled tests
|
2007-12-11 13:21:00 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated package to 2.207
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
- The filenames method not correctly returns 0 when there are no file names.
2.206 Fri 17 Aug 2007
- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
- Updating List::Util to 1.19 to avoid leaks on some platforms
- No longer include Test::ClassAPI
- Skip the false-negative failing readonly tests when testing as root
- Changed some non-working code in a heredoc that should never be
run that was none-the-less breaking the RedHat package generator
because it naively scans for dependencies.
2.205 Thu 12 Jul 2007
- ACTUALLY adding a missing dependency on Test::Script
2.204 Thu 12 Jul 2007
- Adding a missing dependency on Test::Script
- Correcting the script/inline2test version
2.203 Wed 11 Jul 2007
- When overwriting readonly files, delete them properly first.
Don't naively assume we can write to them (obviously, duh) :(
- It turns out that File::chmod is smart enough to correctly
make files readonly even on Win32. Removed all the code that
skipped on Win32. All platforms now equal again! Yay!
2.202 Tue 10 Jul 2007
- Adding support for writing test scripts with read-only permissions
- Upgraded to Module::Install 0.65
- Moving bin/inline2test to the more correct script/inline2test
(this has no effect on where it will actually be installed)
- Fixing another couple of kwalitee nigglies
(automatically via release tool improvements since last release)
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-02-18 03:28:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.201:
2.201 Tue 16 Jan 2007
- [% plan %] in test2inline templates is no longer compulsory
2.200 Sun 14 Jan 2007
- Added Win32 support
2.105 Mon 2 Oct 2006
- No functional changes
- Upgraded to Module::Install 0.64
- Fixed a few kwalitee nigglies
2.104 Sun 7 May 2006
- Moved from old CVS to new SVN repository
- Various POD spelling/grammer fixes (Jeff Defik)
- Moved t/t.data to t/data
- Upgraded to Module::Install 0.62
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-11-24 19:51:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.103:
2.103 Wed Sep 28 2005
- Removed Test::Inline::IO::File::VCS. It is incompleted, and never
should have been distributed in the dist.
2.102 Thu Sep 22 2005
- To handle people with problems installing RT and a few other
programs, add a dependency on Pod::Tests
2.101 Tue Sep 13 2005
- Rebuilding to synchronize with new Module::Install and
ExtUtils::AutoInstall
- Tweaks the per-section test code to make more applicable value
appear in the failure summary.
- Removed all remaining use of UNIVERSAL::isa, switching to a
more accurate Params::Util approach. Should allow for improved
extensibility.
2.100 Thu Jul 14 2005
- Worked as good as I hoped, moving to production release
- Bundling a couple of build-time-only deps
2.099_01 Tue Jul 12 2005
- More work on making inline2test just DWYM
- Added Test::Inline::Content::Simple
2.099_01 Sun Jul 10 2005
- Starting to implement the 2.100 roadmap
- Moved Test::Inline::Handler::Extract to Test::Inline::Extract
- Moved Test::Inline::Handler::File to Test::Inline::IO::File
- Moved Test::Inline::Handler::File::VCS to Test::Inline::IO::File::VCS
- Convert inline2test to use a config file
- Added Test::Inline::Content
- Added Test::Inline::Content::Legacy
- Added Test::Inline::Content::Default
- Reorganised code to make it all work again
- Added 12_content.t
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-14 15:25:41 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Do not include p5-Test-Harness/depends.mk -- current perl package is sufficient.
|