[38569] trunk/dports/irc/silc-server/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 25 01:57:20 PDT 2008


Revision: 38569
          http://trac.macosforge.org/projects/macports/changeset/38569
Author:   ryandesign at macports.org
Date:     2008-07-25 01:57:20 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
silc-server: whitespace changes only

Modified Paths:
--------------
    trunk/dports/irc/silc-server/Portfile

Modified: trunk/dports/irc/silc-server/Portfile
===================================================================
--- trunk/dports/irc/silc-server/Portfile	2008-07-25 08:55:20 UTC (rev 38568)
+++ trunk/dports/irc/silc-server/Portfile	2008-07-25 08:57:20 UTC (rev 38569)
@@ -1,35 +1,36 @@
 # $Id$
 
-PortSystem 1.0
-name		silc-server
-version		1.1
-categories	irc	
-description	server for the silc-network.
-long_description	silc-server (silcd) is the server for the SILC protocol. \
-			SILC (Secure Internet Live Conferencing) is a protocol which provides \
-			secure conferencing services in the Internet over insecure channel. \
-			SILC superficially resembles IRC, although they are very different \
-			internally. SILC is much more than just about `encrypting the traffic'.
+PortSystem              1.0
 
-homepage	http://silcnet.org/
-platforms	darwin
-maintainers	nomaintainer
-master_sites	${homepage}download/server/sources/
-checksums	md5 0729ac04c10154b2e464ae0cf37fd1a1 \
-		sha1 6d8c26b49c2fed7f631fd147d5c1b75f37f3ad3c \
-		rmd160 dc5c7a3979a6407e6efb3375864fe708035749e9
-patchfiles	patch-server.h.diff
-use_bzip2	yes
+name                    silc-server
+version                 1.1
+categories              irc
+description             server for the silc-network.
+long_description        silc-server (silcd) is the server for the SILC protocol. \
+                        SILC (Secure Internet Live Conferencing) is a protocol which provides \
+                        secure conferencing services in the Internet over insecure channel. \
+                        SILC superficially resembles IRC, although they are very different \
+                        internally. SILC is much more than just about `encrypting the traffic'.
 
-configure.args	--with-etcdir=${prefix}/etc/${name} \
-		--with-docdir=${prefix}/share/${name} \
-                --with-helpdir=${prefix}/share/${name} \
-                --with-simdir=${prefix}/share/${name} \
-                --with-logsdir=${prefix}/var/log/${name} \
-		--with-silcd-config-file=${prefix}/etc/${name}/silcd.conf \
-                --disable-asm \
-		--without-irssi 
+homepage                http://silcnet.org/
+platforms               darwin
+maintainers             nomaintainer
+master_sites            ${homepage}download/server/sources/
+checksums               md5     0729ac04c10154b2e464ae0cf37fd1a1 \
+                        sha1    6d8c26b49c2fed7f631fd147d5c1b75f37f3ad3c \
+                        rmd160  dc5c7a3979a6407e6efb3375864fe708035749e9
+patchfiles              patch-server.h.diff
+use_bzip2               yes
 
-livecheck.check		regex
-livecheck.url		${homepage}
-livecheck.regex		{${name}-([0-9.]+)\.tar}
+configure.args          --with-etcdir=${prefix}/etc/${name} \
+                        --with-docdir=${prefix}/share/${name} \
+                        --with-helpdir=${prefix}/share/${name} \
+                        --with-simdir=${prefix}/share/${name} \
+                        --with-logsdir=${prefix}/var/log/${name} \
+                        --with-silcd-config-file=${prefix}/etc/${name}/silcd.conf \
+                        --disable-asm \
+                        --without-irssi
+
+livecheck.check         regex
+livecheck.url           ${homepage}
+livecheck.regex         {${name}-([0-9.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/230dfa9d/attachment.html 


More information about the macports-changes mailing list