Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 19:20:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479691 - in head/audio: . spc2it spc2it/files
Message-ID:  <201809131920.w8DJK6Mu097793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Sep 13 19:20:05 2018
New Revision: 479691
URL: https://svnweb.freebsd.org/changeset/ports/479691

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

Added:
  head/audio/spc2it/
  head/audio/spc2it/Makefile   (contents, props changed)
  head/audio/spc2it/distinfo   (contents, props changed)
  head/audio/spc2it/files/
  head/audio/spc2it/files/patch-spc2it.1   (contents, props changed)
  head/audio/spc2it/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Sep 13 19:16:12 2018	(r479690)
+++ head/audio/Makefile	Thu Sep 13 19:20:05 2018	(r479691)
@@ -784,6 +784,7 @@
     SUBDIR += soundtouch
     SUBDIR += soundtracker
     SUBDIR += sox
+    SUBDIR += spc2it
     SUBDIR += specimen
     SUBDIR += spectrogram
     SUBDIR += speex

Added: head/audio/spc2it/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/spc2it/Makefile	Thu Sep 13 19:20:05 2018	(r479691)
@@ -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>

Added: head/audio/spc2it/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/spc2it/distinfo	Thu Sep 13 19:20:05 2018	(r479691)
@@ -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

Added: head/audio/spc2it/files/patch-spc2it.1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/spc2it/files/patch-spc2it.1	Thu Sep 13 19:20:05 2018	(r479691)
@@ -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

Added: head/audio/spc2it/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/spc2it/pkg-descr	Thu Sep 13 19:20:05 2018	(r479691)
@@ -0,0 +1,3 @@
+Tool to convert SPC (SNEeSe) files to IT (Impulse Tracker) files.
+
+WWW: https://github.com/uyjulian/spc2it



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809131920.w8DJK6Mu097793>