mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-18 22:59:28 +01:00
* FCL fpmake manifests
git-svn-id: trunk@11962 -
This commit is contained in:
parent
1bd1dcbb49
commit
054eeff8ee
@ -21,7 +21,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Library: Julian R. Seward, header: Daniel Mantione';
|
||||
// 3 clause becaue "prominent notice" is not required.
|
||||
P.License := 'Library: 3 clause BSD, header: 3 clause BSD, ';
|
||||
P.License := 'Library: 3 clause BSD, header: 3 clause BSD ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'BZip2 decompression unit.';
|
||||
|
||||
@ -17,6 +17,14 @@ begin
|
||||
P.Directory:='fcl-async';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Author := 'Mostly Sebastian Guenther';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Asynchonous event management of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('src/unix',AllUnixOSes);
|
||||
P.SourcePath.Add('src/win',AllWindowsOSes);
|
||||
|
||||
@ -17,9 +17,15 @@ begin
|
||||
P.Directory:='fcl-base';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('winunits-jedi',[Win32,Win64]);
|
||||
|
||||
P.Author := '<various>';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Base library of Free Component Libraries(FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('src/unix',AllUnixOSes);
|
||||
P.SourcePath.Add('src/win',AllWindowsOSes);
|
||||
|
||||
@ -13,6 +13,14 @@ begin
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
P:=AddPackage('fcl-db');
|
||||
|
||||
P.Author := '<various>';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Database library of Free Component Libraries(FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-db';
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
@ -17,11 +17,17 @@ begin
|
||||
P.Directory:='fcl-fpcunit';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
||||
P.Author := ' Dean Zobec, Michael van Canneyt';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
@ -17,11 +17,17 @@ begin
|
||||
P.Directory:='fcl-image';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('pasjpeg');
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
||||
P.Author := 'Michael Van Canneyt of the Free Pascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
@ -17,8 +17,13 @@ begin
|
||||
P.Directory:='fcl-json';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Author := 'Michael van Canneyt';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Json interfacing, part of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
|
||||
@ -17,12 +17,18 @@ begin
|
||||
P.Directory:='fcl-net';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-passrc');
|
||||
P.Dependencies.Add('fcl-async');
|
||||
|
||||
P.Author := 'Sebastian Guenther and Free Pascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Network related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src/unix',AllUnixOSes);
|
||||
P.IncludePath.Add('src/win',AllWindowsOSes);
|
||||
|
||||
@ -17,8 +17,13 @@ begin
|
||||
P.Directory:='fcl-passrc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Author := 'Sebastian Guenther';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Pascal parsing parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
|
||||
@ -17,6 +17,13 @@ begin
|
||||
P.Directory:='fcl-process';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Michael van Canneyt and Free Pascal Development team';
|
||||
P.License := 'LGPL with modification';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src/unix',AllUnixOSes);
|
||||
P.IncludePath.Add('src/win',AllWindowsOSes);
|
||||
|
||||
@ -17,6 +17,14 @@ begin
|
||||
P.Directory:='fcl-registry';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Author := 'FPC development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Windows registry + emulation parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
T:=P.Targets.AddUnit('registry.pp');
|
||||
|
||||
@ -17,6 +17,12 @@ begin
|
||||
P.Directory:='fcl-res';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Giulio Bernardi';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
@ -17,12 +17,18 @@ begin
|
||||
P.Directory:='fcl-web';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-db');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-process');
|
||||
|
||||
P.Author := 'FreePascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Web(app) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('cgiapp.pp');
|
||||
|
||||
@ -18,12 +18,18 @@ begin
|
||||
P.Directory:='fcl-xml';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
D:=P.Dependencies.Add('paszlib');
|
||||
D.Version:='2.2.2-0';
|
||||
D:=P.Dependencies.Add('fcl-base');
|
||||
D.Version:='2.2.2-0';
|
||||
|
||||
P.Author := 'Sebastian Guenther, Sergei Gorelkin and FPC development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'XML and DOM parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user