From 491f02c08fcd7523c3895fdd69157c8646fc2ef9 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Sat, 11 Apr 2015 03:48:35 -0700 Subject: [PATCH] Prune audio/btc --- audio/btc/Makefile | 28 ---------------------------- audio/btc/distinfo | 2 -- audio/btc/files/patch-btc.c | 20 -------------------- audio/btc/pkg-descr | 4 ---- 4 files changed, 54 deletions(-) delete mode 100644 audio/btc/Makefile delete mode 100644 audio/btc/distinfo delete mode 100644 audio/btc/files/patch-btc.c delete mode 100644 audio/btc/pkg-descr diff --git a/audio/btc/Makefile b/audio/btc/Makefile deleted file mode 100644 index 15b950b6f8e..00000000000 --- a/audio/btc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Bill Fumerola -# $FreeBSD$ - -PORTNAME= btc -PORTVERSION= 258 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for creating bass tablature - -WRKSRC= ${WRKDIR} - -PLIST_FILES= bin/btc -PORTDOCS= btc.doc - -OPTIONS_DEFINE= DOCS - -do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${STAGEDIR}${DOCSDIR} - -.include diff --git a/audio/btc/distinfo b/audio/btc/distinfo deleted file mode 100644 index 3bfa3e73a00..00000000000 --- a/audio/btc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (btc258.tar.gz) = d9c70cdbef44e5dc83fb8ec50a33a01c1150a68c3c63921b82c2a50970ffa103 -SIZE (btc258.tar.gz) = 15249 diff --git a/audio/btc/files/patch-btc.c b/audio/btc/files/patch-btc.c deleted file mode 100644 index 90cde37aafe..00000000000 --- a/audio/btc/files/patch-btc.c +++ /dev/null @@ -1,20 +0,0 @@ ---- btc.c.orig Sat Oct 2 00:24:02 1993 -+++ btc.c Mon Jul 26 16:40:04 2004 -@@ -705,7 +705,7 @@ - /* - * GLOBALS - */ --UINT max_line_length; /* Length of line in characters */ -+UINT max_line_length, /* Length of line in characters */ - num_of_lines_read; /* Number of lines read from file */ - - /* -@@ -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 - diff --git a/audio/btc/pkg-descr b/audio/btc/pkg-descr deleted file mode 100644 index aafcec629f0..00000000000 --- a/audio/btc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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. -- 2.41.0