Bug 265762

Summary: [NEW PORT] textproc/py-ebcdic: Additional EBCDIC codecs
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/roskakori/CodecMapper
Bug Depends on:    
Bug Blocks: 265765    
Attachments:
Description Flags
Port content
none
Update port maintainer
none
ebcdic-1.1.1 none

Description Jesús Daniel Colmenares Oviedo 2022-08-10 16:59:39 UTC
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
Comment 1 Jesús Daniel Colmenares Oviedo 2022-09-01 21:41:26 UTC
Created attachment 236296 [details]
Update port maintainer

Reason:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266157
Comment 2 Jesús Daniel Colmenares Oviedo 2022-09-23 18:11:13 UTC
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)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-25 18:24:44 UTC
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(+)