Revision: 94797 https://trac.macports.org/changeset/94797 Author: cal@macports.org Date: 2012-06-29 15:09:28 -0700 (Fri, 29 Jun 2012) Log Message: ----------- libopennet: whitespace only, add modeline Modified Paths: -------------- trunk/dports/net/libopennet/Portfile Modified: trunk/dports/net/libopennet/Portfile =================================================================== --- trunk/dports/net/libopennet/Portfile 2012-06-29 22:07:37 UTC (rev 94796) +++ trunk/dports/net/libopennet/Portfile 2012-06-29 22:09:28 UTC (rev 94797) @@ -1,33 +1,34 @@ +# -*- 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 libopennet -version 0.9.9 -revision 1 -categories net -maintainers nomaintainer -description open_net(), similar to open() -long_description \ - Libopennet is a library that provides the function open_net() \ - which accepts the same parameters as the open() system call, \ - but the pathname argument can be an FTP or HTTP URL. -homepage http://www.rkeene.org/oss/libopennet/ -platforms darwin -master_sites http://www.rkeene.org/files/oss/libopennet/ +name libopennet +version 0.9.9 +revision 1 +categories net +maintainers nomaintainer +description open_net(), similar to open() +long_description \ + Libopennet is a library that provides the function open_net() \ + which accepts the same parameters as the open() system call, \ + but the pathname argument can be an FTP or HTTP URL. +homepage http://www.rkeene.org/oss/libopennet/ +platforms darwin +master_sites http://www.rkeene.org/files/oss/libopennet/ -checksums md5 621294efc0d2d1a839d6262359b46f9c \ - sha1 d15c698498401ec6036646eaf19914117d6f5c56 \ - rmd160 551d6ce9ad7a262eeb7855e365c7f736f8763ee5 +checksums md5 621294efc0d2d1a839d6262359b46f9c \ + sha1 d15c698498401ec6036646eaf19914117d6f5c56 \ + rmd160 551d6ce9ad7a262eeb7855e365c7f736f8763ee5 -patchfiles patch-Makefile +patchfiles patch-Makefile -configure.args --mandir=\\\${prefix}/share/man +configure.args --mandir=\\\${prefix}/share/man post-destroot { system "install_name_tool -id ${prefix}/lib/libopennet.0.dylib ${destroot}${prefix}/lib/libopennet.dylib" } -livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"