aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-sexypsf
Commit message (Collapse)AuthorAgeFilesLines
* XMMS is not going away soon, so unexpire the plugins that build.Christian Weisgerber2014-04-091-3/+0
| | | | Notes: svn path=/head/; revision=350730
* Chase multimedia/xmms deprecation and expiration dateAntoine Brodin2014-03-231-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=348894
* Quiesce mkdirEmanuel Haupt2014-03-181-2/+2
| | | | Notes: svn path=/head/; revision=348550
* Convert USE_BZIP2=yes to USES=tar:bzip2Emanuel Haupt2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348200
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344056
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-3/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343971
* Support staging.Emanuel Haupt2013-11-121-7/+5
| | | | Notes: svn path=/head/; revision=333585
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* 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
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+2
| | | | Notes: svn path=/head/; revision=209970
* Get rid of USE_X_PREFIX.Emanuel Haupt2008-03-171-2/+1
| | | | Notes: svn path=/head/; revision=209209
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+2
| | | | Notes: svn path=/head/; revision=164152
* 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
* Add an additional master siteEmanuel Haupt2005-12-311-1/+2
| | | | | | | Notified by: pointyhat via kris Notes: svn path=/head/; revision=152465
* - Update to 0.4.8Emanuel Haupt2005-11-143-6/+5
| | | | | | | - Update WWW Notes: svn path=/head/; revision=148237
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* - Fix build on amd64Pav Lucistnik2005-07-171-1/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=139407
* Sexypsf is an XMMS plugin for playing .psf files.Pav Lucistnik2005-07-114-0/+75
The PSF format brings the functionality of NSF, SID, SPC, and GBS to next- generation consoles. PSF utilizes the original music driver code from each game to replay sequenced music in a perfectly authentic, and size-efficient, way. The general idea is that a PSF file contains a zlib-compressed program which, if executed on the real console, would simply play the music. PR: ports/83229 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=138941