Revision: 75426 http://trac.macports.org/changeset/75426 Author: ryandesign@macports.org Date: 2011-01-24 16:17:27 -0800 (Mon, 24 Jan 2011) Log Message: ----------- robodoc: whitespace changes; see #28107 Modified Paths: -------------- trunk/dports/devel/robodoc/Portfile Modified: trunk/dports/devel/robodoc/Portfile =================================================================== --- trunk/dports/devel/robodoc/Portfile 2011-01-25 00:10:07 UTC (rev 75425) +++ trunk/dports/devel/robodoc/Portfile 2011-01-25 00:17:27 UTC (rev 75426) @@ -1,33 +1,35 @@ +# -*- 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 -name robodoc -version 4.99.8 -categories devel -platforms darwin -maintainers nomaintainer -homepage http://www.xs4all.nl/~rfsber/Robo/${name}.html -description Bot used to document source code. +PortSystem 1.0 -long_description ROBODoc can be used to document functions, methods, classes, \ - variables, makefile entries, system tests, and anything else you \ - can think of. \ - ROBODoc works with C, C++, Fortran, Perl, shell scripts, Assembler, \ - DCL, DB/C, Tcl/Tk, Forth, Lisp, COBOL, Occam, Basic, HTML, and any \ - other language that supports remarks. +name robodoc +version 4.99.40 +categories devel +platforms darwin +maintainers nomaintainer -master_sites http://www.xs4all.nl/~rfsber/Robo/ +description Bot used to document source code. -checksums md5 819f86e29dc8fee5b1831b23ca23cd75 +long_description ROBODoc can be used to document functions, methods, \ + classes, variables, makefile entries, system tests, and \ + anything else you can think of. ROBODoc works with any \ + language that supports reasonable comments, and uses a \ + syntax similar to that of the old Amiga \"Autodocs\" program. -configure.args --mandir="${prefix}/share/man" +homepage http://www.xs4all.nl/~rfsber/Robo/${name}.html +master_sites http://www.xs4all.nl/~rfsber/Robo/ -destroot.destdir prefix="${destroot}${prefix}" \ - docdir="${destroot}${prefix}/share/doc/${name}" \ - mandir="${destroot}${prefix}/share/man" +checksums sha1 1bb3d4ace868b63a573b16fb5ac13bdbbf43e2ae \ + rmd160 14b0a6649bfe84fcf7f12df65b19c2bfb174c043 -post-destroot { file copy "${worksrcpath}/Examples" \ - "${destroot}${prefix}/share/doc/${name}" - reinplace "s|/usr/share|${prefix}/share/doc|" \ - "${destroot}${prefix}/share/man/man1/robodoc.1" - } +configure.args --mandir="${prefix}/share/man" + +destroot.destdir prefix="${destroot}${prefix}" \ + docdir="${destroot}${prefix}/share/doc/${name}" \ + mandir="${destroot}${prefix}/share/man" + +post-destroot { + reinplace "s|/usr/share|${prefix}/share/doc|" \ + "${destroot}${prefix}/share/man/man1/robodoc.1" +}