Add p5-XSLoader 0.06, dynamically load C libraries into Perl code.

This commit is contained in:
Sergey Skvortsov 2005-10-18 08:59:36 +00:00
parent df5c2b9bbe
commit d08d73e56a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145723
5 changed files with 37 additions and 0 deletions

View file

@ -1197,6 +1197,7 @@
SUBDIR += p5-VCS
SUBDIR += p5-VCS-CVS
SUBDIR += p5-Want
SUBDIR += p5-XSLoader
SUBDIR += p5-accessors
SUBDIR += p5-base
SUBDIR += p5-capitalization

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: XSLoader
# Date created: 18 October 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XSLoader
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAPER
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dynamically load C libraries into Perl code
PERL_CONFIGURE= yes
MAN3= XSLoader.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (XSLoader-0.06.tar.gz) = 6d04705f79be5df1df84c6e221761231
SIZE (XSLoader-0.06.tar.gz) = 7589

View file

@ -0,0 +1,9 @@
This module defines a standard simplified interface to the dynamic
linking mechanisms available on many platforms. Its primary purpose is
to implement cheap automatic dynamic loading of Perl modules.
For a more complicated interface, see DynaLoader. Many (most) features
of DynaLoader are not implemented in XSLoader, like for example the
dl_load_flags, not honored by XSLoader.
WWW: http://search.cpan.org/dist/XSLoader/

View file

@ -0,0 +1,3 @@
%%SITE_PERL%%/XSLoader.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XSLoader/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XSLoader