diff options
| author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-11-18 23:58:52 +0000 |
|---|---|---|
| committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-11-18 23:58:52 +0000 |
| commit | d79bc4dd710e29d2ec0a47e715c8cdf00ed046c8 (patch) | |
| tree | da27e35cd26c9e28b969e6dadbe74177c948ca5f | |
| parent | 4aa901258db35cc320c44aaa3477f000b976637e (diff) | |
| download | fpc-d79bc4dd710e29d2ec0a47e715c8cdf00ed046c8.tar.gz | |
* change externalurl to homepageurl
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12170 3ad0048d-3df7-0310-abae-a5850022a9f2
50 files changed, 53 insertions, 53 deletions
diff --git a/packages/a52/fpmake.pp b/packages/a52/fpmake.pp index 26596480d8..44d4c97305 100644 --- a/packages/a52/fpmake.pp +++ b/packages/a52/fpmake.pp @@ -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; diff --git a/packages/amunits/fpmake.pp b/packages/amunits/fpmake.pp index 226a9c7e6e..be1536e7d7 100644 --- a/packages/amunits/fpmake.pp +++ b/packages/amunits/fpmake.pp @@ -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; diff --git a/packages/aspell/fpmake.pp b/packages/aspell/fpmake.pp index be36de81e7..c482cb8132 100644 --- a/packages/aspell/fpmake.pp +++ b/packages/aspell/fpmake.pp @@ -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; diff --git a/packages/bfd/fpmake.pp b/packages/bfd/fpmake.pp index 7e45d74798..94ec9db318 100644 --- a/packages/bfd/fpmake.pp +++ b/packages/bfd/fpmake.pp @@ -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; diff --git a/packages/bzip2/fpmake.pp b/packages/bzip2/fpmake.pp index ec53f7618a..663d36b84b 100644 --- a/packages/bzip2/fpmake.pp +++ b/packages/bzip2/fpmake.pp @@ -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; diff --git a/packages/cairo/fpmake.pp b/packages/cairo/fpmake.pp index 9d39c70970..16dce736b2 100644 --- a/packages/cairo/fpmake.pp +++ b/packages/cairo/fpmake.pp @@ -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; diff --git a/packages/cdrom/fpmake.pp b/packages/cdrom/fpmake.pp index f3607902c7..533e3c204c 100644 --- a/packages/cdrom/fpmake.pp +++ b/packages/cdrom/fpmake.pp @@ -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; diff --git a/packages/chm/fpmake.pp b/packages/chm/fpmake.pp index 2232c2422f..7c0897779d 100644 --- a/packages/chm/fpmake.pp +++ b/packages/chm/fpmake.pp @@ -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; diff --git a/packages/dbus/fpmake.pp b/packages/dbus/fpmake.pp index 12c5d0d0c5..acccfc4053 100644 --- a/packages/dbus/fpmake.pp +++ b/packages/dbus/fpmake.pp @@ -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; diff --git a/packages/dts/fpmake.pp b/packages/dts/fpmake.pp index 182b7da3fa..b03a8b80a3 100644 --- a/packages/dts/fpmake.pp +++ b/packages/dts/fpmake.pp @@ -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; diff --git a/packages/fcl-async/fpmake.pp b/packages/fcl-async/fpmake.pp index ce85b4f82c..041a1da805 100644 --- a/packages/fcl-async/fpmake.pp +++ b/packages/fcl-async/fpmake.pp @@ -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; diff --git a/packages/fcl-base/fpmake.pp b/packages/fcl-base/fpmake.pp index 1a12b91460..6458eb91b4 100644 --- a/packages/fcl-base/fpmake.pp +++ b/packages/fcl-base/fpmake.pp @@ -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; diff --git a/packages/fcl-db/fpmake.pp b/packages/fcl-db/fpmake.pp index 5fbc5d211f..351177331c 100644 --- a/packages/fcl-db/fpmake.pp +++ b/packages/fcl-db/fpmake.pp @@ -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; diff --git a/packages/fcl-fpcunit/fpmake.pp b/packages/fcl-fpcunit/fpmake.pp index 9bfae3431a..9d817660ab 100644 --- a/packages/fcl-fpcunit/fpmake.pp +++ b/packages/fcl-fpcunit/fpmake.pp @@ -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; diff --git a/packages/fcl-image/fpmake.pp b/packages/fcl-image/fpmake.pp index ecbad7a2e2..30ae4608f8 100644 --- a/packages/fcl-image/fpmake.pp +++ b/packages/fcl-image/fpmake.pp @@ -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; diff --git a/packages/fcl-json/fpmake.pp b/packages/fcl-json/fpmake.pp index b5f3d2f939..fa6ccfcf0b 100644 --- a/packages/fcl-json/fpmake.pp +++ b/packages/fcl-json/fpmake.pp @@ -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; diff --git a/packages/fcl-net/fpmake.pp b/packages/fcl-net/fpmake.pp index 5b655fe486..702720e23c 100644 --- a/packages/fcl-net/fpmake.pp +++ b/packages/fcl-net/fpmake.pp @@ -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; diff --git a/packages/fcl-passrc/fpmake.pp b/packages/fcl-passrc/fpmake.pp index 397dfc5a2e..6bf40ed328 100644 --- a/packages/fcl-passrc/fpmake.pp +++ b/packages/fcl-passrc/fpmake.pp @@ -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; diff --git a/packages/fcl-process/fpmake.pp b/packages/fcl-process/fpmake.pp index fcc807d7fc..27b023ce9b 100644 --- a/packages/fcl-process/fpmake.pp +++ b/packages/fcl-process/fpmake.pp @@ -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; diff --git a/packages/fcl-registry/fpmake.pp b/packages/fcl-registry/fpmake.pp index 145a7d10f4..813714229d 100644 --- a/packages/fcl-registry/fpmake.pp +++ b/packages/fcl-registry/fpmake.pp @@ -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; diff --git a/packages/fcl-res/fpmake.pp b/packages/fcl-res/fpmake.pp index 6951dd9663..848b92b6a8 100644 --- a/packages/fcl-res/fpmake.pp +++ b/packages/fcl-res/fpmake.pp @@ -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; diff --git a/packages/fcl-web/fpmake.pp b/packages/fcl-web/fpmake.pp index 750b77c261..d4fbc4c07a 100644 --- a/packages/fcl-web/fpmake.pp +++ b/packages/fcl-web/fpmake.pp @@ -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; diff --git a/packages/fcl-xml/fpmake.pp b/packages/fcl-xml/fpmake.pp index 2f1c58e0d9..80c29e8beb 100644 --- a/packages/fcl-xml/fpmake.pp +++ b/packages/fcl-xml/fpmake.pp @@ -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; diff --git a/packages/fftw/fpmake.pp b/packages/fftw/fpmake.pp index aadef8cd9e..576d0415a2 100644 --- a/packages/fftw/fpmake.pp +++ b/packages/fftw/fpmake.pp @@ -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? diff --git a/packages/fpgtk/fpmake.pp b/packages/fpgtk/fpmake.pp index e2cffa591e..63e3f46774 100644 --- a/packages/fpgtk/fpmake.pp +++ b/packages/fpgtk/fpmake.pp @@ -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; diff --git a/packages/fpmkunit/fpmake.pp b/packages/fpmkunit/fpmake.pp index 2d4c95e763..c1db4ba062 100644 --- a/packages/fpmkunit/fpmake.pp +++ b/packages/fpmkunit/fpmake.pp @@ -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} diff --git a/packages/fv/fpmake.pp b/packages/fv/fpmake.pp index d96243091e..e589222a26 100644 --- a/packages/fv/fpmake.pp +++ b/packages/fv/fpmake.pp @@ -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; diff --git a/packages/gdbint/fpmake.pp b/packages/gdbint/fpmake.pp index dd4ef9d76d..2066675bd6 100644 --- a/packages/gdbint/fpmake.pp +++ b/packages/gdbint/fpmake.pp @@ -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? diff --git a/packages/gdbm/fpmake.pp b/packages/gdbm/fpmake.pp index 71487a30b6..6db1142523 100644 --- a/packages/gdbm/fpmake.pp +++ b/packages/gdbm/fpmake.pp @@ -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? diff --git a/packages/ggi/fpmake.pp b/packages/ggi/fpmake.pp index 535cc38605..91253b20ac 100644 --- a/packages/ggi/fpmake.pp +++ b/packages/ggi/fpmake.pp @@ -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? diff --git a/packages/gnome1/fpmake.pp b/packages/gnome1/fpmake.pp index b5a05589dd..3ee8396951 100644 --- a/packages/gnome1/fpmake.pp +++ b/packages/gnome1/fpmake.pp @@ -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? diff --git a/packages/graph/fpmake.pp b/packages/graph/fpmake.pp index bf6edc9aa7..e19501a47a 100644 --- a/packages/graph/fpmake.pp +++ b/packages/graph/fpmake.pp @@ -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? diff --git a/packages/gtk1/fpmake.pp b/packages/gtk1/fpmake.pp index 2bf2d47e26..b6e2a5f0eb 100644 --- a/packages/gtk1/fpmake.pp +++ b/packages/gtk1/fpmake.pp @@ -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? diff --git a/packages/gtk2/fpmake.pp b/packages/gtk2/fpmake.pp index 8d302e980e..11322ee817 100644 --- a/packages/gtk2/fpmake.pp +++ b/packages/gtk2/fpmake.pp @@ -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? diff --git a/packages/hash/fpmake.pp b/packages/hash/fpmake.pp index 2a5bb66b7b..4f33235ab5 100644 --- a/packages/hash/fpmake.pp +++ b/packages/hash/fpmake.pp @@ -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; diff --git a/packages/hermes/fpmake.pp b/packages/hermes/fpmake.pp index 665c77a65c..6847efe768 100644 --- a/packages/hermes/fpmake.pp +++ b/packages/hermes/fpmake.pp @@ -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? diff --git a/packages/httpd13/fpmake.pp b/packages/httpd13/fpmake.pp index 6d410fd891..c0e03044e5 100644 --- a/packages/httpd13/fpmake.pp +++ b/packages/httpd13/fpmake.pp @@ -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? diff --git a/packages/httpd20/fpmake.pp b/packages/httpd20/fpmake.pp index 6c44d7a3ab..9a3a00ed7c 100644 --- a/packages/httpd20/fpmake.pp +++ b/packages/httpd20/fpmake.pp @@ -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? diff --git a/packages/httpd22/fpmake.pp b/packages/httpd22/fpmake.pp index 407d1f866b..f2a541d0a8 100644 --- a/packages/httpd22/fpmake.pp +++ b/packages/httpd22/fpmake.pp @@ -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? diff --git a/packages/ibase/fpmake.pp b/packages/ibase/fpmake.pp index a7b5930a43..eb99dfc330 100644 --- a/packages/ibase/fpmake.pp +++ b/packages/ibase/fpmake.pp @@ -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? diff --git a/packages/iconvenc/fpmake.pp b/packages/iconvenc/fpmake.pp index 4227fe2b66..e8f090f5d3 100644 --- a/packages/iconvenc/fpmake.pp +++ b/packages/iconvenc/fpmake.pp @@ -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; diff --git a/packages/imagemagick/fpmake.pp b/packages/imagemagick/fpmake.pp index e6d8f21af2..7f3d05bd49 100644 --- a/packages/imagemagick/fpmake.pp +++ b/packages/imagemagick/fpmake.pp @@ -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? diff --git a/packages/imlib/fpmake.pp b/packages/imlib/fpmake.pp index b438c90873..2d0efe2f3e 100644 --- a/packages/imlib/fpmake.pp +++ b/packages/imlib/fpmake.pp @@ -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? diff --git a/packages/ldap/fpmake.pp b/packages/ldap/fpmake.pp index d947fccbe3..8d4202d4bc 100644 --- a/packages/ldap/fpmake.pp +++ b/packages/ldap/fpmake.pp @@ -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? diff --git a/packages/libc/fpmake.pp b/packages/libc/fpmake.pp index b22763dc06..2645a40b1e 100644 --- a/packages/libc/fpmake.pp +++ b/packages/libc/fpmake.pp @@ -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; diff --git a/packages/libcurl/fpmake.pp b/packages/libcurl/fpmake.pp index cd686b7175..eae705c0e9 100644 --- a/packages/libcurl/fpmake.pp +++ b/packages/libcurl/fpmake.pp @@ -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? diff --git a/packages/symbolic/fpmake.pp b/packages/symbolic/fpmake.pp index d74f65f1dd..ea1a631ec3 100644 --- a/packages/symbolic/fpmake.pp +++ b/packages/symbolic/fpmake.pp @@ -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; diff --git a/packages/users/fpmake.pp b/packages/users/fpmake.pp index 0465d1d129..ad385c7e54 100644 --- a/packages/users/fpmake.pp +++ b/packages/users/fpmake.pp @@ -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; diff --git a/packages/winunits-base/fpmake.pp b/packages/winunits-base/fpmake.pp index cd4192913d..3456661a5b 100644 --- a/packages/winunits-base/fpmake.pp +++ b/packages/winunits-base/fpmake.pp @@ -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; diff --git a/packages/winunits-jedi/fpmake.pp b/packages/winunits-jedi/fpmake.pp index 3f34914442..38d81a7134 100644 --- a/packages/winunits-jedi/fpmake.pp +++ b/packages/winunits-jedi/fpmake.pp @@ -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; |
