Rev 218 | Rev 230 | 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 | 
| 227 | holmgren | 17 | Homepage: http://pike.lysator.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 | ||
| 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-manual | 
| 3 | magnus | 69 | Architecture: all | 
| 70 | Section: doc | ||
| 85 | holmgren | 71 | Depends: ${misc:Depends} | 
| 198 | holmgren | 72 | Description: Pike 8.0 manual | 
| 3 | magnus | 73 | The Pike manual auto-generated from the sources. | 
| 74 | . | ||
| 75 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 76 | see the description of the pike8.0-core package. | 
| 3 | magnus | 77 | |
| 198 | holmgren | 78 | Package: pike8.0-reference | 
| 3 | magnus | 79 | Architecture: all | 
| 80 | Section: doc | ||
| 85 | holmgren | 81 | Depends: ${misc:Depends} | 
| 198 | holmgren | 82 | Description: Pike 8.0 reference | 
| 3 | magnus | 83 | The Pike reference auto-generated from the sources. | 
| 84 | . | ||
| 85 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 86 | see the description of the pike8.0-core package. | 
| 3 | magnus | 87 | |
| 198 | holmgren | 88 | Package: pike8.0-doc | 
| 3 | magnus | 89 | Architecture: all | 
| 90 | Section: doc | ||
| 198 | holmgren | 91 | Depends: ${misc:Depends}, pike8.0-manual (= ${source:Version}), pike8.0-reference (= ${source:Version}) | 
| 92 | Description: Pike 8.0 documentation metapackage | ||
| 93 | This package depends upon all the Pike 8.0 documentation packages. Note | ||
| 41 | magnus | 94 | that the download and installation sizes might be very large. | 
| 3 | magnus | 95 | . | 
| 96 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 97 | see the description of the pike8.0-core package. | 
| 3 | magnus | 98 | |
| 198 | holmgren | 99 | Package: pike8.0-full | 
| 3 | magnus | 100 | Architecture: all | 
| 198 | holmgren | 101 | 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}) | 
| 102 | Description: Metapackage for Pike 8.0 | ||
| 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 | ||
| 198 | holmgren | 108 | see the description of the pike8.0-core package. | 
| 3 | magnus | 109 | |
| 198 | holmgren | 110 | Package: pike8.0-mysql | 
| 2 | magnus | 111 | Architecture: any | 
| 198 | holmgren | 112 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 177 | holmgren | 113 | Description: MySQL modules for Pike | 
| 114 | This package contains Pike modules providing access to MySQL | ||
| 115 | databases: Mysql and Sql.mysql(s). | ||
| 2 | magnus | 116 | . | 
| 117 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 118 | see the description of the pike8.0-core package. | 
| 2 | magnus | 119 | |
| 198 | holmgren | 120 | Package: pike8.0-pg | 
| 2 | magnus | 121 | Architecture: any | 
| 198 | holmgren | 122 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 177 | holmgren | 123 | Description: PostgreSQL modules for Pike | 
| 124 | This package contains Pike module providing access to PostgreSQL | ||
| 125 | databases: Postgres, Sql.postgres, and Sql.postgres_result. | ||
| 2 | magnus | 126 | . | 
| 177 | holmgren | 127 | Note: These modules are deprecated in favour of the pure Pike | 
| 128 | Sql.pgsql module, which is included in the core package. | ||
| 129 | . | ||
| 2 | magnus | 130 | Pike is an interpreted programming language, for more information | 
| 198 | holmgren | 131 | see the description of the pike8.0-core package. | 
| 2 | magnus | 132 | |
| 198 | holmgren | 133 | Package: pike8.0-odbc | 
| 2 | magnus | 134 | Architecture: any | 
| 198 | holmgren | 135 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 177 | holmgren | 136 | Description: ODBC modules for Pike | 
| 137 | This package contains Pike modules providing glue to the ODBC | ||
| 138 | interface: Odbc, Sql.odbc, and Sql.odbc_result. | ||
| 2 | magnus | 139 | . | 
| 140 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 141 | see the description of the pike8.0-core package. | 
| 2 | magnus | 142 | |
| 198 | holmgren | 143 | Package: pike8.0-svg | 
| 2 | magnus | 144 | Architecture: any | 
| 198 | holmgren | 145 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 146 | Suggests: pike8.0-image (= ${source:Version}) | ||
| 2 | magnus | 147 | Description: SVG format support for Pike | 
| 177 | holmgren | 148 | This package provides an SVG graphics format module, Image.SVG. It | 
| 198 | holmgren | 149 | has been separated from the pike8.0-image module because of its quite | 
| 177 | holmgren | 150 | extensive dependencies. | 
| 2 | magnus | 151 | . | 
| 152 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 153 | see the description of the pike8.0-core package. | 
| 2 | magnus | 154 | |
| 198 | holmgren | 155 | Package: pike8.0-image | 
| 2 | magnus | 156 | Architecture: any | 
| 198 | holmgren | 157 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 158 | Suggests: pike8.0-svg (= ${source:Version}) | ||
| 177 | holmgren | 159 | Description: Image modules for Pike | 
| 160 | This package provides many powerful image processing functions to | ||
| 161 | Pike programs. It contains the modules Image (except Image.SVG), | ||
| 162 | Graphics, Colors, and Protocols.X.XImage. | ||
| 2 | magnus | 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-sdl | 
| 2 | magnus | 168 | Architecture: any | 
| 198 | holmgren | 169 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 2 | magnus | 170 | Description: SDL module for Pike | 
| 171 | This module provides the Pike interface to the SDL library. | ||
| 172 | . | ||
| 173 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 174 | see the description of the pike8.0-core package. | 
| 2 | magnus | 175 | |
| 198 | holmgren | 176 | Package: pike8.0-gdbm | 
| 2 | magnus | 177 | Architecture: any | 
| 198 | holmgren | 178 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 2 | magnus | 179 | Description: Gdbm module for Pike | 
| 180 | This Pike module provides access to gdbm databases. | ||
| 181 | . | ||
| 182 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 183 | see the description of the pike8.0-core package. | 
| 2 | magnus | 184 | |
| 198 | holmgren | 185 | Package: pike8.0-gtk | 
| 2 | magnus | 186 | Architecture: any | 
| 198 | holmgren | 187 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}), | 
| 188 |  pike8.0-image (= ${binary:Version}) | ||
| 95 | holmgren | 189 | Description: GTK+ 2.0 module for Pike | 
| 190 | This Pike module provides access to the GTK+ 2.0 library. | ||
| 41 | magnus | 191 | . | 
| 192 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 193 | see the description of the pike8.0-core package. | 
| 41 | magnus | 194 | |
| 198 | holmgren | 195 | Package: pike8.0-gl | 
| 41 | magnus | 196 | Architecture: any | 
| 198 | holmgren | 197 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 177 | holmgren | 198 | Description: Mesa modules for Pike | 
| 199 | This package contains the Pike modules providing access to the Mesa | ||
| 200 | 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal | ||
| 201 | Environment). | ||
| 2 | magnus | 202 | . | 
| 203 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 204 | see the description of the pike8.0-core package. | 
| 2 | magnus | 205 | |
| 198 | holmgren | 206 | Package: pike8.0-sane | 
| 2 | magnus | 207 | Architecture: any | 
| 198 | holmgren | 208 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 2 | magnus | 209 | Description: SANE module for Pike | 
| 210 | This Pike module provides access to SANE. | ||
| 211 | . | ||
| 212 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 213 | see the description of the pike8.0-core package. | 
| 2 | magnus | 214 | |
| 198 | holmgren | 215 | Package: pike8.0-pcre | 
| 2 | magnus | 216 | Architecture: any | 
| 198 | holmgren | 217 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 41 | magnus | 218 | Description: PCRE module for Pike | 
| 177 | holmgren | 219 | This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl | 
| 220 | compatible regular expressions) library from within the Pike | ||
| 221 | programs. | ||
| 2 | magnus | 222 | . | 
| 223 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 224 | see the description of the pike8.0-core package. | 
| 2 | magnus | 225 | |
| 198 | holmgren | 226 | Package: pike8.0-bzip2 | 
| 2 | magnus | 227 | Architecture: any | 
| 198 | holmgren | 228 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 41 | magnus | 229 | Description: Bzip2 module for Pike | 
| 230 | This Pike module enables one to use the Bzip2 compression | ||
| 231 | algorithm from within the Pike programs. | ||
| 2 | magnus | 232 | . | 
| 233 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 234 | see the description of the pike8.0-core package. | 
| 2 | magnus | 235 | |
| 198 | holmgren | 236 | Package: pike8.0-fuse | 
| 2 | magnus | 237 | Architecture: any | 
| 198 | holmgren | 238 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 41 | magnus | 239 | Description: Filesystem in USErspace support for Pike | 
| 240 | This Pike module enables one to export filesystems to the Linux | ||
| 241 | kernel using the FUSE library. | ||
| 2 | magnus | 242 | . | 
| 243 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 244 | see the description of the pike8.0-core package. | 
| 41 | magnus | 245 | |
| 198 | holmgren | 246 | Package: pike8.0-sqlite | 
| 41 | magnus | 247 | Architecture: any | 
| 198 | holmgren | 248 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 41 | magnus | 249 | Description: SQLite module for Pike | 
| 250 | This Pike module enables one to use the SQLite embedded database | ||
| 251 | library. | ||
| 252 | . | ||
| 253 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 254 | see the description of the pike8.0-core package. | 
| 41 | magnus | 255 | |
| 198 | holmgren | 256 | Package: pike8.0-dnssd | 
| 41 | magnus | 257 | Architecture: any | 
| 198 | holmgren | 258 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}) | 
| 41 | magnus | 259 | Description: DNS Service Discovery (DNS-SD) for Pike | 
| 260 | This Pike module enables one to take advantage of DNS service discovery. | ||
| 261 | . | ||
| 262 | DNS Service Discovery is a way of using standard DNS programming interfaces, | ||
| 263 | servers, and packet formats to browse the network for services. | ||
| 264 | . | ||
| 265 | Pike is an interpreted programming language, for more information | ||
| 198 | holmgren | 266 | see the description of the pike8.0-core package. | 
| 41 | magnus | 267 |