Subversion Repositories

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

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

Rev Author Line No. Line
198 holmgren 1
Source: pike8.0
2 magnus 2
Section: interpreters
3
Priority: optional
19 magnus 4
Maintainer: Magnus Holmgren <holmgren@debian.org>
38 magnus 5
Uploaders: Henrik Andreasson <debian@han.pp.se>
191 holmgren 6
Standards-Version: 3.9.5
149 holmgren 7
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 5), bison, sharutils, bc, pkg-config,
124 holmgren 8
 libgmp10-dev, nettle-dev (>= 2.1~), zlib1g-dev | libz-dev,
160 holmgren 9
 libbz2-dev, libgdbm-dev, unixodbc-dev, libmysqlclient-dev,
124 holmgren 10
 libpq-dev, libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev,
11
 libsdl1.2-dev, libsane-dev, x11proto-gl-dev, libxpm-dev,
12
 libglade2-dev, libfreetype6-dev, freeglut3-dev, libjpeg-dev,
164 holmgren 13
 libtiff-dev, librsvg2-dev (>= 2.7), libgnomeui-dev,
124 holmgren 14
 libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev
2 magnus 15
Build-Conflicts: libutahglx-dev
3 magnus 16
Homepage: http://pike.ida.liu.se/
198 holmgren 17
Vcs-Svn: svn://anonscm.debian.org/pkg-pike/trunk
178 holmgren 18
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-pike/
2 magnus 19
 
198 holmgren 20
Package: pike8.0-core
2 magnus 21
Architecture: any
85 holmgren 22
Depends: ${shlibs:Depends}, ${misc:Depends}
198 holmgren 23
Suggests: pike8.0-doc
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
41 magnus 29
 others, database connectivity, advanced cryptography, XML/HTML parsers
2 magnus 30
 and others. To learn more about pike, please visit http://pike.ida.liu.se/
198 holmgren 31
 Note that some of the Pike features are found in other pike8.0-* packages
41 magnus 32
 (image processing, MySQL, PostgreSQL, SANE and more).
2 magnus 33
 
198 holmgren 34
Package: pike8.0
2 magnus 35
Architecture: all
198 holmgren 36
Depends: pike8.0-core (>= ${source:Version}), pike8.0-image (>= ${source:Version}),
37
 pike8.0-gdbm (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), ${misc:Depends}
38
Recommends: pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-dev (>= ${source:Version})
39
Suggests: pike8.0-doc (= ${source:Version})
40
Description: Recommended metapackage for Pike 8.0
65 holmgren 41
 This is a metapackage which depends upon several other Pike
2 magnus 42
 packages that together make up the recommended Pike installation.
43
 If you want to install every packaged component of the Pike
198 holmgren 44
 distribution, please install the pike8.0-full package.
2 magnus 45
 .
46
 If you want to remove several components this package depends
47
 upon, you can purge this package without worrying about the
48
 functionality loss in Pike and then remove the packages you
49
 don't need on your system.
50
 .
51
 Pike is an interpreted programming language, for more information
198 holmgren 52
 see the description of the pike8.0-core package.
2 magnus 53
 
198 holmgren 54
Package: pike8.0-dev
3 magnus 55
Architecture: any
149 holmgren 56
Depends: ${shlibs:Depends}, ${misc:Depends},
198 holmgren 57
 pike8.0-core (= ${binary:Version}), pike8.0-image (= ${binary:Version})
58
Description: Development files for Pike 8.0
41 magnus 59
 This package contains files you will need to develop C extension modules
60
 for Pike. The package depends on the recommended set of packages for the
61
 Pike environment.
3 magnus 62
 .
63
 Pike is an interpreted programming language, for more information
198 holmgren 64
 see the description of the pike8.0-core package.
3 magnus 65
 
198 holmgren 66
Package: pike8.0-manual
3 magnus 67
Architecture: all
68
Section: doc
85 holmgren 69
Depends: ${misc:Depends}
198 holmgren 70
Description: Pike 8.0 manual
3 magnus 71
 The Pike manual auto-generated from the sources.
72
 .
73
 Pike is an interpreted programming language, for more information
198 holmgren 74
 see the description of the pike8.0-core package.
3 magnus 75
 
198 holmgren 76
Package: pike8.0-reference
3 magnus 77
Architecture: all
78
Section: doc
85 holmgren 79
Depends: ${misc:Depends}
198 holmgren 80
Description: Pike 8.0 reference
3 magnus 81
 The Pike reference auto-generated from the sources.
82
 .
83
 Pike is an interpreted programming language, for more information
198 holmgren 84
 see the description of the pike8.0-core package.
3 magnus 85
 
198 holmgren 86
Package: pike8.0-doc
3 magnus 87
Architecture: all
88
Section: doc
198 holmgren 89
Depends: ${misc:Depends}, pike8.0-manual (= ${source:Version}), pike8.0-reference (= ${source:Version})
90
Description: Pike 8.0 documentation metapackage
91
 This package depends upon all the Pike 8.0 documentation  packages. Note
41 magnus 92
 that the download and installation sizes might be very large.
3 magnus 93
 .
94
 Pike is an interpreted programming language, for more information
198 holmgren 95
 see the description of the pike8.0-core package.
3 magnus 96
 
198 holmgren 97
Package: pike8.0-full
3 magnus 98
Architecture: all
198 holmgren 99
Depends: ${misc:Depends}, pike8.0 (= ${source:Version}), pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-odbc (>= ${source:Version}), pike8.0-sdl (>= ${source:Version}), pike8.0-gdbm (>= ${source:Version}), pike8.0-gtk (>= ${source:Version}), pike8.0-gl (>= ${source:Version}), pike8.0-sane (>= ${source:Version}), pike8.0-doc (= ${source:Version}), pike8.0-dev (>= ${source:Version}), pike8.0-svg (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), pike8.0-bzip2 (>= ${source:Version}), pike8.0-fuse (>= ${source:Version}), pike8.0-sqlite (>= ${source:Version}), pike8.0-dnssd (>= ${source:Version})
100
Description: Metapackage for Pike 8.0
3 magnus 101
 This package depends on all the components that make up the Pike
102
 language distribution. It will pull in a LOT of packages the
19 magnus 103
 Pike components depend upon (including XFree libraries, GTK+, GNOME)!
3 magnus 104
 .
105
 Pike is an interpreted programming language, for more information
198 holmgren 106
 see the description of the pike8.0-core package.
3 magnus 107
 
198 holmgren 108
Package: pike8.0-mysql
2 magnus 109
Architecture: any
198 holmgren 110
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
177 holmgren 111
Description: MySQL modules for Pike
112
 This package contains Pike modules providing access to MySQL
113
 databases: Mysql and Sql.mysql(s).
2 magnus 114
 .
115
 Pike is an interpreted programming language, for more information
198 holmgren 116
 see the description of the pike8.0-core package.
2 magnus 117
 
198 holmgren 118
Package: pike8.0-pg
2 magnus 119
Architecture: any
198 holmgren 120
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
177 holmgren 121
Description: PostgreSQL modules for Pike
122
 This package contains Pike module providing access to PostgreSQL
123
 databases: Postgres, Sql.postgres, and Sql.postgres_result.
2 magnus 124
 .
177 holmgren 125
 Note: These modules are deprecated in favour of the pure Pike
126
 Sql.pgsql module, which is included in the core package.
127
 .
2 magnus 128
 Pike is an interpreted programming language, for more information
198 holmgren 129
 see the description of the pike8.0-core package.
2 magnus 130
 
198 holmgren 131
Package: pike8.0-odbc
2 magnus 132
Architecture: any
198 holmgren 133
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
177 holmgren 134
Description: ODBC modules for Pike
135
 This package contains Pike modules providing glue to the ODBC
136
 interface: Odbc, Sql.odbc, and Sql.odbc_result.
2 magnus 137
 .
138
 Pike is an interpreted programming language, for more information
198 holmgren 139
 see the description of the pike8.0-core package.
2 magnus 140
 
198 holmgren 141
Package: pike8.0-svg
2 magnus 142
Architecture: any
198 holmgren 143
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
144
Suggests: pike8.0-image (= ${source:Version})
2 magnus 145
Description: SVG format support for Pike
177 holmgren 146
 This package provides an SVG graphics format module, Image.SVG. It
198 holmgren 147
 has been separated from the pike8.0-image module because of its quite
177 holmgren 148
 extensive dependencies.
2 magnus 149
 .
150
 Pike is an interpreted programming language, for more information
198 holmgren 151
 see the description of the pike8.0-core package.
2 magnus 152
 
198 holmgren 153
Package: pike8.0-image
2 magnus 154
Architecture: any
198 holmgren 155
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
156
Suggests: pike8.0-svg (= ${source:Version})
177 holmgren 157
Description: Image modules for Pike
158
 This package provides many powerful image processing functions to
159
 Pike programs. It contains the modules Image (except Image.SVG),
160
 Graphics, Colors, and Protocols.X.XImage.
2 magnus 161
 .
162
 Pike is an interpreted programming language, for more information
198 holmgren 163
 see the description of the pike8.0-core package.
2 magnus 164
 
198 holmgren 165
Package: pike8.0-sdl
2 magnus 166
Architecture: any
198 holmgren 167
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
2 magnus 168
Description: SDL module for Pike
169
 This module provides the Pike interface to the SDL library.
170
 .
171
 Pike is an interpreted programming language, for more information
198 holmgren 172
 see the description of the pike8.0-core package.
2 magnus 173
 
198 holmgren 174
Package: pike8.0-gdbm
2 magnus 175
Architecture: any
198 holmgren 176
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
2 magnus 177
Description: Gdbm module for Pike
178
 This Pike module provides access to gdbm databases.
179
 .
180
 Pike is an interpreted programming language, for more information
198 holmgren 181
 see the description of the pike8.0-core package.
2 magnus 182
 
198 holmgren 183
Package: pike8.0-gtk
2 magnus 184
Architecture: any
198 holmgren 185
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}),
186
 pike8.0-image (= ${binary:Version})
95 holmgren 187
Description: GTK+ 2.0 module for Pike
188
 This Pike module provides access to the GTK+ 2.0 library.
41 magnus 189
 .
190
 Pike is an interpreted programming language, for more information
198 holmgren 191
 see the description of the pike8.0-core package.
41 magnus 192
 
198 holmgren 193
Package: pike8.0-gl
41 magnus 194
Architecture: any
198 holmgren 195
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
177 holmgren 196
Description: Mesa modules for Pike
197
 This package contains the Pike modules providing access to the Mesa
198
 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal
199
 Environment).
2 magnus 200
 .
201
 Pike is an interpreted programming language, for more information
198 holmgren 202
 see the description of the pike8.0-core package.
2 magnus 203
 
198 holmgren 204
Package: pike8.0-sane
2 magnus 205
Architecture: any
198 holmgren 206
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
2 magnus 207
Description: SANE module for Pike
208
 This Pike module provides access to SANE.
209
 .
210
 Pike is an interpreted programming language, for more information
198 holmgren 211
 see the description of the pike8.0-core package.
2 magnus 212
 
198 holmgren 213
Package: pike8.0-pcre
2 magnus 214
Architecture: any
198 holmgren 215
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
41 magnus 216
Description: PCRE module for Pike
177 holmgren 217
 This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl
218
 compatible regular expressions) library from within the Pike
219
 programs.
2 magnus 220
 .
221
 Pike is an interpreted programming language, for more information
198 holmgren 222
 see the description of the pike8.0-core package.
2 magnus 223
 
198 holmgren 224
Package: pike8.0-bzip2
2 magnus 225
Architecture: any
198 holmgren 226
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
41 magnus 227
Description: Bzip2 module for Pike
228
 This Pike module enables one to use the Bzip2 compression
229
 algorithm from within the Pike programs.
2 magnus 230
 .
231
 Pike is an interpreted programming language, for more information
198 holmgren 232
 see the description of the pike8.0-core package.
2 magnus 233
 
198 holmgren 234
Package: pike8.0-fuse
2 magnus 235
Architecture: any
198 holmgren 236
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
41 magnus 237
Description: Filesystem in USErspace support for Pike
238
 This Pike module enables one to export filesystems to the Linux
239
 kernel using the FUSE library.
2 magnus 240
 .
241
 Pike is an interpreted programming language, for more information
198 holmgren 242
 see the description of the pike8.0-core package.
41 magnus 243
 
198 holmgren 244
Package: pike8.0-sqlite
41 magnus 245
Architecture: any
198 holmgren 246
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
41 magnus 247
Description: SQLite module for Pike
248
 This Pike module enables one to use the SQLite embedded database
249
 library.
250
 .
251
 Pike is an interpreted programming language, for more information
198 holmgren 252
 see the description of the pike8.0-core package.
41 magnus 253
 
198 holmgren 254
Package: pike8.0-dnssd
41 magnus 255
Architecture: any
198 holmgren 256
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
41 magnus 257
Description: DNS Service Discovery (DNS-SD) for Pike
258
 This Pike module enables one to take advantage of DNS service discovery.
259
 .
260
 DNS Service Discovery is a way of using standard DNS programming interfaces,
261
 servers, and packet formats to browse the network for services.
262
 .
263
 Pike is an interpreted programming language, for more information
198 holmgren 264
 see the description of the pike8.0-core package.
41 magnus 265