Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2021 15:05:50 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d44aa5cf310 - main - textproc/p5-Parse-EDID: New port - EDID parser
Message-ID:  <202106081505.158F5ouW039611@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

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  | 17 +++++++++++++++++
 textproc/p5-Parse-EDID/distinfo  |  3 +++
 textproc/p5-Parse-EDID/pkg-descr |  4 ++++
 textproc/p5-Parse-EDID/pkg-plist |  2 ++
 5 files changed, 27 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index ef4f887b010f..2097709feb57 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/p5-Parse-EDID/Makefile b/textproc/p5-Parse-EDID/Makefile
new file mode 100644
index 000000000000..fd1224f50c1f
--- /dev/null
+++ b/textproc/p5-Parse-EDID/Makefile
@@ -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>
diff --git a/textproc/p5-Parse-EDID/distinfo b/textproc/p5-Parse-EDID/distinfo
new file mode 100644
index 000000000000..5fb33de5a650
--- /dev/null
+++ b/textproc/p5-Parse-EDID/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1622915563
+SHA256 (Parse-EDID-1.0.7.tar.gz) = 1adc0f105a32198a2a2b4da5b0e0f985f05efed99ce366190a790e165d675bf1
+SIZE (Parse-EDID-1.0.7.tar.gz) = 31836
diff --git a/textproc/p5-Parse-EDID/pkg-descr b/textproc/p5-Parse-EDID/pkg-descr
new file mode 100644
index 000000000000..2812c9541507
--- /dev/null
+++ b/textproc/p5-Parse-EDID/pkg-descr
@@ -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
diff --git a/textproc/p5-Parse-EDID/pkg-plist b/textproc/p5-Parse-EDID/pkg-plist
new file mode 100644
index 000000000000..d590c4a552ba
--- /dev/null
+++ b/textproc/p5-Parse-EDID/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Parse/EDID.pm
+%%PERL5_MAN3%%/Parse::EDID.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106081505.158F5ouW039611>