Bladeren bron

* FCL fpmake manifests

git-svn-id: trunk@11962 -
marco 17 jaren geleden
bovenliggende
commit
054eeff8ee

+ 1 - 1
packages/bzip2/fpmake.pp

@@ -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.';

+ 8 - 0
packages/fcl-async/fpmake.pp

@@ -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);

+ 7 - 1
packages/fcl-base/fpmake.pp

@@ -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);

+ 8 - 0
packages/fcl-db/fpmake.pp

@@ -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}

+ 7 - 1
packages/fcl-fpcunit/fpmake.pp

@@ -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');
 

+ 7 - 1
packages/fcl-image/fpmake.pp

@@ -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');
 

+ 6 - 1
packages/fcl-json/fpmake.pp

@@ -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');
 

+ 7 - 1
packages/fcl-net/fpmake.pp

@@ -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);

+ 6 - 1
packages/fcl-passrc/fpmake.pp

@@ -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');
 

+ 7 - 0
packages/fcl-process/fpmake.pp

@@ -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);

+ 8 - 0
packages/fcl-registry/fpmake.pp

@@ -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');

+ 6 - 0
packages/fcl-res/fpmake.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');

+ 7 - 1
packages/fcl-web/fpmake.pp

@@ -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');

+ 7 - 1
packages/fcl-xml/fpmake.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');