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