Bug 265762 - [NEW PORT] textproc/py-ebcdic: Additional EBCDIC codecs
Summary: [NEW PORT] textproc/py-ebcdic: Additional EBCDIC codecs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://github.com/roskakori/CodecMapper
Keywords:
Depends on:
Blocks: 265765
  Show dependency treegraph
 
Reported: 2022-08-10 16:59 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2022-10-25 18:25 UTC (History)
1 user (show)

See Also:


Attachments
Port content (2.64 KB, patch)
2022-08-10 16:59 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
Update port maintainer (2.69 KB, patch)
2022-09-01 21:41 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff
ebcdic-1.1.1 (2.71 KB, patch)
2022-09-23 18:11 UTC, Jesús Daniel Colmenares Oviedo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)