FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:55 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
fluidsynth 1.1.1 audio on this many watch lists=1 search for ports that depend on this port
Real-time software synthesizer based on the SoundFont 2 specifications
Maintained by: multimedia@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Dec 2003 11:56:07


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

Note: FluidSynth was previously called IIWU Synth.

WWW: http://www.fluidsynth.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool22, devel/pkg-config
Required To Run: devel/pkg-config, devel/gio-fam-backend
Required Libraries: audio/jack, devel/glib20

To install the port: cd /usr/ports/audio/fluidsynth/ && make install clean
To add the package: pkg_add -r fluidsynth


Configuration Options
===> The following configuration options are available for fluidsynth-1.1.1:
     JACK=On (default) "Enable Jack audio support"
     LADSPA=Off (default) "Enable LADSPA audio support"
     PORTAUDIO=Off (default) "Enable PortAudio support"
     PULSEAUDIO=Off (default) "Enable PulseAudio support"
     SNDFILE=Off (default) "Enable Libsndfile support"
===> Use 'make config' to modify these settings

Master Sites:
http://download.savannah.gnu.org/releases/fluid/
http://ftp.cc.uoc.gr/mirrors/nongnu.org/fluid/
http://www.very-clever.com/download/nongnu/fluid/
http://ftp.twaren.net/Unix/NonGNU/fluid/
ftp://ftp.cc.uoc.gr/mirrors/nongnu.org/fluid/
ftp://ftp.twaren.net/Unix/NonGNU/fluid/
http://download.savannah.gnu.org/releases-noredirect/fluid/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 Jan 2010 23:14:28
Original commit files touched by this commit  1.1.1
miwi search for other commits by this committer
- Update to 1.1.1

PR:             142312
Submitted by:   Ports Fury
20 Mar 2008 09:19:39
Original commit files touched by this commit  1.0.8
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
19 Dec 2007 12:36:10
Original commit files touched by this commit  1.0.8
pav search for other commits by this committer
- Update to 1.0.8

PR:             ports/118259
Submitted by:   Dmitry Klimov <lazyklimm@gmail.com>
25 Jun 2007 00:12:46
Original commit files touched by this commit  1.0.7a_2
ahze search for other commits by this committer
- Transfer maintainership to multimedia@
- Make jack-audio support on by default (per configure script)
- add OPTIONS
14 Aug 2006 11:08:25
Original commit files touched by this commit  1.0.7a_1
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.0.7a_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Feb 2006 19:53:23
Original commit files touched by this commit  1.0.7a
mnag search for other commits by this committer
- Update to 1.0.7a
- portlint(1)

PR:             93652
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
23 Nov 2005 23:29:54
Original commit files touched by this commit  1.0.6
pav search for other commits by this committer
- Add some SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.6
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
10 Oct 2005 11:27:38
Original commit files touched by this commit  1.0.6
garga search for other commits by this committer
- Update to 1.0.6

PR:             ports/87053
Submitted by:   Ports Fury
25 Sep 2005 04:06:15
Original commit files touched by this commit  1.0.5
lioux search for other commits by this committer
Drop maintainership
10 Apr 2005 21:58:18
Original commit files touched by this commit  1.0.5
kris search for other commits by this committer
Now builds on sparc64
04 Apr 2005 09:14:43
Original commit files touched by this commit  1.0.5
lioux search for other commits by this committer
o Update to 1.0.5
o Take over maintainership (suggested by previous maintainer [1])

Approved by:    Juha Nyg?rd <juha.nygard1@netikka.fi> [1]
09 Jul 2004 18:43:11
Original commit files touched by this commit  1.0.3_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.0.3_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.0.3_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
23 Feb 2004 21:51:30
Original commit files touched by this commit  1.0.3_1
kris search for other commits by this committer
BROKEN on !i386 and !amd64: Does not compile.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.0.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 09:18:45
Original commit files touched by this commit  1.0.3
pav search for other commits by this committer
- Savannah is still dead but there is a new master_sites

Reported by:    bento via kris
04 Dec 2003 11:51:39
Original commit files touched by this commit  1.0.3
pav search for other commits by this committer
Add fluidsynth, a real-time software synthesizer based on the SoundFont 2
specifications. It is a "software synthesizer". FluidSynth can read MIDI
events from the MIDI input device and render them to the audio device.
It can also play MIDI files.

PR:             ports/59716
Submitted by:   Juha Nygard <juha.nygard1@netikka.fi>
Approved by:    adamw (mentor)

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.362 seconds.