Bug 100622 - [NEW PORT] devel/p5-File-HStore: Store files on a filesystem using a very simple hash-based storage
Summary: [NEW PORT] devel/p5-File-HStore: Store files on a filesystem using a very sim...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 19:20 UTC by gslin
Modified: 2006-07-21 15:59 UTC (History)
1 user (show)

See Also:


Attachments
p5-File-HStore-0.08.shar (2.92 KB, text/plain)
2006-07-20 19:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.