Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6683F1A923B for ; Sat, 23 Jan 2021 20:16:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B319284D40; Sat, 23 Jan 2021 20:16:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA39784D37 for ; Sat, 23 Jan 2021 20:16:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id l8Tpi2B-gVXJ for ; Sat, 23 Jan 2021 20:16:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 45DCB84D27 for ; Sat, 23 Jan 2021 20:16:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3338FFA9D; Sat, 23 Jan 2021 20:16:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611432971267300" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 20:16:11 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20210123201611.3338FFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611432971267300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sat Jan 23 20:16:11 UTC 2021 Modified Files: pkgsrc/audio: Makefile Added Files: pkgsrc/audio/ft2-clone: DESCR Makefile PLIST distinfo Log Message: Add audio/ft2-clone Fasttracker II clone for Windows/macOS/Linux Aims to be a highly accurate clone of the classic Fasttracker II software for MS-DOS. The XM player itself has been directly ported from the original source code, for maximum accuracy. What is Fasttracker II? Read about it on Wikipedia: https://en.wikipedia.org/wiki/FastTracker_2 To generate a diff of this commit: cvs rdiff -u -r1.621 -r1.622 pkgsrc/audio/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/audio/ft2-clone/DESCR \ pkgsrc/audio/ft2-clone/Makefile pkgsrc/audio/ft2-clone/PLIST \ pkgsrc/audio/ft2-clone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611432971267300 Content-Disposition: inline Content-Length: 3397 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.621 pkgsrc/audio/Makefile:1.622 --- pkgsrc/audio/Makefile:1.621 Wed Jan 6 00:54:37 2021 +++ pkgsrc/audio/Makefile Sat Jan 23 20:16:10 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.621 2021/01/06 00:54:37 js Exp $ +# $NetBSD: Makefile,v 1.622 2021/01/23 20:16:10 js Exp $ # COMMENT= Audio tools @@ -123,6 +123,7 @@ SUBDIR+= freeswitch-sounds-en SUBDIR+= freeswitch-sounds-fr SUBDIR+= freeswitch-sounds-ru SUBDIR+= freezetag +SUBDIR+= ft2-clone SUBDIR+= game-music-emu SUBDIR+= gbemol SUBDIR+= gkrellm-volume Added files: Index: pkgsrc/audio/ft2-clone/DESCR diff -u /dev/null pkgsrc/audio/ft2-clone/DESCR:1.1 --- /dev/null Sat Jan 23 20:16:11 2021 +++ pkgsrc/audio/ft2-clone/DESCR Sat Jan 23 20:16:11 2021 @@ -0,0 +1,8 @@ +Fasttracker II clone for Windows/macOS/Linux + +Aims to be a highly accurate clone of the classic Fasttracker II software for +MS-DOS. The XM player itself has been directly ported from the original source +code, for maximum accuracy. + +What is Fasttracker II? Read about it on Wikipedia: +https://en.wikipedia.org/wiki/FastTracker_2 Index: pkgsrc/audio/ft2-clone/Makefile diff -u /dev/null pkgsrc/audio/ft2-clone/Makefile:1.1 --- /dev/null Sat Jan 23 20:16:11 2021 +++ pkgsrc/audio/ft2-clone/Makefile Sat Jan 23 20:16:11 2021 @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1 2021/01/23 20:16:11 js Exp $ + +DISTNAME= ft2-clone-1.43 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} +GITHUB_PROJECT= ft2-clone +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= js@pkgsrc.org +HOMEPAGE= https://github.com/8bitbubsy/ft2-clone/ +COMMENT= Fasttracker II clone for Windows/macOS/Linux +LICENSE= modified-bsd + +USE_LANGUAGES= c c++ + +INSTALLATION_DIRS+= bin + +do-build: + cd ${WRKSRC}/src/rtmidi && ${CXX} -c -O2 -DNDEBUG \ + $$(sdl2-config --cflags) *.cpp + cd ${WRKSRC}/src/gfxdata && ${CC} -c -O2 -DNDEBUG \ + $$(sdl2-config --cflags) *.c + cd ${WRKSRC}/src/mixer && ${CC} -c -O2 -DNDEBUG \ + $$(sdl2-config --cflags) *.c + cd ${WRKSRC}/src && ${CC} -c -O2 -DNDEBUG $$(sdl2-config --cflags) *.c + cd ${WRKSRC} && ${CXX} -o ft2-clone \ + $$(sdl2-config --libs) -liconv \ + src/rtmidi/*.o \ + src/gfxdata/*.o \ + src/mixer/*.o \ + src/*.o + +do-install: + cd ${WRKSRC} && ${INSTALL} -m 755 ft2-clone \ + ${DESTDIR}${PREFIX}/bin/ft2-clone + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/SDL2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/audio/ft2-clone/PLIST diff -u /dev/null pkgsrc/audio/ft2-clone/PLIST:1.1 --- /dev/null Sat Jan 23 20:16:11 2021 +++ pkgsrc/audio/ft2-clone/PLIST Sat Jan 23 20:16:11 2021 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/01/23 20:16:11 js Exp $ +bin/ft2-clone Index: pkgsrc/audio/ft2-clone/distinfo diff -u /dev/null pkgsrc/audio/ft2-clone/distinfo:1.1 --- /dev/null Sat Jan 23 20:16:11 2021 +++ pkgsrc/audio/ft2-clone/distinfo Sat Jan 23 20:16:11 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/01/23 20:16:11 js Exp $ + +SHA1 (ft2-clone-1.43.tar.gz) = 34a8be674e44169aa07c87190cbe296ce7b3481b +RMD160 (ft2-clone-1.43.tar.gz) = 50bd6c2224fcfee21f6617253d4d1f2fdf211517 +SHA512 (ft2-clone-1.43.tar.gz) = 767cd178b459bc6365c6c7368a505b9abb69d2a0507d045eb964f01ec6deda36834438c39cade323ec55bcbd29683dc30fc2b8986a1f9e2d5134ec685aaad4b5 +Size (ft2-clone-1.43.tar.gz) = 5097977 bytes --_----------=_1611432971267300--