Add sidplayer 4.4,

SIDPlayer is a replayer program for C64 music (SID tunes). You can
think of it as being a stripped-down C64 emulator that only emulates
the processor and the sound chip of the C64. It also supports the
SID option of the Catweasel MK3 PCI card.

PR:		ports/81537
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Kirill Ponomarev 2005-05-27 08:24:44 +00:00
parent 95b2561585
commit 45d7ea7693
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136256
5 changed files with 81 additions and 0 deletions

View file

@ -413,6 +413,7 @@
SUBDIR += shorten
SUBDIR += shout
SUBDIR += sidplay
SUBDIR += sidplayer
SUBDIR += simplemod
SUBDIR += slimserver
SUBDIR += snack

47
audio/sidplayer/Makefile Normal file
View file

@ -0,0 +1,47 @@
# New ports collection makefile for: sidplayer
# Date created: 27 May 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= sidplayer
PORTVERSION= 4.4
CATEGORIES= audio
MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~cbauer/
DISTNAME= SIDPlayer-${PORTVERSION}
MAINTAINER= ehaupt@critical.ch
COMMENT= A C64 SID tune player
USE_SDL= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
SDLINCLUDEDIR= SDL11
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|SDL/SDL_endian\.h|${SDLINCLUDEDIR}/SDL_endian\.h|' \
${WRKSRC}/src/main_sdl.cpp
do-install:
${INSTALL} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/PSID\ Demo/* ${DOCSDIR}/
.endif
post-install:
@${ECHO_MSG} "=============================================================="
@${ECHO_MSG} "A huge SID tune archive can be found at http://hvsc.c64.org/"
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "You can find a few examples in ${DOCSDIR}"
.endif
@${ECHO_MSG} "=============================================================="
.include <bsd.port.mk>

2
audio/sidplayer/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (SIDPlayer-4.4.tar.gz) = bf066aa9b83b561a72ebf19947eb764c
SIZE (SIDPlayer-4.4.tar.gz) = 230703

View file

@ -0,0 +1,9 @@
SIDPlayer is a replayer program for C64 music (SID tunes). You can think of it
as being a stripped-down C64 emulator that only emulates the processor and the
sound chip of the C64. It also supports the SID option of the
Catweasel MK3 PCI card.
WWW: http://www.students.uni-mainz.de/bauec002/SPMain.html
- ehaupt
ehaupt@critical.ch

22
audio/sidplayer/pkg-plist Normal file
View file

@ -0,0 +1,22 @@
bin/sidplayer
%%PORTDOCS%%%%DOCSDIR%%/Antics
%%PORTDOCS%%%%DOCSDIR%%/Arkanoid
%%PORTDOCS%%%%DOCSDIR%%/Bombo
%%PORTDOCS%%%%DOCSDIR%%/Bulldog
%%PORTDOCS%%%%DOCSDIR%%/Cybernoid_II
%%PORTDOCS%%%%DOCSDIR%%/Dance_At_Night
%%PORTDOCS%%%%DOCSDIR%%/Deflektor
%%PORTDOCS%%%%DOCSDIR%%/F1_Simulator
%%PORTDOCS%%%%DOCSDIR%%/Geir_Tjelta-01
%%PORTDOCS%%%%DOCSDIR%%/Immortal_Flash_2
%%PORTDOCS%%%%DOCSDIR%%/Lightforce
%%PORTDOCS%%%%DOCSDIR%%/Master_Of_Magic
%%PORTDOCS%%%%DOCSDIR%%/Ocean_Loader_v3.0
%%PORTDOCS%%%%DOCSDIR%%/Parallax
%%PORTDOCS%%%%DOCSDIR%%/Spellbound
%%PORTDOCS%%%%DOCSDIR%%/Thrust
%%PORTDOCS%%%%DOCSDIR%%/Times_of_Lore
%%PORTDOCS%%%%DOCSDIR%%/W.A.R
%%PORTDOCS%%%%DOCSDIR%%/Yie_Ar_Kung_Fu
%%PORTDOCS%%%%DOCSDIR%%/Zoids
%%PORTDOCS%%@dirrm %%DOCSDIR%%