control 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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 (= 1.0.1-0)
  10. Suggests: fp-utils, fp-docs (>= 1.0.1)
  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.1-0)
  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.1-0)
  45. Replaces: fpc, fp-rtl
  46. Description: Free Pascal Runtime Library
  47. Runtime Libraries for the Free Pascal Compiler.
  48. Package: fp-units-base
  49. Architecture: i386
  50. Depends: fp-units-rtl (= 1.0.1-0)
  51. Description: Free Pascal base units
  52. Free Pascal units for common libraries, some of these units are also
  53. required by the Free Component Library :
  54. - X11 (Xlib, Xutil)
  55. - NCurses
  56. - ZLib
  57. Package: fp-units-fcl
  58. Architecture: i386
  59. Depends: fp-units-rtl (= 1.0.1-0), fp-units-base (= 1.0.1-0)
  60. Replaces: fp-fcl
  61. Description: Free Pascal Free Component Library
  62. Free Component Library for the Free Pascal Compiler.
  63. Package: fp-units-api
  64. Architecture: i386
  65. Depends: fp-units-rtl (= 1.0.1-0)
  66. Replaces: fp-api
  67. Description: Free Pascal API units
  68. Free Pascal units for console keyboard,mouse,video and file handling.
  69. Package: fp-units-gtk
  70. Architecture: i386
  71. Depends: fp-units-rtl (= 1.0.1-0)
  72. Replaces: fp-gtk
  73. Description: Free Pascal units for GTK 1.2.x
  74. Free Pascal units and examples to create programs with GTK 1.2.x
  75. Package: fp-units-db
  76. Architecture: i386
  77. Depends: fp-units-rtl (= 1.0.1-0)
  78. Description: Free Pascal units for some database libraries
  79. Free Pascal units with bindings for:
  80. - Mysql
  81. - Interbase
  82. - Postgres
  83. Package: fp-units-gfx
  84. Architecture: i386
  85. Depends: fp-units-rtl (= 1.0.1-0), fp-units-base (= 1.0.1-0)
  86. Description: Free Pascal units for some graphics libraries
  87. Free Pascal units with bindings for:
  88. - Forms 0.88
  89. - Svgalib
  90. - GGI
  91. - OpenGL
  92. Package: fp-units-net
  93. Architecture: i386
  94. Depends: fp-units-rtl (= 1.0.1-0)
  95. Description: Free Pascal units for networking
  96. Free Pascal units for creating network tools:
  97. - Inet unit for easier tcp/ip handling
  98. - UnCGI unit for easy cgi handling
  99. Package: fp-units-misc
  100. Architecture: i386
  101. Depends: fp-units-rtl (= 1.0.1-0)
  102. Description: Free Pascal miscellaneous units
  103. Free Pascal miscellaneous units for:
  104. - Utmp
  105. - PasZLib (pascal only zlib implementation)