pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Tie-CPHash
Module Name: pkgsrc
Committed By: he
Date: Sun Dec 6 09:57:48 UTC 2020
Added Files:
pkgsrc/devel/p5-Tie-CPHash: DESCR Makefile distinfo
Log Message:
Add p5-Tie-CPHash version 2.000.
This implements a case preserving but case insensitive hash table.
This means that
$cphash{KEY} $cphash{key}
$cphash{Key} $cphash{keY}
all refer to the same entry. Also, the hash remembers which form of
the key was last used to store the entry. The `keys' and `each'
functions will return the key that was used to set the value.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Tie-CPHash/DESCR \
pkgsrc/devel/p5-Tie-CPHash/Makefile pkgsrc/devel/p5-Tie-CPHash/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Tie-CPHash/DESCR
diff -u /dev/null pkgsrc/devel/p5-Tie-CPHash/DESCR:1.1
--- /dev/null Sun Dec 6 09:57:48 2020
+++ pkgsrc/devel/p5-Tie-CPHash/DESCR Sun Dec 6 09:57:48 2020
@@ -0,0 +1,9 @@
+This module provides a case preserving but case insensitive hash.
+This means that
+
+ $cphash{KEY} $cphash{key}
+ $cphash{Key} $cphash{keY}
+
+all refer to the same entry. Also, the hash remembers which form of
+the key was last used to store the entry. The `keys' and `each'
+functions will return the key that was used to set the value.
Index: pkgsrc/devel/p5-Tie-CPHash/Makefile
diff -u /dev/null pkgsrc/devel/p5-Tie-CPHash/Makefile:1.1
--- /dev/null Sun Dec 6 09:57:48 2020
+++ pkgsrc/devel/p5-Tie-CPHash/Makefile Sun Dec 6 09:57:48 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/12/06 09:57:48 he Exp $
+
+DISTNAME= Tie-CPHash-2.000
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Tie-CPHash/
+COMMENT= Case preserving but case insensitive hash table
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Tie/CPHash/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Tie-CPHash/distinfo
diff -u /dev/null pkgsrc/devel/p5-Tie-CPHash/distinfo:1.1
--- /dev/null Sun Dec 6 09:57:48 2020
+++ pkgsrc/devel/p5-Tie-CPHash/distinfo Sun Dec 6 09:57:48 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/06 09:57:48 he Exp $
+
+SHA1 (Tie-CPHash-2.000.tar.gz) = d72921e1b542e503337a6accf87374d4ba11b5b1
+RMD160 (Tie-CPHash-2.000.tar.gz) = 95f0010952a5c0b1c8ae139589aa8e6071f1be73
+SHA512 (Tie-CPHash-2.000.tar.gz) = 0fae8b82f0600cd9bc058623eb036309c59cad323d7fba42880bcb539f702c300a59e2eb20fa972caa8c67682ab13a636c1cab895401c0839f0025ae981628e7
+Size (Tie-CPHash-2.000.tar.gz) = 15828 bytes
Home |
Main Index |
Thread Index |
Old Index