The Bass Tab Creator is a program designed to help create bass tablature.
It was originally created to facilitate the reproduction of tab published in many music magazines and books. It takes as input a file consisting of note information, and builds the tab staffs.
This commit is contained in:
parent
562b1a452e
commit
893775e711
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31138
29
audio/btc/Makefile
Normal file
29
audio/btc/Makefile
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# New ports collection makefile for: btc
|
||||||
|
# Date created: 1 August 2000
|
||||||
|
# Whom: Bill Fumerola <billf@chimesnet.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= btc
|
||||||
|
PORTVERSION= 258
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= http://www.harmony-central.com/Bass/
|
||||||
|
DISTNAME= ${PORTNAME}${PORTVERSION}${EXTRACT_SUFX}
|
||||||
|
|
||||||
|
MAINTAINER= billf@FreeBSD.org
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}
|
||||||
|
|
||||||
|
do-build:
|
||||||
|
|
||||||
|
${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc \
|
||||||
|
${PREFIX}/share/doc/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
audio/btc/distinfo
Normal file
1
audio/btc/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (btc258.tar.gz) = d27e9fdd51dcd50a11d06e5de95c620e
|
11
audio/btc/files/patch-aa
Normal file
11
audio/btc/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- btc.c.orig Sun Jul 30 15:55:16 2000
|
||||||
|
+++ btc.c Sun Jul 30 15:56:41 2000
|
||||||
|
@@ -1583,7 +1583,7 @@
|
||||||
|
|
||||||
|
#if FONT == NO_CUSTOM_FONT
|
||||||
|
fprintf( outfile, "\
|
||||||
|
- || Capitol notes are dotted notes (1.5 x duration)\n\
|
||||||
|
+ || Capital notes are dotted notes (1.5 x duration)\n\
|
||||||
|
||\n" );
|
||||||
|
#endif
|
||||||
|
|
1
audio/btc/pkg-comment
Normal file
1
audio/btc/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A tool for creating bass tablature
|
6
audio/btc/pkg-descr
Normal file
6
audio/btc/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
The Bass Tab Creator is a program designed to help create bass tablature.
|
||||||
|
It was originally created to facilitate the reproduction of tab published
|
||||||
|
in many music magazines and books. It takes as input a file consisting of
|
||||||
|
note information, and builds the tab staffs.
|
||||||
|
|
||||||
|
-- Bill Fumerola <billf@FreeBSD.org>
|
2
audio/btc/pkg-plist
Normal file
2
audio/btc/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bin/btc
|
||||||
|
share/doc/btc/btc.doc
|
Loading…
Reference in New Issue
Block a user