aboutsummaryrefslogtreecommitdiff
path: root/audio/swami/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2011-09-01 astro/gkrellmoon: AbandonwareBaptiste Daroussin2011-09-011-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2011-09-01 astro/spacechart: Abandonware 2011-09-01 audio/adpcm: No more public distfiles 2011-09-01 audio/aube: Abandonware 2011-09-01 audio/festvox-aec: BROKEN for more than 6 month 2011-09-01 audio/gtkgep: Abandonware 2011-09-01 audio/gtkhirad: No more public distfiles 2011-09-01 audio/opmixer: No more upstream 2011-09-01 audio/swami: Abandonware 2011-09-01 audio/x11amp: Abandonware 2011-09-01 audio/xmms-sndstretch: No Master Site 2011-09-01 cad/linux-gid: No more public distfiles 2011-09-01 chinese/gbscript: No more public distfiles 2011-09-01 chinese/mplayer-fonts: No more public distfiles 2011-09-01 chinese/oxford: No more public distfiles 2011-09-01 chinese/vflib: No more public distfiles 2011-09-01 databases/mysql++: No more public distfiles 2011-09-01 databases/mysql_last_value: No Master Site 2011-09-01 databases/p5-DBIx-Table: No more public distfiles Notes: svn path=/head/; revision=280936
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Deprecate some abandonwaresBaptiste Daroussin2011-08-011-0/+3
| | | | Notes: svn path=/head/; revision=278730
* - cleanup libpng12Dirk Meyer2010-03-301-1/+1
| | | | Notes: svn path=/head/; revision=251835
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase audio/fluidsynth shlib bumpMartin Wilke2010-01-051-2/+2
| | | | Notes: svn path=/head/; revision=247230
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.9.4Martin Wilke2006-12-011-26/+34
| | | | | | | | PR: ports/106138 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=178530
* Drop maintainershipJean-Yves Lefort2006-11-031-1/+1
| | | | Notes: svn path=/head/; revision=176271
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Change my MAINTAINER email address to jylefort@FreeBSD.orgJean-Yves Lefort2005-04-121-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=133186
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-1/+1
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Add swami 0.9.2,Kirill Ponomarev2004-06-261-0/+44
Swami - Sampled Waveforms and And Musical Instruments - is an advanced instrument editor for MIDI music composition and a sampler frontend. Currently SoundFont(r) files can be browsed, edited and saved and new instrument formats are being added in the Swami development version. Swami uses FluidSynth for software synthesis, so almost any sound card can be used. FluidSynth has real time effect control and SoundFont 2.01 modulator support for controlling effects in real time with MIDI. PR: ports/68335 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=112302