Ticket #55808: Portfile.3

File Portfile.3, 1.8 KB (added by mojca (Mojca Miklavec), 6 years ago)
Line 
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
3PortSystem              1.0
4
5name                    aidadoc
6version                 1.4.2
7categories              textproc
8license                 BSD
9maintainers             {@bdesgraupes users.sourceforge.net:bdesgraupes} openmaintainer
10platforms               darwin freebsd linux
11homepage                http://aidadoc.sourceforge.net/
12
13description             Command line tool to process files written with Aida Markup Language
14
15long_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
25master_sites            sourceforge:projects/aidadoc/files/${version}/
26use_bzip2               yes
27distname                aida-${version}
28distfiles               ${distname}-src${extract.suffix}
29
30checksums               rmd160  217e65d7d34cdf6d993fefd3e9183d844d18b36b \
31                        sha256  f82c15231f66bc01a6e8788f43b9b96acaf7e83b1f3d794cf7a6ac7eecd9b0b6
32
33depends_build           port:bison \
34                        port:flex \
35                        port:tcl
36
37use_autoreconf          yes
38
39build.target            aida