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