CVSROOT:        /cvs
Module name:    ports
Changes by:     sema...@cvs.openbsd.org 2019/06/22 06:16:56

Log message:
    Import woboq_codebrowser 2.1pl0; tweaks from rsadowski@ and kn@; OK kn@
    
    Comment:
    generator for the woboq code browser
    
    Description:
    The generator generates static HTML pages that can be served by any web
    server. It can be run automatically manually or with a hook on your
    version control or CI system.
    
    It functions as the source code indexer (using libclang). In contrast to
    other solutions (LXR, OpenGrok) it semantically analyzes the code as a
    compile step.
    
    The generation is a two-step process: First is a compile step that
    creates a .h.html and .cpp.html (and some other) files from the syntax
    tree (AST) of the source source. The second step generates an index.html
    for each directory.
    
    A server-side database or CGI script are currently not needed, so it is
    easy to host. Your normal HTML5 web browser is the source code navigator
    (from your local machine or your network).
    
    Please note that the license does not allow you to use the code browser
    to assist the development of your commercial software. If you intent to
    do so, consider purchasing a commercial licence.
    
    Homepage: https://woboq.com/codebrowser.html
    
    Status:
    
    Vendor Tag: semarie
    Release Tags:       semarie_20190622
    
    N ports/devel/woboq_codebrowser/Makefile
    N ports/devel/woboq_codebrowser/distinfo
    N ports/devel/woboq_codebrowser/pkg/PLIST
    N ports/devel/woboq_codebrowser/pkg/DESCR
    N ports/devel/woboq_codebrowser/pkg/README
    N ports/devel/woboq_codebrowser/patches/patch-generator_main_cpp
    N ports/devel/woboq_codebrowser/patches/patch-indexgenerator_indexer_cpp
    
    No conflicts created by this import

Reply via email to