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