Ticket #36397: Portfile.diff

File Portfile.diff, 1.5 KB (added by stevecheckoway (Stephen Checkoway), 12 years ago)
  • Portfile

    old new  
    1010license             GPL
    1111homepage \
    1212    http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html
    13 maintainers         cs.ucsd.edu:s
     13maintainers         pahtak.org:s
    1414description         A Filter for Plotting Graphs in PostScript
    1515long_description    Jgraph is a program that takes the description \
    1616                    a graph or graphs as input, and produces a \
     
    2929                    rmd160 b575acd5fa8f99c8433e81128619a7247881c306
    3030
    3131supported_archs     ppc i386
    32 patchfiles          patch-jgraph.h.diff \
     32patchfiles          patch-draw.c.diff \
     33                    patch-edit.c.diff \
     34                    patch-jgraph.c.diff \
     35                    patch-jgraph.h.diff \
    3336                    patch-list.c.diff \
     37                    patch-list.h.diff \
    3438                    patch-makefile.diff \
     39                    patch-printline.c.diff \
     40                    patch-prio_list.c.diff \
     41                    patch-prio_list.h.diff \
     42                    patch-process.c.diff \
     43                    patch-show.c.diff \
    3544                    patch-token.c.diff
     45
    3646post-patch {
    3747    reinplace s|@@CC@@|${configure.cc}| ${worksrcpath}/makefile
    3848}
     
    5363    reinplace "s,JGRAPH_DIR,${prefix}/share/examples/${name}," ${worksrcpath}/jgraph.1
    5464}
    5565
     66livecheck.type      regex
     67livecheck.url       ${homepage}
     68livecheck.regex     "The Software \\(version (\\d+(?:\\.\\d+)*)\\)"
     69
    5670use_configure no
    5771use_test no
    5872destroot {