aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-03-27 16:10:15 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-03-27 16:10:15 +0000
commit3e5b16425e1f6d4e7d6183bf7ee7d075584340b9 (patch)
treea5bff4afd49ffa82d50b12d7daab5973fdcbdd81 /audio
parent2915713856e30907cbd6b0a5e4f8a119e859c9d9 (diff)
downloadports-3e5b16425e1f6d4e7d6183bf7ee7d075584340b9.tar.gz
ports-3e5b16425e1f6d4e7d6183bf7ee7d075584340b9.zip
audio/ym2wav is now part of audio/stymulator
Notes
Notes: svn path=/head/; revision=251582
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/ym2wav/Makefile34
-rw-r--r--audio/ym2wav/distinfo3
-rw-r--r--audio/ym2wav/pkg-descr4
4 files changed, 0 insertions, 42 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 0509ed76cef3..965695cd5cf4 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -851,7 +851,6 @@
SUBDIR += yammi
SUBDIR += yamt
SUBDIR += yell
- SUBDIR += ym2wav
SUBDIR += zinf
SUBDIR += zynaddsubfx
diff --git a/audio/ym2wav/Makefile b/audio/ym2wav/Makefile
deleted file mode 100644
index 806942a9edd9..000000000000
--- a/audio/ym2wav/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: ym2wav
-# Date created: 24 Mar 2010
-# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ym2wav
-DISTVERSION= 0.21a
-CATEGORIES= audio
-MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \
- CRITICAL
-DISTNAME= STYMulator-${DISTVERSION}
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= Convert .ym (Yamaha YM2149 soundchip) music files to wav
-
-PLIST_FILES= bin/ym2wav
-
-do-build:
-.for i in digidrum Ymload Ym2149Ex YmMusic YmUserInterface
- ${CXX} ${CXXFLAGS} -c ${WRKSRC}/src/stsoundlib/${i}.cpp \
- -o ${WRKSRC}/src/stsoundlib/${i}.o
-.endfor
- ${CC} ${CFLAGS} -c ${WRKSRC}/src/stsoundlib/lzh/lzhlib.cpp \
- -o ${WRKSRC}/src/stsoundlib/lzh/lzhlib.o
- ${CXX} -o ${WRKSRC}/src/${PORTNAME} ${WRKSRC}/src/ym2wav.cpp \
- ${WRKSRC}/src/stsoundlib/lzh/lzhlib.o \
- ${WRKSRC}/src/stsoundlib/*.o
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/audio/ym2wav/distinfo b/audio/ym2wav/distinfo
deleted file mode 100644
index f89add377d68..000000000000
--- a/audio/ym2wav/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (STYMulator-0.21a.tar.gz) = e6ab8164dfac0300bb91a82f6e704841
-SHA256 (STYMulator-0.21a.tar.gz) = df0ea39339620682e76e0d8b6b128d69ccaa82687556aa207c1f6d6826206365
-SIZE (STYMulator-0.21a.tar.gz) = 113278
diff --git a/audio/ym2wav/pkg-descr b/audio/ym2wav/pkg-descr
deleted file mode 100644
index e34ca2354922..000000000000
--- a/audio/ym2wav/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A program for converting Yamaha YM2149 soundchip music files to wav using the
-ST-Sound library.
-
-WWW: http://atariarea.krap.pl/stymulator/