Explorar o código

* more manifests, up to libcurl now

git-svn-id: trunk@11976 -
marco %!s(int64=17) %!d(string=hai) anos
pai
achega
7204dbb65b

+ 7 - 0
packages/ibase/fpmake.pp

@@ -17,6 +17,13 @@ begin
     P.Directory:='ibase';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
+    P.Author := 'Library: (Codegear?), header: ?';
+    P.License := 'Library: Interbase License, header: LGPL with modification, ';
+    P.ExternalURL := 'www.freepascal.org';
+    P.Email := '';
+    P.Description := 'Headers for the Interbase/Firebird RDBMS';
+    P.NeedLibC:= true;  // true for headers that indirectly link to libc?
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
 

+ 8 - 0
packages/imagemagick/fpmake.pp

@@ -17,6 +17,14 @@ begin
     P.Directory:='imagemagick';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
+
+    P.Author := 'Library: ImageMagick Studio LLC , header: Felipe Monteiro de Carvalho';
+    P.License := 'Library: Imagemagick license, header: LGPL with modification, ';
+    P.ExternalURL := 'www.freepascal.org';
+    P.Email := '';
+    P.Description := 'Header to Imagemagick, a graphics manipulation program .';
+    P.NeedLibC:= true;  // true for headers that indirectly link to libc?
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
 

+ 8 - 0
packages/imlib/fpmake.pp

@@ -17,6 +17,14 @@ begin
     P.Directory:='imlib';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
+
+    P.Author := 'Library: Carsten Haitzler, header: ?';
+    P.License := 'Library: LGPL 2 or later, header: LGPL with modification';
+    P.ExternalURL := 'www.freepascal.org';
+    P.Email := '';
+    P.Description := 'Headers to imlib, an efficient bitmap manipulation program';
+    P.NeedLibC:= true;  // true for headers that indirectly link to libc?
+
     P.OSes:=AllUnixOSes;
     
     P.Dependencies.Add('gtk1');

+ 8 - 0
packages/ldap/fpmake.pp

@@ -17,6 +17,14 @@ begin
     P.Directory:='ldap';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
+    P.Author := 'Library: Howard Chu, Pierangelo Masarati and Kurt Zeilenga, header: Ivo Steinmann';
+    P.License := 'Library: OpenLDAP Public License (3 clause BSD like), header: LGPL with modification';
+    P.ExternalURL := 'www.freepascal.org';
+    P.Email := '';
+    P.Description := 'Header to openldap, a library that to access directory services';
+    P.NeedLibC:= true;  // true for headers that indirectly link to libc?
+
+
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');
 

+ 8 - 0
packages/libcurl/fpmake.pp

@@ -17,6 +17,14 @@ begin
     P.Directory:='libcurl';
 {$endif ALLPACKAGES}
     P.Version:='2.2.2-0';
+
+    P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team';
+    P.License := 'Library: MIT, header: LGPL with modification, ';
+    P.ExternalURL := 'www.freepascal.org';
+    P.Email := '';
+    P.Description := 'Library to fetch files from URLs using many protocols.';
+    P.NeedLibC:= true;  // true for headers that indirectly link to libc?
+
     P.SourcePath.Add('src');
 
     T:=P.Targets.AddUnit('libcurl.pp');