[79029] trunk/dports/net
Ryan Schmidt
ryandesign at macports.org
Mon May 30 19:38:20 PDT 2011
On May 30, 2011, at 17:56, jann at macports.org wrote:
> Revision: 79029
> http://trac.macports.org/changeset/79029
> Author: jann at macports.org
> Date: 2011-05-30 15:56:59 -0700 (Mon, 30 May 2011)
> Log Message:
> -----------
> New port iodine. See #29646
> Added: trunk/dports/net/iodine/Portfile
> ===================================================================
> --- trunk/dports/net/iodine/Portfile (rev 0)
> +++ trunk/dports/net/iodine/Portfile 2011-05-30 22:56:59 UTC (rev 79029)
> @@ -0,0 +1,24 @@
> +# $Id$
> +
> +PortSystem 1.0
> +
> +name iodine
> +version 0.6.0-rc1
> +categories net
> +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.
> +homepage http://code.kryo.se/iodine/
> +master_sites ${homepage}
> +checksums md5 a15bb4faba020d217016fde6e231074a \
> + sha1 4fa9a248b8a84df8a727a5d749e669e58136edca \
> + rmd160 6974beac28e07b0c280d7095f15d13699e9cad65
> +
> +patchfiles patch-Makefile.diff
> +
> +use_configure no
"use_configure no" implies that you must manually do additional work to ensure you're UsingTheRightCompiler and the right build arch, and add a universal variant if possible.
More information about the macports-dev
mailing list