2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-17 05:05:15 by OBATA Akio | Files touched by this commit (1) |
Log message:
perl-5.14.1 contains sufficient ExtUtils::ParseXS. Bump PKGREVISION.
|
2011-08-15 07:00:02 by OBATA Akio | Files touched by this commit (1) | |
Log message:
fix missing dependency pattern update.
Bump PKGREVISION.
|
2011-08-12 20:56:24 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.1602:
* Fixed code generation for package_static methods.
Changes 0.1601:
* Do not try to rebuld the grammar during CPAN installation.
Changes 0.16:
* Allow renaming destructors and fixed parsing of virtual ones.
|
2010-08-20 07:23:29 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-ExtUtils-XSpp from 0.14 to 0.15
Upstream changes:
0.15 Sat Aug 14 11:36:39 CEST 2010
- Improved support for conditional code (via #ifdef) in plugins.
|
2010-07-31 10:03:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-ExtUtils-XSpp from 0.10 to 0.14
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.14 Wed Jul 21 17:00:00 CEST 2010
- This release demonstrates why it is a good idea
to do developer releases.
- Fix problem with templated types and the shorthand
for typemaps that was introduced in 0.13.
0.13 Wed Jul 21 17:00:00 CEST 2010
- Add support for simplified typemap statements
a la %typemap{type}; which are a shorthand for
{simple} and {reference}.
0.12 Sun Jul 11 17:00:00 CEST 2010
- Add new example using Module::Build::WithXSpp.
0.11_02 Thu Jun 24 20:00:00 CEST 2010
- Allow applying parser plugin annotations to constructors
and destructors.
- Use of {%...%} for the %cpp_type tag of parsed typemaps.
- Fix %length for anything but the most trivial wrappers.
0.11_01 Sat Jun 5 11:02:09 CEST 2010
- Parse enum declarations.
- Added an experimental plugin interface.
|
2010-04-25 14:07:52 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-ExtUtils-XSpp from version 0.09 to version 0.10.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.10 Wed Apr 14 19:20:00 CET 2010
- Now requires ExtUtils::ParseXS 0.2202.
- C++ Exceptions can now be handled with code much like typemaps
%exception{Name}{Exception}...
int MethodFoo() %catch{Name};
Detailed documentation in ExtUtils::XSpp::Exception.
- Grammar simplifications.
- Fixed 'methods' argument of Class node constructor.
- Parse 'static' as a synonym of 'package_static'.
- Parse pure virtual functions correctly.
|
2010-02-15 14:46:54 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-ExtUtils-XSpp from 0.07 to 0.09
Upstream changes:
0.09 Wed Feb 10 19:20:00 CET 2010
- Automatically include an #include <exception> into the output
for the exception handling.
- Documentation for ExtUtils::XSpp::Node and subclasses.
- Split ExtUtils/XSpp/Node.pm into separate per-class files.
0.08 Fri Feb 5 19:00:00 CET 2010
- Catch all C++ exceptions in the generated wrapper XS.
The exceptions are turned into plain Perl croak() calls
for now but may be upgraded to configurable exception
objects later. (Steffen Mueller)
|