1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Steve Wills
af77341c7b - Add TEST_DEPENDS to enable testing
PR:		ports/164264
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 17:32:56 +00:00
Jun Kuriyama
2b42431f30 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.

WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/
2011-04-13 08:54:11 +00:00