aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-03-25 17:34:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-03-25 17:34:31 +0000
commitb10c84f924a10465c591ac5b19aa83cbad6954df (patch)
treece74d8e0a6a207df1a53032f0620fe7afc2bbb8c /x11
parent0194575b4f8f5c179c55d708c69c21a080bfa5fc (diff)
downloadports-b10c84f924a10465c591ac5b19aa83cbad6954df.tar.gz
ports-b10c84f924a10465c591ac5b19aa83cbad6954df.zip
x11/libxcvt: add new port
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. https://gitlab.freedesktop.org/ofourdan/libxcvt
Notes
Notes: svn path=/head/; revision=569219
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/libxcvt/Makefile21
-rw-r--r--x11/libxcvt/distinfo3
-rw-r--r--x11/libxcvt/pkg-descr8
-rw-r--r--x11/libxcvt/pkg-plist6
5 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 232c9b990cac..2dc5defc27b3 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -177,6 +177,7 @@
SUBDIR += libsynaptics
SUBDIR += libwacom
SUBDIR += libxcb
+ SUBDIR += libxcvt
SUBDIR += libxdg-basedir
SUBDIR += libxfce4menu
SUBDIR += libxfce4util
diff --git a/x11/libxcvt/Makefile b/x11/libxcvt/Makefile
new file mode 100644
index 000000000000..ee2edfbdfbf8
--- /dev/null
+++ b/x11/libxcvt/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= libxcvt
+PORTVERSION= s20210325
+CATEGORIES= x11
+
+MAINTAINER= jbeich@FreeBSD.org
+COMMENT= Calculate VESA CVT mode lines
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+CONFLICTS_INSTALL= xorg-server # bin/cvt
+
+USES= meson
+USE_GITLAB= yes
+GL_SITE= https://gitlab.freedesktop.org
+GL_ACCOUNT= ofourdan
+GL_COMMIT= 81747a3d1270edb4d9df8f133206914512f604fe
+
+.include <bsd.port.mk>
diff --git a/x11/libxcvt/distinfo b/x11/libxcvt/distinfo
new file mode 100644
index 000000000000..07cc9c8535d8
--- /dev/null
+++ b/x11/libxcvt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1616665029
+SHA256 (ofourdan-libxcvt-81747a3d1270edb4d9df8f133206914512f604fe_GL0.tar.gz) = 459734f54717bae7f52894dc6f7812245debba25cffbbf94386327d6cf14c86e
+SIZE (ofourdan-libxcvt-81747a3d1270edb4d9df8f133206914512f604fe_GL0.tar.gz) = 8388
diff --git a/x11/libxcvt/pkg-descr b/x11/libxcvt/pkg-descr
new file mode 100644
index 000000000000..9e1c62d52cc8
--- /dev/null
+++ b/x11/libxcvt/pkg-descr
@@ -0,0 +1,8 @@
+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.
+
+WWW: https://gitlab.freedesktop.org/ofourdan/libxcvt
diff --git a/x11/libxcvt/pkg-plist b/x11/libxcvt/pkg-plist
new file mode 100644
index 000000000000..cf19adbb7a70
--- /dev/null
+++ b/x11/libxcvt/pkg-plist
@@ -0,0 +1,6 @@
+bin/cvt
+include/libxcvt/libxcvt.h
+include/libxcvt/libxcvt_mode.h
+lib/libxcvt.so
+libdata/pkgconfig/libxcvt.pc
+man/man1/cvt.1.gz