1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356
|
Source: fpc
Section: devel
Priority: optional
Maintainer: Carlos Laviola <claviola@debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Abou Al Montacir <abou.almontacir@sfr.fr>
DM-Upload-Allowed: yes
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7), quilt, fp-compiler (>= 2.2.4-5), fp-units-base,
fp-units-fcl, fp-utils, mawk | awk, gs-common, libncurses-dev, binutils
Build-Depends-Indep: hevea
Vcs-Svn: https://bollin.googlecode.com/svn/fpc/trunk/
Vcs-Browser: http://bollin.googlecode.com/svn/fpc/trunk/
Homepage: http://www.freepascal.org/
Package: fpc
Architecture: all
Depends: ${misc:Depends}, fp-units-rtl, fp-compiler, fp-units-base, fp-ide, fp-units-fcl, fp-units-fv, fp-units-gtk, fp-units-gtk2, fp-units-gnome1, fp-units-db, fp-units-gfx, fp-units-net, fp-units-misc, fp-units-multimedia, fp-units-math
Recommends: fp-utils
Suggests: lazarus, fp-docs (>= ${source:Upstream-Version})
Description: Free Pascal Compiler - Meta Package
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
Some extensions are added to the language, like function overloading. Shared
libraries can be linked and created. Delphi language extentions like classes,
exceptions, ansi strings and open arrays are also supported.
.
This package contains dependency on all FPC packages provided on your
architecture. Experienced users may want to install only packages they need,
and can skip installing this metapackage.
Package: fpc-source
Architecture: all
Depends: ${misc:Depends}
Description: Free Pascal Compiler - Source Code
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal's own source code. It is meant to be used by
the Lazarus IDE.
Package: fp-compiler
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Suggests: fp-utils, fp-docs (>= ${source:Upstream-Version})
Description: Free Pascal - Compiler
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
Some extensions are added to the language, like function overloading. Shared
libraries can be linked and created. Delphi language extentions like classes,
exceptions, ansi strings and open arrays are also supported.
.
This package contains the command line compiler.
Package: fp-ide
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), ${shlibs:Depends}
Suggests: fp-utils, fp-docs (>= ${source:Upstream-Version})
Description: Free Pascal - IDE
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
Some extensions are added to the language, like function overloading. Shared
libraries can be linked and created. Delphi language extentions like classes,
exceptions, ansi strings and open arrays are also supported.
.
This package contains the Integrated Development Environment (IDE). The IDE
has an internal compiler.
Package: fp-utils
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}
Recommends: fp-compiler (= ${binary:Version})
Description: Free Pascal - Utils
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains some handy utils for usage with the Free Pascal
Compiler:
- ppumove Place multiple units in a shared library
- ppufiles Show needed files for units
- ppudump Dump the information stored in a .ppu (unit) file
- fpcmake Create Makefile from Makefile.fpc
- h2pas Convert .h files to pascal units
- ppdep Create a dependency file which can be used with Makefiles
- ptop Source beautifier
- data2inc Convert binary/text data to include files
- plex/pyacc Pascal Lex/Yacc implementation
Package: fp-docs
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Free Pascal - Documentation
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package provides documentation for the Free Pascal Compiler in HTML
format.
Package: fp-units-rtl
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}
Recommends: fp-compiler (= ${binary:Version})
Provides: fpc-abi-${source:Upstream-Version}
Description: Free Pascal - Runtime Library
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains the Runtime Libraries for the Free Pascal Compiler.
Package: fp-units-base
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Description: Free Pascal - base units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units for common libraries. Some of these
units are also required by the Free Component Library:
- X11 (Xlib, Xutil)
- NCurses
- ZLib
Package: fp-units-fcl
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), fp-units-base (= ${binary:Version})
Description: Free Pascal - Free Component Library
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains the Free Component Library for the Free Pascal Compiler.
Package: fp-units-fv
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Description: Free Pascal - Free Vision units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains the Free Vision units for the Free Pascal Compiler.
Package: fp-units-gtk
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), fp-units-fcl (= ${binary:Version}), libgtk2.0-dev
Description: Free Pascal - GTK+ 1.2 units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units and examples to create
programs with GTK+ 1.2.
Package: fp-units-gtk2
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), fp-units-fcl (= ${binary:Version})
Description: Free Pascal - GTK+ 2.x units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units and examples to create
programs with GTK+ 2.x.
Package: fp-units-gnome1
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), fp-units-gtk (= ${binary:Version})
Description: Free Pascal - GNOME 1 units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units and examples to create
programs for GNOME 1.
Package: fp-units-db
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Description: Free Pascal - database libraries units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units with bindings for:
- MySQL
- Interbase
- PostgreSQL
- Oracle
- ODBC
- GDBM
- SQLite
Package: fp-units-gfx
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), fp-units-base (= ${binary:Version})
Description: Free Pascal - graphics libraries units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units with bindings for:
- opengl :OpenGL
- forms : Forms 0.88
- svgalib : Svgalib
- ggi : General Graphical Interface
- libgd
- libpng
- graph
- openal
- cairo
Package: fp-units-net
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Description: Free Pascal - networking units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal units for creating network tools:
- netdb : NetDB unit for TCP/IP handling
- libasync : LibAsync unit for easy Asynchronous IO
- libcurl
- dbus: D-Bus
- httpd-1.3
- httpd-2.0
- httpd-2.2
- ldap
- openssl : Open SSL
- pcap
Package: fp-units-math
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Replaces: fp-units-misc (<= 2.2.4-4)
Description: Free Pascal - math units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal math interfacing units for:
- gmp : Interface for the GNU Multiple Precision Arithmetic Library
- proj4 : Compute projections
- numlib : numerical computing
- symbolic : symbolic computing
Package: fp-units-misc
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Description: Free Pascal - miscellaneous units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal miscellaneous units for:
- fppkg : support of FPC packaging system
- Utmp
- PasZLib (Pascal-only zlib implementation)
Package: fp-units-multimedia
Architecture: i386 powerpc sparc amd64 armel
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version}), libogg-dev, libvorbis-dev, a52dec-dev, libdts-dev, libmad0-dev, libmodplug-dev
Replaces: fp-units-gfx (<= 2.2.4-3)
Description: Free Pascal - multimedia units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal multimedia interfacing units for:
- oggvorbis
- a52
- dts
- mad
- modplug
Package: fp-units-i386
Architecture: i386
Depends: ${misc:Depends}, fp-units-rtl (= ${binary:Version})
Description: Free Pascal - kylix compatibility units
The Free Pascal Compiler is an object pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
It provides a completely portable RunTime Library (RTL) available on many
platforms and compatible with Turbo Pascal, but also a platfrom independent
class based Free Component Library (FCL) adding many Delphi extensions and
interfacing many popular open source libraries.
.
This package contains Free Pascal specific units for the i386 architecture:
- libc: used for compatibility with kylix, deprecated.
|