From 80bc4b166b90264e1c315c7b9a85502fb10e6020 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 9 Apr 2006 13:13:38 +0000 Subject: Initial import of sidplay2: Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music file player. This version plays more SIDs and is capable of more, than the previous Sidplay is. From Simon Hitzemann in PR 25203. --- audio/sidplay2/DESCR | 3 +++ audio/sidplay2/Makefile | 24 ++++++++++++++++++++++++ audio/sidplay2/PLIST | 3 +++ audio/sidplay2/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 audio/sidplay2/DESCR create mode 100644 audio/sidplay2/Makefile create mode 100644 audio/sidplay2/PLIST create mode 100644 audio/sidplay2/distinfo (limited to 'audio/sidplay2') diff --git a/audio/sidplay2/DESCR b/audio/sidplay2/DESCR new file mode 100644 index 00000000000..198364c947c --- /dev/null +++ b/audio/sidplay2/DESCR @@ -0,0 +1,3 @@ +Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music +file player. This version plays more SIDs and is capable of more, than the +previous Sidplay is. diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile new file mode 100644 index 00000000000..681970c7ca2 --- /dev/null +++ b/audio/sidplay2/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ +# + +DISTNAME= sidplay-2.0.9 +PKGNAME= sidplay2-2.0.9 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sidplay2.sourceforge.net/ +COMMENT= Tool for playing sidtunes + +NOT_FOR_PLATFORM= Interix-*-* + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes + +LDFLAGS+= ${LIBOSSAUDIO} + +.include "../../audio/libsidplay2/buildlink3.mk" +.include "../../mk/oss.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/sidplay2/PLIST b/audio/sidplay2/PLIST new file mode 100644 index 00000000000..e3a33cbccee --- /dev/null +++ b/audio/sidplay2/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ +bin/sidplay2 +man/man1/sidplay2.1 diff --git a/audio/sidplay2/distinfo b/audio/sidplay2/distinfo new file mode 100644 index 00000000000..debded745ed --- /dev/null +++ b/audio/sidplay2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $ + +SHA1 (sidplay-2.0.9.tar.gz) = 2e4589cc59b3d2d37f38b98d7a0a0ba37b82da7a +RMD160 (sidplay-2.0.9.tar.gz) = 9d7d2cbcb472ab413093e85827de2c7099782e47 +Size (sidplay-2.0.9.tar.gz) = 362140 bytes -- cgit v1.2.3