* Added the utils- prefix to the names of all utils-packages.

git-svn-id: trunk@29031 -
This commit is contained in:
joost 2014-11-08 21:03:59 +00:00
parent 2a0d760a3f
commit c34552da09
18 changed files with 18 additions and 18 deletions

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('dxegen');
P:=AddPackage('utils-dxegen');
P.Author := 'Charles Sandmann and others';
P.License := 'LGPL with modification';

View File

@ -208,7 +208,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('fpcm');
P:=AddPackage('utils-fpcm');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -15,7 +15,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('fpcmkcfg');
P:=AddPackage('utils-fpcmkcfg');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('fpcres');
P:=AddPackage('utils-fpcres');
P.Author := 'Giulio Bernardi';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('fpcreslipo');
P:=AddPackage('utils-fpcreslipo');
P.Author := 'Giulio Bernardi';
P.License := 'LGPL with modification';

View File

@ -16,7 +16,7 @@ begin
AddCustomFpmakeCommandlineOption('bin2obj', 'Use indicated bin2obj executable.');
With Installer do
begin
P:=AddPackage('fpdoc');
P:=AddPackage('utils-fpdoc');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -16,7 +16,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('fpmc');
P:=AddPackage('utils-fpmc');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

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

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('fprcp');
P:=AddPackage('utils-fprcp');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('h2pas');
P:=AddPackage('utils-h2pas');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('importtl');
P:=AddPackage('utils-importtl');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('instantfpc');
P:=AddPackage('utils-instantfpc');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('pas2fpm');
P:=AddPackage('utils-pas2fpm');
P.Author := 'Free Pascal Team';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('pas2jni');
P:=AddPackage('utils-pas2jni');
P.Author := 'Yury Sidorov';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('pas2ut');
P:=AddPackage('utils-pas2ut');
P.Author := 'Free Pascal Team';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('rmwait');
P:=AddPackage('utils-rmwait');
P.Author := 'Tomas Hajny';
P.License := 'LGPL with modification';

View File

@ -15,7 +15,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('lexyacc');
P:=AddPackage('utils-lexyacc');
P.Author := '<various>';
P.License := 'LGPL with modification';

View File

@ -14,7 +14,7 @@ Var
begin
With Installer do
begin
P:=AddPackage('unicode');
P:=AddPackage('utils-unicode');
P.Author := 'Inoussa OUEDRAOGO';
P.License := 'LGPL with modification';