2012-04-03 10:51:29 by Mark Davies | Files touched by this commit (1) |
Log message:
allow ExtUtils-CBuilder from perl>=5.14
|
2012-04-03 10:43:49 by Mark Davies | Files touched by this commit (3) |
Log message:
Update to 0.48
Release 0.48 - 23 September, 2010
---------------------------------
* depend on ExtUtils::LibBuilder for library compilation.
Release 0.47 - 18 September, 2010
---------------------------------
* fixed a problem with 160 char being considered whitespace on many unixes.
Thanks, again, to Philip Kime :)
Release 0.46 - 24 August, 2010
------------------------------
* support entry keys in unicode. Thanks to Philip Kime.
Release 0.45 - 8 June, 2010
---------------------------
* fixed ldconfig call under linux, now only if the user is root.
* fixed library installation path when user specifies different
installbase during install action.
(thanks to François for both fixes)
Release 0.44 - 9 May, 2010
--------------------------
* RPath information on link - Thanks to Jens Rehsack
* removed dependency on 'UNIVERSAL' as it is now built-in
(change for perl 5.12 deprecation)
Release 0.43 - 18 March, 2010
-----------------------------
* small fix on warnings issue
* run ldconfig after installing the .so file under linux
|
2011-08-16 11:44:38 by OBATA Akio | Files touched by this commit (1) |
Log message:
Drop Module::Build requirements, default dependency is sufficient.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
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-03-16 23:30:02 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-BibTeX from 0.41 to 0.42
Upstream changes:
Release 0.42 - 16 March, 2010
-----------------------------
* names with more than two commas are left untouched if protected by
braces.
* can now deal with names with hyphens and generate the correct BibTeX
compatible abbreviations.
* can generate initials for protected name parts, like BibTeX can.
* can deal with generating initials for names which contains Unicode
characters.
* fixed compilation on machines needing alloca.h
* added new README file with more up-to-date information.
|
2010-03-16 10:53:02 by Jens Rehsack | Files touched by this commit (3) |
Log message:
Updating textproc/p5-Text-BibTeX from 0.40 to 0.41
pkgsrc changes:
- Adjust patch to build-script to ensure rpath set
Upstream changes:
Release 0.41 - 14 March, 2010
-----------------------------
* tested under Solaris and FreeBSD.
* fixed compilation/installation under Mac OS X.
* fixed some C code on format-security (thanks to Jerome Quelin).
* fixed build system to check for dependencies.
* added patch from Philip Kime to fix names with commas handling.
|
2010-03-09 22:54:02 by Jens Rehsack | Files touched by this commit (3) |
Log message:
Updating textproc/p5-Text-BibTeX from 0.38 to 0.40
pkgsrc changes:
- Add license definition
- Adjust dependencies
- Add module type
Upstream changes:
Release 0.40 - 7 March, 2010
----------------------------
* this release is very similar to 0.40_3, but now indexable by cpan.
Release 0.40_3 - 18 February, 2010
----------------------------------
* fixed Build.PL with correct build_requirements;
* fixed test to use still not installed library;
Release 0.40_2 - 15 February, 2010
----------------------------------
* merged btparse library into Text::BibTeX code. I am sorry for all
other languages that might be using this library. For them my
suggestion is that they make Text::BibTeX as a dependency.
* ported compilation and configuration tools from ExtUtils::MakeMaker
to Module::Build.
* back on track, trying to make Text::BibTeX work and compile easily
on main platforms (sorry, for main platforms I assume Linux, Mac OS
X and Windows running Strawberry Perl).
* Thanks to Philip Kime for continuous poke so I work on this!!
Created a THANKS file for this purpose.
|
2008-11-22 01:07:12 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Add commented-out HOMEPAGE using search.cpan.org.
|
2008-11-22 01:06:30 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.37nb1 to 0.38.
Upstream changes:
Release 0.38 - 8 March, 2008
----------------------------
* fixed problem when creating an empty Entry.
Thanks to Frank Wiegand.
|