-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.xml
107 lines (97 loc) · 5.23 KB
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<project default="build">
<!-- APPLICATION METADATA -->
<property name="mdpc.name" value="mdvl-d5man2"/>
<property name="mdpc.section" value="misc"/>
<property name="mdpc.descrs" value="D5Man 2"/>
<property name="mdpc.arch" value="all"/>
<property name="mdpc.bdep">rebar3, mdvl-cecho,
config-package-dev, debhelper-compat (= 13)</property>
<property name="mdpc.depends">erlang-base, libyaml-tiny-perl,
libfile-copy-recursive-perl, libdatetime-perl, libfile-homedir-perl,
libxml-rss-perl, libdatetime-format-strptime-perl</property>
<property name="mdpc.descrl">
Ma_Sys.ma D5Man is a locally run knowledge base consisting of:
d5mantui -- a client to interactively query the server
d5manexportpdf -- a script to export D5Man pages to PDF
d5manexporthtml -- a script to export D5Man trees to HTML pages
</property>
<property name="mdpc.file.install">
d5mantui4/d5mantui /usr/bin
d5mantui4/_build/default/rel/d5mantui /usr/share/mdvl-d5man2
d5mantui4/src /usr/share/mdvl-d5man2/d5mantui/lib/d5mantui4-4.0.0
d5mantui4/_build/default/lib/d5mantui4/ebin /usr/share/mdvl-d5man2/d5mantui/lib/d5mantui4-4.0.0
d5mantui4/_build/default/lib/yamerl/ebin /usr/share/mdvl-d5man2/d5mantui/lib/yamerl-0.10.0
d5mantui4/_build/default/lib/yamerl/include /usr/share/mdvl-d5man2/d5mantui/lib/yamerl-0.10.0
d5mantui4/_build/default/lib/yamerl/src /usr/share/mdvl-d5man2/d5mantui/lib/yamerl-0.10.0
d5mantui4/config/sys.config /usr/share/mdvl-d5man2/d5mantui/releases/4.0.0
d5manexportpdf/d5manexportpdf /usr/bin
d5manexportpdf/d5manexportpdfcheckerr /usr/bin
d5manexportpdf/d5manexporttex /usr/bin
d5manexportpdf/tplpdf /usr/share/mdvl-d5man2
d5manexporthtml/d5manexporthtml /usr/bin
markdown.vim /usr/share/vim/vimfiles/after/syntax
d5man2.md /usr/share/mdvl/templates
</property>
<property name="mdpc.copyright.file"><![CDATA[
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
License-Reference: /usr/share/common-licenses/GPL-3
License: BSD-2-Clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
Files: README.md build.xml d5man2.md markdown.vim d5manexporthtml/* d5manexportpdf/d5manexportpdf d5manexportpdf/tplpdf/*.pdf d5mantui4/src/* d5mantui4/*.* d5mantui4/d5mantui debian/*
Copyright: Copyright (c) 2019, 2020, 2024 Ma_Sys.ma <[email protected]>
License: GPL-3+
Files: d5manexportpdf/tplpdf/masysma_d5man.tex
Copyright:
Copyright (c) 2014--2017, John MacFarlane
Copyright (c) 2019 Ma_Sys.ma <[email protected]>
License: GPL-3+
Files: d5mantui4/_build/default/rel/d5mantui/lib/yamerl-0.10.0/*
Copyright:
Copyright (c) 2012-2014 Yakaz
Copyright (c) 2016-2018 Jean-Sébastien Pédron <[email protected]>
License: BSD-2-Clause
]]></property>
<!-- CI INTEGRATION -->
<target name="autoci" depends="autopackage"/>
<!-- CONSTANT TPL IMPORT -->
<property environment="env"/>
<condition property="masysma.internal.includepath.rel" value="${env.MDVL_CI_PHOENIX_ROOT}" else=".."><isset property="env.MDVL_CI_PHOENIX_ROOT"/></condition>
<property name="masysma.internal.includepath" location="${masysma.internal.includepath.rel}"/>
<property name="masysma.internal.loadpath" value="${masysma.internal.includepath}/co-build/ant-build-template.xml"/>
<condition property="masysma.internal.load" value="file://${masysma.internal.loadpath}" else="https://raw.githubusercontent.com/m7a/co-build/master/ant-build-template.xml"><resourceexists><file file="${masysma.internal.loadpath}"/></resourceexists></condition>
<import><url url="${masysma.internal.load}"/></import>
</project>