control 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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.5-20040921)
  10. Suggests: fp-utils, fp-docs (>= 1.9.5)
  11. Description: Free Pascal -- Compiler
  12. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-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-utils
  20. Architecture: i386 powerpc sparc amd64
  21. Recommends: fp-compiler (= 1.9.5-20040921)
  22. Description: Free Pascal -- Utils
  23. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  24. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  25. This package contains some handy utils for usage with the Free Pascal
  26. Compiler:
  27. - ppumove Place multiple units in a shared library
  28. - ppufiles Show needed files for units
  29. - ppudump Dump the information stored in a .ppu (unit) file
  30. - fpcmake Create Makefile from Makefile.fpc
  31. - h2pas Convert .h files to pascal units
  32. - ppdep Create a dependency file which can be used with Makefiles
  33. - ptop Source beautifier
  34. - data2inc Convert binary/text data to include files
  35. - plex/pyacc Pascal Lex/Yacc implementation
  36. Package: fp-docs
  37. Section: doc
  38. Architecture: all
  39. Description: Free Pascal -- Documentation
  40. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  41. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  42. This package contains the documentation for the Free Pascal Compiler.
  43. The documentation is available in HTML and in PDF.
  44. Package: fp-units-rtl
  45. Architecture: i386 powerpc sparc amd64
  46. Recommends: fp-compiler (= 1.9.5-20040921)
  47. Description: Free Pascal -- Runtime Library
  48. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  49. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  50. This package contains the Runtime Libraries for the Free Pascal Compiler.
  51. Package: fp-units-base
  52. Architecture: i386 powerpc sparc amd64
  53. Depends: fp-units-rtl (= 1.9.5-20040921)
  54. Description: Free Pascal -- base units
  55. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  56. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  57. This package contains Free Pascal units for common libraries. Some of these
  58. units are also required by the Free Component Library:
  59. - X11 (Xlib, Xutil)
  60. - NCurses
  61. - ZLib
  62. Package: fp-units-fcl
  63. Architecture: i386 powerpc sparc amd64
  64. Depends: fp-units-rtl (= 1.9.5-20040921), fp-units-base (= 1.9.5-20040921)
  65. Description: Free Pascal -- Free Component Library
  66. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  67. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  68. This package contains the Free Component Library for the Free Pascal Compiler.
  69. Package: fp-units-gtk
  70. Architecture: i386 powerpc sparc amd64
  71. Depends: fp-units-rtl (= 1.9.5-20040921), fp-units-fcl (= 1.9.5-20040921)
  72. Description: Free Pascal -- GTK 1.2 units
  73. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  74. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  75. This package contains Free Pascal units and examples to create
  76. programs with GTK 1.2.
  77. Package: fp-units-gnome1
  78. Architecture: i386 powerpc sparc amd64
  79. Depends: fp-units-rtl (= 1.9.5-20040921), fp-units-gtk (= 1.9.5-20040921)
  80. Description: Free Pascal -- GNOME 1 units
  81. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  82. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  83. This package contains Free Pascal units and examples to create
  84. programs for GNOME 1.
  85. Package: fp-units-db
  86. Architecture: i386 powerpc sparc amd64
  87. Depends: fp-units-rtl (= 1.9.5-20040921)
  88. Description: Free Pascal -- database libraries units
  89. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  90. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  91. This package contains Free Pascal units with bindings for:
  92. - MySQL
  93. - Interbase
  94. - PostgreSQL
  95. - Oracle
  96. - ODBC
  97. - GDBM
  98. - SQLite
  99. Package: fp-units-gfx
  100. Architecture: i386 powerpc sparc amd64
  101. Depends: fp-units-rtl (= 1.9.5-20040921), fp-units-base (= 1.9.5-20040921)
  102. Description: Free Pascal -- graphics libraries units
  103. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  104. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  105. This package contains Free Pascal units with bindings for:
  106. - Forms 0.88
  107. - Svgalib
  108. - GGI
  109. - OpenGL
  110. Package: fp-units-net
  111. Architecture: i386 powerpc sparc amd64
  112. Depends: fp-units-rtl (= 1.9.5-20040921)
  113. Description: Free Pascal -- networking units
  114. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  115. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  116. This package contains Free Pascal units for creating network tools:
  117. - Inet unit for easier TCP/IP handling
  118. - UnCGI unit for easy CGI handling
  119. Package: fp-units-misc
  120. Architecture: i386 powerpc sparc amd64
  121. Depends: fp-units-rtl (= 1.9.5-20040921)
  122. Description: Free Pascal -- miscellaneous units
  123. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32-bit
  124. Pascal Compiler. It comes with a fully compatible TP 7.0 runtime library.
  125. Free Pascal miscellaneous units for:
  126. - Utmp
  127. - PasZLib (Pascal-only zlib implementation)