Ticket #13420: Portfile

File Portfile, 1.2 KB (added by pmoura (Paulo Moura), 16 years ago)
Line 
1# $Id: Portfile 30597 2007-11-01 07:40:28Z pipping@macports.org $
2
3PortSystem 1.0
4name            source-highlight
5version         2.8
6categories      textproc devel
7maintainers     nomaintainer
8description     source-code syntax highlighter
9long_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
16homepage        http://www.gnu.org/software/src-highlite/
17platforms       darwin
18master_sites    gnu:src-highlite
19checksums \
20    md5 688174713b45509dbb840c65e57bb477 \
21    sha1 a2e5826308aa59ae88ad16f98a32d9a65bfcbb0c \
22    rmd160 a5f87e563ba4b481efd41bb6ace61db554cf595a
23
24configure.args  --infodir=${prefix}/share/info \
25                --mandir=${prefix}/share/man
26
27test.run        yes
28test.target     check
29
30depends_lib     port:boost
31
32livecheck.check regex
33livecheck.url   http://ftp.gnu.org/gnu/src-highlite/?C=M&O=D
34livecheck.regex ${name}-(\\d+\\.\\d+(?:\\.\\d+)?)