control 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Source: fpc
  2. Section: devel
  3. Priority: optional
  4. Architecture: i386
  5. Maintainer: Ulf Jaenicke-Roessler <[email protected]>
  6. Standards-Version: 3.1.1
  7. Build-Depends: fp-compiler, debhelper, tetex-bin, awk
  8. Package: fp-compiler
  9. Architecture: i386
  10. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  11. Suggests: fp-utils, fp-docs (>= 1.0.3)
  12. Replaces: fpc
  13. Description: Free Pascal Compiler
  14. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
  15. Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
  16. Some extensions are added to the language, like function overloading. Shared
  17. libraries can be linked and created. Basic Delphi support is already
  18. implemented (classes,exceptions,ansistrings). This package contains
  19. the commandline compiler. You need at least the RTL package before you
  20. can start compiling anything.
  21. Package: fp-utils
  22. Architecture: i386
  23. Recommends: fp-compiler (= 1.0.3-0.20001206.1)
  24. Replaces: fpc
  25. Description: Free Pascal Utils
  26. This package contains some handy utils for usage with the Free Pascal
  27. Compiler:
  28. - ppumove Place multiple units in a shared library
  29. - ppufiles Show needed files for units
  30. - ppudump Dump the information stored in a .ppu (unit) file
  31. - fpcmake Create Makefile from Makefile.fpc
  32. - h2pas Convert .h files to pascal units
  33. - ppdep Create a dependency file which can be used with Makefiles
  34. - ptop Source beautifier
  35. - data2inc Convert binary/text data to include files
  36. - plex/pyacc Pascal Lex/Yacc implementation
  37. Package: fp-docs
  38. Architecture: all
  39. Replaces: fpc
  40. Description: Free Pascal Documentation
  41. Documentation for the Free Pascal Compiler. The documentation is
  42. only available in PDF format.
  43. Package: fp-units-rtl
  44. Architecture: i386
  45. Recommends: fp-compiler (= 1.0.3-0.20001206.1)
  46. Replaces: fpc, fp-rtl
  47. Description: Free Pascal Runtime Library
  48. Runtime Libraries for the Free Pascal Compiler.
  49. Package: fp-units-base
  50. Architecture: i386
  51. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  52. Description: Free Pascal base units
  53. Free Pascal units for common libraries, some of these units are also
  54. required by the Free Component Library :
  55. - X11 (Xlib, Xutil)
  56. - NCurses
  57. - ZLib
  58. Package: fp-units-fcl
  59. Architecture: i386
  60. Depends: fp-units-rtl (= 1.0.3-0.20001206.1), fp-units-base (= 1.0.3-0.20001206.1)
  61. Replaces: fp-fcl
  62. Description: Free Pascal Free Component Library
  63. Free Component Library for the Free Pascal Compiler.
  64. Package: fp-units-api
  65. Architecture: i386
  66. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  67. Replaces: fp-api
  68. Description: Free Pascal API units
  69. Free Pascal units for console keyboard,mouse,video and file handling.
  70. Package: fp-units-gtk
  71. Architecture: i386
  72. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  73. Replaces: fp-gtk
  74. Description: Free Pascal units for GTK 1.2.x
  75. Free Pascal units and examples to create programs with GTK 1.2.x
  76. Package: fp-units-db
  77. Architecture: i386
  78. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  79. Description: Free Pascal units for some database libraries
  80. Free Pascal units with bindings for:
  81. - Mysql
  82. - Interbase
  83. - Postgres
  84. Package: fp-units-gfx
  85. Architecture: i386
  86. Depends: fp-units-rtl (= 1.0.3-0.20001206.1), fp-units-base (= 1.0.3-0.20001206.1)
  87. Description: Free Pascal units for some graphics libraries
  88. Free Pascal units with bindings for:
  89. - Forms 0.88
  90. - Svgalib
  91. - GGI
  92. - OpenGL
  93. Package: fp-units-net
  94. Architecture: i386
  95. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  96. Description: Free Pascal units for networking
  97. Free Pascal units for creating network tools:
  98. - Inet unit for easier tcp/ip handling
  99. - UnCGI unit for easy cgi handling
  100. Package: fp-units-misc
  101. Architecture: i386
  102. Depends: fp-units-rtl (= 1.0.3-0.20001206.1)
  103. Description: Free Pascal miscellaneous units
  104. Free Pascal miscellaneous units for:
  105. - Utmp
  106. - PasZLib (pascal only zlib implementation)