Commits
Frank Schima authored df26cdfca71
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 + | PortGroup github 1.0 |
5 + | |
6 + | github.setup lilca tEXT-iNSERTEr 502f4f1 |
7 + | version 0.5.4 |
8 + | categories textproc |
9 + | maintainers @lilca openmaintainer |
10 + | license BSD |
11 + | platforms darwin |
12 + | |
13 + | description tEXT-iNSERTEr is the tools for the inserting text hierarchically. |
14 + | long_description The tools have a executable file 'tir' and a script 'tirc'. \ |
15 + | 'tir' is a simple text-inserter with customizable tags. \ |
16 + | Customizable tags can reference local-file, variable and pipe stream. \ |
17 + | 'tirc' generates a Makefile from the dependencies of inserting text under the specified directory. |
18 + | |
19 + | |
20 + | checksums rmd160 7df06170ee91146b2c25b639bf8dddb058c7e0b6 \ |
21 + | sha256 2623538947ace5730d69d82639e673248482d5c0c9495664b7c01ee5c4c029f0 |
22 + | |
23 + | use_configure no |
24 + | |
25 + | build.args-append CC=${configure.cc} \ |
26 + | CXX=${configure.cxx} \ |
27 + | CPP=${configure.cpp} |
28 + | |
29 + | destroot.args PREFIX=${prefix} |
30 + | |
31 + | universal_variant no |