File: onlinepackagemanager.lpk

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (174 lines) | stat: -rw-r--r-- 6,062 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="4">
    <PathDelim Value="\"/>
    <Name Value="OnlinePackageManager"/>
    <Type Value="RunAndDesignTime"/>
    <Author Value="Balázs Székely"/>
    <CompilerOptions>
      <Version Value="11"/>
      <PathDelim Value="\"/>
      <SearchPaths>
        <IncludeFiles Value="vst\include\intf\$(LCLWidgetType);vst\include\$(LCLWidgetType)"/>
        <OtherUnitFiles Value="vst;vst\units\$(LCLWidgetType);fpcmod;frames"/>
        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
      </SearchPaths>
      <Other>
        <CompilerMessages>
          <IgnoredMessages idx5024="True"/>
        </CompilerMessages>
        <CustomOptions Value="$(IDEBuildOptions)"/>
      </Other>
    </CompilerOptions>
    <Description Value="Online Package Manager is a tool that automates the process of installing, upgrading, configuring Lazarus packages. The packages are stored in the main repository(see repository column) as zip files, along with a JSON file. The JSON contains all necessary information about the packages. On request the packages are downloaded/extracted/compiled/installed into the IDE. If available, it's also possible to update a previously installed package from the maintainer webpage.

For more info please visit: http://wiki.freepascal.org/Online_Package_Manager"/>
    <License Value="GPL"/>
    <Version Major="1" Release="1" Build="2"/>
    <Files Count="29">
      <Item1>
        <Filename Value="onlinepackagemanagerintf.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="onlinepackagemanagerintf"/>
      </Item1>
      <Item2>
        <Filename Value="opkman_mainfrm.pas"/>
        <UnitName Value="opkman_mainfrm"/>
        <ResourceBaseClass Value="Form"/>
      </Item2>
      <Item3>
        <Filename Value="opkman_optionsfrm.pas"/>
        <UnitName Value="opkman_optionsfrm"/>
        <ResourceBaseClass Value="Form"/>
      </Item3>
      <Item4>
        <Filename Value="opkman_const.pas"/>
        <UnitName Value="opkman_const"/>
      </Item4>
      <Item5>
        <Filename Value="opkman_visualtree.pas"/>
        <UnitName Value="opkman_visualtree"/>
      </Item5>
      <Item6>
        <Filename Value="opkman_serializablepackages.pas"/>
        <UnitName Value="opkman_serializablepackages"/>
      </Item6>
      <Item7>
        <Filename Value="opkman_downloader.pas"/>
        <UnitName Value="opkman_downloader"/>
      </Item7>
      <Item8>
        <Filename Value="opkman_common.pas"/>
        <UnitName Value="opkman_common"/>
      </Item8>
      <Item9>
        <Filename Value="opkman_progressfrm.pas"/>
        <UnitName Value="opkman_progressfrm"/>
        <ResourceBaseClass Value="Form"/>
      </Item9>
      <Item10>
        <Filename Value="opkman_zipper.pas"/>
        <UnitName Value="opkman_zipper"/>
      </Item10>
      <Item11>
        <Filename Value="opkman_timer.pas"/>
        <UnitName Value="opkman_timer"/>
      </Item11>
      <Item12>
        <Filename Value="opkman_installer.pas"/>
        <UnitName Value="opkman_installer"/>
      </Item12>
      <Item13>
        <Filename Value="opkman_packagelistfrm.pas"/>
        <UnitName Value="opkman_packagelistfrm"/>
        <ResourceBaseClass Value="Form"/>
      </Item13>
      <Item14>
        <Filename Value="opkman_options.pas"/>
        <UnitName Value="opkman_options"/>
      </Item14>
      <Item15>
        <Filename Value="opkman_createrepositorypackagefrm.pas"/>
        <UnitName Value="opkman_createrepositorypackagefrm"/>
        <ResourceBaseClass Value="Form"/>
      </Item15>
      <Item16>
        <Filename Value="opkman_categoriesfrm.pas"/>
        <UnitName Value="opkman_categoriesfrm"/>
      </Item16>
      <Item17>
        <Filename Value="opkman_packagedetailsfrm.pas"/>
        <UnitName Value="opkman_packagedetailsfrm"/>
      </Item17>
      <Item18>
        <Filename Value="opkman_updates.pas"/>
        <UnitName Value="opkman_updates"/>
      </Item18>
      <Item19>
        <Filename Value="opkman_createjsonforupdatesfrm.pas"/>
        <UnitName Value="opkman_createjsonforupdatesfrm"/>
      </Item19>
      <Item20>
        <Filename Value="opkman_uploader.pas"/>
        <UnitName Value="opkman_uploader"/>
      </Item20>
      <Item21>
        <Filename Value="opkman_repositories.pas"/>
        <UnitName Value="opkman_repositories"/>
      </Item21>
      <Item22>
        <Filename Value="opkman_createrepositoryfrm.pas"/>
        <UnitName Value="opkman_createrepositoryfrm"/>
      </Item22>
      <Item23>
        <Filename Value="opkman_repositorydetailsfrm.pas"/>
        <UnitName Value="opkman_repositorydetailsfrm"/>
      </Item23>
      <Item24>
        <Filename Value="opkman_addrepositorypackagefrm.pas"/>
        <UnitName Value="opkman_addrepositorypackagefrm"/>
      </Item24>
      <Item25>
        <Filename Value="opkman_intf.pas"/>
        <UnitName Value="opkman_intf"/>
      </Item25>
      <Item26>
        <Filename Value="opkman_intf_packagelistfrm.pas"/>
        <UnitName Value="opkman_intf_packagelistfrm"/>
      </Item26>
      <Item27>
        <Filename Value="opkman_showhint.pas"/>
        <UnitName Value="opkman_showhint"/>
      </Item27>
      <Item28>
        <Filename Value="opkman_showhintbase.pas"/>
        <UnitName Value="opkman_showhintbase"/>
      </Item28>
      <Item29>
        <Filename Value="opkman_colorsfrm.pas"/>
        <UnitName Value="opkman_colorsfrm"/>
      </Item29>
    </Files>
    <i18n>
      <EnableI18N Value="True"/>
      <OutDir Value="languages"/>
    </i18n>
    <RequiredPkgs Count="3">
      <Item1>
        <PackageName Value="virtualtreeview_package"/>
      </Item1>
      <Item2>
        <PackageName Value="IDEIntf"/>
      </Item2>
      <Item3>
        <PackageName Value="FCL"/>
      </Item3>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
    </PublishOptions>
  </Package>
</CONFIG>