FreeBSD Bugzilla – Attachment 235828 Details for
Bug 265762
[NEW PORT] textproc/py-ebcdic: Additional EBCDIC codecs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Port content
0003-textproc-py-ebcdic-new-port.patch (text/plain), 2.64 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-08-10 16:59:39 UTC
(
hide
)
Description:
Port content
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-08-10 16:59:39 UTC
Size:
2.64 KB
patch
obsolete
>From 35195ee7da5e241a8778f90a92b3ac21993031a3 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@riseup.net> >Date: Wed, 10 Aug 2022 12:54:49 -0400 >Subject: [PATCH] textproc/py-ebcdic: new port > >ebcdic is a Python package adding additional EBCDIC codecs for data >exchange with legacy system. It works with Python 2.7 and Python >3.4+. > >EBCDIC is short for Extended Binary Coded Decimal Interchange Code >and is a family of character encodings that is mainly used on >mainframe computers. There is no real point in using it unless you >have to exchange data with legacy systems that still only support >EBCDIC as character encoding. >--- > textproc/py-ebcdic/Makefile | 22 ++++++++++++++++++++++ > textproc/py-ebcdic/distinfo | 3 +++ > textproc/py-ebcdic/pkg-descr | 11 +++++++++++ > 3 files changed, 36 insertions(+) > create mode 100644 textproc/py-ebcdic/Makefile > create mode 100644 textproc/py-ebcdic/distinfo > create mode 100644 textproc/py-ebcdic/pkg-descr > >diff --git a/textproc/py-ebcdic/Makefile b/textproc/py-ebcdic/Makefile >new file mode 100644 >index 000000000..d6426719e >--- /dev/null >+++ b/textproc/py-ebcdic/Makefile >@@ -0,0 +1,22 @@ >+PORTNAME= ebcdic >+PORTVERSION= 1.1.1 >+CATEGORIES= textproc python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= DtxdF@riseup.net >+COMMENT= Additional EBCDIC codecs >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+USES= python:3.8+ >+USE_PYTHON= autoplist distutils unittest >+ >+USE_GITHUB= yes >+GH_ACCOUNT= roskakori >+GH_PROJECT= CodecMapper >+GH_TAGNAME= v1.1.1 >+ >+WRKSRC_SUBDIR= ${PORTNAME} >+ >+.include <bsd.port.mk> >diff --git a/textproc/py-ebcdic/distinfo b/textproc/py-ebcdic/distinfo >new file mode 100644 >index 000000000..5ff7b8c14 >--- /dev/null >+++ b/textproc/py-ebcdic/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1659976590 >+SHA256 (roskakori-CodecMapper-1.1.1-v1.1.1_GH0.tar.gz) = 7a1a77fdc7e87924e42826087bd9c0c4b48b779156c10cabc94eec237739c818 >+SIZE (roskakori-CodecMapper-1.1.1-v1.1.1_GH0.tar.gz) = 18048 >diff --git a/textproc/py-ebcdic/pkg-descr b/textproc/py-ebcdic/pkg-descr >new file mode 100644 >index 000000000..8324d7f5c >--- /dev/null >+++ b/textproc/py-ebcdic/pkg-descr >@@ -0,0 +1,11 @@ >+ebcdic is a Python package adding additional EBCDIC codecs for data >+exchange with legacy system. It works with Python 2.7 and Python >+3.4+. >+ >+EBCDIC is short for Extended Binary Coded Decimal Interchange Code >+and is a family of character encodings that is mainly used on >+mainframe computers. There is no real point in using it unless you >+have to exchange data with legacy systems that still only support >+EBCDIC as character encoding. >+ >+WWW: https://github.com/roskakori/CodecMapper >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265762
:
235828
|
236296
|
236772