[126012] trunk/dports/irc/ircii/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 1 15:41:02 PDT 2014


Revision: 126012
          https://trac.macports.org/changeset/126012
Author:   ryandesign at macports.org
Date:     2014-10-01 15:41:02 -0700 (Wed, 01 Oct 2014)
Log Message:
-----------
ircii: add modeline and adjust whitespace and formatting

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

Modified: trunk/dports/irc/ircii/Portfile
===================================================================
--- trunk/dports/irc/ircii/Portfile	2014-10-01 22:31:31 UTC (rev 126011)
+++ trunk/dports/irc/ircii/Portfile	2014-10-01 22:41:02 UTC (rev 126012)
@@ -1,36 +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		ircii
-version		20111115
-categories	irc
-license		BSD ISC
-maintainers	nomaintainer
-description	an IRC and ICB client
-long_description	The ircII program is a full screen, termcap based \
-    interface to Internet Relay Chat. It gives full access to all of the \
-    normal IRC functions, plus a variety of additional options.
-homepage	http://www.eterna.com.au/ircii/
-platforms	darwin
+name                ircii
+version             20111115
+categories          irc
+platforms           darwin
+maintainers         nomaintainer
+license             BSD ISC
 
-master_sites	http://ircii.warped.com/ \
-    ftp://ircii.warped.com/pub/ircII/ \
-    ftp://ircftp.au.eterna.com.au/pub/ircII/ \
-    ftp://ftp.irc.org/irc/clients/unix/ircII/ \
-    ftp://ftp.sergei.cc/pub/ircII/ \
-    http://ftp.sergei.cc/pub/ircII/
-use_bzip2	yes
+description         an IRC and ICB client
 
+long_description    The ircII program is a full screen, termcap based \
+                    interface to Internet Relay Chat. It gives full access to all of the \
+                    normal IRC functions, plus a variety of additional options.
+
+homepage            http://www.eterna.com.au/ircii/
+master_sites        http://ircii.warped.com/ \
+                    ftp://ircii.warped.com/pub/ircII/ \
+                    ftp://ircftp.au.eterna.com.au/pub/ircII/ \
+                    ftp://ftp.irc.org/irc/clients/unix/ircII/ \
+                    ftp://ftp.sergei.cc/pub/ircII/ \
+                    http://ftp.sergei.cc/pub/ircII/
+
+use_bzip2           yes
+
 checksums           md5     402b3badc21a7394d9c84d15a1ddb6c5 \
                     sha1    723f89ca6c0ef0085da858076865e6493fbe9788 \
                     rmd160  b2cdcafcfde914ead88049d55c0d5ba0680db746
 
-configure.env	COPY_DIRECTORY=tar
-configure.args	--with-default-server=irc.freenode.net \
-    --mandir=${prefix}/share/man \
-    --enable-ipv6
+configure.env       COPY_DIRECTORY=tar
+configure.args      --enable-ipv6 \
+                    --mandir=${prefix}/share/man \
+                    --with-default-server=irc.freenode.net
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	current release is ircII (\[0-9\]+)
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     current release is ircII (\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141001/6adb932a/attachment-0001.html>


More information about the macports-changes mailing list