From owner-cvs-all@FreeBSD.ORG Thu Sep 24 19:57:50 2009 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 6AB0E106566C; Thu, 24 Sep 2009 19:57:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7E18FC15; Thu, 24 Sep 2009 19:57:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8OJvoMo075160; Thu, 24 Sep 2009 19:57:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8OJvoUg075159; Thu, 24 Sep 2009 19:57:50 GMT (envelope-from pav) Message-Id: <200909241957.n8OJvoUg075159@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 24 Sep 2009 19:57:50 +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/devel Makefile ports/devel/p5-CPAN-Inject 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: Thu, 24 Sep 2009 19:57:50 -0000 pav 2009-09-24 19:57:50 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-CPAN-Inject Makefile distinfo pkg-descr pkg-plist Log: Following the release of CPAN::Mini, the CPAN::Mini::Inject module was created to add additional distributions into a minicpan mirror. While it was created for use with a minicpan mirror, similar functionality can be reused in other situations. CPAN::Inject replicates the basics of this functionality. Specifically, it takes an arbitrary tarball and adds it to the CPAN sources directory for a particular author, and then add the new file to the CHECKSUMS file. WWW: http://search.cpan.org/dist/CPAN-Inject/ PR: ports/139033 Submitted by: Cezary Morga Feature safe: yes Revision Changes Path 1.3646 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-CPAN-Inject/Makefile (new) 1.1 +3 -0 ports/devel/p5-CPAN-Inject/distinfo (new) 1.1 +13 -0 ports/devel/p5-CPAN-Inject/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-CPAN-Inject/pkg-plist (new)