From owner-cvs-ports@FreeBSD.ORG Thu Nov 11 20:04:54 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89DAD106564A; Thu, 11 Nov 2010 20:04:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79F818FC0C; Thu, 11 Nov 2010 20:04:54 +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 oABK4sDC000744; Thu, 11 Nov 2010 20:04:54 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oABK4s33000743; Thu, 11 Nov 2010 20:04:54 GMT (envelope-from culot) Message-Id: <201011112004.oABK4s33000743@repoman.freebsd.org> From: Frederic Culot Date: Thu, 11 Nov 2010 20:04:54 +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/sysutils Makefile ports/sysutils/p5-File-Signature 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: Thu, 11 Nov 2010 20:04:54 -0000 culot 2010-11-11 20:04:54 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-File-Signature Makefile distinfo pkg-descr pkg-plist Log: This perl library uses perl5 objects to assist in determining whether a file's contents or attributes have changed. It maintains several pieces of information about the file: a digest (currently only MD5 is supported), its inode number, its mode, the uid of its owner, the gid of its group owner, and its last modification time. WWW: http://search.cpan.org/dist/File-Signature/ Approved by: sahil@ (mentor) Revision Changes Path 1.1248 +1 -0 ports/sysutils/Makefile 1.1 +21 -0 ports/sysutils/p5-File-Signature/Makefile (new) 1.1 +2 -0 ports/sysutils/p5-File-Signature/distinfo (new) 1.1 +7 -0 ports/sysutils/p5-File-Signature/pkg-descr (new) 1.1 +5 -0 ports/sysutils/p5-File-Signature/pkg-plist (new)