mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 06:30:01 +02:00
* change externalurl to homepageurl
git-svn-id: trunk@12170 -
This commit is contained in:
parent
13196b3e5c
commit
2916256b2c
@ -16,7 +16,7 @@ begin
|
||||
P:=AddPackage('a52');
|
||||
P.Author := 'Library: Michel Lespinasse and Aaron Holtzman, header: Ivo Steimann';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'A free library for decoding ATSC A/52 streams.';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Nils Sjoholm';
|
||||
P.License := 'LGPL with modification';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'A set of units for Amiga OS. 68k only?';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'header:Aleš Katona, library: Kevin Atkinson';
|
||||
P.License := 'header: LGPL with modification, library: LGPL 2.0 or 2.1';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'The New Aspell, spelling library';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Library: Cygnus Support, header: by Uli Tessel';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Binary File Descriptor library.';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -22,7 +22,7 @@ begin
|
||||
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.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'BZip2 decompression unit.';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Library: University of Southern California + Red Hat Inc., header: Luiz AmXrico Pereira CXmara';
|
||||
P.License := 'Library: MPL 1.1 + LGPL-2.1, header: LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'a vector graphics library with display and print output';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -21,7 +21,7 @@ begin
|
||||
|
||||
P.Author := 'Michael van Canneyt';
|
||||
P.License := 'LGPL with modification';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Unit to read a CDROM disc TOC and get a list of CD Rom devices';
|
||||
P.NeedLibC:= False;
|
||||
|
@ -21,7 +21,7 @@ begin
|
||||
|
||||
P.Author := 'Andrew Haines';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Standalone CHM reader and writer library';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Library: Red Hat, header: Unknown (but probably Sebastian Guenther)';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'D-Bus message bus interface. (Pre 1.0?)';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Library: Gildas Bazin, header: Ivo Steinmann';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'a low-level interface to decoding audio frames encoded using DTS Coherent Acoustics';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Mostly Sebastian Guenther';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Asynchonous event management of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -21,7 +21,7 @@ begin
|
||||
|
||||
P.Author := '<various>';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Base library of Free Component Libraries(FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
|
||||
P.Author := '<various>';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Database library of Free Component Libraries(FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -23,7 +23,7 @@ begin
|
||||
|
||||
P.Author := ' Dean Zobec, Michael van Canneyt';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := '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;
|
||||
|
@ -23,7 +23,7 @@ begin
|
||||
|
||||
P.Author := 'Michael Van Canneyt of the Free Pascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Author := 'Michael van Canneyt';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Json interfacing, part of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -24,7 +24,7 @@ begin
|
||||
|
||||
P.Author := 'Sebastian Guenther and Free Pascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Network related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Author := 'Sebastian Guenther';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Pascal parsing parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'FPC development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Windows registry + emulation parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Giulio Bernardi';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -24,7 +24,7 @@ begin
|
||||
|
||||
P.Author := 'FreePascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Web(app) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -25,7 +25,7 @@ begin
|
||||
|
||||
P.Author := 'Sebastian Guenther, Sergei Gorelkin and FPC development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'XML and DOM parts of Free Component Libraries (FCL), FPC''s OOP library.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -21,7 +21,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Luk Vandelaer & Sebastian Guenther (?)';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Lightweight OOP wrapper over GTK1.';
|
||||
P.NeedLibC:= True;
|
||||
|
@ -16,15 +16,15 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fpmkunit';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.2-0';
|
||||
P.Version:='2.2.2-1';
|
||||
P.Description:='Free Pascal Make Tool';
|
||||
P.Author := 'Peter Vreman';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := '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
|
||||
// here to be able to update all requirements to
|
||||
// compile fpmake from a single place
|
||||
@ -34,7 +34,7 @@ begin
|
||||
D.Version:='2.2.2-0';
|
||||
D:=P.Dependencies.Add('fcl-process');
|
||||
D.Version:='2.2.2-0';
|
||||
|
||||
|
||||
P.Targets.AddUnit('src/fpmkunit.pp');
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Leon De Boer and Pierre Mueller';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Free Vision, a portable Turbo Vision clone.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -21,7 +21,7 @@ begin
|
||||
|
||||
P.Author := 'Library: Gnome project, header: FPC team';
|
||||
P.License := 'Library: LGPL2 or later, header: LGPL2 with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'FPC team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Header to the GTK widgetset (v1).';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
|
||||
P.Author := 'Free Pascal development team, Mark Adler, Jacques Nomssi Nzali';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Several hash algorithms (MD5,CRC,Linux crypt and NTLM1).';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
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.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Library for pixel graphics conversion';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Headers for the Interbase/Firebird RDBMS';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Marco van de Voort';
|
||||
P.License := 'Library: LGPL2 or later, header: LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'A libiconv header translation.';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
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.HomepageURL := '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?
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Library: Carsten Haitzler, header: ?';
|
||||
P.License := 'Library: LGPL 2 or later, header: LGPL with modification';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := '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?
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
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.HomepageURL := '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?
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Peter Vreman and Michael van Canneyt (?)';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Kylix compatibility libc header, (linux/x86 only, deprecated for new development)';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
|
||||
P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team';
|
||||
P.License := 'Library: MIT, header: LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := '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?
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Marco van de Voort';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Expression parser with support for fast evaluation';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Version:='2.2.2-0';
|
||||
P.Author := 'Michael van Canneyt, Marco van de Voort';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Headers to access Unix groups and users.';
|
||||
P.NeedLibC:= false;
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
P.OSes:=[win32,win64];
|
||||
P.Author := 'Florian Klaempfl, Marco van de Voort';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Base Delphi compatible windows headers units outside the RTL';
|
||||
P.NeedLibC:= true;
|
||||
|
@ -21,7 +21,7 @@ begin
|
||||
P.OSes:=[win32,win64];
|
||||
P.Author := 'Marcel van Brakel, Jedi-apilib team';
|
||||
P.License := 'LGPL with modification/MPL dual licensed ';
|
||||
P.ExternalURL := 'www.freepascal.org';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := '';
|
||||
P.Description := 'Very complete set of Windows units by Jedi Apilib';
|
||||
P.NeedLibC:= true;
|
||||
|
Loading…
Reference in New Issue
Block a user