control.in 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Source: fpc
  2. Section: devel
  3. Priority: optional
  4. Architecture: i386
  5. Maintainer: Mika Fischer <[email protected]>
  6. Standards-Version: 3.1.1
  7. Package: fp-compiler
  8. Architecture: i386
  9. Depends: fp-rtl (= #PACKAGEVERSION#)
  10. Suggests: fp-utils, fp-docs (>= #FPCVERSION#)
  11. Replaces: fpc
  12. Description: Free Pascal Compiler
  13. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
  14. Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
  15. Some extensions are added to the language, like function overloading. Shared
  16. libraries can be linked and created. Basic Delphi support is already
  17. implemented (classes,exceptions,ansistrings). This package contains
  18. the commandline compiler. You need at least the RTL package before you
  19. can start compiling anything.
  20. Package: fp-rtl
  21. Architecture: i386
  22. Recommends: fp-compiler (= #PACKAGEVERSION#)
  23. Replaces: fpc
  24. Description: Free Pascal Runtime Library
  25. Runtime Libraries for the Free Pascal Compiler.
  26. Package: fp-fcl
  27. Architecture: i386
  28. Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
  29. Description: Free Pascal Free Component Library
  30. Free Component Library for the Free Pascal Compiler.
  31. Package: fp-utils
  32. Architecture: i386
  33. Recommends: fp-compiler (= #PACKAGEVERSION#)
  34. Replaces: fpc
  35. Description: Free Pascal Utils
  36. This package contains some handy utils for usage with the Free Pascal
  37. Compiler:
  38. - ppumove Place multiple units in a shared library
  39. - ppufiles Show needed files for units
  40. - ppudump Dump the information stored in a .ppu (unit) file
  41. - fpcmake Create Makefile from Makefile.fpc
  42. - h2pas Convert .h files to pascal units
  43. - ppdep Create a dependency file which can be used with Makefiles
  44. - ptop Source beautifier
  45. Package: fp-docs
  46. Architecture: all
  47. Replaces: fpc
  48. Description: Free Pascal Documentation
  49. Documentation for the Free Pascal Compiler. The documentation is
  50. only available in PDF format.
  51. Package: fp-packages
  52. Architecture: i386
  53. Depends: fp-compiler (= #PACKAGEVERSION#), fp-rtl (= #PACKAGEVERSION#)
  54. Description: Free Pascal Extra Packages
  55. Some different packages for the Free Pascal Compiler
  56. Graphics:
  57. - Ncurses bindings
  58. - Svgalib bindings
  59. - GGI bindings
  60. - OpenGL bindings
  61. X11:
  62. - GTK 1.2.x bindings
  63. - Forms 0.88 bindings
  64. Database:
  65. - MySql bindings
  66. - InterBase bindings
  67. - Postgres bindings
  68. Other units:
  69. - Inet unit for easier tcp/ip handling
  70. - API units for os independent keyboard/mouse/console handling
  71. (used by Free Vision)
  72. - Uncgi unit
  73. - Utmp unit