Subversion Repositories

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

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