From owner-cvs-all@FreeBSD.ORG Thu Sep 24 20:00:52 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 C61B5106568F; Thu, 24 Sep 2009 20:00:52 +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 B61EE8FC20; Thu, 24 Sep 2009 20:00:52 +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 n8OK0qGp075529; Thu, 24 Sep 2009 20:00:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8OK0qV6075528; Thu, 24 Sep 2009 20:00:52 GMT (envelope-from pav) Message-Id: <200909242000.n8OK0qV6075528@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 24 Sep 2009 20:00:52 +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-pip 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 20:00:52 -0000 pav 2009-09-24 20:00:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-pip Makefile distinfo pkg-descr pkg-plist Log: The pip ("Perl Installation Program") console application is used to install Perl distributions in a wide variety of formats, both from CPAN and from external third-party locations, while supporting module dependencies that go across the boundary from third-party to CPAN. Using pip you can install CPAN modules, arbitrary tarballs from both the local file-system or across the internet from arbitrary URIs. You can use pip to ensure that specific versions of CPAN modules are installed instead of the most current version. WWW: http://search.cpan.org/dist/pip/ PR: ports/139033 Submitted by: Cezary Morga Feature safe: yes Revision Changes Path 1.3648 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-pip/Makefile (new) 1.1 +3 -0 ports/devel/p5-pip/distinfo (new) 1.1 +14 -0 ports/devel/p5-pip/pkg-descr (new) 1.1 +10 -0 ports/devel/p5-pip/pkg-plist (new)