[101734] trunk/dports/irc/ngircd/Portfile

larryv at macports.org larryv at macports.org
Thu Jan 17 18:45:32 PST 2013


Revision: 101734
          https://trac.macports.org/changeset/101734
Author:   larryv at macports.org
Date:     2013-01-17 18:45:31 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
ngircd: Add standard modeline; tweak whitespace and formatting.

Modified Paths:
--------------
    trunk/dports/irc/ngircd/Portfile

Modified: trunk/dports/irc/ngircd/Portfile
===================================================================
--- trunk/dports/irc/ngircd/Portfile	2013-01-18 02:34:03 UTC (rev 101733)
+++ trunk/dports/irc/ngircd/Portfile	2013-01-18 02:45:31 UTC (rev 101734)
@@ -1,39 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            ngircd
-version         16
-revision        1
-categories      irc
-maintainers     nomaintainer
-description     next generation IRC daemon
-long_description \
-    ngIRCd is a free open source daemon for \
-    Internet Relay Chat (IRC). It's written \
-    from scratch and is not based upon the \
-    original IRCd like many others.
-homepage        http://ngircd.barton.de/
-platforms       darwin
-master_sites    ftp://ftp.berlios.de/pub/ngircd/ \
-                ftp://ngircd.barton.de/pub/ngircd/
+name                ngircd
+version             16
+revision            1
+categories          irc
+platforms           darwin
+maintainers         nomaintainer
 
-checksums       md5     8c9e0382cd982b0ca77c05528ebe28eb \
-                sha1    b6903448edacf01e67d6246bff5ff9b5206e6422 \
-                rmd160  e118b23a8e53fada64e632b148129cd9ce6dc69a
+description         next generation IRC daemon
+long_description    ngIRCd is a free open source daemon for Internet \
+                    Relay Chat (IRC). It's written from scratch and is \
+                    not based upon the original IRCd like many others.
 
-depends_lib     port:libident
+homepage            http://ngircd.barton.de/
+master_sites        ftp://ftp.berlios.de/pub/ngircd/ \
+                    ftp://ngircd.barton.de/pub/ngircd/
 
+checksums           md5     8c9e0382cd982b0ca77c05528ebe28eb \
+                    sha1    b6903448edacf01e67d6246bff5ff9b5206e6422 \
+                    rmd160  e118b23a8e53fada64e632b148129cd9ce6dc69a
+
+depends_lib         port:libident
+
 # libident is not universal
-universal_variant no
+universal_variant   no
 
-patchfiles      patch-doc-Makefile.in.diff
+patchfiles          patch-doc-Makefile.in.diff
 
-configure.args  --mandir=${prefix}/share/man \
-                --enable-ipv6 \
-                --with-tcp-wrappers \
-                --with-zeroconf \
-                --with-ident
+configure.args      --mandir=${prefix}/share/man \
+                    --enable-ipv6 \
+                    --with-tcp-wrappers \
+                    --with-zeroconf \
+                    --with-ident
 
 variant gnutls conflicts openssl description {Build with GnuTLS} {
     configure.args-append   --with-gnutls
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/e6c620b3/attachment.html>


More information about the macports-changes mailing list