diff options
author | wiz <wiz@pkgsrc.org> | 2021-07-13 12:05:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-07-13 12:05:08 +0000 |
commit | 671629848aa1e66410134800196aada4b34a2d95 (patch) | |
tree | fe4e60e1e39870e2885c9bffe430bbb8a59b8139 /x11 | |
parent | 7313e035bb5d0fb768ef040d1d92df708b8a81b9 (diff) | |
download | pkgsrc-671629848aa1e66410134800196aada4b34a2d95.tar.gz |
x11/libxcvt: import libxcvt-0.1.0
libxcvt is a library providing a standalone version of the X server
implementation of the VESA CVT standard timing modelines generator.
libxcvt also provides a standalone version of the command line tool
cvt copied from the Xorg implementation and is meant to be a direct
replacement to the version provided by the Xorg server.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxcvt/DESCR | 6 | ||||
-rw-r--r-- | x11/libxcvt/Makefile | 19 | ||||
-rw-r--r-- | x11/libxcvt/PLIST | 7 | ||||
-rw-r--r-- | x11/libxcvt/distinfo | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11/libxcvt/DESCR b/x11/libxcvt/DESCR new file mode 100644 index 00000000000..7b7168dfb55 --- /dev/null +++ b/x11/libxcvt/DESCR @@ -0,0 +1,6 @@ +libxcvt is a library providing a standalone version of the X server +implementation of the VESA CVT standard timing modelines generator. + +libxcvt also provides a standalone version of the command line tool +cvt copied from the Xorg implementation and is meant to be a direct +replacement to the version provided by the Xorg server. diff --git a/x11/libxcvt/Makefile b/x11/libxcvt/Makefile new file mode 100644 index 00000000000..da09c94878a --- /dev/null +++ b/x11/libxcvt/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2021/07/13 12:05:08 wiz Exp $ + +DISTNAME= libxcvt-0.1.0 +CATEGORIES= x11 devel +MASTER_SITES= ${MASTER_SITE_XORG:=lib/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://xorg.freedesktop.org/ +COMMENT= VESA CVT standard timing modelines generator +LICENSE= mit + +CONFLICTS+= modular-xorg-server-[0-9]* + +PKGCONFIG_OVERRIDE+= output/meson-private/libxcvt.pc +PKGCONFIG_OVERRIDE_STAGE= post-configure + +.include "../../devel/meson/build.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/libxcvt/PLIST b/x11/libxcvt/PLIST new file mode 100644 index 00000000000..c52c514a334 --- /dev/null +++ b/x11/libxcvt/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2021/07/13 12:05:08 wiz Exp $ +bin/cvt +include/libxcvt/libxcvt.h +include/libxcvt/libxcvt_mode.h +lib/libxcvt.so +lib/pkgconfig/libxcvt.pc +man/man1/cvt.1 diff --git a/x11/libxcvt/distinfo b/x11/libxcvt/distinfo new file mode 100644 index 00000000000..22d5f7f27ef --- /dev/null +++ b/x11/libxcvt/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/07/13 12:05:08 wiz Exp $ + +SHA1 (libxcvt-0.1.0.tar.xz) = 78020d861f50ff85aba704c3b96d53811fa9d235 +RMD160 (libxcvt-0.1.0.tar.xz) = d4239ed4e1c7f61be148bd03824b909ecd0b5f9f +SHA512 (libxcvt-0.1.0.tar.xz) = c2ca7abfc2954cf4427e0b3c3e302aad438525118dc9fa2047fce2bce6578863696387af8eb7adfad40af6313d9d9c87a9dcaf7e026e8049d48118063f6f0088 +Size (libxcvt-0.1.0.tar.xz) = 7912 bytes |