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