From owner-cvs-all@FreeBSD.ORG Thu Aug 28 00:27:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C506116A4BF; Thu, 28 Aug 2003 00:27:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22B04400E; Thu, 28 Aug 2003 00:27:15 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7S7RF0U067308; Thu, 28 Aug 2003 00:27:15 -0700 (PDT) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7S7RFd8067307; Thu, 28 Aug 2003 00:27:15 -0700 (PDT) Message-Id: <200308280727.h7S7RFd8067307@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 28 Aug 2003 00:27:15 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefileports/security/p5-Module-Signature Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 07:27:17 -0000 demon 2003/08/28 00:27:15 PDT FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Module-Signature Makefile distinfo pkg-descr pkg-plist Log: New port: p5-Module-Signature. Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember running "cpansign -v" (or just "cpansign") before issuing "perl Makefile.PL" or "perl Build.PL"; that will ensure the distribution has not been tampered with. For module authors, you'd want to add the SIGNATURE file to your MANIFEST, then type "cpansign -s" before making a distribution. Submitted by: autrijus@autrijus.org Revision Changes Path 1.430 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/p5-Module-Signature/Makefile (new) 1.1 +1 -0 ports/security/p5-Module-Signature/distinfo (new) 1.1 +10 -0 ports/security/p5-Module-Signature/pkg-descr (new) 1.1 +6 -0 ports/security/p5-Module-Signature/pkg-plist (new)