Revision: 103457 https://trac.macports.org/changeset/103457 Author: and.damore@macports.org Date: 2013-02-26 02:33:40 -0800 (Tue, 26 Feb 2013) Log Message: ----------- port ffcall: whitespace changes, detabbing, adding modeline Modified Paths: -------------- trunk/dports/devel/ffcall/Portfile Modified: trunk/dports/devel/ffcall/Portfile =================================================================== --- trunk/dports/devel/ffcall/Portfile 2013-02-26 10:21:22 UTC (rev 103456) +++ trunk/dports/devel/ffcall/Portfile 2013-02-26 10:33:40 UTC (rev 103457) @@ -1,3 +1,4 @@ +# -*- 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 @@ -2,19 +3,19 @@ -name ffcall -version 1.10 -revision 2 -set snapshot 2013-02-26 +name ffcall +version 1.10 +revision 2 +set snapshot 2013-02-26 license GPL-2 -categories devel -maintainers nomaintainer -description Foreign function call libraries -long_description ffcall is a collection of four libraries which can \ - be used to build foreign function call interfaces \ - in embedded interpreters. -homepage http://www.gnu.org/software/libffcall/ -platforms darwin +categories devel +maintainers nomaintainer +description Foreign function call libraries +long_description ffcall is a collection of four libraries which can \ + be used to build foreign function call interfaces \ + in embedded interpreters. +homepage http://www.gnu.org/software/libffcall/ +platforms darwin #checksums rmd160 801c2dfe6deb74a37aaec3985e172c4ef5495773 \ # sha256 30e90c171c57fa8550c05db7d7f9712fcd483f7c7c9a58302873efca1203b4b9 # no 1.11 release tarball yet -#master_sites gnu:libffcall +#master_sites gnu:libffcall @@ -25,11 +26,11 @@ cvs.root :pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall cvs.date $snapshot -test.run yes -test.target check +test.run yes +test.target check # configure accepts --infodir, although there is no info pages (yet?). -configure.args --mandir=${prefix}/share/man \ - --infodir=${prefix}/share/info +configure.args --mandir=${prefix}/share/man \ + --infodir=${prefix}/share/info patchfiles patch-avcall_Makefile.diff \ patch-callback_trampoline_Makefile.diff \ @@ -39,7 +40,7 @@ use_parallel_build no supported_archs i386 ppc post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - eval move [glob ${destroot}${prefix}/share/html/*] \ - ${destroot}${prefix}/share/doc/${name} + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + eval move [glob ${destroot}${prefix}/share/html/*] \ + ${destroot}${prefix}/share/doc/${name} }