pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Specio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 18 22:42:42 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Specio: DESCR Makefile

Log Message:
Better homepage and comment. fmt DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Specio/DESCR \
    pkgsrc/devel/p5-Specio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Specio/DESCR
diff -u pkgsrc/devel/p5-Specio/DESCR:1.1 pkgsrc/devel/p5-Specio/DESCR:1.2
--- pkgsrc/devel/p5-Specio/DESCR:1.1    Sun Sep 18 07:15:35 2016
+++ pkgsrc/devel/p5-Specio/DESCR        Sun Sep 18 22:42:42 2016
@@ -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.
Index: pkgsrc/devel/p5-Specio/Makefile
diff -u pkgsrc/devel/p5-Specio/Makefile:1.1 pkgsrc/devel/p5-Specio/Makefile:1.2
--- pkgsrc/devel/p5-Specio/Makefile:1.1 Sun Sep 18 07:15:35 2016
+++ pkgsrc/devel/p5-Specio/Makefile     Sun Sep 18 22:42:42 2016
@@ -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 @@ CATEGORIES=     devel perl5
 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-Role-Tiny-[0-9]*:../../deve
 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