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.
This commit is contained in:
parent
b262d877ff
commit
f2494ae2ca
4 changed files with 24 additions and 1 deletions
|
@ -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
|
||||
|
|
1
textproc/p5-Text-Morse/DESCR
Normal file
1
textproc/p5-Text-Morse/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Encoding and decoding Morse code in perl
|
16
textproc/p5-Text-Morse/Makefile
Normal file
16
textproc/p5-Text-Morse/Makefile
Normal file
|
@ -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
|
||||
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"
|
5
textproc/p5-Text-Morse/distinfo
Normal file
5
textproc/p5-Text-Morse/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue