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

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


Revision: 153743
          https://trac.macports.org/changeset/153743
Author:   larryv at macports.org
Date:     2016-10-09 17:00:46 -0700 (Sun, 09 Oct 2016)
Log Message:
-----------
cxref: Update descriptions from new homepage

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

Modified: trunk/dports/devel/cxref/Portfile
===================================================================
--- trunk/dports/devel/cxref/Portfile	2016-10-10 00:00:44 UTC (rev 153742)
+++ trunk/dports/devel/cxref/Portfile	2016-10-10 00:00:46 UTC (rev 153743)
@@ -10,19 +10,16 @@
 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 cross referencing & documenting tool
+long_description    Cxref is a program that will produce documentation \
+                    (in LaTeX, HTML, RTF or SGML) including \
+                    cross-references from C program source code. It has \
+                    been designed to work with ANSI C, incorporating \
+                    K&R, and most popular GNU extensions. The \
+                    documentation for the program is produced from \
+                    comments in the code that are appropriately \
+                    formatted. The cross referencing comes from the code \
+                    itself and requires no extra work.
 homepage            http://www.gedanken.org.uk/software/cxref
 
 master_sites        ${homepage}/download
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161009/79663f1f/attachment-0002.html>


More information about the macports-changes mailing list