SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-ExtUtils-XSBuilder/Makefile
Normal file
15
devel/p5-ExtUtils-XSBuilder/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= automatic Perl XS glue code generation
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= ExtUtils-XSBuilder-0.28
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-Parse-RecDescent \
|
||||
devel/p5-Tie-IxHash
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-ExtUtils-XSBuilder/distinfo
Normal file
2
devel/p5-ExtUtils-XSBuilder/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ExtUtils-XSBuilder-0.28.tar.gz) = jM7ThuPVRMXsLes67QVbcuvPwuqabIB9qHxCRScv6Ao=
|
||||
SIZE (ExtUtils-XSBuilder-0.28.tar.gz) = 42758
|
8
devel/p5-ExtUtils-XSBuilder/pkg/DESCR
Normal file
8
devel/p5-ExtUtils-XSBuilder/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
Modules to parse C header files and create XS glue code and
|
||||
documentation out of it. Ideally this allows to "write" an interface to
|
||||
a C library without coding a line. Since no C API is ideal, some
|
||||
adjustments are necessary most of the time. So to use this module you
|
||||
must still be familiar with C and XS programming, but it removes a lot
|
||||
of stupid work and copy & paste from you. Also when the C API changes,
|
||||
most of the time you only have to rerun XSBuilder to get your new Perl
|
||||
API.
|
20
devel/p5-ExtUtils-XSBuilder/pkg/PLIST
Normal file
20
devel/p5-ExtUtils-XSBuilder/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
${P5SITE}/ExtUtils/
|
||||
${P5SITE}/ExtUtils/XSBuilder/
|
||||
${P5SITE}/ExtUtils/XSBuilder.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder.pod
|
||||
${P5SITE}/ExtUtils/XSBuilder/C/
|
||||
${P5SITE}/ExtUtils/XSBuilder/C/grammar.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/CallbackMap.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/FunctionMap.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/MapUtil.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/PODTemplate.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/ParseSource.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/StructureMap.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/TypeMap.pm
|
||||
${P5SITE}/ExtUtils/XSBuilder/WrapXS.pm
|
||||
${P5SITE}/ExtUtils/xsbuilder.osc2002.pod
|
||||
@man man/man3p/ExtUtils::XSBuilder.3p
|
||||
@man man/man3p/ExtUtils::XSBuilder::PODTemplate.3p
|
||||
@man man/man3p/ExtUtils::XSBuilder::ParseSource.3p
|
||||
@man man/man3p/ExtUtils::XSBuilder::WrapXS.3p
|
||||
@man man/man3p/ExtUtils::xsbuilder.osc2002.3p
|
Loading…
Add table
Add a link
Reference in a new issue