pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-String-Tagged



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 17:39:55 UTC 2023

Added Files:
        pkgsrc/devel/p5-String-Tagged: DESCR Makefile distinfo

Log Message:
devel/p5-String-Tagged: import p5-String-Tagged-0.20

This module implements an object class, instances of which store
a (mutable) string buffer that supports tags. A tag is a name/value
pair that applies to some extent of the underlying string.

The types of tag names ought to be strings, or at least values that
are well-behaved as strings, as the names will often be used as
the keys in hashes or applied to the eq operator.

The types of tag values are not restricted - any scalar will do.
This could be a simple integer or string, ARRAY or HASH reference,
or even a CODE reference containing an event handler of some kind.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-String-Tagged/DESCR \
    pkgsrc/devel/p5-String-Tagged/Makefile \
    pkgsrc/devel/p5-String-Tagged/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-String-Tagged/DESCR
diff -u /dev/null pkgsrc/devel/p5-String-Tagged/DESCR:1.1
--- /dev/null   Thu Mar 30 17:39:55 2023
+++ pkgsrc/devel/p5-String-Tagged/DESCR Thu Mar 30 17:39:55 2023
@@ -0,0 +1,11 @@
+This module implements an object class, instances of which store
+a (mutable) string buffer that supports tags. A tag is a name/value
+pair that applies to some extent of the underlying string.
+
+The types of tag names ought to be strings, or at least values that
+are well-behaved as strings, as the names will often be used as
+the keys in hashes or applied to the eq operator.
+
+The types of tag values are not restricted - any scalar will do.
+This could be a simple integer or string, ARRAY or HASH reference,
+or even a CODE reference containing an event handler of some kind.
Index: pkgsrc/devel/p5-String-Tagged/Makefile
diff -u /dev/null pkgsrc/devel/p5-String-Tagged/Makefile:1.1
--- /dev/null   Thu Mar 30 17:39:55 2023
+++ pkgsrc/devel/p5-String-Tagged/Makefile      Thu Mar 30 17:39:55 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 17:39:55 wiz Exp $
+
+DISTNAME=      String-Tagged-0.20
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
+
+HOMEPAGE=      https://metacpan.org/release/String-Tagged
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Perl string buffers with value tags on extents
+LICENSE=       ${PERL5_LICENSE}
+
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+
+PERL5_PACKLIST=                auto/String/Tagged/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-String-Tagged/distinfo
diff -u /dev/null pkgsrc/devel/p5-String-Tagged/distinfo:1.1
--- /dev/null   Thu Mar 30 17:39:55 2023
+++ pkgsrc/devel/p5-String-Tagged/distinfo      Thu Mar 30 17:39:55 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 17:39:55 wiz Exp $
+
+BLAKE2s (String-Tagged-0.20.tar.gz) = 0d23d3b143a7f2ade9c62adc8f5c29d0e8c9c105a3fd08d04f7631f846bc6d44
+SHA512 (String-Tagged-0.20.tar.gz) = 785c07115c6c1ce2a3c4304efac99b5d58cc49f090aa9c41de86e25fdff7ab8e71ae6d9605aad598ba8f72d7bca3f4ec4d14926424d6479be02b99b4d07c69cb
+Size (String-Tagged-0.20.tar.gz) = 44136 bytes



Home | Main Index | Thread Index | Old Index