aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-19 03:25:43 +0800
committermiwi <miwi@FreeBSD.org>2006-11-19 03:25:43 +0800
commit5c5111d7e4b737b2d98e6d7040db4f6557153a76 (patch)
treec2a74883e9d112a794711e7b59e16a5bc3242c20 /devel
parentc722927d8d86fceeab7888bca33524e3f628a256 (diff)
downloadfreebsd-ports-graphics-5c5111d7e4b737b2d98e6d7040db4f6557153a76.tar.gz
freebsd-ports-graphics-5c5111d7e4b737b2d98e6d7040db4f6557153a76.tar.zst
freebsd-ports-graphics-5c5111d7e4b737b2d98e6d7040db4f6557153a76.zip
This module provides a convenient interface to timing functions
through tied scalars. WWW: http://search.cpan.org/dist/Time-Stopwatch/ PR: ports/105643 Submitted by: Sulev-Madis Silber <madis555 at hot.ee>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Time-Stopwatch/Makefile22
-rw-r--r--devel/p5-Time-Stopwatch/distinfo3
-rw-r--r--devel/p5-Time-Stopwatch/pkg-descr4
-rw-r--r--devel/p5-Time-Stopwatch/pkg-plist5
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f5bb8255493..6a3a3258f40 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1479,6 +1479,7 @@
SUBDIR += p5-Time-Piece
SUBDIR += p5-Time-Piece-Range
SUBDIR += p5-Time-Progress
+ SUBDIR += p5-Time-Stopwatch
SUBDIR += p5-Time-modules
SUBDIR += p5-TimeDate
SUBDIR += p5-TraceFuncs
diff --git a/devel/p5-Time-Stopwatch/Makefile b/devel/p5-Time-Stopwatch/Makefile
new file mode 100644
index 00000000000..b649d3c22ac
--- /dev/null
+++ b/devel/p5-Time-Stopwatch/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Time::Stopwatch
+# Date created: 2006-11-18
+# Whom: Sulev-Madis Silber <madis555@hot.ee>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Time-Stopwatch
+PORTVERSION= 1.00
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Time
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= madis555@hot.ee
+COMMENT= Use tied scalars as timers
+
+PERL_CONFIGURE= yes
+
+MAN3= Time::Stopwatch.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Time-Stopwatch/distinfo b/devel/p5-Time-Stopwatch/distinfo
new file mode 100644
index 00000000000..a55aa0500da
--- /dev/null
+++ b/devel/p5-Time-Stopwatch/distinfo
@@ -0,0 +1,3 @@
+MD5 (Time-Stopwatch-1.00.tar.gz) = 9ae1b95ea417ba1a96f10ea2ac1b3818
+SHA256 (Time-Stopwatch-1.00.tar.gz) = 0a57c881f1407af49209dde0b6fafcc38e905f9258c6d4f8cb841d6c8bac3c1d
+SIZE (Time-Stopwatch-1.00.tar.gz) = 4026
diff --git a/devel/p5-Time-Stopwatch/pkg-descr b/devel/p5-Time-Stopwatch/pkg-descr
new file mode 100644
index 00000000000..f05390bb296
--- /dev/null
+++ b/devel/p5-Time-Stopwatch/pkg-descr
@@ -0,0 +1,4 @@
+This module provides a convenient interface to timing functions
+through tied scalars.
+
+WWW: http://search.cpan.org/dist/Time-Stopwatch/
diff --git a/devel/p5-Time-Stopwatch/pkg-plist b/devel/p5-Time-Stopwatch/pkg-plist
new file mode 100644
index 00000000000..3a180fa4b05
--- /dev/null
+++ b/devel/p5-Time-Stopwatch/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Stopwatch/.packlist
+%%SITE_PERL%%/Time/Stopwatch.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Stopwatch
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time
+@dirrmtry %%SITE_PERL%%/Time