mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
pair in the hash corresponds to a record in the file. Changes to the hash are reflected in the file immediately. WWW: http://search.cpan.org/dist/Tie-File-AsHash/ PR: ports/118648 Submitted by: Ruben de Groot <rdg at bzerk.org>
This commit is contained in:
parent
1c11ba2a57
commit
ee9cd3465e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203732
@ -1640,6 +1640,7 @@
|
||||
SUBDIR += p5-Tie-DB_File-SplitHash
|
||||
SUBDIR += p5-Tie-DB_FileLock
|
||||
SUBDIR += p5-Tie-File
|
||||
SUBDIR += p5-Tie-File-AsHash
|
||||
SUBDIR += p5-Tie-FileLRUCache
|
||||
SUBDIR += p5-Tie-Hash-Indexed
|
||||
SUBDIR += p5-Tie-Hash-Regex
|
||||
|
25
devel/p5-Tie-File-AsHash/Makefile
Normal file
25
devel/p5-Tie-File-AsHash/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Tie-File-AsHash
|
||||
# Date created: 13 December 2007
|
||||
# Whom: Ruben de Groot <rdg@bzerk.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-File-AsHash
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Tie
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= rdg@bzerk.org
|
||||
COMMENT= Access the lines of a disk file via a Perl hash
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Tie::File::AsHash.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Tie-File-AsHash/distinfo
Normal file
3
devel/p5-Tie-File-AsHash/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Tie-File-AsHash-0.08.tar.gz) = 83b37c0c13984a93b96c41d1a56de341
|
||||
SHA256 (Tie-File-AsHash-0.08.tar.gz) = 7ccd26ffb4665bcdab10edd74747ab9d5ad49177b8817b14c6f8ecaa663cc236
|
||||
SIZE (Tie-File-AsHash-0.08.tar.gz) = 5812
|
6
devel/p5-Tie-File-AsHash/pkg-descr
Normal file
6
devel/p5-Tie-File-AsHash/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Tie::File::AsHash represents a regular text file as a Perl hash. Each key/value
|
||||
pair in the hash corresponds to a record in the file.
|
||||
|
||||
Changes to the hash are reflected in the file immediately.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tie-File-AsHash/
|
4
devel/p5-Tie-File-AsHash/pkg-plist
Normal file
4
devel/p5-Tie-File-AsHash/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Tie/File/AsHash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/AsHash/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/File/AsHash
|
||||
@dirrmtry %%SITE_PERL%%/Tie/File
|
Loading…
Reference in New Issue
Block a user