mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* more manifests, up to libcurl now
git-svn-id: trunk@11976 -
This commit is contained in:
parent
2bbe4590db
commit
7204dbb65b
@ -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');
|
||||
|
||||
|
@ -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');
|
||||
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user