very small, very simple metronome program with mostly NO bells and whistles
and NO complicated options to run it.
This commit is contained in:
parent
2b944bb98b
commit
6654b9187c
20
audio/metronome/Makefile
Normal file
20
audio/metronome/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/22 09:17:06 espie Exp $
|
||||
|
||||
COMMENT = simple metronome
|
||||
CATEGORIES = audio
|
||||
DISTNAME = metronome-0
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
MASTER_SITES = ftp://quatramaran.ens.fr/pub/espie/
|
||||
|
||||
# OpenBSD licence
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
FAKE_FLAGS = BINDIR=${TRUEPREFIX}/bin MANDIR=${TRUEPREFIX}/man/cat
|
||||
WANTLIB += c m sndio
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/metronome/distinfo
Normal file
5
audio/metronome/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (metronome-0.tar.gz) = V7/pWj3Inul2RKnKcKAHyg==
|
||||
RMD160 (metronome-0.tar.gz) = R49vvEujxhqpFm+GXZ9/rVykQCk=
|
||||
SHA1 (metronome-0.tar.gz) = LAKzehKj/R2Bm2KvXZBwsi0MEbs=
|
||||
SHA256 (metronome-0.tar.gz) = 7prMioy4uwXjZhvZGkU9VQQ+yYRcrB5y7blXYUXHwtI=
|
||||
SIZE (metronome-0.tar.gz) = 2361
|
7
audio/metronome/pkg/DESCR
Normal file
7
audio/metronome/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Metronome is a very simple metronome program.
|
||||
It just provides ticks on the audio output, at a given bpm.
|
||||
It can also stress out one tick out of n to count 4 beats and
|
||||
similar things.
|
||||
|
||||
It was written specifically to avoid installing huge toolchains or using
|
||||
X11 just to get simple tick, tick, tick out of the console.
|
3
audio/metronome/pkg/PLIST
Normal file
3
audio/metronome/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/22 09:17:06 espie Exp $
|
||||
@bin bin/metronome
|
||||
@man man/cat6/metronome.0
|
Loading…
x
Reference in New Issue
Block a user