Add spc2it 0.3.14.g4.f165.e, convert SPC files to IT (Impulse Tracker)

files.
This commit is contained in:
Emanuel Haupt 2018-09-13 19:20:05 +00:00
parent 52d8ad5f01
commit e6a5164431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479691
5 changed files with 62 additions and 0 deletions

View File

@ -784,6 +784,7 @@
SUBDIR += soundtouch
SUBDIR += soundtracker
SUBDIR += sox
SUBDIR += spc2it
SUBDIR += specimen
SUBDIR += spectrogram
SUBDIR += speex

25
audio/spc2it/Makefile Normal file
View File

@ -0,0 +1,25 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= spc2it
DISTVERSIONPREFIX= v
DISTVERSION= 0.3-14-gd4f165e
CATEGORIES= audio converters
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Convert SPC files to IT (Impulse Tracker) files
LICENSE= GPLv2
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= uyjulian
PLIST_FILES= bin/spc2it man/man1/spc2it.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>

3
audio/spc2it/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1536864840
SHA256 (uyjulian-spc2it-v0.3-14-gd4f165e_GH0.tar.gz) = 6853d16b5e8540cf0182a09ccf0ada20d03237026e4bada98e6d5af9557ad882
SIZE (uyjulian-spc2it-v0.3-14-gd4f165e_GH0.tar.gz) = 42150

View File

@ -0,0 +1,30 @@
--- spc2it.1.orig 2018-09-13 18:57:56 UTC
+++ spc2it.1
@@ -0,0 +1,27 @@
+.TH spc2it "1" "September 10 2018" "User Commands"
+.SH NAME
+spc2it \- converts SPC700 sound files to the Impulse Tracker format
+.SH SYNOPSIS
+.B spc2it
+.RI [ options ] " filename"
+.TP
+Where <filename> is any .spc or .sp# file
+.SH DESCRIPTION
+This manual describes the
+.B spc2it
+command. It converts SPC files to IT (Impulse Tracker) files.
+.TP
+Options:
+.TP
+\fB\-t\fR x
+Specify a time limit in seconds [60 default]
+.TP
+\fB\-d\fR xxxxxxxx Voices to disable (1\-8) [none default]
+.TP
+\fB\-r\fR xxx
+Specify IT rows per pattern [200 default]
+.IP
+.SH "SEE ALSO"
+.BR adplay (1),
+.BR schismtracker (1).
+.br

3
audio/spc2it/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Tool to convert SPC (SNEeSe) files to IT (Impulse Tracker) files.
WWW: https://github.com/uyjulian/spc2it