Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 03:15:09 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
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
Message-ID:  <201503080315.t283F9cU043665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503080315.t283F9cU043665>