aboutsummaryrefslogtreecommitdiffstats
path: root/audio/adplay
Commit message (Collapse)AuthorAgeFilesLines
* Chase audio/libadplug update.ehaupt2018-04-231-0/+1
|
* - Update to 1.8ehaupt2017-11-193-6/+5
| | | | - Update WWW to HTTPS
* Use version tag in GH_TUPLE for database file instead of git hash now that theehaupt2017-04-192-4/+4
| | | | | | | version has been tagged. GitHub reference: https://github.com/adplug/adplay-unix/issues/5#issuecomment-295162419
* - Move from SF to GitHubehaupt2017-04-194-25/+48
| | | | | | | | | | - Update WWW - Define LICENSE_FILE - Add ALSA option - Use autoreconf and - remove a lot of old cruft that's not needed anymore with the use of autoreconf - Bump PORTREVISION just to be safe (autoreconf)
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove support for WANT_SDL/HAVE_SDL knobsamdmi32015-11-091-1/+0
| | | | | | | | | | WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components are installed. This goes against the policy of avoiding automatic dependencies, and there are actually no cases in the portstree where these knobs are used properly, so axe them out. Approved by: portmgr (mat) Differential Revision: D4093
* Use better syntax for option helperbapt2015-02-081-1/+1
| | | | Reported by: danfe
* Use options helpersbapt2015-02-081-8/+2
|
* Clean up some now useless PLIST_DIRS*bapt2014-12-201-1/+0
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix problems with missing libs when the linker enforces explicit linkingtijl2014-08-111-2/+4
| | | | | | (a* to d* categories) PR: 192062
* - Add dependency on libbinio as adplay uses it derectlyamdmi32014-06-061-2/+3
| | | | Approved by: portmgr blanket
* Quiesce mkdirehaupt2014-03-181-1/+1
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Support staging.ehaupt2013-10-251-7/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0
|
* Restore 'Created by' header information. This has been removed during theehaupt2012-11-041-0/+1
| | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes
* - Convert to OPTIONSngehaupt2012-09-081-10/+5
| | | | | - Remove deprecated header information - Pacify portlint
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* Pacify portlintehaupt2011-12-271-1/+2
| | | | Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.ehaupt2011-05-061-5/+2
|
* Add LICENSE and remove MD5 sums.ehaupt2011-01-252-2/+1
| | | | Feature safe: yes
* Chase audio/libadplug updateehaupt2010-05-211-1/+1
|
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1
| | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
* Update AdLib database fileehaupt2010-01-062-8/+10
|
* Update to 1.7ehaupt2010-01-052-6/+5
|
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵amdmi32009-09-021-2/+1
| | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+1
|
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportehaupt2008-07-071-1/+0
| | | | | via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the system compiler.
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* Update to 1.6ehaupt2007-04-214-109/+7
|
* Cleanup non-supported FreeBSD versionsehaupt2007-04-161-4/+0
| | | | | PR: 111645 Submitted by: edwin
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+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)
* Mark it BROKEN on 4.x, it depends on audio/libadplugehaupt2006-09-031-5/+4
|
* Chase audio/libadplug updateehaupt2006-08-151-2/+2
|
* Add optional SDL output support.ehaupt2006-05-221-1/+8
|
* Implement the official adplug database which contains additional, essentialehaupt2006-05-192-4/+19
| | | | | | replay information about problematic files. Some file formats contain too few information about a song for it to be correctly replayed. To counter this, the AdPlug database was created.
* - Update to 1.5ehaupt2006-05-192-6/+5
| | | | - Chase audio/libadplug update
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* devel/libbinio:garga2005-09-222-8/+5
| | | | | | | | | | | | - Update to 1.4 all: - Cleanup Makefile Header - Remove signature from pkg-descr - Adjustments to build with libbinio 1.4 PR: ports/86431 Submitted by: maintainer
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.flz2005-06-012-1/+86
| | | | | PR: ports/81703 Submitted by: maintainer
* Chase the libadplug update.jylefort2005-05-161-1/+2
| | | | | PR: ports/81009 Submitted by: maintainer
* Adplay is a command line AdLib player using the adplug library. It supportsjylefort2005-05-104-0/+74
many AdLib formats such as HSP and HSC. WWW: http://adplug.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>