[123807] trunk/dports/net/GTorrentViewer/Portfile

mojca at macports.org mojca at macports.org
Thu Aug 14 14:29:37 PDT 2014


Revision: 123807
          https://trac.macports.org/changeset/123807
Author:   mojca at macports.org
Date:     2014-08-14 14:29:37 -0700 (Thu, 14 Aug 2014)
Log Message:
-----------
GTorrentViewer: whitespace, sha256, status line, add variable perl_version

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

Modified: trunk/dports/net/GTorrentViewer/Portfile
===================================================================
--- trunk/dports/net/GTorrentViewer/Portfile	2014-08-14 21:25:26 UTC (rev 123806)
+++ trunk/dports/net/GTorrentViewer/Portfile	2014-08-14 21:29:37 UTC (rev 123807)
@@ -1,31 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name	 	GTorrentViewer
-version	   	0.2b
-revision	2
-platforms	darwin
-categories	net x11
-maintainers	jmpp openmaintainer
+name                GTorrentViewer
+version             0.2b
+revision            2
+platforms           darwin
+categories          net x11
+maintainers         jmpp openmaintainer
 
-description	GTK2 based viewer for .torrent files.
-long_description	GTorrentViewer is a GTK2-based viewer/editor for BitTorrent \
-			meta files for UNIX like operating systems. It gathers information \
-			from trackers, checks files, shows detailed information about \
-			.torrents and even modifies some of it.
+description         GTK2 based viewer for .torrent files.
+long_description    GTorrentViewer is a GTK2-based viewer/editor for BitTorrent \
+                    meta files for UNIX like operating systems. It gathers information \
+                    from trackers, checks files, shows detailed information about \
+                    .torrents and even modifies some of it.
 
-homepage	http://gtorrentviewer.sourceforge.net/
-master_sites	sourceforge:gtorrentviewer
-checksums	md5 c29058a09f26693863404ecdb2580770
+homepage            http://gtorrentviewer.sourceforge.net/
+master_sites        sourceforge:gtorrentviewer
 
-depends_build	port:pkgconfig
-depends_lib 	lib:libgtk.2:gtk2 \
-		port:curl \
-		port:p5.12-xml-parser
+checksums           rmd160  3a2c08b1c39c14a715fd5bfc0dbf0efb5fb49803 \
+                    sha256  6e56351103f5d46a45be160baa1b7b956b4416fcdb4533b3d17a309665690c95
 
-configure.args	--mandir=${prefix}/share/man --with-curl-config=${prefix}/bin \
-		--disable-gtktest
+set perl_version    5.12
 
-build.type	gnu
-build.args	LDFLAGS="-bind_at_load"
+depends_build       port:pkgconfig
+depends_lib         lib:libgtk.2:gtk2 \
+                    port:curl \
+                    port:p${perl_version}-xml-parser
+
+configure.args      --mandir=${prefix}/share/man \
+                    --with-curl-config=${prefix}/bin \
+                    --disable-gtktest
+
+build.type          gnu
+build.args          LDFLAGS="-bind_at_load"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140814/bfa73559/attachment.html>


More information about the macports-changes mailing list