pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBIx-Class-InflateColumn-FS



Module Name:    pkgsrc
Committed By:   sno
Date:           Wed Jul  3 18:54:50 UTC 2013

Added Files:
        pkgsrc/databases/p5-DBIx-Class-InflateColumn-FS: DESCR Makefile
            distinfo

Log Message:
Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS version
0.01007 into databases/p5-DBIx-Class-InflateColumn-FS.

Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.

The storage path is specified with fs_column_path. Each file receives
a unique name, so the storage for all FS columns can share the same path.

Within the path specified by fs_column_path, files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
_fs_column_dirs in a derived class to change this behavior.

fs_new_on_update will create a new file name if the file has been updated.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/p5-DBIx-Class-InflateColumn-FS/DESCR \
    pkgsrc/databases/p5-DBIx-Class-InflateColumn-FS/Makefile \
    pkgsrc/databases/p5-DBIx-Class-InflateColumn-FS/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index