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