faster variation for p5-Readonly, dependent on the XS compiler

This commit is contained in:
espie 2006-06-25 14:53:11 +00:00
parent 337fada741
commit 0832fe620a
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/25 14:53:11 espie Exp $
COMMENT= "create readonly variables faster"
SHARED_ONLY= Yes
DISTNAME= Readonly-XS-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
# perl licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Readonly
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Readonly-XS-1.04.tar.gz) = 6d1e61f5c90ff1bf7ffcbfb01148b316
RMD160 (Readonly-XS-1.04.tar.gz) = aad55174f4731336d43f6c30178e0e216fdbac17
SHA1 (Readonly-XS-1.04.tar.gz) = 1cd1a97971384538bf5587e5f8e3f4e671a0ce38
SIZE (Readonly-XS-1.04.tar.gz) = 9092

View File

@ -0,0 +1,4 @@
create variables marked as read-only, applicable to scalar, list, hashes
and all sorts of recursive data-structures.
Companion module to p5-ReadOnly, auto-detected by the former module.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/25 14:53:11 espie Exp $
${P5ARCH}/
${P5ARCH}/Readonly/
${P5ARCH}/Readonly/XS.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Readonly/
${P5ARCH}/auto/Readonly/XS/
${P5ARCH}/auto/Readonly/XS/XS.bs
${P5ARCH}/auto/Readonly/XS/XS.so
@man man/man3p/Readonly::XS.3p