1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

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)
This commit is contained in:
Xavier Humbert 2021-06-08 16:57:17 +02:00 committed by Rainer Hurling
parent e52b23befa
commit 7d44aa5cf3
5 changed files with 27 additions and 0 deletions

View File

@ -652,6 +652,7 @@
SUBDIR += p5-Parse-ANSIColor-Tiny
SUBDIR += p5-Parse-BooleanLogic
SUBDIR += p5-Parse-CSV
SUBDIR += p5-Parse-EDID
SUBDIR += p5-Parse-FixedLength
SUBDIR += p5-Parse-Flex
SUBDIR += p5-Parse-PhoneNumber

View File

@ -0,0 +1,17 @@
# Created by: Xavier Humbert <xavier@amdh.fr>
PORTNAME= Parse-EDID
PORTVERSION= 1.0.7
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= xavier@amdh.fr
COMMENT= Extended display identification data (EDID) parser
LICENSE= GPLv3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1622915563
SHA256 (Parse-EDID-1.0.7.tar.gz) = 1adc0f105a32198a2a2b4da5b0e0f985f05efed99ce366190a790e165d675bf1
SIZE (Parse-EDID-1.0.7.tar.gz) = 31836

View File

@ -0,0 +1,4 @@
This module provides some function to parse Extended Display Identification
Data binary data structures.
WWW: https://metacpan.org/dist/Parse-EDID

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Parse/EDID.pm
%%PERL5_MAN3%%/Parse::EDID.3.gz