From owner-svn-ports-head@FreeBSD.ORG Fri Nov 15 16:28:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F0CDA90; Fri, 15 Nov 2013 16:28:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4F324CF; Fri, 15 Nov 2013 16:28:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFGSuI3083212; Fri, 15 Nov 2013 16:28:56 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFGSt5J083207; Fri, 15 Nov 2013 16:28:55 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311151628.rAFGSt5J083207@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 15 Nov 2013 16:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333885 - in head/devel: . p5-CPAN-Site X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 16:28:56 -0000 Author: mat Date: Fri Nov 15 16:28:54 2013 New Revision: 333885 URL: http://svnweb.freebsd.org/changeset/ports/333885 Log: Add p5-CPAN-Site 1.11, extend CPAN with private packages. PR: ports/179754 Submitted by: Anes Mukhametov Added: head/devel/p5-CPAN-Site/ head/devel/p5-CPAN-Site/Makefile (contents, props changed) head/devel/p5-CPAN-Site/distinfo (contents, props changed) head/devel/p5-CPAN-Site/pkg-descr (contents, props changed) head/devel/p5-CPAN-Site/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 15 16:17:05 2013 (r333884) +++ head/devel/Makefile Fri Nov 15 16:28:54 2013 (r333885) @@ -1489,6 +1489,7 @@ SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker SUBDIR += p5-CPAN-SQLite + SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Report SUBDIR += p5-CPAN-Uploader SUBDIR += p5-CPAN-YACSmoke Added: head/devel/p5-CPAN-Site/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Site/Makefile Fri Nov 15 16:28:54 2013 (r333885) @@ -0,0 +1,34 @@ +# Created by: Anes Mukhametov +# $FreeBSD$ + +PORTNAME= CPAN-Site +PORTVERSION= 1.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Extend CPAN with private packages + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \ + p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ + p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \ + p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \ + p5-version>=0.76:${PORTSDIR}/devel/p5-version +RUN_DEPENDS= p5-Archive-Tar>=1.00:${PORTSDIR}/archivers/p5-Archive-Tar \ + p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ + p5-CPAN-Checksums>=0:${PORTSDIR}/devel/p5-CPAN-Checksums \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \ + p5-Log-Report>=0.25:${PORTSDIR}/devel/p5-Log-Report \ + p5-version>=0.76:${PORTSDIR}/devel/p5-version + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-CPAN-Site/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Site/distinfo Fri Nov 15 16:28:54 2013 (r333885) @@ -0,0 +1,2 @@ +SHA256 (CPAN-Site-1.11.tar.gz) = 2d00aaac94d323a3041eeac691e8c6aa3140b8203afbf7b3a775c580cbe5ad7d +SIZE (CPAN-Site-1.11.tar.gz) = 71907 Added: head/devel/p5-CPAN-Site/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Site/pkg-descr Fri Nov 15 16:28:54 2013 (r333885) @@ -0,0 +1,7 @@ +The cpansite script is used to create your own CPAN server. +The logic is implemented in CPAN::Site::Index which you may +use directly. + +You only need to install this module on one server in your network. + +WWW: http://search.cpan.org/dist/CPAN-Site/ Added: head/devel/p5-CPAN-Site/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Site/pkg-plist Fri Nov 15 16:28:54 2013 (r333885) @@ -0,0 +1,9 @@ +bin/cpansite +man/man1/cpansite.1.gz +%%SITE_PERL%%/CPAN/Site.pm +%%SITE_PERL%%/CPAN/Site/Index.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Site/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Site +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN +@dirrm %%SITE_PERL%%/CPAN/Site +@dirrmtry %%SITE_PERL%%/CPAN