Import of pkgsrc-2014Q1
This commit is contained in:
12
databases/p5-DBIx-Class-InflateColumn-FS/DESCR
Normal file
12
databases/p5-DBIx-Class-InflateColumn-FS/DESCR
Normal file
@@ -0,0 +1,12 @@
|
||||
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.
|
||||
25
databases/p5-DBIx-Class-InflateColumn-FS/Makefile
Normal file
25
databases/p5-DBIx-Class-InflateColumn-FS/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/07/03 18:54:50 sno Exp $
|
||||
|
||||
DISTNAME= DBIx-Class-InflateColumn-FS-0.01007
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/
|
||||
COMMENT= Inflate/deflate columns to Path::Class::File objects
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/DBIx/Class/InflateColumn/FS/.packlist
|
||||
|
||||
DEPENDS+= p5-DBIx-Class>=0.08000:../../databases/p5-DBIx-Class
|
||||
DEPENDS+= p5-DBIx-Class-UUIDColumns>=0.02005:../../databases/p5-DBIx-Class-UUIDColumns
|
||||
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
||||
|
||||
# For test really
|
||||
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
|
||||
BUILD_DEPENDS+= p5-DBICx-TestDatabase-[0-9]*:../../databases/p5-DBICx-TestDatabase
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
databases/p5-DBIx-Class-InflateColumn-FS/distinfo
Normal file
5
databases/p5-DBIx-Class-InflateColumn-FS/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2013/07/03 18:54:50 sno Exp $
|
||||
|
||||
SHA1 (DBIx-Class-InflateColumn-FS-0.01007.tar.gz) = 2bf309df9934b7c7822916986704a33ffac1df4c
|
||||
RMD160 (DBIx-Class-InflateColumn-FS-0.01007.tar.gz) = 60964f6548b5bfea2efa1cc7227d29e32a4e8231
|
||||
Size (DBIx-Class-InflateColumn-FS-0.01007.tar.gz) = 31302 bytes
|
||||
Reference in New Issue
Block a user