[37427] trunk/dports/net/yaz/Portfile

jmr at macports.org jmr at macports.org
Sat Jun 7 03:58:09 PDT 2008


Revision: 37427
          http://trac.macosforge.org/projects/macports/changeset/37427
Author:   jmr at macports.org
Date:     2008-06-07 03:58:08 -0700 (Sat, 07 Jun 2008)

Log Message:
-----------
yaz: whitespace changes only

Modified Paths:
--------------
    trunk/dports/net/yaz/Portfile

Modified: trunk/dports/net/yaz/Portfile
===================================================================
--- trunk/dports/net/yaz/Portfile	2008-06-07 10:53:09 UTC (rev 37426)
+++ trunk/dports/net/yaz/Portfile	2008-06-07 10:58:08 UTC (rev 37427)
@@ -2,33 +2,41 @@
 # $Id$
 
 PortSystem 1.0
+                    
+name                yaz
+version             3.0.30
+categories          net databases devel
+platforms           darwin
+maintainers         jmr openmaintainer
+description         toolkit for Z39.50/SRW/SRU clients and servers
+long_description    YAZ is a compact toolkit that provides access to the \
+                    Z39.50 and SRW/SRU protocols, as well as a set of \
+                    higher-level tools for implementing the server and \
+                    client roles, respectively.
+    
+homepage            http://www.indexdata.dk/yaz/
 
-name              yaz
-version           3.0.30
-categories        net databases devel
-platforms         darwin
-maintainers       jmr \
-		  openmaintainer
-description       toolkit for Z39.50/SRW/SRU clients and servers
-long_description  YAZ is a compact toolkit that provides access to the \
-		  Z39.50 and SRW/SRU protocols, as well as a set of \
-		  higher-level tools for implementing the server and \
-		  client roles, respectively.
-	
-homepage          http://www.indexdata.dk/yaz/
+master_sites        http://ftp.indexdata.dk/pub/yaz/
+checksums           md5 ee091ce454daedc4def37bdb7ce099f1 \
+                    sha1 b073d31bed139fd021066cb4af45a15fb4e7b1a5 \
+                    rmd160 ef9a2b794c4e9a5dc671a73d728d17be04751112
 
-master_sites      http://ftp.indexdata.dk/pub/yaz/
-checksums	  md5 ee091ce454daedc4def37bdb7ce099f1 \
-		  sha1 b073d31bed139fd021066cb4af45a15fb4e7b1a5 \
-		  rmd160 ef9a2b794c4e9a5dc671a73d728d17be04751112
+depends_lib         port:gnutls \
+                    port:icu \
+                    port:libiconv \
+                    port:libxml2 \
+                    port:libxslt \
+                    port:ncurses \
+                    port:readline \
+                    port:zlib
 
-depends_lib	port:gnutls port:icu port:libiconv port:libxml2 port:libxslt \
-		port:ncurses port:readline port:zlib
+configure.args      --with-gnutls=${prefix} \
+                    --with-iconv=${prefix} \
+                    --with-icu=${prefix} \
+                    --with-xml2=${prefix} \
+                    --with-xslt=${prefix}
+use_parallel_build  yes
 
-configure.args	--with-gnutls=${prefix} --with-iconv=${prefix} --with-icu=${prefix} \
-		--with-xml2=${prefix} --with-xslt=${prefix}
-use_parallel_build yes
-
-livecheck.check         regex
-livecheck.url           ${master_sites}?M=D
-livecheck.regex         "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"
+livecheck.check     regex
+livecheck.url       ${master_sites}?M=D
+livecheck.regex     "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080607/1eeddb15/attachment.htm 


More information about the macports-changes mailing list