Index: head/audio/spc2it/Makefile =================================================================== --- head/audio/spc2it/Makefile (revision 566098) +++ head/audio/spc2it/Makefile (revision 566099) @@ -1,25 +1,26 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= spc2it DISTVERSIONPREFIX= v -DISTVERSION= 0.3-14-gd4f165e +DISTVERSION= 0.4.0 CATEGORIES= audio converters MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert SPC files to IT (Impulse Tracker) files LICENSE= GPLv2 -USES= cmake:insource +USES= meson USE_GITHUB= yes GH_ACCOUNT= uyjulian -PLIST_FILES= bin/spc2it man/man1/spc2it.1.gz +PLIST_FILES= bin/spc2it \ + man/man1/spc2it.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${MESON_BUILD_DIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/audio/spc2it/distinfo =================================================================== --- head/audio/spc2it/distinfo (revision 566098) +++ head/audio/spc2it/distinfo (revision 566099) @@ -1,3 +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 +TIMESTAMP = 1613765569 +SHA256 (uyjulian-spc2it-v0.4.0_GH0.tar.gz) = 5f30b0d88a8120ad30cc3a0052441c3d605ee9f165d863bcbeef7c915562a9fa +SIZE (uyjulian-spc2it-v0.4.0_GH0.tar.gz) = 43744 Property changes on: head/audio/spc2it/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/audio/spc2it/files/patch-meson.build =================================================================== --- head/audio/spc2it/files/patch-meson.build (nonexistent) +++ head/audio/spc2it/files/patch-meson.build (revision 566099) @@ -0,0 +1,11 @@ +--- meson.build.orig 2021-02-19 18:21:16 UTC ++++ meson.build +@@ -19,7 +19,7 @@ if target_machine.system() == 'windows' + '-static', + ] + endif +-if target_machine.system() == 'linux' ++if target_machine.system() == 'linux' or target_machine.system() == 'freebsd' + spc2it_ldflags += [ + '-lm', + ] Property changes on: head/audio/spc2it/files/patch-meson.build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/spc2it/files/patch-spc2it.1 =================================================================== --- head/audio/spc2it/files/patch-spc2it.1 (revision 566098) +++ head/audio/spc2it/files/patch-spc2it.1 (revision 566099) @@ -1,30 +1,33 @@ ---- spc2it.1.orig 2018-09-13 18:57:56 UTC +--- spc2it.1.orig 2021-02-19 18:21:16 UTC +++ spc2it.1 -@@ -0,0 +1,27 @@ +@@ -25,3 +25,30 @@ Specify IT rows per pattern [200 default] + .BR adplay (1), + .BR schismtracker (1). + .br +.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 Property changes on: head/audio/spc2it/files/patch-spc2it.1 ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property