Revision: 89621 http://trac.macports.org/changeset/89621 Author: cal@macports.org Date: 2012-02-04 06:18:17 -0800 (Sat, 04 Feb 2012) Log Message: ----------- nc6: Whitespace only, Added modeline Modified Paths: -------------- trunk/dports/net/nc6/Portfile Modified: trunk/dports/net/nc6/Portfile =================================================================== --- trunk/dports/net/nc6/Portfile 2012-02-04 14:16:19 UTC (rev 89620) +++ trunk/dports/net/nc6/Portfile 2012-02-04 14:18:17 UTC (rev 89621) @@ -1,36 +1,37 @@ +# -*- 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 nc6 -version 1.0 -categories net -maintainers gmail.com:filippo.natali -platforms darwin -description Netcat clone with IPv6 support -long_description Netcat 6 is a netcat clone with IPv6 support. \ - It is designed to be tiny, extensible, and elegant, \ - and it makes use of the new extended BSD socket APIs. +name nc6 +version 1.0 +categories net +maintainers gmail.com:filippo.natali +platforms darwin +description Netcat clone with IPv6 support +long_description Netcat 6 is a netcat clone with IPv6 support. \ + It is designed to be tiny, extensible, and elegant, \ + and it makes use of the new extended BSD socket APIs. -homepage http://www.deepspace6.net/ -master_sites ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \ - http://ftp.deepspace6.net/pub/ds6/sources/nc6/ +homepage http://www.deepspace6.net/ +master_sites ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \ + http://ftp.deepspace6.net/pub/ds6/sources/nc6/ -checksums md5 97fb6d871d804eabbc0ec6552d46b6b0 \ - sha1 50b1a3f7bfa610a2016727e5741791ad3a88bd07 \ - rmd160 4bd6a0f0fddb544636e5b2265b44cb833342db29 +checksums md5 97fb6d871d804eabbc0ec6552d46b6b0 \ + sha1 50b1a3f7bfa610a2016727e5741791ad3a88bd07 \ + rmd160 4bd6a0f0fddb544636e5b2265b44cb833342db29 -depends_lib lib:libintl:gettext \ - lib:libiconv:libiconv +depends_lib lib:libintl:gettext \ + lib:libiconv:libiconv -configure.args --mandir=${prefix}/share/man +configure.args --mandir=${prefix}/share/man post-destroot { - file delete ${destroot}${prefix}/lib/charset.alias - file delete ${destroot}${prefix}/share/locale/locale.alias + file delete ${destroot}${prefix}/lib/charset.alias + file delete ${destroot}${prefix}/share/locale/locale.alias } -livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}$ -livecheck.type regex -livecheck.url ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}$ +livecheck.type regex +livecheck.url ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/