Rev 107 | Rev 111 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
41 | magnus | 1 | Source: pike7.8 |
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> |
102 | holmgren | 6 | Standards-Version: 3.9.1 |
52 | holmgren | 7 | Build-Depends: debhelper (>= 5), dpatch, bison, sharutils, bc, pkg-config, |
47 | holmgren | 8 | libgmp3-dev, nettle-dev, |
41 | magnus | 9 | zlib1g-dev | libz-dev, libbz2-dev, |
107 | holmgren | 10 | libgdbm-dev, libiodbc2-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, |
41 | magnus | 11 | libpcre3-dev, |
3 | magnus | 12 | libsdl-mixer1.2-dev, libsdl1.2-dev, libsane-dev, |
13 | x11proto-gl-dev, libxpm-dev, libglade2-dev, libfreetype6-dev, |
||
41 | magnus | 14 | freeglut3-dev, libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), |
89 | holmgren | 15 | gnome-core-devel, libfuse-dev, |
41 | magnus | 16 | libfftw3-dev, libavahi-compat-libdnssd-dev |
2 | magnus | 17 | Build-Conflicts: libutahglx-dev |
3 | magnus | 18 | Homepage: http://pike.ida.liu.se/ |
67 | holmgren | 19 | Vcs-Svn: svn://svn.debian.org/pkg-pike/trunk |
20 | Vcs-Browser: http://svn.debian.org/pkg-pike |
||
2 | magnus | 21 | |
41 | magnus | 22 | Package: pike7.8-core |
2 | magnus | 23 | Architecture: any |
85 | holmgren | 24 | Depends: ${shlibs:Depends}, ${misc:Depends} |
41 | magnus | 25 | Suggests: pike7.8-doc |
103 | holmgren | 26 | Recommends: pike7.8-image (= ${binary:Version}) |
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 |
||
30 | a module system that, for instance, provides image manipulation together, |
||
31 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many |
||
41 | magnus | 32 | others, database connectivity, advanced cryptography, XML/HTML parsers |
2 | magnus | 33 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ |
41 | magnus | 34 | Note that some of the Pike features are found in other pike7.8-* packages |
35 | (image processing, MySQL, PostgreSQL, SANE and more). |
||
2 | magnus | 36 | |
41 | magnus | 37 | Package: pike7.8 |
2 | magnus | 38 | Architecture: all |
109 | holmgren | 39 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), |
40 | pike7.8-gdbm (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), ${misc:Depends} |
||
41 | Recommends: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version}) |
||
42 | Suggests: pike7.8-doc (= ${source:Version}) |
||
65 | holmgren | 43 | Description: Recommended metapackage for Pike 7.8 |
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 |
||
42 | magnus | 47 | distribution, please install the pike7.8-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 |
||
41 | magnus | 55 | see the description of the pike7.8-core package. |
2 | magnus | 56 | |
41 | magnus | 57 | Package: pike7.8-dev |
3 | magnus | 58 | Architecture: any |
104 | holmgren | 59 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version}) |
41 | magnus | 60 | Description: Development files for Pike 7.8 |
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 |
||
41 | magnus | 66 | see the description of the pike7.8-core package. |
3 | magnus | 67 | |
41 | magnus | 68 | Package: pike7.8-manual |
3 | magnus | 69 | Architecture: all |
70 | Section: doc |
||
85 | holmgren | 71 | Depends: ${misc:Depends} |
41 | magnus | 72 | Description: Pike 7.8 manual |
3 | magnus | 73 | The Pike manual auto-generated from the sources. |
74 | . |
||
75 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 76 | see the description of the pike7.8-core package. |
3 | magnus | 77 | |
41 | magnus | 78 | Package: pike7.8-reference |
3 | magnus | 79 | Architecture: all |
80 | Section: doc |
||
85 | holmgren | 81 | Depends: ${misc:Depends} |
41 | magnus | 82 | Description: Pike 7.8 reference |
3 | magnus | 83 | The Pike reference auto-generated from the sources. |
84 | . |
||
85 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 86 | see the description of the pike7.8-core package. |
3 | magnus | 87 | |
41 | magnus | 88 | Package: pike7.8-doc |
3 | magnus | 89 | Architecture: all |
90 | Section: doc |
||
85 | holmgren | 91 | Depends: ${misc:Depends}, pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version}) |
65 | holmgren | 92 | Description: Pike 7.8 documentation metapackage |
41 | magnus | 93 | This package depends upon all the Pike 7.8 documentation packages. Note |
94 | that the download and installation sizes might be very large. |
||
3 | magnus | 95 | . |
96 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 97 | see the description of the pike7.8-core package. |
3 | magnus | 98 | |
42 | magnus | 99 | Package: pike7.8-full |
3 | magnus | 100 | Architecture: all |
85 | holmgren | 101 | Depends: ${misc: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-dnssd (>= ${source:Version}) |
65 | holmgren | 102 | Description: Metapackage for Pike 7.8 |
3 | magnus | 103 | This package depends on all the components that make up the Pike |
104 | language distribution. It will pull in a LOT of packages the |
||
19 | magnus | 105 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! |
3 | magnus | 106 | . |
107 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 108 | see the description of the pike7.8-core package. |
3 | magnus | 109 | |
41 | magnus | 110 | Package: pike7.8-mysql |
2 | magnus | 111 | Architecture: any |
85 | holmgren | 112 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
19 | magnus | 113 | Description: MySQL module for Pike |
114 | This Pike module provides access to MySQL databases. |
||
2 | magnus | 115 | . |
116 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 117 | see the description of the pike7.8-core package. |
2 | magnus | 118 | |
41 | magnus | 119 | Package: pike7.8-pg |
2 | magnus | 120 | Architecture: any |
85 | holmgren | 121 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
19 | magnus | 122 | Description: PostgreSQL module for Pike |
123 | This Pike module provides access to PostgreSQL databases. |
||
2 | magnus | 124 | . |
125 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 126 | see the description of the pike7.8-core package. |
2 | magnus | 127 | |
41 | magnus | 128 | Package: pike7.8-odbc |
2 | magnus | 129 | Architecture: any |
85 | holmgren | 130 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 131 | Description: ODBC module for Pike |
132 | This Pike module provides glue to the iODBC interface. |
||
2 | magnus | 133 | . |
134 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 135 | see the description of the pike7.8-core package. |
2 | magnus | 136 | |
41 | magnus | 137 | Package: pike7.8-svg |
2 | magnus | 138 | Architecture: any |
85 | holmgren | 139 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 140 | Suggests: pike7.8-image (= ${source:Version}) |
2 | magnus | 141 | Description: SVG format support for Pike |
142 | This module provides an SVG graphics format module. It has |
||
41 | magnus | 143 | been separated from the pike7.8-image module because of its |
2 | magnus | 144 | quite extensive dependencies. |
145 | . |
||
146 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 147 | see the description of the pike7.8-core package. |
2 | magnus | 148 | |
41 | magnus | 149 | Package: pike7.8-image |
2 | magnus | 150 | Architecture: any |
85 | holmgren | 151 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 152 | Suggests: pike7.8-svg (= ${source:Version}) |
2 | magnus | 153 | Description: Image module for Pike |
154 | This module provides many powerful image processing functions to |
||
155 | Pike programs. |
||
156 | . |
||
157 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 158 | see the description of the pike7.8-core package. |
2 | magnus | 159 | |
41 | magnus | 160 | Package: pike7.8-sdl |
2 | magnus | 161 | Architecture: any |
85 | holmgren | 162 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
2 | magnus | 163 | Description: SDL module for Pike |
164 | This module provides the Pike interface to the SDL library. |
||
165 | . |
||
166 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 167 | see the description of the pike7.8-core package. |
2 | magnus | 168 | |
41 | magnus | 169 | Package: pike7.8-gdbm |
2 | magnus | 170 | Architecture: any |
85 | holmgren | 171 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
2 | magnus | 172 | Description: Gdbm module for Pike |
173 | This Pike module provides access to gdbm databases. |
||
174 | . |
||
175 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 176 | see the description of the pike7.8-core package. |
2 | magnus | 177 | |
41 | magnus | 178 | Package: pike7.8-gtk |
2 | magnus | 179 | Architecture: any |
85 | holmgren | 180 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
95 | holmgren | 181 | Description: GTK+ 2.0 module for Pike |
182 | This Pike module provides access to the GTK+ 2.0 library. |
||
41 | magnus | 183 | . |
184 | Pike is an interpreted programming language, for more information |
||
185 | see the description of the pike7.8-core package. |
||
186 | |||
187 | Package: pike7.8-gl |
||
188 | Architecture: any |
||
85 | holmgren | 189 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
2 | magnus | 190 | Description: Mesa module for Pike |
191 | This Pike module provides access to the Mesa 3D graphics library. |
||
192 | . |
||
193 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 194 | see the description of the pike7.8-core package. |
2 | magnus | 195 | |
41 | magnus | 196 | Package: pike7.8-sane |
2 | magnus | 197 | Architecture: any |
85 | holmgren | 198 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
2 | magnus | 199 | Description: SANE module for Pike |
200 | This Pike module provides access to SANE. |
||
201 | . |
||
202 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 203 | see the description of the pike7.8-core package. |
2 | magnus | 204 | |
41 | magnus | 205 | Package: pike7.8-pcre |
2 | magnus | 206 | Architecture: any |
85 | holmgren | 207 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 208 | Description: PCRE module for Pike |
209 | This Pike module enables one to use the PCRE (Perl regular |
||
210 | expressions) from within the Pike programs. |
||
2 | magnus | 211 | . |
212 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 213 | see the description of the pike7.8-core package. |
2 | magnus | 214 | |
41 | magnus | 215 | Package: pike7.8-bzip2 |
2 | magnus | 216 | Architecture: any |
85 | holmgren | 217 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 218 | Description: Bzip2 module for Pike |
219 | This Pike module enables one to use the Bzip2 compression |
||
220 | algorithm from within the Pike programs. |
||
2 | magnus | 221 | . |
222 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 223 | see the description of the pike7.8-core package. |
2 | magnus | 224 | |
41 | magnus | 225 | Package: pike7.8-fuse |
2 | magnus | 226 | Architecture: any |
85 | holmgren | 227 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 228 | Description: Filesystem in USErspace support for Pike |
229 | This Pike module enables one to export filesystems to the Linux |
||
230 | kernel using the FUSE library. |
||
2 | magnus | 231 | . |
232 | Pike is an interpreted programming language, for more information |
||
41 | magnus | 233 | see the description of the pike7.8-core package. |
234 | |||
235 | Package: pike7.8-sqlite |
||
236 | Architecture: any |
||
85 | holmgren | 237 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 238 | Description: SQLite module for Pike |
239 | This Pike module enables one to use the SQLite embedded database |
||
240 | library. |
||
241 | . |
||
242 | Pike is an interpreted programming language, for more information |
||
243 | see the description of the pike7.8-core package. |
||
244 | |||
245 | Package: pike7.8-dnssd |
||
246 | Architecture: any |
||
85 | holmgren | 247 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
41 | magnus | 248 | Description: DNS Service Discovery (DNS-SD) for Pike |
249 | This Pike module enables one to take advantage of DNS service discovery. |
||
250 | . |
||
251 | DNS Service Discovery is a way of using standard DNS programming interfaces, |
||
252 | servers, and packet formats to browse the network for services. |
||
253 | . |
||
254 | Pike is an interpreted programming language, for more information |
||
255 | see the description of the pike7.8-core package. |
||
256 |