Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 13:45:17 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83216: new ports: audio/aylet, audio/xaylet - Players for the .ay audio file format 
Message-ID:  <200507101145.j6ABjHr6051912@beaver.critical.ch>
Resent-Message-ID: <200507101150.j6ABoBLI003035@freefall.freebsd.org>

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

>Number:         83216
>Category:       ports
>Synopsis:       new ports: audio/aylet, audio/xaylet - Players for the .ay audio file format
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 10 11:50:11 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/aylet  - A command line player for the .ay audio file format
new port: audio/xaylet - A x11 player for the .ay audio file format

Aylet/Xaylet plays music files in the `.ay' format. These files are essentially
wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum
128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound
chip. Files using the Amstrad CPC ports are also supported.

The sound hardware emulation is based on a Spectrum emulator Fuse.

Committer:
.ay files can be found at: ftp://ftp.worldofspectrum.org/pub/sinclair/music/ay/


>How-To-Repeat:
	
>Fix:

	



--- aylet.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:
#
#	aylet
#	aylet/Makefile
#	aylet/pkg-descr
#	aylet/distinfo
#	aylet/pkg-message
#
echo c - aylet
mkdir -p aylet > /dev/null 2>&1
echo x - aylet/Makefile
sed 's/^X//' >aylet/Makefile << 'END-of-aylet/Makefile'
X# New ports collection makefile for:	aylet
X# Date created:				9 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	aylet
XPORTVERSION=	0.3
XCATEGORIES=	audio
XMASTER_SITES=	ftp://ftp.ibiblio.org/pub/Linux/apps/sound/players/
XPKGNAMEPREFIX?=
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A command line player for the .ay audio file format
X
XUSE_REINPLACE=	yes
XUSE_GMAKE=	yes
XUSE_GETOPT_LONG=yes
X
XALL_TARGET?=	${PORTNAME}
XCFLAGS+=	-DDRIVER_OSS -I${LOCALBASE}/include
X
X.if ${PKGNAMEPREFIX} == ""
X
XMAN1=		aylet.1
XPLIST_FILES=	bin/aylet
X
X.endif
X
Xaylet-post-patch:
X.for flag in CC CFLAGS
X	@${REINPLACE_CMD} -e 's|^${flag}=|${flag}?=|' \
X		${WRKSRC}/Makefile
X.endfor
X	@${REINPLACE_CMD} -e 's|\((CC)\)\ \-o|\1 $$\(CFLAGS) -o|' \
X			${WRKSRC}/Makefile
X
X.if ${PKGNAMEPREFIX} == ""
X
Xpost-patch: aylet-post-patch
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-aylet/Makefile
echo x - aylet/pkg-descr
sed 's/^X//' >aylet/pkg-descr << 'END-of-aylet/pkg-descr'
XAylet plays music files in the `.ay' format. These files are essentially
Xwrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum
X128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound
Xchip. Files using the Amstrad CPC ports are also supported.
X
XThe sound hardware emulation is based on a Spectrum emulator Fuse.
X
XWWW: http://rus.members.beeb.net/aylet.html
X
X- ehaupt
Xehaupt@critical.ch
END-of-aylet/pkg-descr
echo x - aylet/distinfo
sed 's/^X//' >aylet/distinfo << 'END-of-aylet/distinfo'
XMD5 (aylet-0.3.tar.gz) = 83781f46278d6fd3e74f8fc6c695969f
XSIZE (aylet-0.3.tar.gz) = 42554
END-of-aylet/distinfo
echo x - aylet/pkg-message
sed 's/^X//' >aylet/pkg-message << 'END-of-aylet/pkg-message'
X===============================================================================
XA huge .ay file collection can be found at:
X	 ftp://ftp.worldofspectrum.org/pub/sinclair/music/ay/
X===============================================================================
END-of-aylet/pkg-message
exit
--- aylet.shar ends here ---

--- xaylet.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:
#
#	xaylet
#	xaylet/Makefile
#	xaylet/pkg-descr
#
echo c - xaylet
mkdir -p xaylet > /dev/null 2>&1
echo x - xaylet/Makefile
sed 's/^X//' >xaylet/Makefile << 'END-of-xaylet/Makefile'
X# New ports collection makefile for:	xaylet
X# Date created:				9 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPKGNAMEPREFIX=	x
X
XCOMMENT=	A x11 player for the .ay audio file format
X
XALL_TARGET=	xaylet
X
XMASTERDIR=	${.CURDIR}/../aylet
X
XUSE_X_PREFIX=	yes
XUSE_GNOME=	glib12 gtk12
XUSE_GETTEXT=	yes
X
XDESCR=		${.CURDIR}/pkg-descr
XPLIST=		${.CURDIR}/pkg-plist
X
XMAN1=		xaylet.1
XPLIST_FILES=	bin/xaylet
X
Xpost-patch: aylet-post-patch
X	${MV} ${WRKSRC}/${PORTNAME}.1 ${WRKSRC}/xaylet.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/xaylet ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/xaylet.1 ${MANPREFIX}/man/man1
X
X.include "${MASTERDIR}/Makefile"
END-of-xaylet/Makefile
echo x - xaylet/pkg-descr
sed 's/^X//' >xaylet/pkg-descr << 'END-of-xaylet/pkg-descr'
XXaylet plays music files in the `.ay' format. These files are essentially
Xwrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum
X128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound
Xchip. Files using the Amstrad CPC ports are also supported.
X
XThe sound hardware emulation is based on a Spectrum emulator Fuse.
X
XWWW: http://rus.members.beeb.net/aylet.html
X
X- ehaupt
Xehaupt@critical.ch
END-of-xaylet/pkg-descr
exit
--- xaylet.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?200507101145.j6ABjHr6051912>