aboutsummaryrefslogtreecommitdiff
path: root/audio/sidplay2
Commit message (Collapse)AuthorAgeFilesLines
* Stage supportAntoine Brodin2013-12-301-3/+1
| | | | Notes: svn path=/head/; revision=338144
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+1
| | | | Notes: svn path=/head/; revision=316287
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-10/+6
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonseMark Linimon2009-08-021-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=238758
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* Sidplay 2 is the second in the Sidplay series originally developed by MichaelIon-Mihai Tetcu2006-06-104-0/+53
Schwendt. This version is written by Simon White and is cycle accurate for improved sound reproduction. Sidplay 2 is capable of playing all C64 mono and stereo file formats. WWW: http://sidplay2.sourceforge.net/ PR: ports/98762 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=165059