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