FreeBSD Bugzilla – Attachment 255567 Details for
Bug 283067
[NEW PORT] misc/spnavcfg spacenavd config program
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
spnavcfg utility
0002-NEW-PORT-misc-spnavcfg-spacenavd-config-program.patch (text/plain), 3.42 KB, created by
Stephen Hurd
on 2024-12-01 15:13:42 UTC
(
hide
)
Description:
spnavcfg utility
Filename:
MIME Type:
Creator:
Stephen Hurd
Created:
2024-12-01 15:13:42 UTC
Size:
3.42 KB
patch
obsolete
>From 19a6a2cda55f53332bb49ae9243cca278d8d323c Mon Sep 17 00:00:00 2001 >From: Stephen Hurd <shurd@FreeBSD.org> >Date: Sun, 1 Dec 2024 10:09:54 -0500 >Subject: [PATCH 2/2] [NEW PORT] misc/spnavcfg spacenavd config program > >Interactive configuration program for the Spacenav daemon >(misc/spacenavd). Allows customizing the Axis and Button behaviors. >--- > misc/Makefile | 1 + > misc/spnavcfg/Makefile | 35 +++++++++++++++++++++++++++ > misc/spnavcfg/distinfo | 3 +++ > misc/spnavcfg/files/patch-Makefile.in | 10 ++++++++ > misc/spnavcfg/pkg-descr | 2 ++ > 5 files changed, 51 insertions(+) > create mode 100644 misc/spnavcfg/Makefile > create mode 100644 misc/spnavcfg/distinfo > create mode 100644 misc/spnavcfg/files/patch-Makefile.in > create mode 100644 misc/spnavcfg/pkg-descr > >diff --git a/misc/Makefile b/misc/Makefile >index 4d806cb8069d..53f4cfd2e3e0 100644 >--- a/misc/Makefile >+++ b/misc/Makefile >@@ -598,6 +598,7 @@ > SUBDIR += soapysdr > SUBDIR += solarized > SUBDIR += spacenavd >+ SUBDIR += spnavcfg > SUBDIR += sshbuddy > SUBDIR += sssnips > SUBDIR += star-history >diff --git a/misc/spnavcfg/Makefile b/misc/spnavcfg/Makefile >new file mode 100644 >index 000000000000..33c0e42c17ac >--- /dev/null >+++ b/misc/spnavcfg/Makefile >@@ -0,0 +1,35 @@ >+PORTNAME= spnavcfg >+PORTVERSION= 1.1 >+CATEGORIES= misc >+# USE_GITHUB doesn't work because of LFS PNG files :( >+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ >+ >+MAINTAINER= shurd@freebsd.org >+COMMENT= Spacenav daemon interactive configuration program >+WWW= http://spacenav.sourceforge.net >+ >+LICENSE= GPLv3+ >+ >+LIB_DEPENDS+= libspnav.so:misc/libspnav >+ >+USES= gmake pkgconfig qt:5 xorg >+GH_ACCOUNT= FreeSpacenav >+GH_PROJECT= spnavcfg >+USE_QT= buildtools:build core gui widgets >+USE_XORG+= x11 >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --disable-debug >+ >+MAKE_ENV+= MOC="${MOC}" RCC="${RCC}" UIC="${UIC}" >+ALL_TARGET= ${PORTNAME} >+ >+PLIST_FILES= bin/spnavcfg \ >+ share/applications/spnavcfg.desktop \ >+ share/icons/hicolor/128x128/apps/spnavcfg.png \ >+ share/icons/hicolor/256x256/apps/spnavcfg.png \ >+ share/icons/hicolor/48x48/apps/spnavcfg.png >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spnavcfg >+ >+.include <bsd.port.mk> >diff --git a/misc/spnavcfg/distinfo b/misc/spnavcfg/distinfo >new file mode 100644 >index 000000000000..a41224fdb44c >--- /dev/null >+++ b/misc/spnavcfg/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1732992165 >+SHA256 (spnavcfg-1.1.tar.gz) = 02dfd91d6d761185baffa5e695515cdb64f3e26d2dc3abe790d6452163c75392 >+SIZE (spnavcfg-1.1.tar.gz) = 497896 >diff --git a/misc/spnavcfg/files/patch-Makefile.in b/misc/spnavcfg/files/patch-Makefile.in >new file mode 100644 >index 000000000000..6688ab96b013 >--- /dev/null >+++ b/misc/spnavcfg/files/patch-Makefile.in >@@ -0,0 +1,10 @@ >+--- Makefile.in.orig 2024-11-30 18:32:28 UTC >++++ Makefile.in >+@@ -1,5 +1,5 @@ >+-csrc = $(wildcard src/*.c) >+-ccsrc = $(wildcard src/*.cc) >++csrc := $(wildcard src/*.c) >++ccsrc := $(wildcard src/*.cc) >+ mochdr = src/ui.h >+ mocsrc = $(mochdr:.h=.moc.cc) >+ obj = $(csrc:.c=.o) $(ccsrc:.cc=.o) $(mocsrc:.cc=.o) res.cc >diff --git a/misc/spnavcfg/pkg-descr b/misc/spnavcfg/pkg-descr >new file mode 100644 >index 000000000000..bcdd6a471c5e >--- /dev/null >+++ b/misc/spnavcfg/pkg-descr >@@ -0,0 +1,2 @@ >+Interactive configuration program for the Spacenav daemon >+(misc/spacenavd). Allows customizing the Axis and Button behaviors. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 283067
: 255567