aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmmsctrl
Commit message (Collapse)AuthorAgeFilesLines
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-311-1/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - Convert to new options frameworkJason E. Hale2012-10-211-8/+7
| | | | | | | | | - Remove indefinite article from COMMENT - Add LICENSE (GPLv2) - Trim Makefile header Approved by: makc, avilla (mentors, implicit) Feature safe: yes
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | Approved by: makc (mentor)
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | MAKE_ENV
* 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)
* - Long overdue maintainer email changeXin LI2007-10-121-2/+5
| | | | | | | - While I'm here, add a few more MASTER_SITES Submitted by: maintainer PR: ports/116938
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* 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)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Add xmmsctrl.Jean-Yves Lefort2005-10-026-0/+102
xmmsctrl is a small utility to control XMMS from the command line. Its goal is to be used coupled with sh to test XMMS state and perform an appropriate action, e.g. if playing then pause else play. The interest of this is to bind keys in a window manager to have control over XMMS with keys that do play/next/pause, prev, control sound... WWW: http://user.it.uu.se/~adavid/utils/ PR: ports/86534 Submitted by: Jason E. Hale <jhale@bluebottle.com>