pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libxcvt x11/libxcvt: import libxcvt-0.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f79198475333
branches: trunk
changeset: 455872:f79198475333
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jul 13 12:05:08 2021 +0000
description:
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:
x11/libxcvt/DESCR | 6 ++++++
x11/libxcvt/Makefile | 19 +++++++++++++++++++
x11/libxcvt/PLIST | 7 +++++++
x11/libxcvt/distinfo | 6 ++++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r d4211ad53776 -r f79198475333 x11/libxcvt/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxcvt/DESCR Tue Jul 13 12:05:08 2021 +0000
@@ -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 -r d4211ad53776 -r f79198475333 x11/libxcvt/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxcvt/Makefile Tue Jul 13 12:05:08 2021 +0000
@@ -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@localhost
+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 -r d4211ad53776 -r f79198475333 x11/libxcvt/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxcvt/PLIST Tue Jul 13 12:05:08 2021 +0000
@@ -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 -r d4211ad53776 -r f79198475333 x11/libxcvt/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxcvt/distinfo Tue Jul 13 12:05:08 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index