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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name aidadoc |
---|
6 | version 1.4.2 |
---|
7 | categories textproc |
---|
8 | license BSD |
---|
9 | maintainers {@bdesgraupes users.sourceforge.net:bdesgraupes} openmaintainer |
---|
10 | platforms darwin freebsd linux |
---|
11 | homepage http://aidadoc.sourceforge.net/ |
---|
12 | |
---|
13 | description Command line tool to process files written with Aida Markup Language |
---|
14 | |
---|
15 | long_description The Aidadoc project defines a simple markup language designed to \ |
---|
16 | write structured text, and provides a command line tool to translate \ |
---|
17 | this syntax into various target formats (Html, Latex, Trac, Mediawiki, \ |
---|
18 | Text, Markdown, Troff...). One can evaluate Tcl code within an Aida \ |
---|
19 | file and thus create dynamic contents. \ |
---|
20 | The aida command is a strict lex/bison parser which also embeds a Tcl \ |
---|
21 | interpreter: it reads Aida files and invokes Tcl callbacks to convert \ |
---|
22 | them to the target format. \ |
---|
23 | This design makes it very easy to define new target formats. |
---|
24 | |
---|
25 | master_sites sourceforge:projects/aidadoc/files/${version}/ |
---|
26 | use_bzip2 yes |
---|
27 | distname aida-${version} |
---|
28 | distfiles ${distname}-src${extract.suffix} |
---|
29 | |
---|
30 | checksums rmd160 217e65d7d34cdf6d993fefd3e9183d844d18b36b \ |
---|
31 | sha256 f82c15231f66bc01a6e8788f43b9b96acaf7e83b1f3d794cf7a6ac7eecd9b0b6 |
---|
32 | |
---|
33 | depends_build port:bison \ |
---|
34 | port:flex \ |
---|
35 | port:tcl |
---|
36 | |
---|
37 | use_autoreconf yes |
---|
38 | |
---|
39 | build.target aida |
---|