control 3.7 KB

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