Ticket #2807: Portfile.diff

File Portfile.diff, 1013 bytes (added by michel.salim@…, 20 years ago)

Diff for Portfile, fixing long_description

  • Portfile

    old new  
    33PortSystem 1.0
    44name            jlint
    55version         1.21
    6 revision        0
     6revision        1
    77categories      devel
    88maintainers     waqar@opendarwin.org
    99description     Java code verifier
    1010long_description        \
    11         Make is a tool which controls the generation of executables     \
    12         and other non-source files of a program from the program's      \
    13         source files. Make gets its knowledge of how to build your      \
    14         program from a file called the makefile, which lists each of    \
    15         the non-source files and how to compute it from other files.    \
    16         When you write a program, you should write a makefile for it,   \
    17         so that it is possible to use Make to build and install the     \
    18         program. 
     11        Jlint will check your Java code and find bugs, inconsistencies  \
     12        and synchronization problems by doing data flow analysis and    \
     13        building lock graph.
    1914homepage        http://www.garret.ru/~knizhnik/lang.html
    2015platforms       darwin
    2116master_sites    http://www.garret.ru/~knizhnik