1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add edid-decode. edid-decode decodes binary EDID information from monitors.

This commit is contained in:
Emanuel Haupt 2012-06-05 09:04:02 +00:00
parent 08bd81daee
commit aa65831654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298442
4 changed files with 35 additions and 0 deletions

View File

@ -203,6 +203,7 @@
SUBDIR += dwatch
SUBDIR += e2fsprogs
SUBDIR += easypbi
SUBDIR += edid-decode
SUBDIR += eiciel
SUBDIR += eject
SUBDIR += empower

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: edid-decode
# Date created: 05 Jun 2012
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= edid-decode
PORTVERSION= 0.1.20120605
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Decodes binary EDID information from monitors
LICENSE= MIT
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/edid-decode
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (edid-decode-0.1.20120605.tar.gz) = d4080daf3f150b6d09062ec2782b2bcbcd5552f376b8fe4d6ada5f0e7461e360
SIZE (edid-decode-0.1.20120605.tar.gz) = 12651

View File

@ -0,0 +1,4 @@
EDID is binary data encoded in the monitor firmware. edid-decode renders this
binary data into a human-readable text form.
WWW: http://cgit.freedesktop.org/xorg/app/edid-decode/