Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Rev 19 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 magnus 1
Source: pike7.6
2
Section: interpreters
3
Priority: optional
4
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
5
Uploaders: Henrik Andreasson <pike@han.pp.se>
3 magnus 6
Standards-Version: 3.7.2
7
Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc,
6 magnus 8
 libgmp3-dev, libnettle-dev (>= 1.14-1),
3 magnus 9
 zlib1g-dev | libz-dev, libbz2-dev, libreadline5-dev,
10
 libgdbm-dev, libiodbc2-dev, libmysqlclient15-dev, libpq-dev,
11
 libperl-dev, libpcre3-dev, libxml2-dev,
12
 libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev,
13
 x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev,
14
 freeglut3-dev (>= 2.2.0-6.1) [alpha hppa], freeglut3-dev [!alpha !hppa],
15
 libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), libpng12-dev
2 magnus 16
Build-Conflicts: libutahglx-dev
3 magnus 17
Homepage: http://pike.ida.liu.se/
2 magnus 18
 
19
Package: pike7.6-core
20
Architecture: any
21
Depends: ${shlibs:Depends}
22
Suggests: pike7.6-doc
3 magnus 23
Recommends: pike7.6-image (= ${binary:Version})
2 magnus 24
Description: Powerful interpreted programming language
25
 Pike is an interpreted, object-oriented, dynamic programming language
26
 with a syntax similar to C. It includes many powerful data types and
27
 a module system that, for instance, provides image manipulation together,
28
 with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many
29
 others,  database connectivity, advanced cryptography, XML/HTML parsers
30
 and others. To learn more about pike, please visit http://pike.ida.liu.se/
31
 Note that some of the  Pike features are found in other pike7.6-* packages
32
 (image processing, mysql, postgresql, sane and more).
33
 
34
Package: pike7.6
35
Architecture: all
3 magnus 36
Depends: pike7.6-core (>= ${source:Version}), pike7.6-image (>= ${source:Version}), pike7.6-gdbm (>= ${source:Version})
37
Recommends: pike7.6-doc (>= ${source:Version})
38
Suggests: pike7.6-mysql (>= ${source:Version}), pike7.6-pg (>= ${source:Version}), pike7.6-dev (>= ${source:Version})
2 magnus 39
Description: Recommended meta package for Pike 7.6
40
 This is a meta package which depends upon several other Pike
41
 packages that together make up the recommended Pike installation.
42
 If you want to install every packaged component of the Pike
43
 distribution, please install the pike7.6-meta package.
44
 .
45
 If you want to remove several components this package depends
46
 upon, you can purge this package without worrying about the
47
 functionality loss in Pike and then remove the packages you
48
 don't need on your system.
49
 .
50
 Pike is an interpreted programming language, for more information
51
 see the description of the pike7.6-core package or visit the URL
52
 below.
53
 .
54
 http://pike.ida.liu.se/
55
 
3 magnus 56
Package: pike7.6-dev
57
Architecture: any
58
Depends: ${shlibs:Depends}, pike7.6-core (>= ${source:Version})
59
Description: Development files for Pike 7.6
60
 This package contains files you will need to develop C extension
61
 modules for Pike. The package depends on the recommended set of
62
 packages for the Pike environment.
63
 .
64
 Pike is an interpreted programming language, for more information
65
 see the description of the pike7.6-core package or visit the URL
66
 below.
67
 .
68
 http://pike.ida.liu.se/
69
 
70
Package: pike7.6-manual
71
Architecture: all
72
Section: doc
73
Description: Pike 7.6 manual
74
 The Pike manual auto-generated from the sources.
75
 .
76
 Pike is an interpreted programming language, for more information
77
 see the description of the pike7.6-core package or visit the URL
78
 below.
79
 .
80
 http://pike.ida.liu.se/
81
 
82
Package: pike7.6-reference
83
Architecture: all
84
Section: doc
85
Description: Pike 7.6 reference
86
 The Pike reference auto-generated from the sources.
87
 .
88
 Pike is an interpreted programming language, for more information
89
 see the description of the pike7.6-core package or visit the URL
90
 below.
91
 .
92
 http://pike.ida.liu.se/
93
 
94
Package: pike7.6-doc
95
Architecture: all
96
Section: doc
97
Depends: pike7.6-manual (>= ${source:Version}), pike7.6-reference (>= ${source:Version})
98
Description: Pike 7.6 documentation meta package
99
 This package depends upon all the Pike 7.6 documentation
100
 packages. Note that the download and installation sizes might be very
101
 large.
102
 .
103
 Pike is an interpreted programming language, for more information
104
 see the description of the pike7.6-core package or visit the URL
105
 below.
106
 .
107
 http://pike.ida.liu.se/
108
 
109
Package: pike7.6-meta
110
Architecture: all
111
Depends: pike7.6 (>= ${source:Version}), pike7.6-mysql (>= ${source:Version}), pike7.6-pg (>= ${source:Version}), pike7.6-odbc (>= ${source:Version}), pike7.6-image (>= ${source:Version}), pike7.6-sdl (>= ${source:Version}), pike7.6-gdbm (>= ${source:Version}), pike7.6-gl (>= ${source:Version}), pike7.6-sane (>= ${source:Version}), pike7.6-doc (>= ${source:Version}), pike7.6-dev (>= ${source:Version}), pike7.6-perl (>= ${source:Version}), pike7.6-svg (>= ${source:Version}), pike7.6-pcre (>= ${source:Version}), pike7.6-bzip2 (>= ${source:Version})
112
Description: Meta package for Pike 7.6
113
 This package depends on all the components that make up the Pike
114
 language distribution. It will pull in a LOT of packages the
115
 Pike components depend upon (including XFree libraries, GTK, GNOME)!
116
 .
117
 Pike is an interpreted programming language, for more information
118
 see the description of the pike7.6-core package or visit the URL
119
 below.
120
 .
121
 http://pike.ida.liu.se/
122
 
2 magnus 123
Package: pike7.6-mysql
124
Architecture: any
3 magnus 125
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 126
Description: Mysql module for Pike
127
 This Pike module provides access to Mysql databases.
128
 .
129
 Pike is an interpreted programming language, for more information
130
 see the description of the pike7.6-core package or visit the URL
131
 below.
132
 .
133
 http://pike.ida.liu.se/
134
 
135
Package: pike7.6-pg
136
Architecture: any
3 magnus 137
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 138
Description: Postgres module for Pike
139
 This Pike module provides access to Postgres databases.
140
 .
141
 Pike is an interpreted programming language, for more information
142
 see the description of the pike7.6-core package or visit the URL
143
 below.
144
 .
145
 http://pike.ida.liu.se/
146
 
147
Package: pike7.6-odbc
148
Architecture: any
3 magnus 149
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 150
Description: Odbc module for Pike
151
 This Pike module provides glue to the iOdbc interface.
152
 .
153
 Pike is an interpreted programming language, for more information
154
 see the description of the pike7.6-core package or visit the URL
155
 below.
156
 .
157
 http://pike.ida.liu.se/
158
 
159
Package: pike7.6-svg
160
Architecture: any
3 magnus 161
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
162
Suggests: pike7.6-image (= ${binary:Version})
2 magnus 163
Description: SVG format support for Pike
164
 This module provides an SVG graphics format module. It has
165
 been separated from the pike7.6-image module because of its
166
 quite extensive dependencies.
167
 .
168
 Pike is an interpreted programming language, for more information
169
 see the description of the pike7.6-core package or visit the URL
170
 below.
171
 .
172
 http://pike.ida.liu.se/
173
 
174
Package: pike7.6-image
175
Architecture: any
3 magnus 176
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
177
Suggests: pike7.6-svg (= ${binary:Version})
2 magnus 178
Description: Image module for Pike
179
 This module provides many powerful image processing functions to
180
 Pike programs.
181
 .
182
 Pike is an interpreted programming language, for more information
183
 see the description of the pike7.6-core package or visit the URL
184
 below.
185
 .
186
 http://pike.ida.liu.se/
187
 
188
Package: pike7.6-sdl
189
Architecture: any
3 magnus 190
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 191
Description: SDL module for Pike
192
 This module provides the Pike interface to the SDL library.
193
 .
194
 Pike is an interpreted programming language, for more information
195
 see the description of the pike7.6-core package or visit the URL
196
 below.
197
 .
198
 http://pike.ida.liu.se/
199
 
200
Package: pike7.6-gdbm
201
Architecture: any
3 magnus 202
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 203
Description: Gdbm module for Pike
204
 This Pike module provides access to gdbm databases.
205
 .
206
 Pike is an interpreted programming language, for more information
207
 see the description of the pike7.6-core package or visit the URL
208
 below.
209
 .
210
 http://pike.ida.liu.se/
211
 
212
Package: pike7.6-gl
213
Architecture: any
3 magnus 214
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 215
Description: Mesa module for Pike
216
 This Pike module provides access to the Mesa 3D graphics library.
217
 .
218
 Pike is an interpreted programming language, for more information
219
 see the description of the pike7.6-core package or visit the URL
220
 below.
221
 .
222
 http://pike.ida.liu.se/
223
 
224
Package: pike7.6-sane
225
Architecture: any
3 magnus 226
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 227
Description: SANE module for Pike
228
 This Pike module provides access to SANE.
229
 .
230
 Pike is an interpreted programming language, for more information
231
 see the description of the pike7.6-core package or visit the URL
232
 below.
233
 .
234
 http://pike.ida.liu.se/
235
 
236
Package: pike7.6-perl
237
Architecture: any
3 magnus 238
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 239
Description: Perl module for Pike
3 magnus 240
 This Pike module enables one to embed perl in pike programs.
2 magnus 241
 .
242
 Pike is an interpreted programming language, for more information
243
 see the description of the pike7.6-core package or visit the URL
244
 below.
245
 .
246
 http://pike.ida.liu.se/
247
 
248
Package: pike7.6-pcre
249
Architecture: any
3 magnus 250
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 251
Description: PCRE module for Pike
252
 This Pike module enables one to use the PCRE (Perl regular
3 magnus 253
 expressions) from within Pike programs.
2 magnus 254
 .
255
 Pike is an interpreted programming language, for more information
256
 see the description of the pike7.6-core package or visit the URL
257
 below.
258
 .
259
 http://pike.ida.liu.se/
260
 
261
Package: pike7.6-bzip2
262
Architecture: any
3 magnus 263
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
2 magnus 264
Description: Bzip2 module for Pike
265
 This Pike module enables one to use the Bzip2 compression
3 magnus 266
 algorithm from within Pike programs.
2 magnus 267
 .
268
 Pike is an interpreted programming language, for more information
269
 see the description of the pike7.6-core package or visit the URL
270
 below.
271
 .
272
 http://pike.ida.liu.se/