Rev 206 | Rev 225 | 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>  | 
        
| 187 | holmgren | 6 | Standards-Version: 3.9.5  | 
        
| 134 | 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,  | 
        
| 206 | holmgren | 9 | libbz2-dev, libgdbm-dev, unixodbc-dev, libmysqlclient-dev, libpq-dev,  | 
        
| 10 | libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev, libsdl1.2-dev,  | 
        ||
| 11 | libsane-dev, x11proto-gl-dev, libxpm-dev, libglade2-dev,  | 
        ||
| 12 | libgtksourceview2.0-dev, libfreetype6-dev, freeglut3-dev,  | 
        ||
| 13 | libjpeg-dev, libtiff-dev, librsvg2-dev (>= 2.7), libgnomeui-dev,  | 
        ||
| 208 | holmgren | 14 | libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev,  | 
        
| 15 | heimdal-dev  | 
        ||
| 2 | magnus | 16 | Build-Conflicts: libutahglx-dev  | 
        
| 3 | magnus | 17 | Homepage: http://pike.ida.liu.se/  | 
        
| 189 | holmgren | 18 | Vcs-Svn: svn://anonscm.debian.org/pkg-pike/branches/7.8-stable  | 
        
| 181 | holmgren | 19 | Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-pike/  | 
        
| 2 | magnus | 20 | |
| 41 | magnus | 21 | Package: pike7.8-core  | 
        
| 2 | magnus | 22 | Architecture: any  | 
        
| 85 | holmgren | 23 | Depends: ${shlibs:Depends}, ${misc:Depends} | 
        
| 41 | magnus | 24 | Suggests: pike7.8-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/  | 
        
| 41 | magnus | 32 | Note that some of the Pike features are found in other pike7.8-* packages  | 
        
| 33 | (image processing, MySQL, PostgreSQL, SANE and more).  | 
        ||
| 2 | magnus | 34 | |
| 41 | magnus | 35 | Package: pike7.8  | 
        
| 2 | magnus | 36 | Architecture: all  | 
        
| 109 | holmgren | 37 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), | 
        
| 38 |  pike7.8-gdbm (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), ${misc:Depends} | 
        ||
| 39 | Recommends: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version}) | 
        ||
| 40 | Suggests: pike7.8-doc (= ${source:Version}) | 
        ||
| 65 | holmgren | 41 | Description: Recommended metapackage for Pike 7.8  | 
        
| 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  | 
        ||
| 42 | magnus | 45 | distribution, please install the pike7.8-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  | 
        ||
| 41 | magnus | 53 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 54 | |
| 41 | magnus | 55 | Package: pike7.8-dev  | 
        
| 3 | magnus | 56 | Architecture: any  | 
        
| 139 | holmgren | 57 | Depends: ${shlibs:Depends}, ${misc:Depends}, | 
        
| 58 |  pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version}) | 
        ||
| 146 | holmgren | 59 | Replaces: pike7.8-core (<< 7.8.352-dfsg-6)  | 
        
| 60 | Breaks: pike7.8-core (<< 7.8.352-dfsg-6)  | 
        ||
| 41 | magnus | 61 | Description: Development files for Pike 7.8  | 
        
| 62 | This package contains files you will need to develop C extension modules  | 
        ||
| 63 | for Pike. The package depends on the recommended set of packages for the  | 
        ||
| 64 | Pike environment.  | 
        ||
| 3 | magnus | 65 | .  | 
        
| 66 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 67 | see the description of the pike7.8-core package.  | 
        
| 3 | magnus | 68 | |
| 41 | magnus | 69 | Package: pike7.8-manual  | 
        
| 3 | magnus | 70 | Architecture: all  | 
        
| 71 | Section: doc  | 
        ||
| 85 | holmgren | 72 | Depends: ${misc:Depends} | 
        
| 41 | magnus | 73 | Description: Pike 7.8 manual  | 
        
| 3 | magnus | 74 | The Pike manual auto-generated from the sources.  | 
        
| 75 | .  | 
        ||
| 76 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 77 | see the description of the pike7.8-core package.  | 
        
| 3 | magnus | 78 | |
| 41 | magnus | 79 | Package: pike7.8-reference  | 
        
| 3 | magnus | 80 | Architecture: all  | 
        
| 81 | Section: doc  | 
        ||
| 85 | holmgren | 82 | Depends: ${misc:Depends} | 
        
| 41 | magnus | 83 | Description: Pike 7.8 reference  | 
        
| 3 | magnus | 84 | The Pike reference auto-generated from the sources.  | 
        
| 85 | .  | 
        ||
| 86 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 87 | see the description of the pike7.8-core package.  | 
        
| 3 | magnus | 88 | |
| 41 | magnus | 89 | Package: pike7.8-doc  | 
        
| 3 | magnus | 90 | Architecture: all  | 
        
| 91 | Section: doc  | 
        ||
| 85 | holmgren | 92 | Depends: ${misc:Depends}, pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version}) | 
        
| 65 | holmgren | 93 | Description: Pike 7.8 documentation metapackage  | 
        
| 41 | magnus | 94 | This package depends upon all the Pike 7.8 documentation packages. Note  | 
        
| 95 | that the download and installation sizes might be very large.  | 
        ||
| 3 | magnus | 96 | .  | 
        
| 97 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 98 | see the description of the pike7.8-core package.  | 
        
| 3 | magnus | 99 | |
| 42 | magnus | 100 | Package: pike7.8-full  | 
        
| 3 | magnus | 101 | Architecture: all  | 
        
| 208 | holmgren | 102 | Depends: ${misc:Depends}, pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${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}), pike7.8-kerberos (>= ${source:Version}) | 
        
| 65 | holmgren | 103 | Description: Metapackage for Pike 7.8  | 
        
| 3 | magnus | 104 | This package depends on all the components that make up the Pike  | 
        
| 105 | language distribution. It will pull in a LOT of packages the  | 
        ||
| 19 | magnus | 106 | Pike components depend upon (including XFree libraries, GTK+, GNOME)!  | 
        
| 3 | magnus | 107 | .  | 
        
| 108 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 109 | see the description of the pike7.8-core package.  | 
        
| 3 | magnus | 110 | |
| 41 | magnus | 111 | Package: pike7.8-mysql  | 
        
| 2 | magnus | 112 | Architecture: any  | 
        
| 85 | holmgren | 113 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 181 | holmgren | 114 | Description: MySQL modules for Pike  | 
        
| 115 | This package contains Pike modules providing access to MySQL  | 
        ||
| 116 | databases: Mysql and Sql.mysql(s).  | 
        ||
| 2 | magnus | 117 | .  | 
        
| 118 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 119 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 120 | |
| 41 | magnus | 121 | Package: pike7.8-pg  | 
        
| 2 | magnus | 122 | Architecture: any  | 
        
| 85 | holmgren | 123 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 181 | holmgren | 124 | Description: PostgreSQL modules for Pike  | 
        
| 125 | This package contains Pike module providing access to PostgreSQL  | 
        ||
| 126 | databases: Postgres, Sql.postgres, and Sql.postgres_result.  | 
        ||
| 2 | magnus | 127 | .  | 
        
| 181 | holmgren | 128 | Note: These modules are deprecated in favour of the pure Pike  | 
        
| 129 | Sql.pgsql module, which is included in the core package.  | 
        ||
| 130 | .  | 
        ||
| 2 | magnus | 131 | Pike is an interpreted programming language, for more information  | 
        
| 41 | magnus | 132 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 133 | |
| 41 | magnus | 134 | Package: pike7.8-odbc  | 
        
| 2 | magnus | 135 | Architecture: any  | 
        
| 85 | holmgren | 136 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 181 | holmgren | 137 | Description: ODBC modules for Pike  | 
        
| 138 | This package contains Pike modules providing glue to the ODBC  | 
        ||
| 139 | interface: Odbc, Sql.odbc, and Sql.odbc_result.  | 
        ||
| 2 | magnus | 140 | .  | 
        
| 141 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 142 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 143 | |
| 41 | magnus | 144 | Package: pike7.8-svg  | 
        
| 2 | magnus | 145 | Architecture: any  | 
        
| 85 | holmgren | 146 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 41 | magnus | 147 | Suggests: pike7.8-image (= ${source:Version}) | 
        
| 2 | magnus | 148 | Description: SVG format support for Pike  | 
        
| 181 | holmgren | 149 | This package provides an SVG graphics format module, Image.SVG. It  | 
        
| 150 | has been separated from the pike7.8-image module because of its quite  | 
        ||
| 151 | extensive dependencies.  | 
        ||
| 2 | magnus | 152 | .  | 
        
| 153 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 154 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 155 | |
| 41 | magnus | 156 | Package: pike7.8-image  | 
        
| 2 | magnus | 157 | Architecture: any  | 
        
| 85 | holmgren | 158 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 181 | holmgren | 159 | Replaces: pike7.8-core (<< 7.8.700-6)  | 
        
| 160 | Breaks: pike7.8-core (<< 7.8.700-6)  | 
        ||
| 41 | magnus | 161 | Suggests: pike7.8-svg (= ${source:Version}) | 
        
| 181 | holmgren | 162 | Description: Image modules for Pike  | 
        
| 163 | This package provides many powerful image processing functions to  | 
        ||
| 164 | Pike programs. It contains the modules Image (except Image.SVG),  | 
        ||
| 165 | Graphics, Colors, and Protocols.X.XImage.  | 
        ||
| 2 | magnus | 166 | .  | 
        
| 167 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 168 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 169 | |
| 41 | magnus | 170 | Package: pike7.8-sdl  | 
        
| 2 | magnus | 171 | Architecture: any  | 
        
| 85 | holmgren | 172 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 2 | magnus | 173 | Description: SDL module for Pike  | 
        
| 174 | This module provides the Pike interface to the SDL library.  | 
        ||
| 175 | .  | 
        ||
| 176 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 177 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 178 | |
| 41 | magnus | 179 | Package: pike7.8-gdbm  | 
        
| 2 | magnus | 180 | Architecture: any  | 
        
| 85 | holmgren | 181 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 2 | magnus | 182 | Description: Gdbm module for Pike  | 
        
| 183 | This Pike module provides access to gdbm databases.  | 
        ||
| 184 | .  | 
        ||
| 185 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 186 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 187 | |
| 41 | magnus | 188 | Package: pike7.8-gtk  | 
        
| 2 | magnus | 189 | Architecture: any  | 
        
| 181 | holmgren | 190 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}), | 
        
| 191 |  pike7.8-image (= ${binary:Version}) | 
        ||
| 192 | Replaces: pike7.8-core (<< 7.8.700-5)  | 
        ||
| 193 | Breaks: pike7.8-core (<< 7.8.700-5)  | 
        ||
| 95 | holmgren | 194 | Description: GTK+ 2.0 module for Pike  | 
        
| 195 | This Pike module provides access to the GTK+ 2.0 library.  | 
        ||
| 41 | magnus | 196 | .  | 
        
| 197 | Pike is an interpreted programming language, for more information  | 
        ||
| 198 | see the description of the pike7.8-core package.  | 
        ||
| 199 | |||
| 200 | Package: pike7.8-gl  | 
        ||
| 201 | Architecture: any  | 
        ||
| 85 | holmgren | 202 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 181 | holmgren | 203 | Description: Mesa modules for Pike  | 
        
| 204 | This package contains the Pike modules providing access to the Mesa  | 
        ||
| 205 | 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal  | 
        ||
| 206 | Environment).  | 
        ||
| 2 | magnus | 207 | .  | 
        
| 208 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 209 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 210 | |
| 41 | magnus | 211 | Package: pike7.8-sane  | 
        
| 2 | magnus | 212 | Architecture: any  | 
        
| 85 | holmgren | 213 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 2 | magnus | 214 | Description: SANE module for Pike  | 
        
| 215 | This Pike module provides access to SANE.  | 
        ||
| 216 | .  | 
        ||
| 217 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 218 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 219 | |
| 41 | magnus | 220 | Package: pike7.8-pcre  | 
        
| 2 | magnus | 221 | Architecture: any  | 
        
| 85 | holmgren | 222 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 41 | magnus | 223 | Description: PCRE module for Pike  | 
        
| 181 | holmgren | 224 | This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl  | 
        
| 225 | compatible regular expressions) library from within the Pike  | 
        ||
| 226 | programs.  | 
        ||
| 2 | magnus | 227 | .  | 
        
| 228 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 229 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 230 | |
| 41 | magnus | 231 | Package: pike7.8-bzip2  | 
        
| 2 | magnus | 232 | Architecture: any  | 
        
| 85 | holmgren | 233 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 41 | magnus | 234 | Description: Bzip2 module for Pike  | 
        
| 235 | This Pike module enables one to use the Bzip2 compression  | 
        ||
| 236 | algorithm from within the Pike programs.  | 
        ||
| 2 | magnus | 237 | .  | 
        
| 238 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 239 | see the description of the pike7.8-core package.  | 
        
| 2 | magnus | 240 | |
| 41 | magnus | 241 | Package: pike7.8-fuse  | 
        
| 2 | magnus | 242 | Architecture: any  | 
        
| 85 | holmgren | 243 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 41 | magnus | 244 | Description: Filesystem in USErspace support for Pike  | 
        
| 245 | This Pike module enables one to export filesystems to the Linux  | 
        ||
| 246 | kernel using the FUSE library.  | 
        ||
| 2 | magnus | 247 | .  | 
        
| 248 | Pike is an interpreted programming language, for more information  | 
        ||
| 41 | magnus | 249 | see the description of the pike7.8-core package.  | 
        
| 250 | |||
| 251 | Package: pike7.8-sqlite  | 
        ||
| 252 | Architecture: any  | 
        ||
| 85 | holmgren | 253 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 41 | magnus | 254 | Description: SQLite module for Pike  | 
        
| 255 | This Pike module enables one to use the SQLite embedded database  | 
        ||
| 256 | library.  | 
        ||
| 257 | .  | 
        ||
| 258 | Pike is an interpreted programming language, for more information  | 
        ||
| 259 | see the description of the pike7.8-core package.  | 
        ||
| 260 | |||
| 261 | Package: pike7.8-dnssd  | 
        ||
| 262 | Architecture: any  | 
        ||
| 85 | holmgren | 263 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        
| 41 | magnus | 264 | Description: DNS Service Discovery (DNS-SD) for Pike  | 
        
| 265 | This Pike module enables one to take advantage of DNS service discovery.  | 
        ||
| 266 | .  | 
        ||
| 267 | DNS Service Discovery is a way of using standard DNS programming interfaces,  | 
        ||
| 268 | servers, and packet formats to browse the network for services.  | 
        ||
| 269 | .  | 
        ||
| 270 | Pike is an interpreted programming language, for more information  | 
        ||
| 271 | see the description of the pike7.8-core package.  | 
        ||
| 272 | |||
| 208 | holmgren | 273 | Package: pike7.8-kerberos  | 
        
| 274 | Architecture: any  | 
        ||
| 275 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) | 
        ||
| 276 | Replaces: pike7.8-core (<< 7.8.866-2~)  | 
        ||
| 277 | Breaks: pike7.8-core (<< 7.8.866-2~)  | 
        ||
| 278 | Description: Kerberos and GSSAPI modules for Pike  | 
        ||
| 279 | This package contains the Kerberos and GSSAPI Pike modules (although  | 
        ||
| 280 | GSSAPI is a generic API; Kerberos is the most common mechanism),  | 
        ||
| 281 | providing bindings to the Heimdal libraries.  | 
        ||
| 282 | .  | 
        ||
| 283 | Pike is an interpreted programming language, for more information  | 
        ||
| 284 | see the description of the pike7.8-core package.  |