mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 08:19:22 +02:00
* FCL titles shortened to avoid overflows, some minor issues fixed
git-svn-id: trunk@8460 -
This commit is contained in:
parent
c3955767ca
commit
730b1ce314
@ -5,8 +5,8 @@
|
||||
#
|
||||
# Warning: no package should contain more than 16 files
|
||||
|
||||
title=Free Pascal Compiler 2.1.2
|
||||
version=2.1.2
|
||||
title=Free Pascal Compiler 2.2.0
|
||||
version=2.2.0
|
||||
|
||||
#
|
||||
# General
|
||||
@ -76,7 +76,7 @@ package=ufclxdos.zip,Free Component Libary (FCL) - XML
|
||||
# Dos 24
|
||||
package=ufclwdos.zip,Free Component Libary (FCL)-Web
|
||||
# Dos 25
|
||||
package=ufpmkdos.zip,Units required for building fpmake.exe
|
||||
package=ufpmkunitdos.zip[ufpmkdos.zip],Units required for building fpmake.exe
|
||||
|
||||
#
|
||||
# Win32 packages
|
||||
@ -276,7 +276,7 @@ package=uzlibos2.zip,ZLib interface units
|
||||
# OS/2-2 16
|
||||
package=unetdbos2.zip[undbos2.zip],NetDB units
|
||||
# OS/2-2 17
|
||||
package=ufpmkos2.zip,Units required for building fpmake.exe
|
||||
package=ufpmkunitos2.zip[ufpmkos2.zip],Units required for building fpmake.exe
|
||||
|
||||
|
||||
#
|
||||
@ -313,25 +313,23 @@ package=upasjpegemx.zip[upjpemx.zip],Pas~J~PEG units
|
||||
# EMX 11
|
||||
package=uhashemx.zip,Hash calculation units
|
||||
# EMX 12
|
||||
package=ufclbos2.zip,Free Component Library (FCL) - base part
|
||||
package=ufclbemx.zip,Free Component Library (FCL)-base part
|
||||
# EMX 13
|
||||
package=ufcldos2.zip,Free Component Library (FCL) - datasets
|
||||
package=ufcldemx.zip,Free Component Library (FCL)-datasets
|
||||
# EMX 14
|
||||
package=ufcluos2.zip,Free Component Library (FCL) - FPCUnit
|
||||
package=ufcluemx.zip,Free Component Library (FCL)-FPCUnit
|
||||
# EMX 15
|
||||
package=ufclios2.zip,Free Component Library (FCL) - images
|
||||
package=ufcliemx.zip,Free Component Library (FCL)-images
|
||||
# EMX 16
|
||||
package=ufclnos2.zip,Free Component Library (FCL) - network
|
||||
package=ufclnemx.zip,Free Component Library (FCL)-network
|
||||
# EMX 17
|
||||
package=ufclpos2.zip,Free Component Library (FCL) - Pascal sources processing
|
||||
package=ufclpemx.zip,Free Component Library (FCL)-Pascal sources processing
|
||||
# EMX 18
|
||||
package=ufclros2.zip,Free Component Library (FCL) - registry
|
||||
package=ufclremx.zip,Free Component Library (FCL)-registry
|
||||
# EMX 19
|
||||
package=ufclxos2.zip,Free Component Library (FCL) - XML
|
||||
package=ufclxemx.zip,Free Component Library (FCL)-XML
|
||||
# EMX 20
|
||||
#package=ufclwos2.zip,Free Component Library (FCL) - Web
|
||||
# EMX 21
|
||||
package=ufpmkos2.zip,Units required for building fpmake.exe
|
||||
#package=ufclwemx.zip,Free Component Library (FCL)-Web
|
||||
|
||||
|
||||
#
|
||||
@ -371,6 +369,8 @@ package=utclemx.zip,TCL interface units
|
||||
package=uzlibemx.zip,ZLib interface units
|
||||
# EMX-2 16
|
||||
package=unetdbemx.zip[undbemx.zip],NetDB units
|
||||
# EMX-2 17
|
||||
package=ufpmkunitemx.zip[ufpmkemx.zip],Units required for building fpmake.exe
|
||||
|
||||
|
||||
#
|
||||
@ -462,6 +462,8 @@ package=units-imlib.source.zip[uimlbsrc.zip],ImLib interface units
|
||||
package=units-fpgtk.source.zip[ufpgtsrc.zip],fpGTK units
|
||||
# Source-2 16
|
||||
package=units-sqlite.source.zip[usqltsrc.zip],SQLite interface units
|
||||
# Source-2 17
|
||||
package=units-fpmkunit.source.zip[ufpmksrc.zip],Units required for building fpmake.exe
|
||||
|
||||
#
|
||||
# Source packages 3rd part
|
||||
|
Loading…
Reference in New Issue
Block a user