pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Types-Path-Tiny



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr 30 00:55:21 UTC 2023

Added Files:
        pkgsrc/devel/p5-Types-Path-Tiny: DESCR Makefile distinfo

Log Message:
Import Types-Path-Tiny-0.006 as devel/p5-Types-Path-Tiny.

Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc.

It handles two important types of coercion:
- coercing objects with overloaded stringification
- coercing to absolute paths

It also can check to ensure that files or directories exist.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Types-Path-Tiny/DESCR \
    pkgsrc/devel/p5-Types-Path-Tiny/Makefile \
    pkgsrc/devel/p5-Types-Path-Tiny/distinfo

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

Added files:

Index: pkgsrc/devel/p5-Types-Path-Tiny/DESCR
diff -u /dev/null pkgsrc/devel/p5-Types-Path-Tiny/DESCR:1.1
--- /dev/null   Sun Apr 30 00:55:21 2023
+++ pkgsrc/devel/p5-Types-Path-Tiny/DESCR       Sun Apr 30 00:55:21 2023
@@ -0,0 +1,7 @@
+Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc.
+
+It handles two important types of coercion:
+- coercing objects with overloaded stringification
+- coercing to absolute paths
+
+It also can check to ensure that files or directories exist.
Index: pkgsrc/devel/p5-Types-Path-Tiny/Makefile
diff -u /dev/null pkgsrc/devel/p5-Types-Path-Tiny/Makefile:1.1
--- /dev/null   Sun Apr 30 00:55:21 2023
+++ pkgsrc/devel/p5-Types-Path-Tiny/Makefile    Sun Apr 30 00:55:21 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/04/30 00:55:21 wen Exp $
+
+DISTNAME=      Types-Path-Tiny-0.006
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Types-Path-Tiny
+COMMENT=       Path::Tiny types and coercions for Moose and Moo
+
+DEPENDS+=      p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny \
+               p5-Type-Tiny>=0.008:../../devel/p5-Type-Tiny
+
+LICENSE=               apache-2.0
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Types/Path/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Types-Path-Tiny/distinfo
diff -u /dev/null pkgsrc/devel/p5-Types-Path-Tiny/distinfo:1.1
--- /dev/null   Sun Apr 30 00:55:21 2023
+++ pkgsrc/devel/p5-Types-Path-Tiny/distinfo    Sun Apr 30 00:55:21 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/30 00:55:21 wen Exp $
+
+BLAKE2s (Types-Path-Tiny-0.006.tar.gz) = 5c4031b61a815918507fb339265bec758a8435bae09c6cf1846f3a46e0cdc06e
+SHA512 (Types-Path-Tiny-0.006.tar.gz) = 9820b5e23bd916895d64573273dd0ffcf8fdc1f0cf6af2db02400bcbbc3611628f03e2ca83f9297dae3b28784279689ba40256f94f0e7ef841bd08e026941b0a
+Size (Types-Path-Tiny-0.006.tar.gz) = 15614 bytes



Home | Main Index | Thread Index | Old Index