From juha.nygard1@netikka.fi Wed Nov 26 09:09:23 2003 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 439A216A4CE for ; Wed, 26 Nov 2003 09:09:23 -0800 (PST) Received: from mbox2.netikka.net (mbox2.netikka.net [213.250.81.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE31B43FE5 for ; Wed, 26 Nov 2003 09:09:21 -0800 (PST) (envelope-from juha.nygard1@netikka.fi) Received: from 127.0.0.1 (localhost [127.0.0.1]) by mbox2-scanned.netikka.net (Postfix) with SMTP id EA25F35C0A9 for ; Wed, 26 Nov 2003 19:09:20 +0200 (EET) Received: from [213.250.81.19] (shell.netikka.fi [213.250.81.19]) by mbox2.netikka.net (Postfix) with ESMTP id C58FB35C0A6 for ; Wed, 26 Nov 2003 19:09:20 +0200 (EET) Message-Id: Date: Wed, 26 Nov 2003 19:09:20 +0200 (EET) From: juha.nygard1@netikka.fi To: FreeBSD-gnats-submit@freebsd.org Subject: New port, audio/fluidsynth >Number: 59716 >Category: ports >Synopsis: New port: audio/fluidsynth software synthesizer >Confidential: no >Severity: non-critical >Priority: low >Responsible: pav >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 26 09:10:22 PST 2003 >Closed-Date: Thu Dec 04 03:56:28 PST 2003 >Last-Modified: Mon Jul 05 17:08:18 GMT 2004 >Originator: Juha Nyg=E5rd >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD toukka 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #7: Sat Oct 4 14:30:41 EEST 2003 mortal@toukka:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: >How-To-Repeat: >Fix: # 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: # # fluidsynth # fluidsynth/pkg-plist # fluidsynth/pkg-descr # fluidsynth/distinfo # fluidsynth/README.html # fluidsynth/Makefile # echo c - fluidsynth mkdir -p fluidsynth > /dev/null 2>&1 echo x - fluidsynth/pkg-plist sed 's/^X//' >fluidsynth/pkg-plist << 'END-of-fluidsynth/pkg-plist' Xbin/fluidsynth Xlib/libfluidsynth.la Xlib/libfluidsynth.so.1 Xlib/libfluidsynth.so Xlib/libfluidsynth.a Xinclude/fluidsynth/audio.h Xinclude/fluidsynth/event.h Xinclude/fluidsynth/gen.h Xinclude/fluidsynth/log.h Xinclude/fluidsynth/midi.h Xinclude/fluidsynth/misc.h Xinclude/fluidsynth/mod.h Xinclude/fluidsynth/ramsfont.h Xinclude/fluidsynth/seq.h Xinclude/fluidsynth/seqbind.h Xinclude/fluidsynth/settings.h Xinclude/fluidsynth/sfont.h Xinclude/fluidsynth/shell.h Xinclude/fluidsynth/synth.h Xinclude/fluidsynth/types.h Xinclude/fluidsynth/version.h Xinclude/fluidsynth/voice.h Xinclude/fluidsynth.h Xlib/pkgconfig/fluidsynth.pc X@dirrm include/fluidsynth END-of-fluidsynth/pkg-plist echo x - fluidsynth/pkg-descr sed 's/^X//' >fluidsynth/pkg-descr << 'END-of-fluidsynth/pkg-descr' XFluidSynth is a real-time software synthesizer based on the SoundFont 2 Xspecifications. It is a "software synthesizer". FluidSynth can read MIDI Xevents from the MIDI input device and render them to the audio device. XIt can also play MIDI files. X XNote: FluidSynth was previously called IIWU Synth. X XWWW: http://www.fluidsynth.org/ END-of-fluidsynth/pkg-descr echo x - fluidsynth/distinfo sed 's/^X//' >fluidsynth/distinfo << 'END-of-fluidsynth/distinfo' XMD5 (fluidsynth-1.0.3.tar.gz) =3D fbdccd05e538626888e27b58d3bdbc2b END-of-fluidsynth/distinfo echo x - fluidsynth/README.html sed 's/^X//' >fluidsynth/README.html << 'END-of-fluidsynth/README.html' X X X X X The FreeBSD Ports Collection (audio/fluidsynth) X X X X

The FreeBSD Ports Collection (audio/mikmod)

X
X X

You are now in the directory for the port "audio/fluidsynth".

X X

The package name of this port is "fluidsynth-1.0.3".

X X

This is the one-line description for this port:

X
X X

XFluidSynth is a real-time software synthesizer based on the SoundFont 2=20 specifications. It is a "software synthesizer". FluidSynth can read MIDI=20 events from the MIDI input device and render them to the audio device. It= =20 can also play MIDI files. X

X
X X

Please read the "description file" for = a X longer description and/or visit the web site for futher=20 informations.

X X

If needed, you may contact the maintainer of this port=20 or the port mailing-list.

X X

Go to the top of the ports tree= =20 for X a summary on how to use the ports collection.

X
X X

Go up one level | Go to top of ports tree

X X X END-of-fluidsynth/README.html echo x - fluidsynth/Makefile sed 's/^X//' >fluidsynth/Makefile << 'END-of-fluidsynth/Makefile' X# ports collection makefile for: mikmod304 X# Date created: 16 November 1998 X# Whom: yoshiaki Uchikawa X# X# $FreeBSD: ports/audio/mikmod/Makefile,v 1.20 2003/02/21 10:59:30 knu=20 Exp $ X# X XPORTNAME=3D fluidsynth XPORTVERSION=3D 1.0.3 XCATEGORIES=3D audio XMASTER_SITES=3D ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR=3Dfluid//stable.pkg/1.0.3 X XMAINTAINER=3D juha.nygard1@netikka.fi XCOMMENT=3D FluidSynth is a real-time software synthesizer based on=20 the SoundFont 2 specifications X XUSE_GMAKE=3D yes XGNU_CONFIGURE=3D yes XCFLAGS=3D -pthread XMAN1=3D fluidsynth.1 X X.include END-of-fluidsynth/Makefile exit >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Wed Nov 26 15:46:29 PST 2003 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=59716 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Dec 4 03:56:20 PST 2003 State-Changed-Why: New port added, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=59716 >Unformatted: