1 | # $Id: Portfile 24953 2007-05-09 04:25:11Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | name py25-pygments |
---|
6 | version 0.9 |
---|
7 | categories-append devel |
---|
8 | maintainers erickt@macports.org |
---|
9 | description Python syntax highlighter |
---|
10 | long_description \ |
---|
11 | Pygments is a fast syntax highlighter written in Python with a \ |
---|
12 | special focus on details. Can highlight source code in many supported \ |
---|
13 | languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled \ |
---|
14 | HTML or LaTeX, comes with many builtin styles. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | homepage http://pygments.org/ |
---|
19 | master_sites http://pypi.python.org/packages/source/P/Pygments/ |
---|
20 | distname Pygments-${version} |
---|
21 | |
---|
22 | checksums md5 8cdce901a66c0febb576955e90814485 \ |
---|
23 | sha1 2d5a3186a6b9c6f6e05c147eeb18af37b7937708 \ |
---|
24 | rmd160 17d1e3ca9a2986593c773a1b66cb5eae4032c6cf |
---|
25 | |
---|