Created attachment 235828 [details] Port content 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 portlint: looks fine. poudriere: testport is ok
Created attachment 236296 [details] Update port maintainer Reason: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266157
Created attachment 236772 [details] ebcdic-1.1.1 Description: * move WWW from pkg-descr to Makefile * pet portclippy QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.1, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e62e9ecee2e57c64391e9b90c33bd7fee8ccd72a commit e62e9ecee2e57c64391e9b90c33bd7fee8ccd72a Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2022-09-23 18:04:25 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-10-25 18:23:13 +0000 Add textproc/py-ebcdic: Additional EBCDIC codecs 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 PR: 265762 textproc/Makefile | 1 + textproc/py-ebcdic/Makefile (new) | 22 ++++++++++++++++++++++ textproc/py-ebcdic/distinfo (new) | 3 +++ textproc/py-ebcdic/pkg-descr (new) | 9 +++++++++ 4 files changed, 35 insertions(+)