aboutsummaryrefslogtreecommitdiff
path: root/audio/festalon
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Unquote BROKENEmanuel Haupt2006-06-191-1/+1
| | | | | | | | PR: 99154 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=165736
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+2
| | | | Notes: svn path=/head/; revision=164152
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add an additional master siteEmanuel Haupt2005-12-311-1/+2
| | | | Notes: svn path=/head/; revision=152466
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* 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 MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* - audio/festalon is a command line player for .nsf and .hes audio files (masterPav Lucistnik2005-07-154-0/+70
port) - audio/xmms-festalon is a XMMS plugin for playing .nsf and .hes audio files (slave port) - audio/bmp-festalon is a Beep plugin for playing .nsf and .hes audio files (slave port) It supports all internal sound channels and the extra sound channels found in the Konami VRC6, Konami VRC7, Namco 106, Nintendo MMC5, and Sunsoft FME-07 chips. The extra sound channel present in the Famicom Disk System is also emulated. PR: ports/83405 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=139303