Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | Source: pike7.6 |
2 | Section: interpreters |
||
3 | Priority: optional |
||
4 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
||
5 | Uploaders: Henrik Andreasson <pike@han.pp.se> |
||
6 | Standards-Version: 3.6.2.1 |
||
7 | Build-Depends: debhelper (>> 4.0.0), dpatch, libgdbm-dev, libgmp3-dev, zlib1g-dev | libz-dev, libjpeg-dev, libttf-dev, libmysqlclient15-dev, libreadline5-dev, perl, bison, debhelper, freeglut3-dev (>= 2.2.0-6.1) [alpha hppa], freeglut3-dev [!alpha !hppa], x11proto-gl-dev, libxpm-dev, libglade2-dev, libxml2-dev, libfreetype6-dev, autoconf, libiodbc2-dev, libsane-dev, libpq-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, librsvg2-dev (>= 2.7), libperl-dev, sharutils, libpng12-dev, libtiff4-dev, bc, libpcre3-dev, libbz2-dev, libnettle-dev (>= 1.14-1) |
||
8 | Build-Conflicts: libutahglx-dev |
||
9 | |||
10 | Package: pike7.6-core |
||
11 | Architecture: any |
||
12 | Depends: ${shlibs:Depends} |
||
13 | Suggests: pike7.6-doc |
||
14 | Recommends: pike7.6-image (=${Source-Version}) |
||
15 | Description: Powerful interpreted programming language |
||
16 | Pike is an interpreted, object-oriented, dynamic programming language |
||
17 | with a syntax similar to C. It includes many powerful data types and |
||
18 | a module system that, for instance, provides image manipulation together, |
||
19 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many |
||
20 | others, database connectivity, advanced cryptography, XML/HTML parsers |
||
21 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ |
||
22 | Note that some of the Pike features are found in other pike7.6-* packages |
||
23 | (image processing, mysql, postgresql, sane and more). |
||
24 | |||
25 | Package: pike7.6 |
||
26 | Architecture: all |
||
27 | Depends: pike7.6-core (>= ${Source-Version}), pike7.6-image (>= ${Source-Version}), pike7.6-gdbm (>= ${Source-Version}) |
||
28 | Recommends: pike7.6-doc (>= ${Source-Version}) |
||
29 | Suggests: pike7.6-mysql (>= ${Source-Version}), pike7.6-pg (>= ${Source-Version}), pike7.6-dev (>= ${Source-Version}) |
||
30 | Description: Recommended meta package for Pike 7.6 |
||
31 | This is a meta package which depends upon several other Pike |
||
32 | packages that together make up the recommended Pike installation. |
||
33 | If you want to install every packaged component of the Pike |
||
34 | distribution, please install the pike7.6-meta package. |
||
35 | . |
||
36 | If you want to remove several components this package depends |
||
37 | upon, you can purge this package without worrying about the |
||
38 | functionality loss in Pike and then remove the packages you |
||
39 | don't need on your system. |
||
40 | . |
||
41 | Pike is an interpreted programming language, for more information |
||
42 | see the description of the pike7.6-core package or visit the URL |
||
43 | below. |
||
44 | . |
||
45 | http://pike.ida.liu.se/ |
||
46 | |||
47 | Package: pike7.6-mysql |
||
48 | Architecture: any |
||
49 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
50 | Description: Mysql module for Pike |
||
51 | This Pike module provides access to Mysql databases. |
||
52 | . |
||
53 | Pike is an interpreted programming language, for more information |
||
54 | see the description of the pike7.6-core package or visit the URL |
||
55 | below. |
||
56 | . |
||
57 | http://pike.ida.liu.se/ |
||
58 | |||
59 | Package: pike7.6-pg |
||
60 | Architecture: any |
||
61 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
62 | Description: Postgres module for Pike |
||
63 | This Pike module provides access to Postgres databases. |
||
64 | . |
||
65 | Pike is an interpreted programming language, for more information |
||
66 | see the description of the pike7.6-core package or visit the URL |
||
67 | below. |
||
68 | . |
||
69 | http://pike.ida.liu.se/ |
||
70 | |||
71 | Package: pike7.6-odbc |
||
72 | Architecture: any |
||
73 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
74 | Description: Odbc module for Pike |
||
75 | This Pike module provides glue to the iOdbc interface. |
||
76 | . |
||
77 | Pike is an interpreted programming language, for more information |
||
78 | see the description of the pike7.6-core package or visit the URL |
||
79 | below. |
||
80 | . |
||
81 | http://pike.ida.liu.se/ |
||
82 | |||
83 | Package: pike7.6-svg |
||
84 | Architecture: any |
||
85 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
86 | Suggests: pike7.6-image (=${Source-Version}) |
||
87 | Description: SVG format support for Pike |
||
88 | This module provides an SVG graphics format module. It has |
||
89 | been separated from the pike7.6-image module because of its |
||
90 | quite extensive dependencies. |
||
91 | . |
||
92 | Pike is an interpreted programming language, for more information |
||
93 | see the description of the pike7.6-core package or visit the URL |
||
94 | below. |
||
95 | . |
||
96 | http://pike.ida.liu.se/ |
||
97 | |||
98 | Package: pike7.6-image |
||
99 | Architecture: any |
||
100 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
101 | Suggests: pike7.6-svg (=${Source-Version}) |
||
102 | Description: Image module for Pike |
||
103 | This module provides many powerful image processing functions to |
||
104 | Pike programs. |
||
105 | . |
||
106 | Pike is an interpreted programming language, for more information |
||
107 | see the description of the pike7.6-core package or visit the URL |
||
108 | below. |
||
109 | . |
||
110 | http://pike.ida.liu.se/ |
||
111 | |||
112 | Package: pike7.6-sdl |
||
113 | Architecture: any |
||
114 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
115 | Description: SDL module for Pike |
||
116 | This module provides the Pike interface to the SDL library. |
||
117 | . |
||
118 | Pike is an interpreted programming language, for more information |
||
119 | see the description of the pike7.6-core package or visit the URL |
||
120 | below. |
||
121 | . |
||
122 | http://pike.ida.liu.se/ |
||
123 | |||
124 | Package: pike7.6-gdbm |
||
125 | Architecture: any |
||
126 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
127 | Description: Gdbm module for Pike |
||
128 | This Pike module provides access to gdbm databases. |
||
129 | . |
||
130 | Pike is an interpreted programming language, for more information |
||
131 | see the description of the pike7.6-core package or visit the URL |
||
132 | below. |
||
133 | . |
||
134 | http://pike.ida.liu.se/ |
||
135 | |||
136 | Package: pike7.6-gl |
||
137 | Architecture: any |
||
138 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
139 | Description: Mesa module for Pike |
||
140 | This Pike module provides access to the Mesa 3D graphics library. |
||
141 | . |
||
142 | Pike is an interpreted programming language, for more information |
||
143 | see the description of the pike7.6-core package or visit the URL |
||
144 | below. |
||
145 | . |
||
146 | http://pike.ida.liu.se/ |
||
147 | |||
148 | Package: pike7.6-sane |
||
149 | Architecture: any |
||
150 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
151 | Description: SANE module for Pike |
||
152 | This Pike module provides access to SANE. |
||
153 | . |
||
154 | Pike is an interpreted programming language, for more information |
||
155 | see the description of the pike7.6-core package or visit the URL |
||
156 | below. |
||
157 | . |
||
158 | http://pike.ida.liu.se/ |
||
159 | |||
160 | Package: pike7.6-perl |
||
161 | Architecture: any |
||
162 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
163 | Description: Perl module for Pike |
||
164 | This Pike module enables one to embed perl in the pike |
||
165 | programs. |
||
166 | . |
||
167 | Pike is an interpreted programming language, for more information |
||
168 | see the description of the pike7.6-core package or visit the URL |
||
169 | below. |
||
170 | . |
||
171 | http://pike.ida.liu.se/ |
||
172 | |||
173 | Package: pike7.6-pcre |
||
174 | Architecture: any |
||
175 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
176 | Description: PCRE module for Pike |
||
177 | This Pike module enables one to use the PCRE (Perl regular |
||
178 | expressions) from within the Pike programs. |
||
179 | . |
||
180 | Pike is an interpreted programming language, for more information |
||
181 | see the description of the pike7.6-core package or visit the URL |
||
182 | below. |
||
183 | . |
||
184 | http://pike.ida.liu.se/ |
||
185 | |||
186 | Package: pike7.6-bzip2 |
||
187 | Architecture: any |
||
188 | Depends: ${shlibs:Depends}, pike7.6-core (=${Source-Version}) |
||
189 | Description: Bzip2 module for Pike |
||
190 | This Pike module enables one to use the Bzip2 compression |
||
191 | algorithm from within the Pike programs. |
||
192 | . |
||
193 | Pike is an interpreted programming language, for more information |
||
194 | see the description of the pike7.6-core package or visit the URL |
||
195 | below. |
||
196 | . |
||
197 | http://pike.ida.liu.se/ |
||
198 | |||
199 | Package: pike7.6-dev |
||
200 | Architecture: all |
||
201 | Depends: ${shlibs:Depends}, pike7.6-core (>= ${Source-Version}) |
||
202 | Description: Development files for Pike 7.6 |
||
203 | This package contains files you will need to develop C extension modules |
||
204 | for Pike. The package depends on the recommended set of packages for the |
||
205 | Pike environment. |
||
206 | . |
||
207 | Pike is an interpreted programming language, for more information |
||
208 | see the description of the pike7.6-core package or visit the URL |
||
209 | below. |
||
210 | . |
||
211 | http://pike.ida.liu.se/ |
||
212 | |||
213 | Package: pike7.6-manual |
||
214 | Architecture: all |
||
215 | Section: doc |
||
216 | Description: Pike 7.6 manual |
||
217 | The Pike manual auto-generated from the sources. |
||
218 | . |
||
219 | Pike is an interpreted programming language, for more information |
||
220 | see the description of the pike7.6-core package or visit the URL |
||
221 | below. |
||
222 | . |
||
223 | http://pike.ida.liu.se/ |
||
224 | |||
225 | Package: pike7.6-reference |
||
226 | Architecture: all |
||
227 | Section: doc |
||
228 | Description: Pike 7.6 reference |
||
229 | The Pike reference auto-generated from the sources. |
||
230 | . |
||
231 | Pike is an interpreted programming language, for more information |
||
232 | see the description of the pike7.6-core package or visit the URL |
||
233 | below. |
||
234 | . |
||
235 | http://pike.ida.liu.se/ |
||
236 | |||
237 | Package: pike7.6-doc |
||
238 | Architecture: all |
||
239 | Section: doc |
||
240 | Depends: pike7.6-manual (>= ${Source-Version}), pike7.6-reference (>= ${Source-Version}) |
||
241 | Description: Pike 7.6 documentation meta package |
||
242 | This package depends upon all the Pike 7.6 documentation packages. Note |
||
243 | that the download and installation sizes might be very large. |
||
244 | . |
||
245 | Pike is an interpreted programming language, for more information |
||
246 | see the description of the pike7.6-core package or visit the URL |
||
247 | below. |
||
248 | . |
||
249 | http://pike.ida.liu.se/ |
||
250 | |||
251 | Package: pike7.6-meta |
||
252 | Architecture: all |
||
253 | Depends: pike7.6 (>= ${Source-Version}), pike7.6-mysql (>= ${Source-Version}), pike7.6-pg (>= ${Source-Version}), pike7.6-odbc (>= ${Source-Version}), pike7.6-image (>= ${Source-Version}), pike7.6-sdl (>= ${Source-Version}), pike7.6-gdbm (>= ${Source-Version}), pike7.6-gl (>= ${Source-Version}), pike7.6-sane (>= ${Source-Version}), pike7.6-doc (>= ${Source-Version}), pike7.6-dev (>= ${Source-Version}), pike7.6-perl (>= ${Source-Version}), pike7.6-svg (>= ${Source-Version}), pike7.6-pcre (>= ${Source-Version}), pike7.6-bzip2 (>= ${Source-Version}) |
||
254 | Description: Meta package for Pike 7.6 |
||
255 | This package depends on all the components that make up the Pike |
||
256 | language distribution. It will pull in a LOT of packages the |
||
257 | Pike components depend upon (including XFree libraries, GTK, GNOME)! |
||
258 | . |
||
259 | Pike is an interpreted programming language, for more information |
||
260 | see the description of the pike7.6-core package or visit the URL |
||
261 | below. |
||
262 | . |
||
263 | http://pike.ida.liu.se/ |