[89250] trunk/dports/net/iodine/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Jan 21 16:55:41 PST 2012
Revision: 89250
http://trac.macports.org/changeset/89250
Author: ryandesign at macports.org
Date: 2012-01-21 16:55:40 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
iodine: whitespace changes and add modeline
Modified Paths:
--------------
trunk/dports/net/iodine/Portfile
Modified: trunk/dports/net/iodine/Portfile
===================================================================
--- trunk/dports/net/iodine/Portfile 2012-01-22 00:41:28 UTC (rev 89249)
+++ trunk/dports/net/iodine/Portfile 2012-01-22 00:55:40 UTC (rev 89250)
@@ -1,33 +1,38 @@
+# -*- 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 iodine
version 0.6.0-rc1
categories net
+platforms darwin
+maintainers gmail.com:tomhennigan
license ISC
-maintainers gmail.com:tomhennigan
+
description IPv4 over DNS
-long_description iodine lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed.
+
+long_description iodine lets you tunnel IPv4 data through a DNS server. \
+ This can be usable in different situations where \
+ internet access is firewalled, but DNS queries are allowed.
+
homepage http://code.kryo.se/iodine/
master_sites http://code.kryo.se/iodine/
-platforms darwin
-
checksums md5 a15bb4faba020d217016fde6e231074a \
sha1 4fa9a248b8a84df8a727a5d749e669e58136edca \
rmd160 6974beac28e07b0c280d7095f15d13699e9cad65
+patchfiles patch-Makefile.diff
+
+post-patch {
+ reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile
+}
+
+use_configure no
+
# Iodine has no configure script so we pass in CC/CXX/CPP at build time.
# http://trac.macports.org/wiki/UsingTheRightCompiler
build.args-append CC=${configure.cc} \
CXX=${configure.cxx} \
CPP=${configure.cpp}
-
-patchfiles patch-Makefile.diff
-
-use_configure no
-
-post-patch {
- reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/18e45998/attachment.html>
More information about the macports-changes
mailing list