Browse Source

* obsolete

peter 26 years ago
parent
commit
1f3c7d47c1
1 changed files with 0 additions and 87 deletions
  1. 0 87
      install/debian/control

+ 0 - 87
install/debian/control

@@ -1,87 +0,0 @@
-Source: fpc
-Section: devel
-Priority: optional
-Maintainer: Joseph Carter <[email protected]>
-Standards-Version: 3.0.1
-
-Package: fp-compiler
-Architecture: i386
-Depends: fp-rtl (= 0.99.12b-1)
-Recommends: fp-docs (= 0.99.12b-1)
-Suggests: fp-utils
-Replaces: fpc
-Description: Free Pascal Compiler
- The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
- Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
- Some extensions are added to the language, like function overloading. Shared
- libraries can be linked and created. Basic Delphi support is already
- implemented (classes,exceptions,ansistrings). This package contains
- the commandline compiler. You need at least the RTL package before you
- can start compiling anything.
- 
-Package: fp-rtl
-Architecture: i386
-Recommends: fp-compiler (= 0.99.12b-1)
-Replaces: fpc
-Description: Free Pascal Runtime Library
- Runtime Libraries for the Free Pascal Compiler.
- 
-Package: fp-utils
-Architecture: i386
-Recommends: fp-compiler (= 0.99.12b-1)
-Replaces: fpc
-Description: Free Pascal Utils
- This package contains some handy utils for usage with the Free Pascal
- Compiler:
-   - h2pas : Convert .h files to pascal units
-   - ppdep : Create a dependency file which can be used with Makefiles
-   - ptop  : Source beautifier
-   - ppudump : Dump the information stored in a .ppu (unit) file
-   - ppumove : Place multiple units in a shared library
-
-Package: fp-docs
-Architecture: all
-Replaces: fpc
-Description: Free Pascal Documentation
- Documentation for the Free Pascal Compiler.
-  
-Package: fp-fcl
-Architecture: i386
-Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
-Description: Free Pascal Free Component Library
- Free Component Library for the Free Pascal Compiler.
- 
-Package: fp-gtk
-Architecture: i386
-Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
-Description: Free Pascal GTK Bindings
- GTK 1.2.x bindings for the Free Pascal Compiler.
- 
-Package: fp-api
-Architecture: i386
-Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
-Description: Free Pascal API Units
- API Units needed by Free Vision.
- 
-Package: fp-fv
-Architecture: i386
-Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1), fp-api (= 0.99.12b-1)
-Description: Free Pascal Free Vision
- Free Turbo Vision clone for the Free Pascal Compiler.
- 
-Package: fp-extra
-Architecture: i386
-Depends: fp-compiler (= 0.99.12b-1), fp-rtl (= 0.99.12b-1)
-Description: Free Pascal Extra Packages
- Some different packages for the Free Pascal Compiler
- Bindings to libraries:
- - MySql bindings
- - InterBase bindings
- - Postgres bindings
- - Ncurses bindings
- - Forms 0.88/0.86 bindings
- - Svgalib bindings
- Other units:
- - Inet unit for easier tcp/ip handling
- - Uncgi unit
- - Utmp unit