[65045] trunk/dports/audio/cd-discid/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 20 05:41:11 PDT 2010


Revision: 65045
          http://trac.macports.org/changeset/65045
Author:   ryandesign at macports.org
Date:     2010-03-20 05:41:11 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
cd-discid: whitespace changes only

Modified Paths:
--------------
    trunk/dports/audio/cd-discid/Portfile

Modified: trunk/dports/audio/cd-discid/Portfile
===================================================================
--- trunk/dports/audio/cd-discid/Portfile	2010-03-20 12:41:03 UTC (rev 65044)
+++ trunk/dports/audio/cd-discid/Portfile	2010-03-20 12:41:11 UTC (rev 65045)
@@ -1,41 +1,45 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			cd-discid
-version			0.9
-revision		1
-categories		audio
-platforms		darwin
-maintainers		nomaintainer
-description		read CD and get CDDB discid information
-long_description	\
-	In order to do CDDB queries over the Internet, you must know the DiscID \
-	of the CD you are querying. cd-discid provides you with that information. \
-	It outputs the discid, the number of tracks, the frame offset of all of \
-	the tracks, and the total length of the CD in seconds, on one line in a \
-	space-delimited format. cd-discid was designed as a backend tool for \
-	cdgrab (now abcde) but will work independantly of it.
+name                    cd-discid
+version                 0.9
+revision                1
+categories              audio
+platforms               darwin
+maintainers             nomaintainer
 
-homepage		http://www.hispalinux.es/~data/abcde.php
+description             read CD and get CDDB discid information
 
-master_sites	http://www.hispalinux.es/~data/files/cd-discid/ \
-				http://lly.org/~rcw/cd-discid/
-distname		${name}_${version}.orig
-checksums		md5 64677b8b63d1db0db015043f5455171a
-patchfiles		patch-Makefile
+long_description        In order to do CDDB queries over the Internet, you \
+                        must know the DiscID of the CD you are querying. \
+                        cd-discid provides you with that information. It \
+                        outputs the discid, the number of tracks, the frame \
+                        offset of all of the tracks, and the total length \
+                        of the CD in seconds, on one line in a \
+                        space-delimited format. cd-discid was designed as a \
+                        backend tool for cdgrab (now abcde) but will work \
+                        independantly of it.
 
-worksrcdir		${name}-${version}
+homepage                http://www.hispalinux.es/~data/abcde.php
+master_sites            http://www.hispalinux.es/~data/files/cd-discid/ \
+                        http://lly.org/~rcw/cd-discid/
 
-use_configure   no
+distname                ${name}_${version}.orig
+worksrcdir              ${name}-${version}
 
-build.env		CC=${configure.cc}
+checksums               md5 64677b8b63d1db0db015043f5455171a
 
-destroot.destdir	prefix=${destroot}${prefix}
+patchfiles              patch-Makefile
 
-universal_variant   no
+use_configure           no
 
+build.env               CC=${configure.cc}
+
+destroot.destdir        prefix=${destroot}${prefix}
+
+universal_variant       no
+
 platform macosx {
-   patchfiles-append   patch-cd-discid.c.diff
+    patchfiles-append   patch-cd-discid.c.diff
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100320/46ff07bd/attachment.html>


More information about the macports-changes mailing list