pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Specio Better homepage and comment. fmt DESCR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a87225ee3bc8
branches: trunk
changeset: 352764:a87225ee3bc8
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 18 22:42:42 2016 +0000
description:
Better homepage and comment. fmt DESCR.
diffstat:
devel/p5-Specio/DESCR | 20 +++++++++-----------
devel/p5-Specio/Makefile | 8 ++++----
2 files changed, 13 insertions(+), 15 deletions(-)
diffs (55 lines):
diff -r acb6530d859a -r a87225ee3bc8 devel/p5-Specio/DESCR
--- a/devel/p5-Specio/DESCR Sun Sep 18 22:28:34 2016 +0000
+++ b/devel/p5-Specio/DESCR Sun Sep 18 22:42:42 2016 +0000
@@ -1,13 +1,11 @@
-The Specio distribution provides classes for representing type constraints
-and coercion, along with syntax sugar for declaring them.
+The Specio distribution provides classes for representing type
+constraints and coercion, along with syntax sugar for declaring
+them.
-Note that this is not a proper type system for Perl. Nothing in this
-distribution will magically make the Perl interpreter start checking a
-value's type on assignment to a variable. In fact, there's no built-in way
-to apply a type to a variable at all.
+Note that this is not a proper type system for Perl. Nothing in
+this distribution will magically make the Perl interpreter start
+checking a value's type on assignment to a variable. In fact,
+there's no built-in way to apply a type to a variable at all.
-Instead, you can explicitly check a value against a type, and optionally
-coerce values to that type.
-
-My long-term goal is to replace Moose's built-in types and MooseX::Types
-with this module.
+Instead, you can explicitly check a value against a type, and
+optionally coerce values to that type.
diff -r acb6530d859a -r a87225ee3bc8 devel/p5-Specio/Makefile
--- a/devel/p5-Specio/Makefile Sun Sep 18 22:28:34 2016 +0000
+++ b/devel/p5-Specio/Makefile Sun Sep 18 22:42:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/18 07:15:35 mef Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/18 22:42:42 wiz Exp $
DISTNAME= Specio-0.25
PKGNAME= p5-${DISTNAME}
@@ -6,8 +6,8 @@
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
-COMMENT= Specio - Type constraints and coercions for Perl
+HOMEPAGE= http://search.cpan.org/~drolsky/Specio/
+COMMENT= Type constraints and coercions for Perl
LICENSE= artistic-2.0
DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
@@ -15,7 +15,7 @@
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
-# for make test
+# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
Home |
Main Index |
Thread Index |
Old Index