control 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. Source: fpc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Carlos Laviola <[email protected]>
  5. Standards-Version: 3.6.1
  6. Build-Depends: fp-compiler, fp-utils, debhelper (>= 4.2), tetex-bin, tetex-extra, awk, gs-common
  7. Package: fp-compiler
  8. Architecture: i386 powerpc sparc amd64
  9. Depends: fp-units-rtl (= 1.9.6-1)
  10. Suggests: fp-utils, fp-docs (>= 1.9.6)
  11. Description: Free Pascal -- Compiler
  12. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  13. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  14. Some extensions are added to the language, like function overloading. Shared
  15. libraries can be linked and created. Basic Delphi support is already
  16. implemented (classes, exceptions, ansistrings). This package contains the
  17. command line compiler. You need at least the RTL package before you can start
  18. compiling anything.
  19. Package: fp-ide
  20. Architecture: i386 powerpc sparc amd64
  21. Depends: fp-units-rtl (= 1.9.6-1)
  22. Suggests: fp-utils, fp-docs (>= 1.9.6)
  23. Description: Free Pascal -- IDE
  24. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  25. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  26. Some extensions are added to the language, like function overloading. Shared
  27. libraries can be linked and created. Basic Delphi support is already
  28. implemented (classes, exceptions, ansistrings). This package contains the
  29. Integrated Development Environment (IDE). The IDE has an internal compiler.
  30. You need at least the RTL package before you can start compiling anything.
  31. Package: fp-utils
  32. Architecture: i386 powerpc sparc amd64
  33. Recommends: fp-compiler (= 1.9.6-1)
  34. Description: Free Pascal -- Utils
  35. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  36. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  37. This package contains some handy utils for usage with the Free Pascal
  38. Compiler:
  39. - ppumove Place multiple units in a shared library
  40. - ppufiles Show needed files for units
  41. - ppudump Dump the information stored in a .ppu (unit) file
  42. - fpcmake Create Makefile from Makefile.fpc
  43. - h2pas Convert .h files to pascal units
  44. - ppdep Create a dependency file which can be used with Makefiles
  45. - ptop Source beautifier
  46. - data2inc Convert binary/text data to include files
  47. - plex/pyacc Pascal Lex/Yacc implementation
  48. Package: fp-docs
  49. Section: doc
  50. Architecture: all
  51. Description: Free Pascal -- Documentation
  52. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  53. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  54. This package contains the documentation for the Free Pascal Compiler.
  55. The documentation is available in HTML and in PDF.
  56. Package: fp-units-rtl
  57. Architecture: i386 powerpc sparc amd64
  58. Recommends: fp-compiler (= 1.9.6-1)
  59. Description: Free Pascal -- Runtime Library
  60. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  61. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  62. This package contains the Runtime Libraries for the Free Pascal Compiler.
  63. Package: fp-units-base
  64. Architecture: i386 powerpc sparc amd64
  65. Depends: fp-units-rtl (= 1.9.6-1)
  66. Description: Free Pascal -- base units
  67. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  68. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  69. This package contains Free Pascal units for common libraries. Some of these
  70. units are also required by the Free Component Library:
  71. - X11 (Xlib, Xutil)
  72. - NCurses
  73. - ZLib
  74. Package: fp-units-fcl
  75. Architecture: i386 powerpc sparc amd64
  76. Depends: fp-units-rtl (= 1.9.6-1), fp-units-base (= 1.9.6-1)
  77. Description: Free Pascal -- Free Component Library
  78. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  79. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  80. This package contains the Free Component Library for the Free Pascal Compiler.
  81. Package: fp-units-fv
  82. Architecture: i386 powerpc sparc amd64
  83. Depends: fp-units-rtl (= 1.9.6-1)
  84. Description: Free Pascal -- Free Component Library
  85. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  86. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  87. This package contains the Free Vision units for the Free Pascal Compiler.
  88. Package: fp-units-gtk
  89. Architecture: i386 powerpc sparc amd64
  90. Depends: fp-units-rtl (= 1.9.6-1), fp-units-fcl (= 1.9.6-1)
  91. Description: Free Pascal -- GTK 1.2 units
  92. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  93. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  94. This package contains Free Pascal units and examples to create
  95. programs with GTK 1.2.
  96. Package: fp-units-gnome1
  97. Architecture: i386 powerpc sparc amd64
  98. Depends: fp-units-rtl (= 1.9.6-1), fp-units-gtk (= 1.9.6-1)
  99. Description: Free Pascal -- GNOME 1 units
  100. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  101. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  102. This package contains Free Pascal units and examples to create
  103. programs for GNOME 1.
  104. Package: fp-units-db
  105. Architecture: i386 powerpc sparc amd64
  106. Depends: fp-units-rtl (= 1.9.6-1)
  107. Description: Free Pascal -- database libraries units
  108. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  109. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  110. This package contains Free Pascal units with bindings for:
  111. - MySQL
  112. - Interbase
  113. - PostgreSQL
  114. - Oracle
  115. - ODBC
  116. - GDBM
  117. - SQLite
  118. Package: fp-units-gfx
  119. Architecture: i386 powerpc sparc amd64
  120. Depends: fp-units-rtl (= 1.9.6-1), fp-units-base (= 1.9.6-1)
  121. Description: Free Pascal -- graphics libraries units
  122. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  123. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  124. This package contains Free Pascal units with bindings for:
  125. - Forms 0.88
  126. - Svgalib
  127. - GGI
  128. - OpenGL
  129. Package: fp-units-net
  130. Architecture: i386 powerpc sparc amd64
  131. Depends: fp-units-rtl (= 1.9.6-1)
  132. Description: Free Pascal -- networking units
  133. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  134. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  135. This package contains Free Pascal units for creating network tools:
  136. - NetDB unit for TCP/IP handling
  137. - LibAsync unit for easy Asynchronous IO
  138. Package: fp-units-misc
  139. Architecture: i386 powerpc sparc amd64
  140. Depends: fp-units-rtl (= 1.9.6-1)
  141. Description: Free Pascal -- miscellaneous units
  142. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32/64-bit
  143. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  144. Free Pascal miscellaneous units for:
  145. - Utmp
  146. - PasZLib (Pascal-only zlib implementation)