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