aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-shn
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 2.4.1. Changes in this release:naddy2007-03-303-22/+4
| | | | | - Disable seeking in files with seektables that cannot possibly be valid. - Included libtool doesn't require objformat(1) any longer.
* - Cleanup objformat-removal falloutehaupt2007-03-291-0/+4
| | | | | | - Use USE_LDCONFIG Approved by: portmgr (pav; implicit)
* Fix master site.naddy2007-01-151-1/+1
| | | | | PR: 107898 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Shrink description and update to 2.4.0.naddy2004-05-063-22/+8
| | | | | | Notable changes in this release: - Ability to play files that contain an ID3v2 tag. - Seek table fixes.
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Fix MASTER_SITES and WWW links.naddy2003-12-082-3/+2
| | | | Submitted by: fenner (distfiles survey)
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Maintenance update to 2.2.8.naddy2003-08-273-2/+3
|
* Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* pkg-comment -> COMMENTnaddy2003-02-212-1/+1
|
* After repo copy from graphics category, update all appropriatelioux2002-11-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* * Update to 2.2.7. Minor build changes only.naddy2002-11-032-4/+3
| | | | | | * Take MAINTAINER. Approved by: fenner
* * Update to 2.2.6.naddy2002-10-065-33/+18
| | | | | | | * Home page and master site have moved. * Use standard way of not installing .la library wrapper. Approved by: fenner
* Use USE_GNOMENG.marcus2002-08-311-1/+2
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* * Update master site and homepage.naddy2002-02-013-7/+5
| | | | | | | | * autoconf -> configure * Update to release 2.2.5. Notable changes in this version: + added configuration window option to swap bytes on audio output Approved by: fenner
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-5/+17
| | | | Submitted by: Ports Fury
* - Update to 2.2.4dwcjr2001-09-047-216/+27
| | | | | | | | | | | | - delete patch-a{a,b} - add patch-ltmain.sh - Remove useless .a and .la from pkg-plist and from being installed - Add Author: tag to pkg-descr - Add post-install target to install README to ${DOCSDIR} and support NOPORTDOCS PR: 29815 Submitted by: pat@databits.net No Response: maintainer
* Stick a distfile copy in ${MASTER_SITE_LOCAL} until shnutils.freeshell.orgfenner2001-06-042-2/+4
| | | | | | comes back. Noticed by: Trevor Johnson <trevor@jpj.net>
* Update to version 2.2.3fenner2001-04-223-5/+5
|
* Use "USE_GTK" & "USE_GNOME" forever.vanilla2001-03-151-2/+1
|
* Use X Prefix, like xmms itself.fenner2001-03-101-0/+1
|
* Fix violations of COMMENT files.will2000-12-211-1/+1
| | | | | PR: 22986 Submitted by: Ports Fury
* BUILD_DEPENDS on xmms_config.fenner2000-11-121-0/+1
|
* Add xmms-shn, an xmms plugin that allows playing of shorten-compressedfenner2000-11-047-0/+257
audio.