diff options
-rw-r--r-- | sysutils/libdisplay-info/Makefile | 19 | ||||
-rw-r--r-- | sysutils/libdisplay-info/pkg/DESCR | 14 |
2 files changed, 16 insertions, 17 deletions
diff --git a/sysutils/libdisplay-info/Makefile b/sysutils/libdisplay-info/Makefile index df6756e..7e3de2a 100644 --- a/sysutils/libdisplay-info/Makefile +++ b/sysutils/libdisplay-info/Makefile @@ -1,17 +1,22 @@ COMMENT = EDID and DisplayID library -V = 0.1.1 -DISTNAME = libdisplay-info-$V -CATEGORIES = sysutils +V = 0.1.1 +DISTNAME = libdisplay-info-$V +CATEGORIES = sysutils # MIT -PERMIT_PACKAGE = Yes +PERMIT_PACKAGE = Yes -SHARED_LIBS += display-info 0.0 # 0.0 +SHARED_LIBS += display-info 0.0 # 0.0 -MASTER_SITES = https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/$V/ +MASTER_SITES = https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/$V/ -MODULES = devel/meson +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + +MODULES = devel/meson + +BUILD_DEPENDS = misc/hwdata .include <bsd.port.mk> diff --git a/sysutils/libdisplay-info/pkg/DESCR b/sysutils/libdisplay-info/pkg/DESCR index 1784749..daa8a70 100644 --- a/sysutils/libdisplay-info/pkg/DESCR +++ b/sysutils/libdisplay-info/pkg/DESCR @@ -1,10 +1,4 @@ -EDID and DisplayID library. - -Goals: - -Provide a set of high-level, easy-to-use, opinionated functions as -well as low-level functions to access detailed information. - -Simplicity and correctness over performance and resource usage. - -Well-tested and fuzzed. +libdisplay-info provides a set of high-level, easy-to-use, opinionated +functions as well as low-level functions to access detailed display +information. It is well-tested and fuzzed, and favors simplicity and +correctness over performance and resource usage. |