git: ed9769b19295 - main - textproc/py-morse3: add port: Morse code encryption / decryption library

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Wed, 26 Oct 2022 18:44:35 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed9769b19295f4676d3bd0948fce2bf821844b8c

commit ed9769b19295f4676d3bd0948fce2bf821844b8c
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-10-26 14:58:25 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-10-26 18:43:09 +0000

    textproc/py-morse3: add port: Morse code encryption / decryption library
    
    A library that can convert text, numbers and symbols to morse code
    and vice versa.
---
 textproc/py-morse3/Makefile  | 18 ++++++++++++++++++
 textproc/py-morse3/distinfo  |  3 +++
 textproc/py-morse3/pkg-descr |  2 ++
 3 files changed, 23 insertions(+)

diff --git a/textproc/py-morse3/Makefile b/textproc/py-morse3/Makefile
new file mode 100644
index 000000000000..83e65390d004
--- /dev/null
+++ b/textproc/py-morse3/Makefile
@@ -0,0 +1,18 @@
+PORTNAME=	morse3
+PORTVERSION=	2.9
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	amdmi3@FreeBSD.org
+COMMENT=	Morse code encryption / decryption library
+WWW=		https://pypi.org/project/morse3/ \
+		https://github.com/Aayush9029/encodeDecode
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-morse3/distinfo b/textproc/py-morse3/distinfo
new file mode 100644
index 000000000000..3317b5353092
--- /dev/null
+++ b/textproc/py-morse3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666722288
+SHA256 (morse3-2.9.tar.gz) = 55ae42ba77af35f90e1566cc11af9753da02a8c47df96be31d83dcba3d61c0ac
+SIZE (morse3-2.9.tar.gz) = 2150
diff --git a/textproc/py-morse3/pkg-descr b/textproc/py-morse3/pkg-descr
new file mode 100644
index 000000000000..ecbf3eb50173
--- /dev/null
+++ b/textproc/py-morse3/pkg-descr
@@ -0,0 +1,2 @@
+A library that can convert text, numbers and symbols to morse code
+and vice versa.