1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libantlr3c |
---|
7 | version 3.4 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license BSD |
---|
11 | maintainers nomaintainer |
---|
12 | description C runtime binding for ANTLR - ANother Tool for Language Recognition |
---|
13 | long_description \ |
---|
14 | This port provides the C runtime binding ANTLR is a language tool that provides |
---|
15 | a framework for constructing recognizers, interpreters, compilers, and |
---|
16 | translators from grammatical descriptions containing actions in a variety of |
---|
17 | target languages. |
---|
18 | |
---|
19 | homepage http://www.antlr3.org/api/C/ |
---|
20 | master_sites http://www.antlr3.org/download/C/ |
---|
21 | |
---|
22 | checksums rmd160 cbfc13e54f02d87cd82e0c4ca2136fa3fb43dff4 \ |
---|
23 | sha256 ca914a97f1a2d2f2c8e1fca12d3df65310ff0286d35c48b7ae5f11dcc8b2eb5 |
---|