*: avoid js redirect for homepages on sourceforge (#45783)

This commit is contained in:
Wouter Deconinck 2024-08-16 10:35:04 -05:00 committed by GitHub
parent 54b57c5d1e
commit f5e934f2dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
class _7zip(SourceforgePackage, Package): class _7zip(SourceforgePackage, Package):
"""7-Zip is a file archiver for Windows""" """7-Zip is a file archiver for Windows"""
homepage = "https://sourceforge.net/projects/sevenzip" homepage = "https://sourceforge.net/projects/sevenzip/"
sourceforge_mirror_path = "sevenzip/files/7z2107-src.tar.xz" sourceforge_mirror_path = "sevenzip/files/7z2107-src.tar.xz"
tags = ["windows"] tags = ["windows"]

View File

@ -11,7 +11,7 @@ class Iperf2(AutotoolsPackage, SourceforgePackage):
2.0.5 code base. Iperf 2.0.5 is still widely deployed and used by many for 2.0.5 code base. Iperf 2.0.5 is still widely deployed and used by many for
testing networks and for qualifying networking products.""" testing networks and for qualifying networking products."""
homepage = "https://sourceforge.net/projects/iperf2" homepage = "https://sourceforge.net/projects/iperf2/"
sourceforge_mirror_path = "iperf2/iperf-2.0.12.tar.gz" sourceforge_mirror_path = "iperf2/iperf-2.0.12.tar.gz"
version("2.1.9", sha256="5c0771aab00ef14520013aef01675977816e23bb8f5d9fde016f90eb2f1be788") version("2.1.9", sha256="5c0771aab00ef14520013aef01675977816e23bb8f5d9fde016f90eb2f1be788")

View File

@ -12,7 +12,7 @@ class KaksCalculator(MakefilePackage, SourceforgePackage):
include as many features as needed for accurately capturing evolutionary include as many features as needed for accurately capturing evolutionary
information in protein-coding sequences.""" information in protein-coding sequences."""
homepage = "https://sourceforge.net/projects/kakscalculator2" homepage = "https://sourceforge.net/projects/kakscalculator2/"
sourceforge_mirror_path = "kakscalculator2/KaKs_Calculator2.0.tar.gz" sourceforge_mirror_path = "kakscalculator2/KaKs_Calculator2.0.tar.gz"
version("2.0", sha256="e2df719a2fecc549d8ddc4e6d8f5cfa4b248282dca319c1928eaf886d68ec3c5") version("2.0", sha256="e2df719a2fecc549d8ddc4e6d8f5cfa4b248282dca319c1928eaf886d68ec3c5")

View File

@ -9,7 +9,7 @@
class Lesstif(AutotoolsPackage): class Lesstif(AutotoolsPackage):
"""LessTif is the Hungry Programmers' version of OSF/Motif.""" """LessTif is the Hungry Programmers' version of OSF/Motif."""
homepage = "https://sourceforge.net/projects/lesstif" homepage = "https://sourceforge.net/projects/lesstif/"
url = "https://sourceforge.net/projects/lesstif/files/lesstif/0.95.2/lesstif-0.95.2.tar.bz2/download" url = "https://sourceforge.net/projects/lesstif/files/lesstif/0.95.2/lesstif-0.95.2.tar.bz2/download"
license("LGPL-2.0-only") license("LGPL-2.0-only")

View File

@ -14,7 +14,7 @@ class Libcerf(AutotoolsPackage, SourceforgePackage):
""" """
homepage = "https://sourceforge.net/projects/libcerf" homepage = "https://sourceforge.net/projects/libcerf/"
sourceforge_mirror_path = "libcerf/libcerf-1.3.tgz" sourceforge_mirror_path = "libcerf/libcerf-1.3.tgz"
version("1.3", sha256="d7059e923d3f370c89fb4d19ed4f827d381bc3f0e36da5595a04aeaaf3e6a859") version("1.3", sha256="d7059e923d3f370c89fb4d19ed4f827d381bc3f0e36da5595a04aeaaf3e6a859")

View File

@ -8,7 +8,7 @@
class Libexif(AutotoolsPackage, SourceforgePackage): class Libexif(AutotoolsPackage, SourceforgePackage):
"""A library to parse an EXIF file and read the data from those tags""" """A library to parse an EXIF file and read the data from those tags"""
homepage = "https://sourceforge.net/projects/libexif" homepage = "https://sourceforge.net/projects/libexif/"
sourceforge_mirror_path = "libexif/libexif-0.6.21.tar.bz2" sourceforge_mirror_path = "libexif/libexif-0.6.21.tar.bz2"
maintainers("TheQueasle") maintainers("TheQueasle")

View File

@ -12,7 +12,7 @@ class Poamsa(MakefilePackage):
sensitivity, and the superior ability to handle branching / indels sensitivity, and the superior ability to handle branching / indels
in the alignment.""" in the alignment."""
homepage = "https://sourceforge.net/projects/poamsa" homepage = "https://sourceforge.net/projects/poamsa/"
url = "https://downloads.sourceforge.net/project/poamsa/poamsa/2.0/poaV2.tar.gz" url = "https://downloads.sourceforge.net/project/poamsa/poamsa/2.0/poaV2.tar.gz"
version("2.0", sha256="d98d8251af558f442d909a6527694825ef6f79881b7636cad4925792559092c2") version("2.0", sha256="d98d8251af558f442d909a6527694825ef6f79881b7636cad4925792559092c2")

View File

@ -9,7 +9,7 @@
class ProcpsNg(AutotoolsPackage): class ProcpsNg(AutotoolsPackage):
"""Utilities that provide system information.""" """Utilities that provide system information."""
homepage = "https://sourceforge.net/projects/procps-ng" homepage = "https://sourceforge.net/projects/procps-ng/"
url = "https://udomain.dl.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.16.tar.xz" url = "https://udomain.dl.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.16.tar.xz"
license("GPL-2.0-or-later AND LGPL-2.1-or-later", checked_by="tgamblin") license("GPL-2.0-or-later AND LGPL-2.1-or-later", checked_by="tgamblin")

View File

@ -10,7 +10,7 @@ class Pwgen(AutotoolsPackage):
"""Pwgen is a small, GPL'ed password generator which creates passwords """Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.""" which can be easily memorized by a human."""
homepage = "https://sourceforge.net/projects/pwgen" homepage = "https://sourceforge.net/projects/pwgen/"
url = "https://downloads.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz" url = "https://downloads.sourceforge.net/project/pwgen/pwgen/2.08/pwgen-2.08.tar.gz"
maintainers("cessenat") maintainers("cessenat")

View File

@ -12,7 +12,7 @@ class PyPyke(PythonPackage):
engine (expert system) written in 100% Python. engine (expert system) written in 100% Python.
""" """
homepage = "https://sourceforge.net/projects/pyke" homepage = "https://sourceforge.net/projects/pyke/"
url = "https://sourceforge.net/projects/pyke/files/pyke/1.1.1/pyke-1.1.1.zip" url = "https://sourceforge.net/projects/pyke/files/pyke/1.1.1/pyke-1.1.1.zip"
license("MIT") license("MIT")

View File

@ -9,7 +9,7 @@
class Quota(AutotoolsPackage): class Quota(AutotoolsPackage):
"""Linux Diskquota system as part of the Linux kernel.""" """Linux Diskquota system as part of the Linux kernel."""
homepage = "https://sourceforge.net/projects/linuxquota" homepage = "https://sourceforge.net/projects/linuxquota/"
url = ( url = (
"https://udomain.dl.sourceforge.net/project/linuxquota/quota-tools/4.05/quota-4.05.tar.gz" "https://udomain.dl.sourceforge.net/project/linuxquota/quota-tools/4.05/quota-4.05.tar.gz"
) )

View File

@ -9,7 +9,7 @@
class SblimSfcc(AutotoolsPackage): class SblimSfcc(AutotoolsPackage):
"""Small Footprint CIM Client Library""" """Small Footprint CIM Client Library"""
homepage = "https://sourceforge.net/projects/sblim" homepage = "https://sourceforge.net/projects/sblim/"
url = "https://github.com/kkaempf/sblim-sfcc/archive/SFCC_2_2_1.tar.gz" url = "https://github.com/kkaempf/sblim-sfcc/archive/SFCC_2_2_1.tar.gz"
license("EPL-1.0") license("EPL-1.0")