From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 24 20:00:14 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85B811065693 for ; Thu, 24 Sep 2009 20:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 74DDB8FC1E for ; Thu, 24 Sep 2009 20:00:14 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8OK0Eln042379 for ; Thu, 24 Sep 2009 20:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8OK0E9X042378; Thu, 24 Sep 2009 20:00:14 GMT (envelope-from gnats) Date: Thu, 24 Sep 2009 20:00:14 GMT Message-Id: <200909242000.n8OK0E9X042378@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/139033: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2009 20:00:14 -0000 The following reply was made to PR ports/139033; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/139033: commit references a PR Date: Thu, 24 Sep 2009 19:58:03 +0000 (UTC) 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"