Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 20:38:34 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301127 - head/audio/xmms2
Message-ID:  <201207182038.q6IKcYct008905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Jul 18 20:38:34 2012
New Revision: 301127
URL: http://svn.freebsd.org/changeset/ports/301127

Log:
  Modify options descriptions and use shared ones where available.
  
  No functional change to the port.
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/audio/xmms2/Makefile   (contents, props changed)

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Wed Jul 18 20:36:40 2012	(r301126)
+++ head/audio/xmms2/Makefile	Wed Jul 18 20:38:34 2012	(r301127)
@@ -38,29 +38,23 @@ OPTIONS_SINGLE_MDNS=	MDNS_APPLE MDNS_AVA
 OPTIONS_DEFAULT=	CURL FAAD FLAC MAD MDNS MDNS_APPLE VORBIS
 
 AIRPLAY_DESC=	Support output via Airport Express
-APE_DESC=	Support to playback Monkey's Audio files
-AVCODEC_DESC=	Support to playback files with avcodec
-CDDA_DESC=	Support to playback AudioCD
-CURL_DESC=	Support to playback files via HTTP
+AVCODEC_DESC=	Avcodevc playback support
+CDDA_DESC=	AudioCD support
 ET_DESC=	Install usage feedback reporting client
-FAAD_DESC=	Support to playback AAC files
 FAM_DESC=	Support to update Media Library on file change
-GME_DESC=	Support to playback video game music files
-GVFS_DESC=	Support to playback files via GVFS
-ICES_DESC=	Support to playback files to an icecast server
-MAD_DESC=	Support to playback MP3 files
-MDNS_DESC=	Support to announce XMMS2d via mDNS (Choose implementation)
+GME_DESC=	Video game music files support
+GVFS_DESC=	Playback files via GVFS
+ICES_DESC=	Playback files to an icecast server
+MDNS_DESC=	Announce XMMS2d via mDNS (Choose implementation)
 MDNS_APPLE_DESC=	Use Apple mDNS implementation
 MDNS_AVAHI_DESC=	Use Avahi mDNS implementation
-MMS_DESC=	Support to playback streams via MMS
-MPG123_DESC=	Support to playback MP3 files
-OFA_DESC=	Support to collect MusicDNS fingerprints
-SAMBA_DESC=	Support to playback files via SMB
-SID_DESC=	Support to playback SID files
-VISUAL_DESC=	Support for visualization plugins
+OFA_DESC=	Collect MusicDNS fingerprints
+SAMBA_DESC=	Playback files via SMB
+SID_DESC=	Playback SID files
+VISUAL_DESC=	Visualization plugins support
 VOCODER_DESC=	Phase Vocoder effect plugin
-WAVPACK_DESC=	Support to playback WV files
-XML_DESC=	Support for XML based playlists (XSPF, RSS)
+WAVPACK_DESC=	Playback WV files
+XML_DESC=	Support XML based playlists (XSPF, RSS)
 
 .endif # !XMMS_SLAVE
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207182038.q6IKcYct008905>