1 | # $Id: Portfile 30597 2007-11-01 07:40:28Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name source-highlight |
---|
5 | version 2.8 |
---|
6 | categories textproc devel |
---|
7 | maintainers nomaintainer |
---|
8 | description source-code syntax highlighter |
---|
9 | long_description \ |
---|
10 | This program, given a source file, produces a document with syntax \ |
---|
11 | highlighting. At the moment it can handle: C/C++, C#, Bib, Bison, Caml, \ |
---|
12 | Changelog, CSS, Diff, Flex, Fortran, Html, Java, Javascript, Latex, \ |
---|
13 | Logtalk, Log files, Lua, Makefile, M4, ML, Pascal, Perl, PHP, \ |
---|
14 | Postscript, Prolog, Python, Ruby, Shell, Sql, Tcl, and XML. |
---|
15 | |
---|
16 | homepage http://www.gnu.org/software/src-highlite/ |
---|
17 | platforms darwin |
---|
18 | master_sites gnu:src-highlite |
---|
19 | checksums \ |
---|
20 | md5 688174713b45509dbb840c65e57bb477 \ |
---|
21 | sha1 a2e5826308aa59ae88ad16f98a32d9a65bfcbb0c \ |
---|
22 | rmd160 a5f87e563ba4b481efd41bb6ace61db554cf595a |
---|
23 | |
---|
24 | configure.args --infodir=${prefix}/share/info \ |
---|
25 | --mandir=${prefix}/share/man |
---|
26 | |
---|
27 | test.run yes |
---|
28 | test.target check |
---|
29 | |
---|
30 | depends_lib port:boost |
---|
31 | |
---|
32 | livecheck.check regex |
---|
33 | livecheck.url http://ftp.gnu.org/gnu/src-highlite/?C=M&O=D |
---|
34 | livecheck.regex ${name}-(\\d+\\.\\d+(?:\\.\\d+)?) |
---|