r60210 - in /branches/upstream/libextutils-xspp-perl/current: ./ examples/XSpp-Example/ examples/XSpp-Example/lib/ examples/XSpp-Example/lib/XSpp/ examples/XSpp-Example/src/ examples/XSpp-Example/t/ examples/XSpp-Example/xsp/ lib/ExtUtils/ lib/ExtUtils/XSpp/ lib/ExtUtils/XSpp/Node/ t/ t/lib/ExtUtils/XSpp/Plugin/ t/lib/XSP/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 11 18:57:38 UTC 2010


Author: gregoa
Date: Sun Jul 11 18:56:06 2010
New Revision: 60210

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60210
Log:
[svn-upgrade] new version libextutils-xspp-perl (0.12)

Added:
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/Build.PL
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/MANIFEST.SKIP
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/lib/
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/lib/XSpp/
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/lib/XSpp/Example.pm
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Animal.cc
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Animal.h
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Dog.cc
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Dog.h
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/ppport.h
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/t/
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/t/01basic.t
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/Animal.xsp
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/Dog.xsp
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/mytype.map
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/perlobject.map
    branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/typemap.xsp
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Enum.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/EnumValue.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/PercAny.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Preprocessor.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Plugin.pod
    branches/upstream/libextutils-xspp-perl/current/t/012_preprocessor.t
    branches/upstream/libextutils-xspp-perl/current/t/024_enum.t
    branches/upstream/libextutils-xspp-perl/current/t/043_parser_plugins.t
    branches/upstream/libextutils-xspp-perl/current/t/lib/ExtUtils/XSpp/Plugin/TestParserPlugin.pm
Modified:
    branches/upstream/libextutils-xspp-perl/current/Build.PL
    branches/upstream/libextutils-xspp-perl/current/Changes
    branches/upstream/libextutils-xspp-perl/current/MANIFEST
    branches/upstream/libextutils-xspp-perl/current/META.yml
    branches/upstream/libextutils-xspp-perl/current/README
    branches/upstream/libextutils-xspp-perl/current/XSP.yp
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pod
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Grammar.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Argument.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Class.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Function.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Method.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Parser.pm
    branches/upstream/libextutils-xspp-perl/current/t/010_base.t
    branches/upstream/libextutils-xspp-perl/current/t/040_plugin.t
    branches/upstream/libextutils-xspp-perl/current/t/080_complex_typemap.t
    branches/upstream/libextutils-xspp-perl/current/t/lib/ExtUtils/XSpp/Plugin/TestPlugin.pm
    branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Plugin.pm
    branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Test.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libextutils-xspp-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/Build.PL?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/Changes?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/MANIFEST?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/META.yml?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/README?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/XSP.yp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/XSP.yp?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/Build.PL?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/MANIFEST.SKIP?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/lib/XSpp/Example.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/lib/XSpp/Example.pm?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Animal.cc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Animal.cc?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Animal.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Animal.h?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Dog.cc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Dog.cc?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Dog.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/Dog.h?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/ppport.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/src/ppport.h?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/t/01basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/t/01basic.t?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/Animal.xsp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/Animal.xsp?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/Dog.xsp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/Dog.xsp?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/mytype.map
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/mytype.map?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/perlobject.map
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/perlobject.map?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/typemap.xsp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/examples/XSpp-Example/xsp/typemap.xsp?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pod?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Grammar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Grammar.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Argument.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Argument.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Class.pm?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Enum.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Enum.pm?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/EnumValue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/EnumValue.pm?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Function.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Function.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Method.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Method.pm?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/PercAny.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/PercAny.pm?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Preprocessor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Preprocessor.pm?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Parser.pm?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Plugin.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Plugin.pod?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/t/010_base.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/010_base.t?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/t/012_preprocessor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/012_preprocessor.t?rev=60210&op=file

Added: branches/upstream/libextutils-xspp-perl/current/t/024_enum.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/024_enum.t?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/t/040_plugin.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/040_plugin.t?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/t/043_parser_plugins.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/043_parser_plugins.t?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/t/080_complex_typemap.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/080_complex_typemap.t?rev=60210&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/t/lib/ExtUtils/XSpp/Plugin/TestParserPlugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/lib/ExtUtils/XSpp/Plugin/TestParserPlugin.pm?rev=60210&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/t/lib/ExtUtils/XSpp/Plugin/TestPlugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/lib/ExtUtils/XSpp/Plugin/TestPlugin.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Plugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Plugin.pm?rev=60210&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Test.pm?rev=60210&op=diff




More information about the Pkg-perl-cvs-commits mailing list