aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Humbert <xavier@groumpf.org>2021-06-08 14:57:17 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2021-06-08 15:04:37 +0000
commit7d44aa5cf310dc41f9386b05c05eea2a4c0eafef (patch)
treed948da247b9213248a82aabb8ded669d178dc042
parente52b23befa3b3a8b94370d92ac18fcae0edee085 (diff)
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)
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Parse-EDID/Makefile17
-rw-r--r--textproc/p5-Parse-EDID/distinfo3
-rw-r--r--textproc/p5-Parse-EDID/pkg-descr4
-rw-r--r--textproc/p5-Parse-EDID/pkg-plist2
5 files changed, 27 insertions, 0 deletions
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