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