pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/tg-timer: TimeGrapher using a microphone for regulating mechanical watches.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Fri Mar 11 08:55:14 2022 +1100
Changeset: 10cb83f349c32e3fadc669a3e0d6f4e848bab3cc
Modified Files:
Makefile
Added Files:
tg-timer-git/DESCR
tg-timer-git/Makefile
tg-timer-git/PLIST
Log Message:
wip/tg-timer: TimeGrapher using a microphone for regulating mechanical watches.
tg-timer is a program for timing mechanical watches. It uses a microphone to
analyse the "ticks" and "tocks" and generates statistics used by horologists
for regulating mechanical watches.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10cb83f349c32e3fadc669a3e0d6f4e848bab3cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
tg-timer-git/DESCR | 3 +++
tg-timer-git/Makefile | 25 +++++++++++++++++++++++++
tg-timer-git/PLIST | 21 +++++++++++++++++++++
4 files changed, 50 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5873da4e08..9cb2797553 100644
--- a/Makefile
+++ b/Makefile
@@ -5632,6 +5632,7 @@ SUBDIR+= texlive-tlpdb
SUBDIR+= textile-mode
SUBDIR+= textosaurus
SUBDIR+= tftp-hpa
+SUBDIR+= tg-timer-tg
SUBDIR+= tg_owt-git
SUBDIR+= thabit-ttf
SUBDIR+= thawab
diff --git a/tg-timer-git/DESCR b/tg-timer-git/DESCR
new file mode 100644
index 0000000000..c9f238aee0
--- /dev/null
+++ b/tg-timer-git/DESCR
@@ -0,0 +1,3 @@
+tg-timer is a program for timing mechanical watches. It uses a microphone to
+analyse the "ticks" and "tocks" and generates statistics used by horologists
+for regulating mechanical watches.
diff --git a/tg-timer-git/Makefile b/tg-timer-git/Makefile
new file mode 100644
index 0000000000..98863da560
--- /dev/null
+++ b/tg-timer-git/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+PKGNAME= tg-timer-0
+CATEGORIES= audio
+
+MAINTAINER= stix%stix.id.au@localhost
+HOMEPAGE= https://github.com/vacaboja/tg
+COMMENT= Open source Time Grapher for timing mechanical watches
+LICENSE= gnu-gpl-v2
+GIT_REPO= https://github.com/vacaboja/tg
+
+ICON_THEMES= yes
+USE_LANGUAGES= c
+GNU_CONFIGURE= yes
+USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config
+
+pre-configure:
+ cd ${WRKSRC} && sh autogen.sh
+
+.include "../../audio/portaudio/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tg-timer-git/PLIST b/tg-timer-git/PLIST
new file mode 100644
index 0000000000..d9285eabb7
--- /dev/null
+++ b/tg-timer-git/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+bin/tg-timer
+man/man1/tg-timer.1
+share/applications/tg-timer.desktop
+share/icons/hicolor/128x128/apps/tg-timer.png
+share/icons/hicolor/128x128/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/16x16/apps/tg-timer.png
+share/icons/hicolor/16x16/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/22x22/apps/tg-timer.png
+share/icons/hicolor/22x22/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/256x256/apps/tg-timer.png
+share/icons/hicolor/256x256/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/32x32/apps/tg-timer.png
+share/icons/hicolor/32x32/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/48x48/apps/tg-timer.png
+share/icons/hicolor/48x48/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/64x64/apps/tg-timer.png
+share/icons/hicolor/64x64/mimetypes/application-x-tg-timer-data.png
+share/icons/hicolor/scalable/apps/tg-timer.svg
+share/icons/hicolor/scalable/mimetypes/application-x-tg-timer-data.svg
+share/mime/packages/tg-timer.xml
Home |
Main Index |
Thread Index |
Old Index