From owner-cvs-ports@FreeBSD.ORG Mon Jan 2 11:42:10 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B35E16A41F; Mon, 2 Jan 2006 11:42:10 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E984343D5C; Mon, 2 Jan 2006 11:42:09 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k02Bg9KU058402; Mon, 2 Jan 2006 11:42:09 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k02Bg9bH058401; Mon, 2 Jan 2006 11:42:09 GMT (envelope-from erwin) Message-Id: <200601021142.k02Bg9bH058401@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 2 Jan 2006 11:42:09 +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/www Makefile ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 11:42:10 -0000 erwin 2006-01-02 11:42:09 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Catalyst-Plugin-Session-Store-FastMmap Makefile distinfo pkg-descr pkg-plist Log: "Catalyst::Plugin::Session::Store::FastMmap" is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap/ PR: ports/91207 Submitted by: Lars Balker Rasmussen Revision Changes Path 1.1291 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile (new) 1.1 +3 -0 ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo (new) 1.1 +5 -0 ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg-descr (new) 1.1 +5 -0 ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg-plist (new)