[34689] trunk/dports/audio/herrie/Portfile

raimue at macports.org raimue at macports.org
Sun Mar 2 13:29:36 PST 2008


Revision: 34689
          http://trac.macosforge.org/projects/macports/changeset/34689
Author:   raimue at macports.org
Date:     2008-03-02 13:29:34 -0800 (Sun, 02 Mar 2008)

Log Message:
-----------
audio/herrie:
linted, patch by maintainer

Modified Paths:
--------------
    trunk/dports/audio/herrie/Portfile

Modified: trunk/dports/audio/herrie/Portfile
===================================================================
--- trunk/dports/audio/herrie/Portfile	2008-03-02 20:46:18 UTC (rev 34688)
+++ trunk/dports/audio/herrie/Portfile	2008-03-02 21:29:34 UTC (rev 34689)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		herrie
 version		1.9.3
 categories	audio
@@ -45,43 +46,43 @@
 
 default_variants +http +mp3 +scrobbler +vorbis +xspf
 
-variant debug {
+variant debug description "Enable debugging symbols" {
 	configure.cflags-append	-g
 	configure.args-append	no_strip
 }
 
-variant http {
+variant http description "Enable HTTP streaming support" {
 	depends_lib-append	port:curl
 	configure.args-delete	no_http
 }
 
-variant modplug {
+variant modplug description "Enable Modplug support" {
 	depends_lib-append	port:libmodplug
 	configure.args-delete	no_modplug
 }
 
-variant mp3 {
+variant mp3 description "Enable MP3 support" {
 	depends_lib-append	port:libid3tag \
 				port:libmad
 	configure.args-delete	no_mp3
 }
 
-variant scrobbler {
+variant scrobbler description "Enable AudioScrobbler support" {
 	depends_lib-append	port:curl
 	configure.args-delete	no_scrobbler
 }
 
-variant sndfile {
+variant sndfile description "Enable libsndfile support" {
 	depends_lib-append	port:libsndfile
 	configure.args-delete	no_sndfile
 }
 
-variant vorbis {
+variant vorbis description "Enable Ogg Vorbis support" {
 	depends_lib-append	port:libvorbis
 	configure.args-delete	no_vorbis
 }
 
-variant xspf {
+variant xspf description "Enable XML Shareable Playlist Format support" {
 	depends_lib-append	port:libspiff
 	configure.args-delete	no_xspf
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080302/6c4f9d88/attachment.html 


More information about the macports-changes mailing list