Bug 256443 - [NEW PORT] textproc/p5-Parse-EDID : Extended display identification data (EDID) parser
Summary: [NEW PORT] textproc/p5-Parse-EDID : Extended display identification data (EDI...
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: Rainer Hurling
URL: https://metacpan.org/release/Parse-EDID
Keywords: easy
Depends on:
Blocks:
 
Reported: 2021-06-06 15:33 UTC by Xavier Humbert
Modified: 2021-06-08 15:08 UTC (History)
3 users (show)

See Also:


Attachments
Extended display identification data (EDID) parser (708 bytes, application/x-xz)
2021-06-06 15:33 UTC, Xavier Humbert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Humbert 2021-06-06 15:33:19 UTC
Created attachment 225598 [details]
Extended display identification data (EDID) parser

Here is a new port : p5-Parse-EDID
This module provides some function to parse
Extended Display Identification Data binary data structures.

Hoping this helps,

Regards,

Xavier
Comment 1 Xavier Humbert 2021-06-06 15:34:30 UTC
It fits in textproc category
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-06-08 14:32:37 UTC
Hi Xavier,

Thanks for the new port. Parse-EDID is used as a dependency by other Perl apps [1]:

- FusionInventory-Agent_2.6
- Task-FusionInventory-1.00

The first one is already in our ports tree as net-mgmt/p5-FusionInventory-Agent :)

[1] https://metacpan.org/dist/Parse-EDID/requires

Currently net-mgmt/p5-FusionInventory agent uses internal EDID data under share/fusioninventory/edid.ids. Maybe this could be replaced by the new port? I have added the maintainer of the port, freebsd@simweb.ch.


ATM, I am testing your patch on Poudriere and it looks good so far ;)

BTW, I had to add the missing URL in pkg-descr, no need for a new patch.

Regards,
Rainer
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-06-08 15:06:02 UTC
A commit in branch main references this bug:

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

commit 7d44aa5cf310dc41f9386b05c05eea2a4c0eafef
Author:     Xavier Humbert <xavier@groumpf.org>
AuthorDate: 2021-06-08 14:57:17 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-06-08 15:04:37 +0000

    textproc/p5-Parse-EDID: New port - EDID parser

    This module provides functions to parse Extended Display Identification
    Data binary data (EDID) structures.

    https://metacpan.org/dist/Parse-EDID

    PR:             256443
    Reported by:    Xavier Humbert <xavier@groumpf.org> (maintainer)

 textproc/Makefile                      |  1 +
 textproc/p5-Parse-EDID/Makefile (new)  | 17 +++++++++++++++++
 textproc/p5-Parse-EDID/distinfo (new)  |  3 +++
 textproc/p5-Parse-EDID/pkg-descr (new) |  4 ++++
 textproc/p5-Parse-EDID/pkg-plist (new) |  2 ++
 5 files changed, 27 insertions(+)
Comment 4 Rainer Hurling freebsd_committer freebsd_triage 2021-06-08 15:08:16 UTC
Slightly corrected tabs in Makefile, and added URL in pkg-descr.

Committed, thanks :)