From owner-svn-ports-all@freebsd.org Tue Nov 6 19:15:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F7CE112E4B7; Tue, 6 Nov 2018 19:15:41 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4E5E699F8; Tue, 6 Nov 2018 19:15:40 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFBD12DA8; Tue, 6 Nov 2018 19:15:40 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA6JFetL021616; Tue, 6 Nov 2018 19:15:40 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA6JFdou021608; Tue, 6 Nov 2018 19:15:39 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201811061915.wA6JFdou021608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Tue, 6 Nov 2018 19:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484317 - in head/sysutils: . jstest-gtk X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/sysutils: . jstest-gtk X-SVN-Commit-Revision: 484317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E4E5E699F8 X-Spamd-Result: default: False [-103.09 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2018 19:15:41 -0000 Author: eugen Date: Tue Nov 6 19:15:39 2018 New Revision: 484317 URL: https://svnweb.freebsd.org/changeset/ports/484317 Log: New port sysutils/jstest-gtk: simple joystick tester based on Gtk+. PR: 231218 Submitted by: Ivan Rozhuk Added: head/sysutils/jstest-gtk/ head/sysutils/jstest-gtk/Makefile (contents, props changed) head/sysutils/jstest-gtk/distinfo (contents, props changed) head/sysutils/jstest-gtk/pkg-descr (contents, props changed) head/sysutils/jstest-gtk/pkg-message (contents, props changed) head/sysutils/jstest-gtk/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Nov 6 19:00:50 2018 (r484316) +++ head/sysutils/Makefile Tue Nov 6 19:15:39 2018 (r484317) @@ -550,6 +550,7 @@ SUBDIR += jkill SUBDIR += jobd SUBDIR += jps + SUBDIR += jstest-gtk SUBDIR += jtop SUBDIR += jtopen SUBDIR += jvmtop Added: head/sysutils/jstest-gtk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jstest-gtk/Makefile Tue Nov 6 19:15:39 2018 (r484317) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= jstest-gtk +PORTVERSION= 20180710 +CATEGORIES= sysutils + +MAINTAINER= rozhuk.im@gmail.com +COMMENT= Simple joystick tester based on Gtk+ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cmake pkgconfig libtool localbase:ldflags +USE_GNOME= gtkmm30 libsigc++20 + +INSTALLS_ICONS= yes + +# gitlab variables +USE_GITLAB= yes +GL_ACCOUNT= jstest-gtk +GL_COMMIT= 62f6e2d7d44620e503149510c428df9e004c9f3b + +post-extract: + @${MKDIR} ${WRKSRC}/src/linux/ + @${CP} -f ${FILESDIR}/input.h ${WRKSRC}/src/linux/ + @${CP} -f ${FILESDIR}/input-event-codes.h ${WRKSRC}/src/linux/ + @${CP} -f ${FILESDIR}/joystick.h ${WRKSRC}/src/linux/ + @${CP} -f ${FILESDIR}/types.h ${WRKSRC}/src/linux/ + +post-patch: + @${REINPLACE_CMD} -e \ + 's|include_directories(SYSTEM|include_directories("$${CMAKE_CURRENT_SOURCE_DIR}/src" SYSTEM|g' \ + ${WRKSRC}/CMakeLists.txt + +.include Added: head/sysutils/jstest-gtk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jstest-gtk/distinfo Tue Nov 6 19:15:39 2018 (r484317) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536313445 +SHA256 (jstest-gtk-jstest-gtk-62f6e2d7d44620e503149510c428df9e004c9f3b_GL0.tar.gz) = 3e0b8b02b818582b6c532feaa35c51e59dee1e38399d861436ad8b7e043fd0fb +SIZE (jstest-gtk-jstest-gtk-62f6e2d7d44620e503149510c428df9e004c9f3b_GL0.tar.gz) = 81302 Added: head/sysutils/jstest-gtk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jstest-gtk/pkg-descr Tue Nov 6 19:15:39 2018 (r484317) @@ -0,0 +1,6 @@ +jstest-gtk is a simple joystick tester based on Gtk+. It provides you +with a list of attached joysticks, a way to display which buttons and +axis are pressed, a way to remap axis and buttons and a way to +calibrate your joystick. + +WWW: https://jstest-gtk.gitlab.io/ Added: head/sysutils/jstest-gtk/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jstest-gtk/pkg-message Tue Nov 6 19:15:39 2018 (r484317) @@ -0,0 +1,7 @@ + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +Do not forget install webcamd with joystick support and run it, +/dev/input/js* device is required. + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Added: head/sysutils/jstest-gtk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/jstest-gtk/pkg-plist Tue Nov 6 19:15:39 2018 (r484317) @@ -0,0 +1,10 @@ +bin/jstest-gtk +libexec/jstest-gtk +man/man1/jstest-gtk.1.gz +share/applications/jstest-gtk.desktop +share/icons/hicolor/scalable/apps/jstest-gtk.svg +%%DATADIR%%/PS3.png +%%DATADIR%%/generic.png +%%DATADIR%%/xbox360.png +%%DATADIR%%/xbox360_small.png +share/metainfo/jstest-gtk.appdata.xml