Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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