Commit graph

4 commits

Author SHA1 Message Date
seb
b961444004 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-04-25 12:07:52 +00:00
sno
c5f3efb503 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)
2010-02-15 13:46:54 +00:00
sno
9218ba0236 Updating devel/p5-ExtUtils-XSpp from 0.05 to 0.07
Upstream changes:
0.07  Fri Jan 22 18:07:10 CET 2010
	- Fix issue with references as method arguments that have
          template types. (Steffen Mueller)

0.06  Wed Jan 13 20:28:27 CET 2010
	- When parsing a class declaration, automatically add a typemap
	  for the class.
	- Add default typemaps for basic C types (integral, floating point
	  and char*).
	- Automatically setup Perl inheritance for derived C++ classes.
	- Support template types in function/method parameters and in typeamaps.
	- Add command line options to run xsubpp directly from xspp.
2010-01-25 12:14:51 +00:00
sno
3a18899e9d Importing devel/p5-ExtUtils-XSpp version 0.05 as an indirect requirement
of scheduled import of editors/p5-Padre.

XS++ is just a thin layer over plain XS, hence to use it you are supposed
to know, at the very least, C++ and XS.

This means that you will need typemaps for both the normal XS pre-processor
xsubpp and the XS++ pre-processor xspp.
2010-01-16 14:06:38 +00:00