[153844] trunk/dports/news/tin-devel/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Oct 13 16:01:17 CEST 2016


Revision: 153844
          https://trac.macports.org/changeset/153844
Author:   khindenburg at macports.org
Date:     2016-10-13 07:01:16 -0700 (Thu, 13 Oct 2016)
Log Message:
-----------
tin-devel: add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/news/tin-devel/Portfile

Modified: trunk/dports/news/tin-devel/Portfile
===================================================================
--- trunk/dports/news/tin-devel/Portfile	2016-10-13 13:57:33 UTC (rev 153843)
+++ trunk/dports/news/tin-devel/Portfile	2016-10-13 14:01:16 UTC (rev 153844)
@@ -1,81 +1,88 @@
+# -*- 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
-name			tin-devel
-version			1.7.10
-revision		2
-categories		news
-platforms		darwin
-maintainers		nomaintainer
-homepage		http://www.tin.org/
-description		A threaded NNTP and spool based UseNet newsreader
+PortSystem          1.0
 
-long_description	tin is a full-screen easy to use Usenet reader. It can read news \
-			locally or remotely via a NNTP (Network News Transport Protocol) \
-			server. It will automatically utilize NOV (News OVerview) style \
-			index files if available locally or via the NNTP XOVER command.
+name                tin-devel
+version             1.7.10
+revision            2
+categories          news
+platforms           darwin
+maintainers         nomaintainer
+homepage            http://www.tin.org/
+description         A threaded NNTP and spool based UseNet newsreader
 
-master_sites		ftp://ftp.tin.org/tin/v1.7/ \
-			ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/v1.7/ \
-			ftp://ftp.stikman.com/pub/tin/v1.7/
-			
-use_bzip2		yes
+long_description    tin is a full-screen easy to use Usenet reader. It can read news \
+            locally or remotely via a NNTP (Network News Transport Protocol) \
+            server. It will automatically utilize NOV (News OVerview) style \
+            index files if available locally or via the NNTP XOVER command.
 
-checksums		md5 23473a665d6d39ed4463b77d227cbb28
+master_sites        ftp://ftp.tin.org/tin/v1.7/ \
+            ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/v1.7/ \
+            ftp://ftp.stikman.com/pub/tin/v1.7/
 
-distname		tin-${version}
+use_bzip2           yes
 
-configure.args          --enable-break-long-lines \
-                        --enable-nntp \
-			--enable-debug \
-			--enable-mh-mail-handling \
-			--enable-included-msgs \
-                        --enable-ipv6 \
-			--with-coffee \
-			--mandir=${prefix}/share/man \
-			--infodir=${prefix}/share/info \
-			--datadir=${prefix}/share \
-			--sysconfdir=${prefix}/etc \
-			--disable-pgp-gpg
-			
+checksums           md5 23473a665d6d39ed4463b77d227cbb28
 
-build.dir		"${worksrcpath}/src"
+distname            tin-${version}
 
-pre-destroot {		file mkdir "${destroot}${prefix}/share/doc/${name}"
-			file mkdir "${destroot}${prefix}/etc/${name}"
-			xinstall -m 644 -v -W "${worksrcpath}/doc" \
-				auth.txt CHANGES config-anomalies \
-				filtering good-netkeeping-seal iso2asc.txt \
-				keymap.sample mailcap.sample pgp.txt \
-				reading-mail.txt TODO umlaute.txt umlauts.txt \
-				WHATSNEW \
-				"${destroot}${prefix}/share/doc/${name}"
-			file copy "${worksrcpath}/doc/tin.defaults" \
-				"${destroot}${prefix}/etc/${name}"
-			}
+configure.args      --enable-break-long-lines \
+                    --enable-nntp \
+                    --enable-debug \
+                    --enable-mh-mail-handling \
+                    --enable-included-msgs \
+                    --enable-ipv6 \
+                    --with-coffee \
+                    --mandir=${prefix}/share/man \
+                    --infodir=${prefix}/share/info \
+                    --datadir=${prefix}/share \
+                    --sysconfdir=${prefix}/etc \
+                    --disable-pgp-gpg
 
-post-destroot {		xinstall -m 755 -v -W "${worksrcpath}/tools" \
-				expiretover tinews.pl tinlock \
-				"${destroot}${prefix}/bin"
-			}
+build.dir           "${worksrcpath}/src"
 
-variant gpg {		depends_run		bin:gpg:gnupg
-			configure.args-delete	--disable-pgp-gpg
-			configure.args-append	--with-gpg=${prefix}/bin/gpg \
-						--without-pgp \
-						--without-pgpk
-			}
+pre-destroot {
+    file mkdir "${destroot}${prefix}/share/doc/${name}"
+    file mkdir "${destroot}${prefix}/etc/${name}"
+    xinstall -m 644 -v -W "${worksrcpath}/doc" \
+        auth.txt CHANGES config-anomalies \
+        filtering good-netkeeping-seal iso2asc.txt \
+        keymap.sample mailcap.sample pgp.txt \
+        reading-mail.txt TODO umlaute.txt umlauts.txt \
+        WHATSNEW \
+        "${destroot}${prefix}/share/doc/${name}"
+    file copy "${worksrcpath}/doc/tin.defaults" \
+        "${destroot}${prefix}/etc/${name}"
+}
 
-variant pgp5 {		depends_run		bin:pgpk:pgp
-			configure.args-delete   --disable-pgp-gpg
-			configure.args-append	--with-pgpk=${prefix}/bin/pgpk \
-						--without-gpg \
-						--without-pgp
-			}
+post-destroot {
+    xinstall -m 755 -v -W "${worksrcpath}/tools" \
+        expiretover tinews.pl tinlock \
+        "${destroot}${prefix}/bin"
+}
 
-variant ncurses		{ configure.args-append	--with-screen=ncurses }
+variant gpg {
+    depends_run     bin:gpg:gnupg
+    configure.args-delete   --disable-pgp-gpg
+    configure.args-append   --with-gpg=${prefix}/bin/gpg \
+                            --without-pgp \
+                            --without-pgpk
+}
 
-variant ispell {	depends_build		bin:ispell:ispell
-			configure.args-append	--enable-ispell
-			}
-			
+variant pgp5 {
+    depends_run     bin:pgpk:pgp
+    configure.args-delete   --disable-pgp-gpg
+    configure.args-append   --with-pgpk=${prefix}/bin/pgpk \
+                            --without-gpg \
+                            --without-pgp
+}
+
+variant ncurses {
+    configure.args-append --with-screen=ncurses
+}
+
+variant ispell {
+    depends_build       bin:ispell:ispell
+    configure.args-append   --enable-ispell
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161013/2833fb78/attachment-0002.html>


More information about the macports-changes mailing list