* Another batch of manifests added to the respective fpmakes. Until httpd22.

git-svn-id: trunk@11975 -
This commit is contained in:
marco 2008-10-26 20:18:05 +00:00
parent 617505c4ea
commit 2bbe4590db
15 changed files with 115 additions and 3 deletions

View File

@ -17,8 +17,16 @@ begin
P.Directory:='fftw'; P.Directory:='fftw';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Version:='2.2.2-0';
P.Author := 'Library: Matteo Frigo and Steven G. Johnson, header: Daniel Mantione';
P.License := 'Library: MIT, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data';
P.NeedLibC:= true; // should be true for a header linking to C?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
// P.Dependencies.Add('x11');
T:=P.Targets.AddUnit('fftw_s.pas'); T:=P.Targets.AddUnit('fftw_s.pas');

View File

@ -17,6 +17,13 @@ begin
P.Directory:='fpgtk'; P.Directory:='fpgtk';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Luk Vandelaer & Sebastian Guenther (?)';
P.License := 'LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Lightweight OOP wrapper over GTK1.';
P.NeedLibC:= True;
P.SourcePath.Add('src'); P.SourcePath.Add('src');
T:=P.Targets.AddUnit('fpglib.pp'); T:=P.Targets.AddUnit('fpglib.pp');

View File

@ -18,6 +18,12 @@ begin
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Description:='Free Pascal Make Tool'; P.Description:='Free Pascal Make Tool';
P.Author := 'Peter Vreman';
P.License := 'LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Basic library of the fpmake/fppkg build system.';
P.NeedLibC:= false; // true for headers that indirectly link to libc?
// All dependencies (including implicit) are listed // All dependencies (including implicit) are listed
// here to be able to update all requirements to // here to be able to update all requirements to

View File

@ -17,8 +17,19 @@ begin
P.Directory:='gdbint'; P.Directory:='gdbint';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library : Cygnus, header: Peter Vreman';
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Interface to libgdb, the GDB debugger in library format';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
P.IncludePath.Add('src'); P.IncludePath.Add('src');
//
// NOTE: the gdbver.inc dependancies gives warnings because the makefile.fpc
// does a "cp src/gdbver_nogdb.inc src/gdbver.inc" to create it
T:=P.Targets.AddUnit('gdbcon.pp'); T:=P.Targets.AddUnit('gdbcon.pp');
with T.Dependencies do with T.Dependencies do
begin begin

View File

@ -17,6 +17,13 @@ begin
P.Directory:='gdbm'; P.Directory:='gdbm';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: GNU, header: Michael van Canneyt';
P.License := 'Library: GPL2 (or later?), header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'GNU dbm is a set of database routines that use extensible hashing.';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
T:=P.Targets.AddUnit('gdbm.pp'); T:=P.Targets.AddUnit('gdbm.pp');

View File

@ -17,8 +17,18 @@ begin
P.Directory:='ggi'; P.Directory:='ggi';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: ?, header: Sebastian Guenther';
P.License := 'Library: ?, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'a project that aims to develop a reliable, stable and fast graphics system that works everywhere.';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
// note that this package may be severely outdated. Header copyright
// lists 1999, and ggi itself is still developed, and major releases
// have happened since?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
// P.Dependencies.Add('x11');
T:=P.Targets.AddUnit('ggi2d.pp'); T:=P.Targets.AddUnit('ggi2d.pp');
with T.Dependencies do with T.Dependencies do

View File

@ -19,6 +19,13 @@ begin
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.OSes:=AllUnixOSes; P.OSes:=AllUnixOSes;
P.Author := 'Library: Gnome project, header: FPC team';
P.License := 'Library: LGPL2 or later, header: LGPL2 with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Header for main library of Gnome (1?).';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.Dependencies.Add('gtk1'); P.Dependencies.Add('gtk1');
P.Dependencies.Add('imlib'); P.Dependencies.Add('imlib');

View File

@ -17,6 +17,13 @@ begin
P.Directory:='graph'; P.Directory:='graph';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'FPC team';
P.License := 'LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'A portable, yet usable substitute for the Turbo Pascal Graph unit.';
P.NeedLibC:= false; // true for headers that indirectly link to libc? OS specific?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
P.SourcePath.Add('src/macosx',[darwin]); P.SourcePath.Add('src/macosx',[darwin]);
P.SourcePath.Add('src/amiga',[amiga]); P.SourcePath.Add('src/amiga',[amiga]);

View File

@ -17,6 +17,13 @@ begin
P.Directory:='gtk1'; P.Directory:='gtk1';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Peter Vreman';
P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Header to the GTK widgetset (v1).';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.OSes:=AllUnixOSes+[Win32,Win64]; P.OSes:=AllUnixOSes+[Win32,Win64];
P.Dependencies.Add('opengl'); P.Dependencies.Add('opengl');

View File

@ -18,6 +18,12 @@ begin
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.OSes:=AllUnixOSes+[Win32,Win64]; P.OSes:=AllUnixOSes+[Win32,Win64];
P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Mattias Gaertner, Olaf Leidinger';
P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Header to the GTK widgetset (v2.x).';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.Dependencies.Add('x11',AllUnixOSes); P.Dependencies.Add('x11',AllUnixOSes);

View File

@ -11,11 +11,19 @@ begin
With Installer do With Installer do
begin begin
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P:=AddPackage('hash'); P:=AddPackage('hash');
{$ifdef ALLPACKAGES} {$ifdef ALLPACKAGES}
P.Directory:='hash'; P.Directory:='hash';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Author := 'Free Pascal development team, Mark Adler, Jacques Nomssi Nzali';
P.License := 'LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Several hash algorithms (MD5,CRC,Linux crypt and NTLM1).';
P.NeedLibC:= false;
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
T:=P.Targets.AddUnit('src/md5.pp'); T:=P.Targets.AddUnit('src/md5.pp');
T:=P.Targets.AddUnit('src/crc.pas'); T:=P.Targets.AddUnit('src/crc.pas');

View File

@ -17,6 +17,14 @@ begin
P.Directory:='hermes'; P.Directory:='hermes';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Nikolay Nikolov';
P.License := 'Library: GPL2, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Library for pixel graphics conversion';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
P.IncludePath.Add('src'); P.IncludePath.Add('src');
P.IncludePath.Add('src/i386',[i386],AllOSes); P.IncludePath.Add('src/i386',[i386],AllOSes);

View File

@ -17,6 +17,12 @@ begin
P.Directory:='httpd13'; P.Directory:='httpd13';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Headers for the Apache 1.3 www server';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
P.IncludePath.Add('src'); P.IncludePath.Add('src');

View File

@ -17,6 +17,13 @@ begin
P.Directory:='httpd20'; P.Directory:='httpd20';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Headers for the Apache 2.0(.58) www server';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
P.SourcePath.Add('src/apr'); P.SourcePath.Add('src/apr');
P.SourcePath.Add('src/apriconv'); P.SourcePath.Add('src/apriconv');

View File

@ -17,6 +17,13 @@ begin
P.Directory:='httpd22'; P.Directory:='httpd22';
{$endif ALLPACKAGES} {$endif ALLPACKAGES}
P.Version:='2.2.2-0'; P.Version:='2.2.2-0';
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
P.ExternalURL := 'www.freepascal.org';
P.Email := '';
P.Description := 'Headers for the Apache 2.2 series www server';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.SourcePath.Add('src'); P.SourcePath.Add('src');
P.SourcePath.Add('src/apr'); P.SourcePath.Add('src/apr');
P.SourcePath.Add('src/apriconv'); P.SourcePath.Add('src/apriconv');