From owner-svn-ports-head@FreeBSD.ORG Sun Mar 8 03:15:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F82B212; Sun, 8 Mar 2015 03:15:11 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20F52E05; Sun, 8 Mar 2015 03:15:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t283FAe1043673; Sun, 8 Mar 2015 03:15:11 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t283F9cU043665; Sun, 8 Mar 2015 03:15:09 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201503080315.t283F9cU043665@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 8 Mar 2015 03:15:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380740 - in head/devel: . p5-Scalar-Util-Numeric 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.18-1 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: Sun, 08 Mar 2015 03:15:11 -0000 Author: vanilla Date: Sun Mar 8 03:15:09 2015 New Revision: 380740 URL: https://svnweb.freebsd.org/changeset/ports/380740 QAT: https://qat.redports.org/buildarchive/r380740/ Log: Add p5-Scalar-Util-Numeric 0.40, numeric tests for perl scalars. PR: 198108 Submitted by: gebhart@secnetix.de Added: head/devel/p5-Scalar-Util-Numeric/ head/devel/p5-Scalar-Util-Numeric/Makefile (contents, props changed) head/devel/p5-Scalar-Util-Numeric/distinfo (contents, props changed) head/devel/p5-Scalar-Util-Numeric/pkg-descr (contents, props changed) head/devel/p5-Scalar-Util-Numeric/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 8 03:05:44 2015 (r380739) +++ head/devel/Makefile Sun Mar 8 03:15:09 2015 (r380740) @@ -2795,6 +2795,7 @@ SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scalar-Util-LooksLikeNumber + SUBDIR += p5-Scalar-Util-Numeric SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Script-isAperlScript Added: head/devel/p5-Scalar-Util-Numeric/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Scalar-Util-Numeric/Makefile Sun Mar 8 03:15:09 2015 (r380740) @@ -0,0 +1,16 @@ +# Created by: gebhart@secnetix.de +# $FreeBSD$ + +PORTNAME= Scalar-Util-Numeric +PORTVERSION= 0.40 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gebhart@secnetix.de +COMMENT= Numeric tests for perl scalars + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Scalar-Util-Numeric/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Scalar-Util-Numeric/distinfo Sun Mar 8 03:15:09 2015 (r380740) @@ -0,0 +1,2 @@ +SHA256 (Scalar-Util-Numeric-0.40.tar.gz) = d7501b6d410703db5b1c1942fbfc41af8964a35525d7f766058acf5ca2cc4440 +SIZE (Scalar-Util-Numeric-0.40.tar.gz) = 52757 Added: head/devel/p5-Scalar-Util-Numeric/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Scalar-Util-Numeric/pkg-descr Sun Mar 8 03:15:09 2015 (r380740) @@ -0,0 +1,5 @@ +This module exports a number of wrappers around perl's builtin grok_number +function, which returns the numeric type of its argument, or 0 if it isn't +numeric. + +WWW: http://search.cpan.org/dist/Scalar-Util-Numeric/ Added: head/devel/p5-Scalar-Util-Numeric/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Scalar-Util-Numeric/pkg-plist Sun Mar 8 03:15:09 2015 (r380740) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/Scalar/Util/Numeric.pm +%%SITE_ARCH%%/auto/Scalar/Util/Numeric/Numeric.so +%%PERL5_MAN3%%/Scalar::Util::Numeric.3.gz