Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 01:44:24 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84025: new port: audio/playgsf - A command line player for gsf audio files 
Message-ID:  <200507242344.j6ONiOx0065935@beaver.critical.ch>
Resent-Message-ID: <200507242350.j6ONoCMi099171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84025
>Category:       ports
>Synopsis:       new port: audio/playgsf - A command line player for gsf audio files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 23:50:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #0: Wed Jul  6 20:05:27 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: audio/playgsf - A command line player for gsf audio files

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).


>How-To-Repeat:
	
>Fix:

	



--- playgsf.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	playgsf
#	playgsf/Makefile
#	playgsf/pkg-descr
#	playgsf/distinfo
#	playgsf/pkg-message
#
echo c - playgsf
mkdir -p playgsf > /dev/null 2>&1
echo x - playgsf/Makefile
sed 's/^X//' >playgsf/Makefile << 'END-of-playgsf/Makefile'
X# New ports collection makefile for:	playgsf
X# Date created:				10 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	playgsf
XPORTVERSION=	0.6
XCATEGORIES=	audio
XMASTER_SITES=	http://projects.raphnet.net/playgsf/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A command line player for gsf audio files
X
XUSE_GMAKE=	yes
XUSE_REINPLACE=	yes
XUSE_LIBTOOL_VER=15
XUSE_GCC=	3.4+
X
X# avoid a "of memory error" gcc bug
XCFLAGS+=	-O0
X
XPLIST_FILES=	bin/playgsf
X
XONLY_FOR_ARCHS=	i386	# contains x86 assembler
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|^\(CFLAGS="\)\(-DLINUX\)|\1${CFLAGS} \2|' \
X		${WRKSRC}/configure
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
Xpost-install:
X	${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-playgsf/Makefile
echo x - playgsf/pkg-descr
sed 's/^X//' >playgsf/pkg-descr << 'END-of-playgsf/pkg-descr'
XPlaygsf is a simple command line player for gsf files based on a winamp plugin
Xcalled 'Highly Advanced'.
X
XThe gsf file format is a music format similar to the psf format for
Xplaystation(TM).
X
XWWW: http://projects.raphnet.net/#playgsf
X
X- ehaupt
Xehaupt@critical.ch
END-of-playgsf/pkg-descr
echo x - playgsf/distinfo
sed 's/^X//' >playgsf/distinfo << 'END-of-playgsf/distinfo'
XMD5 (playgsf-0.6.tar.gz) = 019f052657896e0fed6939ca1a3527e6
XSIZE (playgsf-0.6.tar.gz) = 243894
END-of-playgsf/distinfo
echo x - playgsf/pkg-message
sed 's/^X//' >playgsf/pkg-message << 'END-of-playgsf/pkg-message'
X================================================================================
XA huge gsf file collection can be found at:
X          http://www.caitsith2.com/gsf/ or http://www.zophar.net/gsf/
X================================================================================
END-of-playgsf/pkg-message
exit
--- playgsf.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507242344.j6ONiOx0065935>