SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-ExtUtils-XSpp/Makefile
Normal file
16
devel/p5-ExtUtils-XSpp/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = XS for C++
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = ExtUtils-XSpp-0.18
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
TEST_DEPENDS = devel/p5-Test-Base \
|
||||
devel/p5-Test-Differences
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-ExtUtils-XSpp/distinfo
Normal file
2
devel/p5-ExtUtils-XSpp/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ExtUtils-XSpp-0.18.tar.gz) = kXatZGcp470nz3q/EUvt00JL/xumEYXPx9VPOpIjqP8=
|
||||
SIZE (ExtUtils-XSpp-0.18.tar.gz) = 185431
|
5
devel/p5-ExtUtils-XSpp/pkg/DESCR
Normal file
5
devel/p5-ExtUtils-XSpp/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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*.
|
72
devel/p5-ExtUtils-XSpp/pkg/PLIST
Normal file
72
devel/p5-ExtUtils-XSpp/pkg/PLIST
Normal file
|
@ -0,0 +1,72 @@
|
|||
bin/xspp
|
||||
${P5SITE}/ExtUtils/
|
||||
${P5SITE}/ExtUtils/XSpp/
|
||||
${P5SITE}/ExtUtils/XSpp.pm
|
||||
${P5SITE}/ExtUtils/XSpp.pod
|
||||
${P5SITE}/ExtUtils/XSpp/Cmd.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Driver.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/
|
||||
${P5SITE}/ExtUtils/XSpp/Exception.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/code.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/object.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/perlcode.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/simple.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/stdmessage.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Exception/unknown.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Grammar.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Lexer.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/
|
||||
${P5SITE}/ExtUtils/XSpp/Node.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Access.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Argument.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Class.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Comment.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Constructor.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Destructor.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Enum.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/EnumValue.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/File.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Function.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Member.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Method.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Module.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Package.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/PercAny.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Preprocessor.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Raw.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Node/Type.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Parser.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Plugin/
|
||||
${P5SITE}/ExtUtils/XSpp/Plugin.pod
|
||||
${P5SITE}/ExtUtils/XSpp/Plugin/feature/
|
||||
${P5SITE}/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Typemap/
|
||||
${P5SITE}/ExtUtils/XSpp/Typemap.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Typemap/parsed.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Typemap/reference.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Typemap/simple.pm
|
||||
${P5SITE}/ExtUtils/XSpp/Typemap/wrapper.pm
|
||||
@man man/man1/xspp.1
|
||||
@man man/man3p/ExtUtils::XSpp.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Cmd.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Exception.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Access.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Argument.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Class.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Comment.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Constructor.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Destructor.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Enum.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::EnumValue.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::File.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Function.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Member.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Method.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Module.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Package.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::PercAny.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Node::Raw.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Parser.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Plugin.3p
|
||||
@man man/man3p/ExtUtils::XSpp::Typemap.3p
|
Loading…
Add table
Add a link
Reference in a new issue