control 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Source: fpc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Carlos Laviola <[email protected]>
  5. Standards-Version: 3.1.1
  6. Build-Depends: fp-compiler, debhelper, tetex-bin, tetex-extra, awk, dvipdfm, latex2html
  7. Package: fp-compiler
  8. Architecture: i386
  9. Depends: fp-units-rtl (= 1.0.6-1)
  10. Suggests: fp-utils, fp-docs (>= 1.0.6)
  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-utils
  21. Architecture: i386
  22. Recommends: fp-compiler (= 1.0.6-1)
  23. Replaces: fpc
  24. Description: Free Pascal Utils
  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. Architecture: all
  38. Replaces: fpc
  39. Description: Free Pascal Documentation
  40. Documentation for the Free Pascal Compiler. The documentation is
  41. only available in PDF format.
  42. Package: fp-units-rtl
  43. Architecture: i386
  44. Recommends: fp-compiler (= 1.0.6-1)
  45. Replaces: fpc, fp-rtl, fp-units-api
  46. Provides: fp-units-api
  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.6-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.6-1), fp-units-base (= 1.0.6-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-gtk
  65. Architecture: i386
  66. Depends: fp-units-rtl (= 1.0.6-1)
  67. Replaces: fp-gtk
  68. Description: Free Pascal units for GTK 1.2.x
  69. Free Pascal units and examples to create programs with GTK 1.2.x
  70. Package: fp-units-db
  71. Architecture: i386
  72. Depends: fp-units-rtl (= 1.0.6-1)
  73. Description: Free Pascal units for some database libraries
  74. Free Pascal units with bindings for:
  75. - Mysql
  76. - Interbase
  77. - Postgres
  78. - Oracle
  79. Package: fp-units-gfx
  80. Architecture: i386
  81. Depends: fp-units-rtl (= 1.0.6-1), fp-units-base (= 1.0.6-1)
  82. Description: Free Pascal units for some graphics libraries
  83. Free Pascal units with bindings for:
  84. - Forms 0.88
  85. - Svgalib
  86. - GGI
  87. - OpenGL
  88. Package: fp-units-net
  89. Architecture: i386
  90. Depends: fp-units-rtl (= 1.0.6-1)
  91. Description: Free Pascal units for networking
  92. Free Pascal units for creating network tools:
  93. - Inet unit for easier tcp/ip handling
  94. - UnCGI unit for easy cgi handling
  95. Package: fp-units-misc
  96. Architecture: i386
  97. Depends: fp-units-rtl (= 1.0.6-1)
  98. Description: Free Pascal miscellaneous units
  99. Free Pascal miscellaneous units for:
  100. - Utmp
  101. - PasZLib (pascal only zlib implementation)