Ticket #36397: Portfile.diff
File Portfile.diff, 1.5 KB (added by stevecheckoway (Stephen Checkoway), 12 years ago) |
---|
-
Portfile
old new 10 10 license GPL 11 11 homepage \ 12 12 http://www.cs.utk.edu/~plank/plank/jgraph/jgraph.html 13 maintainers cs.ucsd.edu:s13 maintainers pahtak.org:s 14 14 description A Filter for Plotting Graphs in PostScript 15 15 long_description Jgraph is a program that takes the description \ 16 16 a graph or graphs as input, and produces a \ … … 29 29 rmd160 b575acd5fa8f99c8433e81128619a7247881c306 30 30 31 31 supported_archs ppc i386 32 patchfiles patch-jgraph.h.diff \ 32 patchfiles patch-draw.c.diff \ 33 patch-edit.c.diff \ 34 patch-jgraph.c.diff \ 35 patch-jgraph.h.diff \ 33 36 patch-list.c.diff \ 37 patch-list.h.diff \ 34 38 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 \ 35 44 patch-token.c.diff 45 36 46 post-patch { 37 47 reinplace s|@@CC@@|${configure.cc}| ${worksrcpath}/makefile 38 48 } … … 53 63 reinplace "s,JGRAPH_DIR,${prefix}/share/examples/${name}," ${worksrcpath}/jgraph.1 54 64 } 55 65 66 livecheck.type regex 67 livecheck.url ${homepage} 68 livecheck.regex "The Software \\(version (\\d+(?:\\.\\d+)*)\\)" 69 56 70 use_configure no 57 71 use_test no 58 72 destroot {