control 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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-units-rtl (= 0.99.15-0)
  10. Suggests: fp-utils, fp-docs (>= 0.99.15)
  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. Basic Delphi support is already implemented (classes,
  17. exceptions,ansistrings,RTTI). This package contains the commandline compiler.
  18. You need at least the RTL package before you can start compiling anything.
  19. Package: fp-utils
  20. Architecture: i386
  21. Recommends: fp-compiler (= 0.99.15-0)
  22. Replaces: fpc
  23. Description: Free Pascal Utils
  24. This package contains some handy utils for usage with the Free Pascal
  25. Compiler:
  26. - ppumove Place multiple units in a shared library
  27. - ppufiles Show needed files for units
  28. - ppudump Dump the information stored in a .ppu (unit) file
  29. - fpcmake Create Makefile from Makefile.fpc
  30. - h2pas Convert .h files to pascal units
  31. - ppdep Create a dependency file which can be used with Makefiles
  32. - ptop Source beautifier
  33. - data2inc Convert binary/text data to include files
  34. - plex/pyacc Pascal Lex/Yacc implementation
  35. Package: fp-docs
  36. Architecture: all
  37. Replaces: fpc
  38. Description: Free Pascal Documentation
  39. Documentation for the Free Pascal Compiler. The documentation is
  40. only available in PDF format.
  41. Package: fp-units-rtl
  42. Architecture: i386
  43. Recommends: fp-compiler (= 0.99.15-0)
  44. Replaces: fpc, fp-rtl
  45. Description: Free Pascal Runtime Library
  46. Runtime Libraries for the Free Pascal Compiler.
  47. Package: fp-units-base
  48. Architecture: i386
  49. Depends: fp-units-rtl (= 0.99.15-0)
  50. Description: Free Pascal base units
  51. Free Pascal units for common libraries, some of these units are also
  52. required by the Free Component Library :
  53. - X11 (Xlib, Xutil)
  54. - NCurses
  55. - ZLib
  56. Package: fp-units-fcl
  57. Architecture: i386
  58. Depends: fp-units-rtl (= 0.99.15-0), fp-units-base (= 0.99.15-0)
  59. Replaces: fp-fcl
  60. Description: Free Pascal Free Component Library
  61. Free Component Library for the Free Pascal Compiler.
  62. Package: fp-units-api
  63. Architecture: i386
  64. Depends: fp-units-rtl (= 0.99.15-0)
  65. Replaces: fp-api
  66. Description: Free Pascal API units
  67. Free Pascal units for console keyboard,mouse,video and file handling.
  68. Package: fp-units-gtk
  69. Architecture: i386
  70. Depends: fp-units-rtl (= 0.99.15-0)
  71. Replaces: fp-gtk
  72. Description: Free Pascal units for GTK 1.2.x
  73. Free Pascal units and examples to create programs with GTK 1.2.x
  74. Package: fp-units-db
  75. Architecture: i386
  76. Depends: fp-units-rtl (= 0.99.15-0)
  77. Description: Free Pascal units for some database libraries
  78. Free Pascal units with bindings for:
  79. - Mysql
  80. - Interbase
  81. - Postgres
  82. Package: fp-units-gfx
  83. Architecture: i386
  84. Depends: fp-units-rtl (= 0.99.15-0), fp-units-base (= 0.99.15-0)
  85. Description: Free Pascal units for some graphics libraries
  86. Free Pascal units with bindings for:
  87. - Forms 0.88
  88. - Svgalib
  89. - GGI
  90. - OpenGL
  91. Package: fp-units-net
  92. Architecture: i386
  93. Depends: fp-units-rtl (= 0.99.15-0)
  94. Description: Free Pascal units for networking
  95. Free Pascal units for creating network tools:
  96. - Inet unit for easier tcp/ip handling
  97. - UnCGI unit for easy cgi handling
  98. Package: fp-units-misc
  99. Architecture: i386
  100. Depends: fp-units-rtl (= 0.99.15-0)
  101. Description: Free Pascal miscellaneous units
  102. Free Pascal miscellaneous units for:
  103. - Utmp
  104. - PasZLib (pascal only zlib implementation)