1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Perl module which implements an ordered hash-like object. It's a cross between

a Perl hash and a linked list. Use it whenever you want the speed and structure
of a Perl hash, but the orderedness of a list.

WWW:	http://search.cpan.org/dist/Tie-LLHash/
This commit is contained in:
Steve Wills 2011-05-02 01:40:37 +00:00
parent 46b4304afa
commit 1e8edb892a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273429
5 changed files with 36 additions and 0 deletions

View File

@ -2411,6 +2411,7 @@
SUBDIR += p5-Tie-Hash-Sorted
SUBDIR += p5-Tie-Hash-TwoWay
SUBDIR += p5-Tie-IxHash
SUBDIR += p5-Tie-LLHash
SUBDIR += p5-Tie-RefHash
SUBDIR += p5-Tie-RefHash-Weak
SUBDIR += p5-Tie-RegexpHash

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Tie-LLHash
# Date created: 2011-04-26
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tie-LLHash
PORTVERSION= 1.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KWILLIAMS
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module which implements an ordered hash-like object
USE_PERL= yes
PERL_CONFIGURE= yes
MAN3= Tie::LLHash.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Tie-LLHash-1.003.tar.gz) = 7533dcb1331bdc727a4e18b23ba363afe2e08d15d6e931dfc61edbf7af2353cf
SIZE (Tie-LLHash-1.003.tar.gz) = 5983

View File

@ -0,0 +1,5 @@
Perl module which implements an ordered hash-like object. It's a cross between
a Perl hash and a linked list. Use it whenever you want the speed and structure
of a Perl hash, but the orderedness of a list.
WWW: http://search.cpan.org/dist/Tie-LLHash/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Tie/LLHash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/LLHash/.packlist
@dirrmtry %%SITE_PERL%%/Tie
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/LLHash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie