Subversion Repositories

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

Rev 15 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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