From owner-svn-ports-all@freebsd.org Sat Nov 21 02:09:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BB7AA32AEC; Sat, 21 Nov 2015 02:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27A2B18E9; Sat, 21 Nov 2015 02:09:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAL29FoD009312; Sat, 21 Nov 2015 02:09:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAL29EOS009307; Sat, 21 Nov 2015 02:09:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511210209.tAL29EOS009307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Nov 2015 02:09:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402113 - in head/devel: . p5-Module-CheckVersion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 02:09:16 -0000 Author: sunpoet Date: Sat Nov 21 02:09:14 2015 New Revision: 402113 URL: https://svnweb.freebsd.org/changeset/ports/402113 Log: - Add p5-Module-CheckVersion 0.06 Module::CheckVersion checks latest version of modules with CPAN (or equivalent repo). WWW: http://search.cpan.org/dist/Module-CheckVersion/ Added: head/devel/p5-Module-CheckVersion/ head/devel/p5-Module-CheckVersion/Makefile (contents, props changed) head/devel/p5-Module-CheckVersion/distinfo (contents, props changed) head/devel/p5-Module-CheckVersion/pkg-descr (contents, props changed) head/devel/p5-Module-CheckVersion/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 21 00:21:34 2015 (r402112) +++ head/devel/Makefile Sat Nov 21 02:09:14 2015 (r402113) @@ -2598,6 +2598,7 @@ SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps + SUBDIR += p5-Module-CheckVersion SUBDIR += p5-Module-Collect SUBDIR += p5-Module-Compile SUBDIR += p5-Module-CoreList Added: head/devel/p5-Module-CheckVersion/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-CheckVersion/Makefile Sat Nov 21 02:09:14 2015 (r402113) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Module-CheckVersion +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Check module (e.g. latest version) with CPAN (or equivalent repo) + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Perl-osnames>=0.09:${PORTSDIR}/devel/p5-Perl-osnames +RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Module-CheckVersion/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-CheckVersion/distinfo Sat Nov 21 02:09:14 2015 (r402113) @@ -0,0 +1,2 @@ +SHA256 (Module-CheckVersion-0.06.tar.gz) = 337cce422f80f508fe4c8be852c6debc685c5b3c7292a9e4ca092f983f7aa8ad +SIZE (Module-CheckVersion-0.06.tar.gz) = 24450 Added: head/devel/p5-Module-CheckVersion/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-CheckVersion/pkg-descr Sat Nov 21 02:09:14 2015 (r402113) @@ -0,0 +1,4 @@ +Module::CheckVersion checks latest version of modules with CPAN (or equivalent +repo). + +WWW: http://search.cpan.org/dist/Module-CheckVersion/ Added: head/devel/p5-Module-CheckVersion/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-CheckVersion/pkg-plist Sat Nov 21 02:09:14 2015 (r402113) @@ -0,0 +1,6 @@ +bin/check-module-version +%%SITE_PERL%%/Module/CheckVersion.pm +%%SITE_PERL%%/Module/CheckVersion/cpan.pm +%%PERL5_MAN1%%/check-module-version.1.gz +%%PERL5_MAN3%%/Module::CheckVersion.3.gz +%%PERL5_MAN3%%/Module::CheckVersion::cpan.3.gz