Subversion Repositories

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

Rev 3 | Rev 19 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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