From owner-cvs-all@FreeBSD.ORG Thu Aug 28 00:25:20 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 C9CA216A4BF; Thu, 28 Aug 2003 00:25:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556D043FE9; Thu, 28 Aug 2003 00:25:20 -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 h7S7PK0U067110; Thu, 28 Aug 2003 00:25:20 -0700 (PDT) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7S7PK1D067109; Thu, 28 Aug 2003 00:25:20 -0700 (PDT) Message-Id: <200308280725.h7S7PK1D067109@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 28 Aug 2003 00:25:20 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-PAR-Dist 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:25:21 -0000 demon 2003/08/28 00:25:20 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-PAR-Dist Makefile distinfo pkg-descr pkg-plist Log: New port: p5-PAR-Dist. This module creates and manipulates PAR distributions. They are architecture-specific PAR files, containing everything under blib/ of CPAN distributions after their "make" or "Build" stage, a META.yml describing metadata of the original CPAN distribution, and a MANIFEST detailing all files within it. Digitally signed PAR distributions will also contain a SIGNATURE file. The naming convention for such distributions is: $NAME-$VERSION-$ARCH-$PERL_VERSION.par For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the 0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on "i386-freebsd". Submitted by: autrijus@autrijus.org Revision Changes Path 1.1246 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-PAR-Dist/Makefile (new) 1.1 +1 -0 ports/devel/p5-PAR-Dist/distinfo (new) 1.1 +14 -0 ports/devel/p5-PAR-Dist/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-PAR-Dist/pkg-plist (new)