import p5-Hash-NoRef
This HASH will store it's values without increasing the reference count (weak references). It can be used to store objects but without interfering in the DESTROY mechanism, since the reference in this HASH won't count. ok merdely@
This commit is contained in:
parent
be8e3aa5ac
commit
9ea7c443e0
21
devel/p5-Hash-NoRef/Makefile
Normal file
21
devel/p5-Hash-NoRef/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
|
||||
|
||||
COMMENT= HASH that stores values without a reference count increase
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
DISTNAME= Hash-NoRef-0.03
|
||||
CATEGORIES= devel
|
||||
MODULES= cpan
|
||||
|
||||
CPAN_AUTHOR= GMPASSOS
|
||||
|
||||
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Hash-NoRef/distinfo
Normal file
5
devel/p5-Hash-NoRef/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Hash-NoRef-0.03.tar.gz) = 2LXp58dGx4lbmVcg4uNp8w==
|
||||
RMD160 (Hash-NoRef-0.03.tar.gz) = VPk1h47SXDXyksca5V3vfoqm1L4=
|
||||
SHA1 (Hash-NoRef-0.03.tar.gz) = Goi5IHJnkDgfSQTthsJH4OFc6Ow=
|
||||
SHA256 (Hash-NoRef-0.03.tar.gz) = faE1KRw1KGuv3D4ewqLZT9CtcjLP1xWBhPp5PtRkF6Q=
|
||||
SIZE (Hash-NoRef-0.03.tar.gz) = 3312
|
4
devel/p5-Hash-NoRef/pkg/DESCR
Normal file
4
devel/p5-Hash-NoRef/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This HASH will store it's values without increasing the reference count
|
||||
(weak references). It can be used to store objects but without
|
||||
interfering in the DESTROY mechanism, since the reference in this HASH
|
||||
won't count.
|
2
devel/p5-Hash-NoRef/pkg/PFRAG.shared
Normal file
2
devel/p5-Hash-NoRef/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
|
||||
${P5ARCH}/auto/Hash/NoRef/NoRef.so
|
10
devel/p5-Hash-NoRef/pkg/PLIST
Normal file
10
devel/p5-Hash-NoRef/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/30 22:33:47 okan Exp $
|
||||
%%SHARED%%
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Hash/
|
||||
${P5ARCH}/Hash/NoRef.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Hash/
|
||||
${P5ARCH}/auto/Hash/NoRef/
|
||||
${P5ARCH}/auto/Hash/NoRef/NoRef.bs
|
||||
@man man/man3p/Hash::NoRef.3p
|
Loading…
Reference in New Issue
Block a user