pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Add p5-Text-Morse v0.07: encodes and decodes ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e10ec69a4bb2
branches: trunk
changeset: 770868:e10ec69a4bb2
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Fri Dec 10 18:42:53 2021 +0000
description:
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.
diffstat:
textproc/Makefile | 3 ++-
textproc/p5-Text-Morse/DESCR | 1 +
textproc/p5-Text-Morse/Makefile | 16 ++++++++++++++++
textproc/p5-Text-Morse/distinfo | 5 +++++
4 files changed, 24 insertions(+), 1 deletions(-)
diffs (51 lines):
diff -r 71663477b53c -r e10ec69a4bb2 textproc/Makefile
--- a/textproc/Makefile Fri Dec 10 18:20:26 2021 +0000
+++ b/textproc/Makefile Fri Dec 10 18:42:53 2021 +0000
@@ -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-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
diff -r 71663477b53c -r e10ec69a4bb2 textproc/p5-Text-Morse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Morse/DESCR Fri Dec 10 18:42:53 2021 +0000
@@ -0,0 +1,1 @@
+Encoding and decoding Morse code in perl
diff -r 71663477b53c -r e10ec69a4bb2 textproc/p5-Text-Morse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Morse/Makefile Fri Dec 10 18:42:53 2021 +0000
@@ -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"
diff -r 71663477b53c -r e10ec69a4bb2 textproc/p5-Text-Morse/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Morse/distinfo Fri Dec 10 18:42:53 2021 +0000
@@ -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