pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xinput_calibrator: import xinput_calibrator-0.7.5



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Apr 22 23:15:28 2016 +0200
Changeset:	3c417a371d25290c752ad632f2b44d1742b31c20

Modified Files:
	Makefile
Added Files:
	xinput_calibrator/DESCR
	xinput_calibrator/Makefile
	xinput_calibrator/PLIST
	xinput_calibrator/distinfo

Log Message:
xinput_calibrator: import xinput_calibrator-0.7.5

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c417a371d25290c752ad632f2b44d1742b31c20

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |  1 +
 xinput_calibrator/DESCR    |  7 +++++++
 xinput_calibrator/Makefile | 23 +++++++++++++++++++++++
 xinput_calibrator/PLIST    |  6 ++++++
 xinput_calibrator/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index acbfd85..2c7f100 100644
--- a/Makefile
+++ b/Makefile
@@ -4256,6 +4256,7 @@ SUBDIR+=	xgfe
 SUBDIR+=	xgobi
 SUBDIR+=	xine-plugin
 SUBDIR+=	xinetd
+SUBDIR+=	xinput_calibrator
 SUBDIR+=	xiphos
 SUBDIR+=	xmail
 SUBDIR+=	xmakemol
diff --git a/xinput_calibrator/DESCR b/xinput_calibrator/DESCR
new file mode 100644
index 0000000..8962ce4
--- /dev/null
+++ b/xinput_calibrator/DESCR
@@ -0,0 +1,7 @@
+Because all existing calibrators were driver dependent and hard to use,
+xinput_calibrator was created. The goal of xinput_calibrator is to:
+
+* work for any Xorg driver (use Xinput to get axis valuators),
+* output the calibration as Xorg.conf, HAL policy and udev rule,
+* support advanced driver options, such as Evdev's dynamic calibration,
+* have a very intuitive GUI (normal X client).
diff --git a/xinput_calibrator/Makefile b/xinput_calibrator/Makefile
new file mode 100644
index 0000000..f6b2f2e
--- /dev/null
+++ b/xinput_calibrator/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	xinput_calibrator-0.7.5
+CATEGORIES=	x11
+MASTER_SITES=	http://github.com/downloads/tias/xinput_calibrator/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.freedesktop.org/wiki/Software/xinput_calibrator/
+COMMENT=	Generic touchscreen calibration program for X.Org
+LICENSE=	x11 AND cc-by-sa-v3.0
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/inputproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xinput_calibrator/PLIST b/xinput_calibrator/PLIST
new file mode 100644
index 0000000..9006808
--- /dev/null
+++ b/xinput_calibrator/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/xinput_calibrator
+man/man1/xinput_calibrator.1
+share/applications/xinput_calibrator.desktop
+share/pixmaps/xinput_calibrator.svg
+share/pixmaps/xinput_calibrator.xpm
diff --git a/xinput_calibrator/distinfo b/xinput_calibrator/distinfo
new file mode 100644
index 0000000..baf3128
--- /dev/null
+++ b/xinput_calibrator/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xinput_calibrator-0.7.5.tar.gz) = 1c2803364585f94c2a98391f23542c4f268be076
+RMD160 (xinput_calibrator-0.7.5.tar.gz) = 0565359b07634bbb98812d475d4f5e772362c18e
+SHA512 (xinput_calibrator-0.7.5.tar.gz) = dc022f4de6d7b57912373a571ef0598c7b9d91cdbc3f63bb2b32c6149e43f67eaf820dc0289349d527314381d5195cf8891f6bcb9847110662dd75875f76b9de
+Size (xinput_calibrator-0.7.5.tar.gz) = 355313 bytes


Home | Main Index | Thread Index | Old Index