SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (ExtUtils-XSBuilder-0.28.tar.gz) = jM7ThuPVRMXsLes67QVbcuvPwuqabIB9qHxCRScv6Ao=
SIZE (ExtUtils-XSBuilder-0.28.tar.gz) = 42758

View 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.

View 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