[153740] trunk/dports/devel/cxref/Portfile

larryv at macports.org larryv at macports.org
Mon Oct 10 02:00:39 CEST 2016


Revision: 153740
          https://trac.macports.org/changeset/153740
Author:   larryv at macports.org
Date:     2016-10-09 17:00:39 -0700 (Sun, 09 Oct 2016)
Log Message:
-----------
cxref: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/devel/cxref/Portfile

Modified: trunk/dports/devel/cxref/Portfile
===================================================================
--- trunk/dports/devel/cxref/Portfile	2016-10-09 23:50:55 UTC (rev 153739)
+++ trunk/dports/devel/cxref/Portfile	2016-10-10 00:00:39 UTC (rev 153740)
@@ -1,34 +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
+PortSystem          1.0
 
-name			cxref
-version			1.6d
-categories		devel
-platforms		darwin
-maintainers		nomaintainer
-license			GPL-2+
+name                cxref
+version             1.6d
+categories          devel
+platforms           darwin
+license             GPL-2+
+maintainers         nomaintainer
 
-description		C program cross-referencing & documentation tool
-long_description	\
-A program that takes as input a series of C source files and produces a LaTeX \
-or HTML document containing a cross reference of the files/functions/variables \
-in the program, including documentation taken from suitably formatted source \
-code comments. The documentation is stored in the C source file in specially \
-formatted comments, making it simple to maintain. The cross referencing \
-includes lists of functions called, callers of each function, usage of global \
-variables, header file inclusion, macro definitions and type definitions. \
-Works for ANSI C, including a few gcc extensions.
+description         C program cross-referencing & documentation tool
+long_description    A program that takes as input a series of C source \
+                    files and produces a LaTeX or HTML document \
+                    containing a cross reference of the
+                    files/functions/variables in the program, including \
+                    documentation taken from suitably formatted source \
+                    code comments. The documentation is stored in the \
+                    C source file in specially formatted comments, \
+                    making it simple to maintain. The cross referencing \
+                    includes lists of functions called, callers of each \
+                    function, usage of global variables, header file \
+                    inclusion, macro definitions and type definitions. \
+                    Works for ANSI C, including a few gcc extensions.
+homepage            http://www.gedanken.demon.co.uk/cxref/
 
-homepage		http://www.gedanken.demon.co.uk/cxref/
-master_sites	http://www.gedanken.demon.co.uk/download-cxref/
+master_sites        http://www.gedanken.demon.co.uk/download-cxref/
+extract.suffix      .tgz
+checksums           rmd160  3760f2f074ec26b6702efbd38f24f0bb231488e0 \
+                    sha256  0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1
 
-extract.suffix	.tgz
+depends_build       bin:bison:bison
 
-checksums		rmd160  3760f2f074ec26b6702efbd38f24f0bb231488e0 \
-				sha256  0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1
-
-depends_build	bin:bison:bison
-
-configure.args	--mandir=${prefix}/share/man
-
+configure.args      --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161009/60907d54/attachment-0002.html>


More information about the macports-changes mailing list