From 39d48d2a024367c71990ed4fe3b38e3002be32b6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 30 Nov 2021 22:25:18 +0000 Subject: [PATCH] tree: update website references For a while now, we've had https://waffle.freedesktop.org/ and somewhat recently the original waffle-gl.org domain expired. Update (nearly) all the existing references. Be that waffle-gl.org ones or people.freedesktop.org/~chadversary/waffle. The latter redirect to the former. Nearly since some archive.waffle-gl.org artefacts are nowhere to be found ... at a glance. We can tweak or drop those with future commits. While we're here - httpS all the links :-) Signed-off-by: Emil Velikov (cherry picked from commit 09bce066c17b150b70a5f27e1edbc01874a6b3dc) --- README.md | 2 +- doc/release-notes/waffle-1.0.0.txt | 2 +- doc/release-notes/waffle-1.0.1.txt | 2 +- doc/release-notes/waffle-1.1.0.txt | 2 +- doc/release-notes/waffle-1.1.1.txt | 2 +- doc/release-notes/waffle-1.1.2.txt | 4 ++-- doc/release-notes/waffle-1.2.0.txt | 4 ++-- doc/release-notes/waffle-1.2.1.txt | 2 +- doc/release-notes/waffle-1.2.2.txt | 2 +- doc/release-notes/waffle-1.3.0.txt | 4 ++-- doc/release-notes/waffle-1.4.0.txt | 2 +- man/waffle.7.xml | 4 ++-- pkg/macports/Portfile | 4 ++-- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 6e04403..5d2cd27 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For more information, visit to Waffle's website. - source: https://gitlab.freedesktop.org/mesa/waffle.git - gitweb: https://gitlab.freedesktop.org/mesa/waffle - issue-tracker: https://gitlab.freedesktop.org/mesa/waffle/issues -- website: http://www.waffle-gl.org +- website: https://waffle.freedesktop.org/ - mailing-list: waffle@lists.freedesktop.org - license: BSD [http://www.opensource.org/licenses/bsd-license.php] - maintainer: Chad Versace diff --git a/doc/release-notes/waffle-1.0.0.txt b/doc/release-notes/waffle-1.0.0.txt index b102d56..8a8ea6c 100644 --- a/doc/release-notes/waffle-1.0.0.txt +++ b/doc/release-notes/waffle-1.0.0.txt @@ -2,7 +2,7 @@ Waffle 1.0.0 - 22 Aug 2012 ========================== Waffle 1.0.0 is now available. Downloads and documentation are available at - http://people.freedesktop.org/~chadversary/waffle/releases.html#1.0.0 + https://waffle.freedesktop.org/releases.html#1.0.0 Waffle is a cross-platform library that allows one to defer selection of GL API and of window system until runtime. For example, on Linux, Waffle enables diff --git a/doc/release-notes/waffle-1.0.1.txt b/doc/release-notes/waffle-1.0.1.txt index 3832021..bfb9d02 100644 --- a/doc/release-notes/waffle-1.0.1.txt +++ b/doc/release-notes/waffle-1.0.1.txt @@ -3,7 +3,7 @@ Waffle 1.0.1 - 29 Aug 2012 Waffle 1.0.1 is a bugfix release. It fixes bugs discovered since the 1.0.0 release. Downloads and documentation are available at - http://people.freedesktop.org/~chadversary/waffle/releases.html#1.0.1 + https://waffle.freedesktop.org/releases.html#1.0.1 Changes diff --git a/doc/release-notes/waffle-1.1.0.txt b/doc/release-notes/waffle-1.1.0.txt index 6e746c8..6171d66 100644 --- a/doc/release-notes/waffle-1.1.0.txt +++ b/doc/release-notes/waffle-1.1.0.txt @@ -2,7 +2,7 @@ Waffle 1.1.0 - 15 Oct 2012 ========================== Waffle 1.1.0 is now available. Downloads and documentation are available at - http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.0 + https://waffle.freedesktop.org/releases.html#1.1.0 Waffle is a cross-platform library that allows one to defer selection of GL API and of window system until runtime. For example, on Linux, Waffle enables diff --git a/doc/release-notes/waffle-1.1.1.txt b/doc/release-notes/waffle-1.1.1.txt index 45a42e0..c7ac049 100644 --- a/doc/release-notes/waffle-1.1.1.txt +++ b/doc/release-notes/waffle-1.1.1.txt @@ -5,7 +5,7 @@ Waffle 1.1.1 is a bugfix release. It fixes bugs discovered since 1.1.0. Downloads and documentation are available at: - http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.1 + https://waffle.freedesktop.org/releases.html#1.1.1 For the cautious, the SHA256 sum is: 7219d2e02338f7f5410e83087a0465b0a59710e738b771b9b32c0d2b2305c596 waffle-1.1.1.tar.xz diff --git a/doc/release-notes/waffle-1.1.2.txt b/doc/release-notes/waffle-1.1.2.txt index be26b1a..17f4d7d 100644 --- a/doc/release-notes/waffle-1.1.2.txt +++ b/doc/release-notes/waffle-1.1.2.txt @@ -5,14 +5,14 @@ Waffle 1.1.2 is now available. It is a maintenance release that fixes bugs discovered since 1.1.1. Tarball and sha256sum are: - http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.1.2/waffle-1.1.2.tar.xz + https://waffle.freedesktop.org/files/release/waffle-1.1.2/waffle-1.1.2.tar.xz 81f82caf541f349333ebe8b1d1a4a44f400aa50ffe26b3efc0a85172cdf84d02 waffle-1.1.2.tar.xz There is also a waffle-1.1.2 tag in git: git://people.freedesktop.org/~chadversary/waffle.git Additional downloads and documentation are available at: - http://people.freedesktop.org/~chadversary/waffle/releases.html#1.1.2 + https://waffle.freedesktop.org/releases.html#1.1.2 Bugfixes diff --git a/doc/release-notes/waffle-1.2.0.txt b/doc/release-notes/waffle-1.2.0.txt index 56346d2..9f85b08 100644 --- a/doc/release-notes/waffle-1.2.0.txt +++ b/doc/release-notes/waffle-1.2.0.txt @@ -4,13 +4,13 @@ Waffle 1.2.0 - 15 Nov 2012 Waffle 1.2.0 is now available. Download: - http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.2.0/waffle-1.2.0.tar.xz + https://waffle.freedesktop.org/files/release/waffle-1.2.0/waffle-1.2.0.tar.xz sha256 sum: 95a3755980f2415f152f6238e952b5d4d817ae854b71e34f08830925bbc12d3c waffle-1.2.0.tar.xz The manpages have finally been published online -at http://people.freedesktop.org/~chadversary/waffle/man/index.html. +at https://waffle.freedesktop.org/man/index.html. Waffle is a cross-platform library that allows one to defer selection of GL API and of window system until runtime. For example, on Linux, Waffle enables diff --git a/doc/release-notes/waffle-1.2.1.txt b/doc/release-notes/waffle-1.2.1.txt index 8636d96..43d1adf 100644 --- a/doc/release-notes/waffle-1.2.1.txt +++ b/doc/release-notes/waffle-1.2.1.txt @@ -5,7 +5,7 @@ Waffle 1.2.1 is now available. This is a bugfix release that fixes critical bugs discovered since the 1.2.0 release. Download: - http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.2.1/waffle-1.2.1.tar.xz + https://waffle.freedesktop.org/files/release/waffle-1.2.1/waffle-1.2.1.tar.xz sha256 sum: 32fd13190ea3599241e2512fe1bcc40dde0a95d9d7ee0c52edc8de1bff5b1e15 waffle-1.2.1.tar.xz diff --git a/doc/release-notes/waffle-1.2.2.txt b/doc/release-notes/waffle-1.2.2.txt index ba1e4c4..00647e9 100644 --- a/doc/release-notes/waffle-1.2.2.txt +++ b/doc/release-notes/waffle-1.2.2.txt @@ -5,7 +5,7 @@ Waffle 1.2.2 is now available. This is a bugfix release that fixes critical bugs discovered since the 1.2.1 release. Download: - http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.2.2/waffle-1.2.2.tar.xz + https://waffle.freedesktop.org/files/release/waffle-1.2.2/waffle-1.2.2.tar.xz sha256 sum: 7e342c859b58d4e051b347ef3d7740ed2f3b6c506b93daec272724afe7dd1311 waffle-1.2.2.tar.xz diff --git a/doc/release-notes/waffle-1.3.0.txt b/doc/release-notes/waffle-1.3.0.txt index d9b3366..8dcbf75 100644 --- a/doc/release-notes/waffle-1.3.0.txt +++ b/doc/release-notes/waffle-1.3.0.txt @@ -7,8 +7,8 @@ Details below. As usual, the release is available as a tarball - http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.3.0/waffle-1.3.0.tar.xz - http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.3.0/waffle-1.3.0.tar.xz.sig + https://waffle.freedesktop.org/files/release/waffle-1.3.0/waffle-1.3.0.tar.xz + https://waffle.freedesktop.org/files/release/waffle-1.3.0/waffle-1.3.0.tar.xz.sig Or as tag 'waffle-1.3.0' in the git repository diff --git a/doc/release-notes/waffle-1.4.0.txt b/doc/release-notes/waffle-1.4.0.txt index 78f2904..074256c 100644 --- a/doc/release-notes/waffle-1.4.0.txt +++ b/doc/release-notes/waffle-1.4.0.txt @@ -14,7 +14,7 @@ New Features The new 'wflinfo' utility reports information about the system's OpenGL capabilities, similar to 'glxinfo'. See the documentation at - [man:wflinfo.1] or [http://www.waffle-gl.org/man/wflinfo.1.html]. + [man:wflinfo.1] or [https://waffle.freedesktop.org/man/wflinfo.1.html]. (Implemented by Jordan Justen. Chad Versace fixed some bugs and corner cases). diff --git a/man/waffle.7.xml b/man/waffle.7.xml index 5c6a34d..2f6f63f 100644 --- a/man/waffle.7.xml +++ b/man/waffle.7.xml @@ -62,7 +62,7 @@ Link with -lwaffle-1. - waffle's website. + waffle's website. @@ -88,7 +88,7 @@ Link with -lwaffle-1. - Website: http://www.waffle-gl.org + Website: https://waffle.freedesktop.org/ Source: https://gitlab.freedesktop.org/mesa/waffle diff --git a/pkg/macports/Portfile b/pkg/macports/Portfile index 5f8d477..acdfcf5 100644 --- a/pkg/macports/Portfile +++ b/pkg/macports/Portfile @@ -11,7 +11,7 @@ license BSD maintainers chad@chad-versace.us description A library for choosing window system and OpenGL API at runtime long_description ${description} -homepage http://www.waffle-gl.org +homepage https://waffle.freedesktop.org/ variant doc description {Install manpages and HTML documentation} { depends_build-append \ @@ -24,7 +24,7 @@ variant doc description {Install manpages and HTML documentation} { } use_xz yes -master_sites http://www.waffle-gl.org/files/release/${name}-${version}/${name}-${version}.tar.xz +master_sites https://waffle.freedesktop.org/files/release/${name}-${version}/${name}-${version}.tar.xz checksums sha256 66b3240b94abc30cd18c644ffc145024ad60e5b8a8a7d1e718c265b4c24351c9 livecheck.type regex -- 2.11.4.GIT