mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
more version updates
git-svn-id: branches/fixes_3_2@39634 -
This commit is contained in:
parent
bceb71bf9f
commit
340c62d2e7
@ -25,7 +25,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('a52.pas');
|
||||
|
@ -29,7 +29,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
P.OSes:=AllAmigaLikeOSes;
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Nils Sjoholm';
|
||||
P.License := 'LGPL with modification';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Marcus Sackrow';
|
||||
P.License := 'LGPL with modification';
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'header:Aleš Katona, library: Kevin Atkinson';
|
||||
P.License := 'header: LGPL with modification, library: LGPL 2.0 or 2.1';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Cygnus Support, header: by Uli Tessel';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Library: Julian R. Seward, header: Daniel Mantione';
|
||||
// 3 clause becaue "prominent notice" is not required.
|
||||
|
@ -15,7 +15,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
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.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes:=[Win32,Win64,Linux];
|
||||
|
||||
P.Author := 'Michael van Canneyt';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Andrew Haines';
|
||||
P.License := 'LGPL with modification, ';
|
||||
@ -29,7 +29,7 @@ begin
|
||||
|
||||
D:=P.Dependencies.Add('fcl-xml');
|
||||
D:=P.Dependencies.Add('fcl-base');
|
||||
D.Version:='3.1.1';
|
||||
D.Version:='3.2.0-beta';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.CPUs:=[i386,x86_64,powerpc,powerpc64];
|
||||
P.OSes:=[darwin];
|
||||
P.Dependencies.Add('univint');
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
begin
|
||||
P:=AddPackage('dblib');
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: (FreeTDS/Microsoft), header: Ladislav Karrach';
|
||||
P.License := 'Library: FreeTDS License, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Library: Red Hat, header: Unknown (but probably Sebastian Guenther)';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Library: Gildas Bazin, header: Ivo Steinmann';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'FreePascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Mostly Sebastian Guenther';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('univint',[Darwin,iPhoneSim]);
|
||||
P.Dependencies.Add('fcl-res');
|
||||
p.Dependencies.Add('rtl-objpas');
|
||||
|
@ -35,7 +35,7 @@ begin
|
||||
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('src/base');
|
||||
P.SourcePath.Add('src/paradox', ParadoxOSes);
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.OSes:=[Win32,Win64]+AllUnixOSes;
|
||||
P.Dependencies.Add('winunits-jedi',[Win32,Win64]);
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('pasjpeg');
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Michael Van Canneyt';
|
||||
P.License := 'LGPL with FPC modification';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('rtl-objpas');
|
||||
P.Author := 'Michael van Canneyt';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('openssl',AllUnixOSes+AllWindowsOSes);
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Author := 'Sebastian Guenther';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -31,7 +31,7 @@ begin
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.add('winunits-base',AllWindowsOSes-[wince]);
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
T:=P.Targets.AddUnit('src/fpttfencodings.pp');
|
||||
T:=P.Targets.AddUnit('src/fpparsettf.pp');
|
||||
T:=P.Targets.AddUnit('src/fpfonttextmapping.pp');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Michael van Canneyt and Free Pascal Development team';
|
||||
P.License := 'LGPL with modification';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-image');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Giulio Bernardi';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -19,7 +19,7 @@ begin
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-db');
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Inoussa Ouedraogo';
|
||||
P.License := 'LGPL with modification';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
||||
P.Author := 'Abou Al Montacir of the Free Pascal development team';
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Vlado Boza';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,amiga,aros,morphos,dragonfly];
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-db');
|
||||
|
@ -18,10 +18,10 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Options.Add('-S2h');
|
||||
D:=P.Dependencies.Add('fcl-base');
|
||||
D.Version:='3.1.1';
|
||||
D.Version:='3.2.0-beta';
|
||||
D:=P.Dependencies.Add('iconvenc',[linux,darwin,iphonesim,freebsd,haiku,beos,aix]);
|
||||
|
||||
P.Author := 'Sebastian Guenther, Sergei Gorelkin and FPC development team';
|
||||
|
@ -16,9 +16,9 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Matteo Frigo and Steven G. Johnson, header: Daniel Mantione';
|
||||
P.License := 'Library: GPL or commercial, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,win32,win64,os2,emx,aix,dragonfly];
|
||||
// Do not build fpgtk on iPhone (=arm-darwin)
|
||||
if Defaults.CPU<>arm then
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
begin
|
||||
P:=AddPackage('fpindexer');
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [beos,haiku,freebsd,darwin,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,dragonfly];
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-db');
|
||||
|
@ -36,7 +36,7 @@ begin
|
||||
begin
|
||||
// Create fpc-all package
|
||||
PBuild:=AddPackage('fpc-all');
|
||||
PBuild.Version:='3.1.1';
|
||||
PBuild.Version:='3.2.0-beta';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Description:='Free Pascal Make Tool';
|
||||
P.Author := 'Peter Vreman';
|
||||
P.License := 'LGPL with modification, ';
|
||||
@ -31,13 +31,13 @@ begin
|
||||
// here to be able to update all requirements to
|
||||
// compile fpmake from a single place
|
||||
D:=P.Dependencies.Add('hash');
|
||||
D.Version:='3.1.1';
|
||||
D.Version:='3.2.0-beta';
|
||||
D:=P.Dependencies.Add('paszlib');
|
||||
D.Version:='3.1.1';
|
||||
D.Version:='3.2.0-beta';
|
||||
D:=P.Dependencies.Add('fcl-process',AllOSes-[morphos,aros,amiga,go32v2,os2]);
|
||||
D.Version:='3.1.1';
|
||||
D.Version:='3.2.0-beta';
|
||||
D:=P.Dependencies.Add('libtar');
|
||||
D.Version:='3.1.1';
|
||||
D.Version:='3.2.0-beta';
|
||||
|
||||
with P.Targets.AddUnit('src/fpmkunit.pp') do
|
||||
ResourceStrings:=true;
|
||||
|
@ -26,7 +26,7 @@ begin
|
||||
P.ShortName:='fppk';
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
P.Dependencies.Add('fcl-process',AllOSes-[go32v2,os2]);
|
||||
|
@ -12,7 +12,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('brokenpackage');
|
||||
P.Version:='1.23.3';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packagea');
|
||||
P.Version:='1.2.3';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost vam der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('PackageB');
|
||||
P.Version:='4.5.6';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost vam der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -14,7 +14,7 @@ begin
|
||||
with Installer do
|
||||
begin
|
||||
P:=AddPackage('packagevarianta');
|
||||
P.Version:='1.0';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packagevariantp');
|
||||
P.Version:='1.0';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packageusingplugin');
|
||||
P.Version:='33.32.23';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('plugindependency');
|
||||
P.Version:='12.32.23';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('pluginpack');
|
||||
P.Version:='3.32.23';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packagea');
|
||||
P.Version:='1.2.3';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost vam der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packageb1');
|
||||
P.Version:='4.5.6';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost vam der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -10,7 +10,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packageb2');
|
||||
P.Version:='4.5.6';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost vam der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -13,7 +13,7 @@ begin
|
||||
With Installer do
|
||||
begin
|
||||
P:=AddPackage('packagec');
|
||||
P.Version:='4.5.6';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Joost van der Sluis';
|
||||
P.License := 'GPL';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Leon De Boer and Pierre Mueller';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -156,7 +156,7 @@ begin
|
||||
P:=AddPackage('gdbint');
|
||||
P.ShortName:='gdb';
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library : Cygnus, header: Peter Vreman';
|
||||
P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: GNU, header: Michael van Canneyt';
|
||||
P.License := 'Library: GPL2 (or later?), header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: ?, header: Sebastian Guenther';
|
||||
P.License := 'Library: ?, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'FreePascal development team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes:=AllUnixOSes-[darwin,iphonesim,Android];
|
||||
if Defaults.CPU<>arm then
|
||||
P.OSes := P.OSes + [darwin];
|
||||
|
@ -32,7 +32,7 @@ begin
|
||||
P.NeedLibC:= false;
|
||||
P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,amiga,aros,morphos,dragonfly];
|
||||
P.Directory:=ADirectory;
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('rtl-extra');
|
||||
P.Dependencies.Add('rtl-objpas');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'FPC team';
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Peter Vreman';
|
||||
P.License := 'Library: LGPL2.1, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SupportBuildModes := [bmOneByOne];
|
||||
P.OSes:=AllUnixOSes+[Win32,Win64]-[darwin,iphonesim,Android];
|
||||
if Defaults.CPU<>arm then
|
||||
|
@ -26,7 +26,7 @@ begin
|
||||
P.OSes:=P.OSes-[embedded,win16,macos,palmos];
|
||||
P.Dependencies.Add('rtl-objpas');
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
T:=P.Targets.AddUnit('src/md5.pp');
|
||||
T.Dependencies.AddInclude('src/md5i386.inc', [i386], AllOSes-[darwin]);
|
||||
T:=P.Targets.AddUnit('src/sha1.pp');
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Nikolay Nikolov (translation to Pascal), Christian Nentwich (original C version)';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
|
||||
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
|
||||
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
|
||||
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho';
|
||||
P.License := 'Library: Apache License 2, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: (Codegear?), header: ?';
|
||||
P.License := 'Library: Interbase License, header: LGPL with modification, ';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Marco van de Voort';
|
||||
P.License := 'Library: LGPL2 or later, header: LGPL with modification, ';
|
||||
P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,linux,aix];
|
||||
|
@ -189,7 +189,7 @@ begin
|
||||
) then
|
||||
begin
|
||||
P:=AddPackage('ide');
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Library: ImageMagick Studio LLC , header: Felipe Monteiro de Carvalho';
|
||||
P.License := 'Library: Imagemagick license, header: LGPL with modification, ';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Library: Carsten Haitzler, header: ?';
|
||||
P.License := 'Library: LGPL 2 or later, header: LGPL with modification';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.OSes:=[darwin,iphonesim];
|
||||
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [win32,win64,linux,android];
|
||||
|
||||
P.Author := 'FreePascal development team';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
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.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Peter Vreman and Michael van Canneyt (?)';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Header: Olivier GUILBAUD';
|
||||
P.License := 'Header: LGPL with modi ';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team';
|
||||
P.License := 'Library: MIT, header: LGPL with modification, ';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('examples');
|
||||
P.IncludePath.Add('src');
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Anthony Green and others';
|
||||
P.License := 'MIT license';
|
||||
P.HomepageURL := 'https://sourceware.org/libffi/';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
P.OSes := [linux,freebsd, darwin]; // Darwin was tested!
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: libgba and maxmod from devkitARM; headers: Francesco Lombardi';
|
||||
P.License := 'LGPL';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
P.OSes := [linux];
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,wii,win16,atari,macos,palmos,symbian];
|
||||
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: GNU foundation, header: Silvio Clecio';
|
||||
P.License := 'Library: LGPL or later, header: LGPL with modification';
|
||||
P.HomepageURL := 'https://www.gnu.org/software/libmicrohttpd/';
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: libnds, dswifi, maxmod and gl2d from devkitARM; headers: Francesco Lombardi';
|
||||
P.License := 'LGPL';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'Library: libogc, libfat, libmad and libmodplay from devkitPPC; headers: Francesco Lombardi';
|
||||
P.License := 'LGPL';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
|
@ -18,7 +18,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Dependencies.Add('zlib');
|
||||
P.SourcePath.Add('src');
|
||||
P.OSes := AllUnixOSes-[qnx]+[win32,os2,emx];
|
||||
|
@ -20,7 +20,7 @@ begin
|
||||
// Do not build x11 on iPhone (=arm-darwin)
|
||||
if Defaults.CPU<>arm then
|
||||
P.OSes := P.OSes + [darwin];
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
P.Dependencies.Add('gtk2');
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Author := 'David Leonard';
|
||||
P.License := 'BSD style';
|
||||
P.HomepageURL := 'http://www.adaptive-enterprises.com.au/~d/software/see/';
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Stefan Heymann';
|
||||
P.License := 'LGPL with modification, ';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.Description := 'Headers for the libusb library';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
P.OSes := [linux,win32,win64];
|
||||
|
@ -17,7 +17,7 @@ begin
|
||||
{$endif ALLPACKAGES}
|
||||
P.OSes := [win32, win64, linux, freebsd];
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.License := 'LGPL with modification';
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.Email := 'michael@freepascal.org';
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [freebsd,linux,win32];
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
P.OSes := [linux,win32];
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [linux,win32,win64,wii];
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
P.OSes := [linux];
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
|
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Version:='3.2.0-beta';
|
||||
|
||||
P.Author := 'Karoly Balogh';
|
||||
P.License := 'LGPL with modification';
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user