pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/p5-Text-Transliterator



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jun 12 11:06:28 UTC 2023

Added Files:
        pkgsrc/print/p5-Text-Transliterator: DESCR Makefile distinfo

Log Message:
Import Text-Transliterator-1.03 as print/p5-Text-Transliterator.

This package is a simple wrapper around Perl's transliteration operator
tr/../../... Starting either from two strings of characters, or from a
map of characters, it will compile a function that applies the
transliteration to any list of strings.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/p5-Text-Transliterator/DESCR \
    pkgsrc/print/p5-Text-Transliterator/Makefile \
    pkgsrc/print/p5-Text-Transliterator/distinfo

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

Added files:

Index: pkgsrc/print/p5-Text-Transliterator/DESCR
diff -u /dev/null pkgsrc/print/p5-Text-Transliterator/DESCR:1.1
--- /dev/null   Mon Jun 12 11:06:28 2023
+++ pkgsrc/print/p5-Text-Transliterator/DESCR   Mon Jun 12 11:06:28 2023
@@ -0,0 +1,4 @@
+This package is a simple wrapper around Perl's transliteration operator
+tr/../../... Starting either from two strings of characters, or from a
+map of characters, it will compile a function that applies the
+transliteration to any list of strings.
Index: pkgsrc/print/p5-Text-Transliterator/Makefile
diff -u /dev/null pkgsrc/print/p5-Text-Transliterator/Makefile:1.1
--- /dev/null   Mon Jun 12 11:06:28 2023
+++ pkgsrc/print/p5-Text-Transliterator/Makefile        Mon Jun 12 11:06:28 2023
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2023/06/12 11:06:28 wen Exp $
+
+DISTNAME=      Text-Transliterator-1.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Text-Transliterator
+COMMENT=       Wrapper around Perl tr/../../ operator
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/Text/Transliterator/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/p5-Text-Transliterator/distinfo
diff -u /dev/null pkgsrc/print/p5-Text-Transliterator/distinfo:1.1
--- /dev/null   Mon Jun 12 11:06:28 2023
+++ pkgsrc/print/p5-Text-Transliterator/distinfo        Mon Jun 12 11:06:28 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/12 11:06:28 wen Exp $
+
+BLAKE2s (Text-Transliterator-1.03.tar.gz) = b04474aaf2bedd202aafcc3f98389fc8fa71da6bf636ebdc0ac8fddefa0c29db
+SHA512 (Text-Transliterator-1.03.tar.gz) = bd0e0c79caee6a56d8a285ac46881b78b8f4a084d38b479622fa6100339393ce4b91f09f288bd3c37d9041bffeece9035afacd891cd3e49017ecee4ffcf14771
+Size (Text-Transliterator-1.03.tar.gz) = 8518 bytes



Home | Main Index | Thread Index | Old Index