Set explicitly packages ShortName's according to renametoshort rule in Makefile.fpc

git-svn-id: trunk@42842 -
This commit is contained in:
pierre 2019-08-26 21:34:07 +00:00
parent c0212353d9
commit 41216b04ea
72 changed files with 73 additions and 22 deletions

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('ami-extra');
P.ShortName := 'ami';
P.Author := 'FPC core team';
P.License := 'LGPL with modification';
P.HomepageURL := 'www.freepascal.org';

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('amunits');
P.ShortName := 'amu';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('arosunits');
P.ShortName := 'aru';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('aspell');
P.ShortName := 'asp';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
@ -44,7 +45,7 @@ begin
P.ExamplePath.Add('examples');
T:=P.Targets.AddExampleProgram('example.pas');
{$ifndef ALLPACKAGES}
Run;
end;

View File

@ -12,6 +12,7 @@ begin
begin
{$endif ALLPACKAGES}
P:=AddPackage('cairo');
P.ShortName := 'cai';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('cocoaint');
P.ShortName := 'coc';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -18,6 +18,7 @@ begin
With Installer do
begin
P:=AddPackage('dblib');
P.ShortName := 'dblb';
P.Directory:=ADirectory;
P.Version:='3.3.1';
P.Author := 'Library: (FreeTDS/Microsoft), header: Ladislav Karrach';

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('fastcgi');
P.ShortName := 'fcgi';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('fcl-extra');
P.ShortName := 'fcex';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('fcl-report');
P.ShortName:='fpreport';
P.ShortName:='fpre';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -17,6 +17,7 @@ begin
With Installer do
begin
P:=AddPackage('fpindexer');
P.ShortName := 'fpi';
P.Directory:=ADirectory;
P.Version:='3.3.1';
P.OSes := [beos,haiku,freebsd,darwin,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,dragonfly];

View File

@ -36,6 +36,7 @@ begin
begin
// Create fpc-all package
PBuild:=AddPackage('fpc-all');
PBuild.ShortName := 'fpca';
PBuild.Version:='3.3.1';
{ The source files fpmake_proc.inc and fpmake_add.inc
need to be added explicitly to be integrated in source zip }

View File

@ -822,7 +822,7 @@ Type
FOptions: TStrings;
FTransmitOptions: TStrings;
FFileName: String;
FShortName: String;
FShortName: String; { Used to generate the short 8.3 zip file name, must be 4 characters at most }
FAuthor: String;
FLicense: String;
FHomepageURL: String;

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('gnome1');
P.ShortName := 'gno1';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -14,7 +14,7 @@ begin
P:=AddPackage('gnutls');
P.Dependencies.Add('fcl-net');
P.ShortName:='gnutls';
P.ShortName:='gtls';
P.Description := 'Interface units for GNU TLS libraries supporting SSL-encrypted network communication.';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;

View File

@ -23,7 +23,7 @@ begin
With Installer do
begin
P:=AddPackage('googleapi');
P.ShortName:='googleap';
P.ShortName:='gapi';
P.Author := 'Michael Van Canneyt';
P.License := 'LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('iconvenc');
P.ShortName := 'icve';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('imagemagick');
P.ShortName := 'imgm';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('iosxlocale');
P.ShortName := 'iosl';
P.Dependencies.Add('univint');
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libcups');
P.ShortName := 'lcup';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libcurl');
P.ShortName := 'lcur';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libenet');
P.ShortName:='libenet';
P.ShortName:='lnet';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libffi');
P.ShortName := 'lffi';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libfontconfig');
P.ShortName:='libfc';
P.ShortName:='lfcg';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libgbafpc');
P.ShortName := 'lgba';
P.OSes:=[gba];
P.CPUs:=[arm];
{$ifdef ALLPACKAGES}

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libgc');
P.ShortName:='libgc';
P.ShortName:='lgc';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libmagic');
P.ShortName:='magic';
P.ShortName:='lmag';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libmicrohttpd');
P.ShortName := 'lmic';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libndsfpc');
P.ShortName := 'lnds';
P.OSes:=[nds];
P.CPUs:=[arm];
{$ifdef ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libogcfpc');
P.ShortName := 'logc';
P.OSes:=[wii];
P.CPUs:=[powerpc];
{$ifdef ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libsee');
P.ShortName := 'lsee';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libusb');
P.ShortName := 'lusb';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -12,6 +12,7 @@ begin
begin
{$endif ALLPACKAGES}
P:=AddPackage('libvlc');
P.ShortName := 'lvlc';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('libxml2');
P.ShortName := 'lxml';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('modplug');
P.ShortName := 'mplg';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('morphunits');
P.ShortName := 'mrph';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('ncurses');
P.ShortName := 'ncrs';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('numlib');
P.ShortName := 'nlib';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('nvapi');
P.ShortName := 'nva';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -11,6 +11,7 @@ begin
begin
{$endif ALLPACKAGES}
P:=AddPackage('objcrtl');
P.ShortName := 'objc';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -23,7 +23,7 @@ begin
With Installer do
begin
P:=AddPackage('odata');
P.ShortName:='odata';
P.ShortName:='odat';
P.Author := 'Michael Van Canneyt';
P.License := 'LGPL with modification, ';
P.HomepageURL := 'www.freepascal.org';

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('opencl');
P.ShortName := 'ocl';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -14,6 +14,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('opengles');
P.ShortName := 'ogls';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('os4units');
P.ShortName := 'os4';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('palmunits');
P.ShortName := 'palm';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -14,6 +14,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('pastojs');
P.ShortName := 'p2js';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('proj4');
P.ShortName := 'prj4';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('pthreads');
P.ShortName := 'pthr';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -12,6 +12,7 @@ begin
begin
{$endif ALLPACKAGES}
P:=AddPackage('pxlib');
P.ShortName := 'pxl';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('svgalib');
P.ShortName := 'svga';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('syslog');
P.ShortName := 'sysl';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('tosunits');
P.ShortName := 'tos';
P.Author := 'FPC core team';
P.License := 'LGPL with modification';

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('univint');
P.ShortName := 'univ';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('unixutil');
P.ShortName := 'unix';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('users');
P.ShortName := 'user';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,7 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('webidl');
P.ShortName:='webidl';
P.ShortName:='widl';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -14,6 +14,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('winceunits');
P.ShortName := 'wice';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;

View File

@ -14,6 +14,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('winunits-jedi');
P.ShortName := 'wij';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('xforms');
P.ShortName := 'xfrm';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('zorba');
P.ShortName := 'zorb';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-fpcres');
P.ShortName:='fpres';
P.ShortName:='fprs';
P.OSes:=AllOSes-[atari,embedded,msdos,win16,macos,palmos];
//P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix,aros,amiga,morphos];

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-fpcreslipo');
P.ShortName:='fpcreslipo';
P.ShortName:='fprl';
P.Description:='Free Pascal External Resource Thinner';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then

View File

@ -17,7 +17,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-fpdoc');
P.ShortName:='fpdoc';
P.ShortName:='fpdc';
P.Author := '<various>';
P.License := 'LGPL with modification';
P.HomepageURL := 'www.freepascal.org';

View File

@ -50,6 +50,7 @@ begin
With Installer do
begin
P:=AddPackage('utils');
P.ShortName := 'tils';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then

View File

@ -19,7 +19,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-fppkg');
P.ShortName:='fppkg';
P.ShortName:='fpkg';
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-fprcp');
P.ShortName:='fprcp';
P.ShortName:='fprc';
{ java and jvm-android do not support
getmem/freemem and new/dispose used in
these sources }

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-h2pas');
P.ShortName:='h2pas';
P.ShortName:='h2pa';
{ java and jvm-android do not support
fpc_get_output used in these sources }
if Defaults.CPU=jvm then

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-importtl');
P.ShortName:='importttl';
P.ShortName:='impt';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-instantfpc');
P.ShortName:='instantfpc';
P.ShortName:='ifpc';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];

View File

@ -17,7 +17,7 @@ begin
P:=AddPackage('utils-json2pas');
P.Dependencies.Add('fcl-json');
P.ShortName:='json2pas';
P.ShortName:='js2p';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];

View File

@ -15,6 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-pas2js');
P.ShortName := 'upjs';
P.Author := 'Free Pascal Team';
P.License := 'LGPL with modification';

View File

@ -15,7 +15,7 @@ begin
With Installer do
begin
P:=AddPackage('utils-unicode');
P.ShortName:='ucode';
P.ShortName:='ucd';
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];