pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio Remove audio/ft2-clone
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d3e7e98c694
branches: trunk
changeset: 445444:9d3e7e98c694
user: js <js%pkgsrc.org@localhost>
date: Sat Jan 23 20:36:58 2021 +0000
description:
Remove audio/ft2-clone
It was already there as audio/fasttracker2 - which probably should be renamed,
given that this is not FastTracker II but a clone and the official name of the
project being ft2-clone.
diffstat:
audio/Makefile | 3 +--
audio/ft2-clone/DESCR | 8 --------
audio/ft2-clone/Makefile | 39 ---------------------------------------
audio/ft2-clone/PLIST | 2 --
audio/ft2-clone/distinfo | 6 ------
5 files changed, 1 insertions(+), 57 deletions(-)
diffs (88 lines):
diff -r 294e77aa5cd5 -r 9d3e7e98c694 audio/Makefile
--- a/audio/Makefile Sat Jan 23 20:16:24 2021 +0000
+++ b/audio/Makefile Sat Jan 23 20:36:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.622 2021/01/23 20:16:10 js Exp $
+# $NetBSD: Makefile,v 1.623 2021/01/23 20:36:58 js Exp $
#
COMMENT= Audio tools
@@ -123,7 +123,6 @@
SUBDIR+= freeswitch-sounds-fr
SUBDIR+= freeswitch-sounds-ru
SUBDIR+= freezetag
-SUBDIR+= ft2-clone
SUBDIR+= game-music-emu
SUBDIR+= gbemol
SUBDIR+= gkrellm-volume
diff -r 294e77aa5cd5 -r 9d3e7e98c694 audio/ft2-clone/DESCR
--- a/audio/ft2-clone/DESCR Sat Jan 23 20:16:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-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
diff -r 294e77aa5cd5 -r 9d3e7e98c694 audio/ft2-clone/Makefile
--- a/audio/ft2-clone/Makefile Sat Jan 23 20:16:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $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@localhost
-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"
diff -r 294e77aa5cd5 -r 9d3e7e98c694 audio/ft2-clone/PLIST
--- a/audio/ft2-clone/PLIST Sat Jan 23 20:16:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/23 20:16:11 js Exp $
-bin/ft2-clone
diff -r 294e77aa5cd5 -r 9d3e7e98c694 audio/ft2-clone/distinfo
--- a/audio/ft2-clone/distinfo Sat Jan 23 20:16:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$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
Home |
Main Index |
Thread Index |
Old Index