pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   hubertf
Date:           Fri Dec 10 18:42:53 UTC 2021

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/p5-Text-Morse: DESCR Makefile distinfo

Log Message:
Add p5-Text-Morse v0.07: encodes and decodes Morse code in perl
Package base borrowed from pkgsrc-wip/p5-Text-Quote

pkglint: no, thanks to lang/go14 not building on Mac OS X.


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

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

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1260 pkgsrc/textproc/Makefile:1.1261
--- pkgsrc/textproc/Makefile:1.1260     Thu Nov 25 21:14:51 2021
+++ pkgsrc/textproc/Makefile    Fri Dec 10 18:42:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1260 2021/11/25 21:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.1261 2021/12/10 18:42:53 hubertf Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -791,6 +791,7 @@ SUBDIR+=    p5-Text-Markdown
 SUBDIR+=       p5-Text-Markdown-Discount
 SUBDIR+=       p5-Text-MicroTemplate
 SUBDIR+=       p5-Text-Microformat
+SUBDIR+=       p5-Text-Morse
 SUBDIR+=       p5-Text-MultiMarkdown
 SUBDIR+=       p5-Text-Ngram
 SUBDIR+=       p5-Text-Nimble

Added files:

Index: pkgsrc/textproc/p5-Text-Morse/DESCR
diff -u /dev/null pkgsrc/textproc/p5-Text-Morse/DESCR:1.1
--- /dev/null   Fri Dec 10 18:42:53 2021
+++ pkgsrc/textproc/p5-Text-Morse/DESCR Fri Dec 10 18:42:53 2021
@@ -0,0 +1 @@
+Encoding and decoding Morse code in perl
Index: pkgsrc/textproc/p5-Text-Morse/Makefile
diff -u /dev/null pkgsrc/textproc/p5-Text-Morse/Makefile:1.1
--- /dev/null   Fri Dec 10 18:42:53 2021
+++ pkgsrc/textproc/p5-Text-Morse/Makefile      Fri Dec 10 18:42:53 2021
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/12/10 18:42:53 hubertf Exp $
+
+DISTNAME=      Text-Morse-0.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5 devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    hubertf%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Text::Morse
+COMMENT=       Encoding and decoding Morse code
+
+PERL5_PACKLIST=        auto/Text/Morse/.packlist
+#USE_LANGUAGES=        # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-Text-Morse/distinfo
diff -u /dev/null pkgsrc/textproc/p5-Text-Morse/distinfo:1.1
--- /dev/null   Fri Dec 10 18:42:53 2021
+++ pkgsrc/textproc/p5-Text-Morse/distinfo      Fri Dec 10 18:42:53 2021
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/10 18:42:53 hubertf Exp $
+
+BLAKE2s (Text-Morse-0.07.tar.gz) = a9a510ba92d6555c3b49017f8a59a54895f685277f50b091c4e1c9e017056036
+SHA512 (Text-Morse-0.07.tar.gz) = 9e8e1b82962395b98f7f8b17f26b4c472d20595754f195eb3c892b6127e2e52c24b199a9b95d4cff0b684bd0de3129e728965f674ca14c2f6e4d7b14ab3dba82
+Size (Text-Morse-0.07.tar.gz) = 7161 bytes



Home | Main Index | Thread Index | Old Index