Bug 100622

Summary: [NEW PORT] devel/p5-File-HStore: Store files on a filesystem using a very simple hash-based storage
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-File-HStore-0.08.shar none

Description gslin 2006-07-20 19:20:18 UTC
File-HStore is a very minimalist perl library to store files on a
filesystem using a very simple hash-based storage.

File-HStore is nothing more than a simple wrapper interface to a
storage containing a specific directory structure where files are hold
based on their hashes. The name of the directories is based on the
first two bytes of the hexadecimal form of the digest. The file is
stored and named with its full hexadecimal form in the corresponding
prefixed directory.

The current version is supporting the SHA-1 and SHA-2 (256 bits)
algorithm. The FAT (Free Archive Toolkit) format is also supported and
it is composed of the date of submission plus the SHA-2 real digest
part.

WWW:	http://search.cpan.org/dist/File-HStore/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-20 19:20:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-21 15:58:00 UTC
State Changed
From-To: open->closed

New port added with pkg-plist fixed. Thank you.