aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-06 06:19:20 +0800
committermiwi <miwi@FreeBSD.org>2007-08-06 06:19:20 +0800
commitc3d3630ea5367d4da03a4a1ece4ef0d169527932 (patch)
tree746e439848e3780eba1ec7c2ca64c79b39ba6652
parent57bc26278b02e49a2ea47709d6db69dad9e5c217 (diff)
downloadfreebsd-ports-gnome-c3d3630ea5367d4da03a4a1ece4ef0d169527932.tar.gz
freebsd-ports-gnome-c3d3630ea5367d4da03a4a1ece4ef0d169527932.tar.zst
freebsd-ports-gnome-c3d3630ea5367d4da03a4a1ece4ef0d169527932.zip
sexySPC is a plugin for xmms that plays SPC files, based on the
SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU being written in NASM x86 assembly. WWW: http://www.sourceforge.net/projects/sexyspc/ PR: ports/115223 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
-rw-r--r--audio/Makefile1
-rw-r--r--audio/xmms-sexyspc/Makefile31
-rw-r--r--audio/xmms-sexyspc/distinfo3
-rw-r--r--audio/xmms-sexyspc/pkg-descr6
4 files changed, 41 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 59e801762f93..142399aaecf1 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -701,6 +701,7 @@
SUBDIR += xmms-sapplug
SUBDIR += xmms-scrobbler
SUBDIR += xmms-sexypsf
+ SUBDIR += xmms-sexyspc
SUBDIR += xmms-shn
SUBDIR += xmms-sid
SUBDIR += xmms-sndfile
diff --git a/audio/xmms-sexyspc/Makefile b/audio/xmms-sexyspc/Makefile
new file mode 100644
index 000000000000..75be19d4ca1d
--- /dev/null
+++ b/audio/xmms-sexyspc/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: xmms-sexyspc
+# Date created: 5 August 2007
+# Whom: Naram Qashat <cyberbotx@cyberbotx.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sexyspc
+PORTVERSION= 0.5.0
+CATEGORIES= audio
+MASTER_SITES= SF
+PKGNAMEPREFIX= xmms-
+
+MAINTAINER= cyberbotx@cyberbotx.com
+COMMENT= An SPC plugin for XMMS based on the SNESAPU emulation core
+
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
+ xmms:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+
+PLIST_FILES= lib/xmms/Input/libsexyspc.a \
+ lib/xmms/Input/libsexyspc.la \
+ lib/xmms/Input/libsexyspc.so
+
+ONLY_FOR_ARCHS= i386 # contains x86 assembler code
+USE_XLIB= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/audio/xmms-sexyspc/distinfo b/audio/xmms-sexyspc/distinfo
new file mode 100644
index 000000000000..c865d1cba670
--- /dev/null
+++ b/audio/xmms-sexyspc/distinfo
@@ -0,0 +1,3 @@
+MD5 (sexyspc-0.5.0.tar.gz) = c73c5bfec3fb59e64e6ac2c813cf0123
+SHA256 (sexyspc-0.5.0.tar.gz) = 0558b47fa2e773a7bd430de5fd9a48234a52b3afd9538aeb5b1ffaf087340da3
+SIZE (sexyspc-0.5.0.tar.gz) = 451271
diff --git a/audio/xmms-sexyspc/pkg-descr b/audio/xmms-sexyspc/pkg-descr
new file mode 100644
index 000000000000..5dc384f661b4
--- /dev/null
+++ b/audio/xmms-sexyspc/pkg-descr
@@ -0,0 +1,6 @@
+sexySPC is a plugin for xmms that plays SPC files, based on the
+SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU
+being written in NASM x86 assembly.
+
+WWW: http://www.sourceforge.net/projects/sexyspc/
+