mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +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:
parent
e52b23befa
commit
7d44aa5cf3
@ -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
|
||||
|
17
textproc/p5-Parse-EDID/Makefile
Normal file
17
textproc/p5-Parse-EDID/Makefile
Normal 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>
|
3
textproc/p5-Parse-EDID/distinfo
Normal file
3
textproc/p5-Parse-EDID/distinfo
Normal 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
|
4
textproc/p5-Parse-EDID/pkg-descr
Normal file
4
textproc/p5-Parse-EDID/pkg-descr
Normal 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
|
2
textproc/p5-Parse-EDID/pkg-plist
Normal file
2
textproc/p5-Parse-EDID/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Parse/EDID.pm
|
||||
%%PERL5_MAN3%%/Parse::EDID.3.gz
|
Loading…
Reference in New Issue
Block a user