Commits
Marius Schamschula authored 9df87c6c9d9
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cxx11 1.1 |
5 5 | |
6 6 | name highlight |
7 - | version 3.47 |
8 - | checksums rmd160 e485291fbc0039d3d1046dcfecab21cc2c9b6fff \ |
9 - | sha256 cec440d4a5e56d371009c45baeb19caa9040c97b52916b7a29ddd2520e722d76 \ |
10 - | size 1360358 |
7 + | version 3.48 |
8 + | revision 0 |
9 + | checksums rmd160 b36dbf2deb4e86f52b7a970912c50a1d0a10845d \ |
10 + | sha256 fdc5d20e4d4f3f3c68b04b7b979595a45e005e7c6bb3bf45c2153106518fa008 \ |
11 + | size 1360467 |
11 12 | |
12 13 | categories textproc devel |
13 14 | platforms darwin |
14 15 | license GPL-3 |
15 16 | maintainers nomaintainer |
16 17 | description converts source code to formatted text with syntax highlighting |
17 18 | long_description ${description} |
18 19 | |
19 20 | homepage http://www.andre-simon.de |
20 21 | master_sites ${homepage}/zip/ |