-
Notifications
You must be signed in to change notification settings - Fork 35
/
internettools.lpk
203 lines (203 loc) · 6.81 KB
/
internettools.lpk
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="internettools"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Benito van der Zander"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="data;../lazarus/dialogs;import/synapse"/>
<OtherUnitFiles Value="data;internet;import/regexpr/source;../lazarus/dialogs;import/synapse;system;../../../components/pascal/import/flre/src;import/flre/src;import/pasdblstrutils/src"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="This package provides standard conformant XPath/XQuery 3.1 interpreters with a compatibility mode for older XPath/XQuery versions and extensions for - among others - JSONiq, pattern matching, CSS and HTML; as well as functions to perform HTTP/S requests on Windows/Linux/MacOSX/Android and an XProc-like webscraping language"/>
<License Value="GPLv3"/>
<Version Major="1"/>
<Files Count="41">
<Item1>
<Filename Value="internettoolsconfig.inc"/>
<Type Value="Binary"/>
</Item1>
<Item2>
<Filename Value="data/bbutils.pas"/>
<UnitName Value="bbutils"/>
</Item2>
<Item3>
<Filename Value="data/disableRangeOverflowChecks.inc"/>
<Type Value="Include"/>
</Item3>
<Item4>
<Filename Value="data/extendedhtmlparser.pas"/>
<UnitName Value="extendedhtmlparser"/>
</Item4>
<Item5>
<Filename Value="data/htmlinformation.pas"/>
<UnitName Value="htmlInformation"/>
</Item5>
<Item6>
<Filename Value="data/restoreRangeOverflowChecks.inc"/>
<Type Value="Include"/>
</Item6>
<Item7>
<Filename Value="data/simplehtmlparser.pas"/>
<UnitName Value="simplehtmlparser"/>
</Item7>
<Item8>
<Filename Value="data/simplehtmltreeparser.pas"/>
<UnitName Value="simplehtmltreeparser"/>
</Item8>
<Item9>
<Filename Value="data/simplexmlparser.pas"/>
<UnitName Value="simplexmlparser"/>
</Item9>
<Item10>
<Filename Value="data/simplexmltreeparserfpdom.pas"/>
<UnitName Value="simplexmltreeparserfpdom"/>
</Item10>
<Item11>
<Filename Value="data/xquery.pas"/>
<UnitName Value="xquery"/>
</Item11>
<Item12>
<Filename Value="data/xquery.internals.collations.pas"/>
<UnitName Value="xquery.internals.collations"/>
</Item12>
<Item13>
<Filename Value="data/xquery.internals.common.pas"/>
<UnitName Value="xquery.internals.common"/>
</Item13>
<Item14>
<Filename Value="data/xquery.internals.floathelpers.pas"/>
<UnitName Value="xquery.internals.floathelpers"/>
</Item14>
<Item15>
<Filename Value="data/xquery.internals.lclexcerpt.pas"/>
<UnitName Value="xquery.internals.lclexcerpt"/>
</Item15>
<Item16>
<Filename Value="data/xquery.internals.protectionbreakers.pas"/>
<UnitName Value="xquery.internals.protectionbreakers"/>
</Item16>
<Item17>
<Filename Value="data/bbrandomnumbergenerator.pas"/>
<UnitName Value="bbrandomnumbergenerator"/>
</Item17>
<Item18>
<Filename Value="data/xquery.namespaces.pas"/>
<UnitName Value="xquery.namespaces"/>
</Item18>
<Item19>
<Filename Value="data/xquery__functions.pas"/>
<UnitName Value="xquery__functions"/>
</Item19>
<Item20>
<Filename Value="data/xquery__parse.pas"/>
<UnitName Value="xquery__parse"/>
</Item20>
<Item21>
<Filename Value="data/xquery__regex.pas"/>
<UnitName Value="xquery__regex"/>
</Item21>
<Item22>
<Filename Value="data/xquery__serialization.pas"/>
<UnitName Value="xquery__serialization"/>
</Item22>
<Item23>
<Filename Value="data/xquery_functions_generated.inc"/>
<Type Value="Include"/>
</Item23>
<Item24>
<Filename Value="data/xquery_functions_generated_template.inc"/>
<Type Value="Include"/>
</Item24>
<Item25>
<Filename Value="data/xquery_json.pas"/>
<UnitName Value="xquery_json"/>
</Item25>
<Item26>
<Filename Value="data/xquery_module_binary.pas"/>
<UnitName Value="xquery_module_binary"/>
</Item26>
<Item27>
<Filename Value="data/xquery_module_file.pas"/>
<UnitName Value="xquery_module_file"/>
</Item27>
<Item28>
<Filename Value="data/xquery_module_math.pas"/>
<UnitName Value="xquery_module_math"/>
</Item28>
<Item29>
<Filename Value="data/xquery_module_uca_icu.pas"/>
<UnitName Value="xquery_module_uca_icu"/>
</Item29>
<Item30>
<Filename Value="data/xquery_schemas.inc"/>
<Type Value="Include"/>
</Item30>
<Item31>
<Filename Value="data/xquery_terms.inc"/>
<Type Value="Include"/>
</Item31>
<Item32>
<Filename Value="data/xquery_types.inc"/>
<Type Value="Include"/>
</Item32>
<Item33>
<Filename Value="internet/internetaccess.pas"/>
<UnitName Value="internetaccess"/>
</Item33>
<Item34>
<Filename Value="internet/mockinternetaccess.pas"/>
<UnitName Value="mockinternetaccess"/>
</Item34>
<Item35>
<Filename Value="internet/multipagetemplate.pas"/>
<UnitName Value="multipagetemplate"/>
</Item35>
<Item36>
<Filename Value="internet/simpleinternet.pas"/>
<UnitName Value="simpleinternet"/>
</Item36>
<Item37>
<Filename Value="internet/synapseinternetaccess.pas"/>
<UnitName Value="synapseinternetaccess"/>
</Item37>
<Item38>
<Filename Value="internet/w32internetaccess.pas"/>
<UnitName Value="w32internetaccess"/>
</Item38>
<Item39>
<Filename Value="internet/internetaccess_inflater_paszlib.pas"/>
<UnitName Value="internetaccess_inflater_paszlib"/>
</Item39>
<Item40>
<Filename Value="data/fastjsonscanner.pas"/>
<UnitName Value="fastjsonscanner"/>
</Item40>
<Item41>
<Filename Value="data/htmlformutils.pas"/>
<UnitName Value="htmlformutils"/>
</Item41>
</Files>
<CompatibilityMode Value="True"/>
<i18n>
<EnableI18N Value="True"/>
</i18n>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="FCL"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<Provides Count="1">
<Item1 Value="bbutils"/>
</Provides>
</Package>
</CONFIG>