From owner-cvs-all@FreeBSD.ORG Wed Apr 13 08:54:11 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73A73106564A; Wed, 13 Apr 2011 08:54:11 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6386D8FC12; Wed, 13 Apr 2011 08:54:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3D8sBIx080679; Wed, 13 Apr 2011 08:54:11 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3D8sBrE080678; Wed, 13 Apr 2011 08:54:11 GMT (envelope-from kuriyama) Message-Id: <201104130854.p3D8sBrE080678@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 13 Apr 2011 08:54:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Class-InflateColumn-FS Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2011 08:54:11 -0000 kuriyama 2011-04-13 08:54:11 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-Class-InflateColumn-FS Makefile distinfo pkg-descr pkg-plist Log: 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/ Revision Changes Path 1.971 +1 -0 ports/databases/Makefile 1.1 +28 -0 ports/databases/p5-DBIx-Class-InflateColumn-FS/Makefile (new) 1.1 +2 -0 ports/databases/p5-DBIx-Class-InflateColumn-FS/distinfo (new) 1.1 +16 -0 ports/databases/p5-DBIx-Class-InflateColumn-FS/pkg-descr (new) 1.1 +6 -0 ports/databases/p5-DBIx-Class-InflateColumn-FS/pkg-plist (new)