diff options
author | pav <pav@FreeBSD.org> | 2005-07-28 12:15:12 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-28 12:15:12 +0000 |
commit | 9181dd5fd648bd98595e937dc4fde5bd3cef1cb2 (patch) | |
tree | c0381388800281238038f6e5799449b74c604b2d /audio | |
parent | 019ec7b1508dd96e740d6e212d90ba142870bdce (diff) | |
download | FreeBSD-ports-9181dd5fd648bd98595e937dc4fde5bd3cef1cb2.zip FreeBSD-ports-9181dd5fd648bd98595e937dc4fde5bd3cef1cb2.tar.gz |
Playgsf is a simple command line player for gsf files based on a winamp plugin
called 'Highly Advanced'.
The gsf file format is a music format similar to the psf format for
playstation(TM).
PR: ports/84025
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/playgsf/Makefile | 38 | ||||
-rw-r--r-- | audio/playgsf/distinfo | 2 | ||||
-rw-r--r-- | audio/playgsf/pkg-descr | 10 | ||||
-rw-r--r-- | audio/playgsf/pkg-message | 4 |
5 files changed, 55 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 629161a..1cb9108 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -366,6 +366,7 @@ SUBDIR += phatbeat SUBDIR += pimp3 SUBDIR += play + SUBDIR += playgsf SUBDIR += playmidi SUBDIR += polypaudio SUBDIR += portaudio diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile new file mode 100644 index 0000000..0974a45 --- /dev/null +++ b/audio/playgsf/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: playgsf +# Date created: 10 Jul 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= playgsf +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= http://projects.raphnet.net/playgsf/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= A command line player for gsf audio files + +USE_GMAKE= yes +USE_REINPLACE= yes +USE_LIBTOOL_VER=15 +USE_GCC= 3.4+ + +# avoid a "of memory error" gcc bug +CFLAGS+= -O0 + +PLIST_FILES= bin/playgsf + +ONLY_FOR_ARCHS= i386 # contains x86 assembler + +post-patch: + @${REINPLACE_CMD} -e 's|^\(CFLAGS="\)\(-DLINUX\)|\1${CFLAGS} \2|' \ + ${WRKSRC}/configure + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +post-install: + ${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/audio/playgsf/distinfo b/audio/playgsf/distinfo new file mode 100644 index 0000000..ed04129 --- /dev/null +++ b/audio/playgsf/distinfo @@ -0,0 +1,2 @@ +MD5 (playgsf-0.6.tar.gz) = 019f052657896e0fed6939ca1a3527e6 +SIZE (playgsf-0.6.tar.gz) = 243894 diff --git a/audio/playgsf/pkg-descr b/audio/playgsf/pkg-descr new file mode 100644 index 0000000..8c6ee2b --- /dev/null +++ b/audio/playgsf/pkg-descr @@ -0,0 +1,10 @@ +Playgsf is a simple command line player for gsf files based on a winamp plugin +called 'Highly Advanced'. + +The gsf file format is a music format similar to the psf format for +playstation(TM). + +WWW: http://projects.raphnet.net/#playgsf + +- ehaupt +ehaupt@critical.ch diff --git a/audio/playgsf/pkg-message b/audio/playgsf/pkg-message new file mode 100644 index 0000000..3a1307d --- /dev/null +++ b/audio/playgsf/pkg-message @@ -0,0 +1,4 @@ +================================================================================ +A huge gsf file collection can be found at: + http://www.caitsith2.com/gsf/ or http://www.zophar.net/gsf/ +================================================================================ |