From owner-svn-ports-all@freebsd.org Thu Sep 13 19:20:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49EF01096C27; Thu, 13 Sep 2018 19:20:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3C1F7EACB; Thu, 13 Sep 2018 19:20:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEA5E19BA9; Thu, 13 Sep 2018 19:20:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8DJK6cP097797; Thu, 13 Sep 2018 19:20:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8DJK6Mu097793; Thu, 13 Sep 2018 19:20:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201809131920.w8DJK6Mu097793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 13 Sep 2018 19:20:06 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/audio: . spc2it spc2it/files X-SVN-Commit-Revision: 479691 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 19:20:07 -0000 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 +# $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 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 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