From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 10 11:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E68E016A41C for ; Sun, 10 Jul 2005 11:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7451843D45 for ; Sun, 10 Jul 2005 11:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6ABoBpO003037 for ; Sun, 10 Jul 2005 11:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6ABoBLI003035; Sun, 10 Jul 2005 11:50:11 GMT (envelope-from gnats) Resent-Date: Sun, 10 Jul 2005 11:50:11 GMT Resent-Message-Id: <200507101150.j6ABoBLI003035@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC4216A41C for ; Sun, 10 Jul 2005 11:45:21 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793B943D4C for ; Sun, 10 Jul 2005 11:45:19 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.1) with ESMTP id j6ABjHO0051913 for ; Sun, 10 Jul 2005 13:45:17 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.1/Submit) id j6ABjHr6051912; Sun, 10 Jul 2005 13:45:17 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200507101145.j6ABjHr6051912@beaver.critical.ch> Date: Sun, 10 Jul 2005 13:45:17 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83216: new ports: audio/aylet, audio/xaylet - Players for the .ay audio file format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 11:50:13 -0000 >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 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 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 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: