mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
Treewide: use HTTPS on SourceForge
This commit is contained in:
parent
a04a512f34
commit
0f868d8116
pkgs
applications
audio/faust
editors/textadept
misc
networking/esniper
science
development
compilers/fpc
interpreters
libraries
judy
libe-book
libmwaw
libodfgen
librevenge
tinyxml
python-modules/mmpython
games
os-specific/linux/conspy
servers
tools
|
@ -18,7 +18,7 @@ let
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://faust.grame.fr/;
|
homepage = http://faust.grame.fr/;
|
||||||
downloadPage = http://sourceforge.net/projects/faudiostream/files/;
|
downloadPage = https://sourceforge.net/projects/faudiostream/files/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ magnetophon pmahoney ];
|
maintainers = with maintainers; [ magnetophon pmahoney ];
|
||||||
|
|
|
@ -27,7 +27,7 @@ let
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://faust.grame.fr/;
|
homepage = http://faust.grame.fr/;
|
||||||
downloadPage = http://sourceforge.net/projects/faudiostream/files/;
|
downloadPage = https://sourceforge.net/projects/faudiostream/files/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ magnetophon pmahoney ];
|
maintainers = with maintainers; [ magnetophon pmahoney ];
|
||||||
|
|
|
@ -64,7 +64,7 @@ let
|
||||||
gtdialog_url = "http://foicica.com/gtdialog/download/" + gtdialog_zip;
|
gtdialog_url = "http://foicica.com/gtdialog/download/" + gtdialog_zip;
|
||||||
lspawn_url = "http://foicica.com/lspawn/download/" + lspawn_zip;
|
lspawn_url = "http://foicica.com/lspawn/download/" + lspawn_zip;
|
||||||
|
|
||||||
scintilla_url = "http://prdownloads.sourceforge.net/scintilla/" + scintilla_tgz;
|
scintilla_url = "mirror://sourceforge/scintilla/" + scintilla_tgz;
|
||||||
lua_url = "http://www.lua.org/ftp/" + lua_tgz;
|
lua_url = "http://www.lua.org/ftp/" + lua_tgz;
|
||||||
lpeg_url = "http://www.inf.puc-rio.br/~roberto/lpeg/" + lpeg_tgz;
|
lpeg_url = "http://www.inf.puc-rio.br/~roberto/lpeg/" + lpeg_tgz;
|
||||||
lfs_url = "https://github.com/keplerproject/luafilesystem/archive/" + lfs_zip;
|
lfs_url = "https://github.com/keplerproject/luafilesystem/archive/" + lfs_zip;
|
||||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
# trick on NIX_LDFLAGS and dontPatchELF to make it find them.
|
# trick on NIX_LDFLAGS and dontPatchELF to make it find them.
|
||||||
# I use 'yes y' to skip a build error linking with xineLib,
|
# I use 'yes y' to skip a build error linking with xineLib,
|
||||||
# because xine stopped exporting "_x_vo_new_port"
|
# because xine stopped exporting "_x_vo_new_port"
|
||||||
# http://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261
|
# https://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext"
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext"
|
||||||
perl make.pl build
|
perl make.pl build
|
||||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
Trivial, but useful nonetheless.
|
Trivial, but useful nonetheless.
|
||||||
'';
|
'';
|
||||||
homepage = http://gtk2fontsel.sourceforge.net/;
|
homepage = http://gtk2fontsel.sourceforge.net/;
|
||||||
downloadPage = http://sourceforge.net/projects/gtk2fontsel/;
|
downloadPage = https://sourceforge.net/projects/gtk2fontsel/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.prikhi ];
|
maintainers = [ maintainers.prikhi ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ openssl curl ];
|
buildInputs = [ openssl curl ];
|
||||||
|
|
||||||
# Add support for CURL_CA_BUNDLE variable.
|
# Add support for CURL_CA_BUNDLE variable.
|
||||||
# Fix <http://sourceforge.net/p/esniper/bugs/648/>.
|
# Fix <https://sourceforge.net/p/esniper/bugs/648/>.
|
||||||
patches = [ ./find-ca-bundle.patch ];
|
patches = [ ./find-ca-bundle.patch ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -77,7 +77,7 @@ stdenv.mkDerivation ({
|
||||||
|
|
||||||
# Failures in the regression test suite won't abort the build process. We run
|
# Failures in the regression test suite won't abort the build process. We run
|
||||||
# the suite only so that potential errors show up in the build log. See also:
|
# the suite only so that potential errors show up in the build log. See also:
|
||||||
# http://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.
|
# https://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
|
@ -12,10 +12,10 @@ python27Packages.buildPythonApplication rec {
|
||||||
homepage = https://github.com/quiet-oceans/motuclient-setuptools;
|
homepage = https://github.com/quiet-oceans/motuclient-setuptools;
|
||||||
description = "CLI to query oceanographic data to Motu servers";
|
description = "CLI to query oceanographic data to Motu servers";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Access data from (motu)[http://sourceforge.net/projects/cls-motu/] servers.
|
Access data from (motu)[https://sourceforge.net/projects/cls-motu/] servers.
|
||||||
This is a refactored fork of the original release in order to simplify integration,
|
This is a refactored fork of the original release in order to simplify integration,
|
||||||
deployment and packaging. Upstream code can be found at
|
deployment and packaging. Upstream code can be found at
|
||||||
http://sourceforge.net/projects/cls-motu/ .
|
https://sourceforge.net/projects/cls-motu/ .
|
||||||
'';
|
'';
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = [ maintainers.lsix ];
|
maintainers = [ maintainers.lsix ];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/freepascal/files/Source/
|
url https://sourceforge.net/projects/freepascal/files/Source/
|
||||||
SF_version_dir
|
SF_version_dir
|
||||||
version_link 'fpcbuild-[0-9.]+[.]tar[.]gz/download$'
|
version_link 'fpcbuild-[0-9.]+[.]tar[.]gz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/lush/files/lush2/
|
url https://sourceforge.net/projects/lush/files/lush2/
|
||||||
version_link '[.]tar[.]gz/download$'
|
version_link '[.]tar[.]gz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
minimize_overwrite
|
minimize_overwrite
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/regina-rexx/files/regina-rexx/
|
url https://sourceforge.net/projects/regina-rexx/files/regina-rexx/
|
||||||
SF_version_dir
|
SF_version_dir
|
||||||
SF_version_tarball
|
SF_version_tarball
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
# gcc 4.8 optimisations break judy.
|
# gcc 4.8 optimisations break judy.
|
||||||
# http://sourceforge.net/p/judy/mailman/message/31995144/
|
# https://sourceforge.net/p/judy/mailman/message/31995144/
|
||||||
preConfigure = stdenv.lib.optionalString stdenv.cc.isGNU ''
|
preConfigure = stdenv.lib.optionalString stdenv.cc.isGNU ''
|
||||||
configureFlagsArray+=("CFLAGS=-fno-strict-aliasing -fno-aggressive-loop-optimizations")
|
configureFlagsArray+=("CFLAGS=-fno-strict-aliasing -fno-aggressive-loop-optimizations")
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/libebook/files/
|
url https://sourceforge.net/projects/libebook/files/
|
||||||
SF_version_dir libe-book-
|
SF_version_dir libe-book-
|
||||||
version_link '[.]tar.xz/download$'
|
version_link '[.]tar.xz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/libmwaw/files/libmwaw/
|
url https://sourceforge.net/projects/libmwaw/files/libmwaw/
|
||||||
SF_version_dir libmwaw-
|
SF_version_dir libmwaw-
|
||||||
version_link '[.]tar.xz/download$'
|
version_link '[.]tar.xz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/libwpd/files/libodfgen/
|
url https://sourceforge.net/projects/libwpd/files/libodfgen/
|
||||||
SF_version_dir libodfgen-
|
SF_version_dir libodfgen-
|
||||||
version_link '[.]tar.xz/download$'
|
version_link '[.]tar.xz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/libwpd/files/librevenge/
|
url https://sourceforge.net/projects/libwpd/files/librevenge/
|
||||||
SF_version_dir librevenge-
|
SF_version_dir librevenge-
|
||||||
version_link '[.]tar.xz/download$'
|
version_link '[.]tar.xz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -15,7 +15,7 @@ in stdenv.mkDerivation {
|
||||||
# add pkgconfig file
|
# add pkgconfig file
|
||||||
./2.6.2-add-pkgconfig.patch
|
./2.6.2-add-pkgconfig.patch
|
||||||
|
|
||||||
# http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
|
# https://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
|
||||||
./2.6.2-entity.patch
|
./2.6.2-entity.patch
|
||||||
|
|
||||||
# Use CC, CXX, and LD from environment
|
# Use CC, CXX, and LD from environment
|
||||||
|
|
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||||
pname = "mmpython";
|
pname = "mmpython";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://sourceforge.net/projects/mmpython/files/latest/download;
|
url = https://sourceforge.net/projects/mmpython/files/latest/download;
|
||||||
sha256 = "1b7qfad3shgakj37gcj1b9h78j1hxlz6wp9k7h76pb4sq4bfyihy";
|
sha256 = "1b7qfad3shgakj37gcj1b9h78j1hxlz6wp9k7h76pb4sq4bfyihy";
|
||||||
name = "${pname}-${version}.tar.gz";
|
name = "${pname}-${version}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
patches = [ ./gentoo-prototypes.patch ];
|
patches = [ ./gentoo-prototypes.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Fix http://sourceforge.net/p/gltron/bugs/15
|
# Fix https://sourceforge.net/p/gltron/bugs/15
|
||||||
sed -i /__USE_MISC/d lua/src/lib/liolib.c
|
sed -i /__USE_MISC/d lua/src/lib/liolib.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/quantumminigolf/files/quantumminigolf/
|
url https://sourceforge.net/projects/quantumminigolf/files/quantumminigolf/
|
||||||
SF_version_dir
|
SF_version_dir
|
||||||
version_link '[.]tar[.][^.]+/download$'
|
version_link '[.]tar[.][^.]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
downloadPage = http://sourceforge.net/projects/soi/files/;
|
downloadPage = https://sourceforge.net/projects/soi/files/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/conspy/files/
|
url https://sourceforge.net/projects/conspy/files/
|
||||||
version_link 'conspy-[-0-9.]+/$'
|
version_link 'conspy-[-0-9.]+/$'
|
||||||
version_link '[-0-9.]+[.]tar[.][a-z0-9]+/download$'
|
version_link '[-0-9.]+[.]tar[.][a-z0-9]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -29,15 +29,15 @@ let
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
deu2eng = makeDictdDBFreedict (fetchurl {
|
deu2eng = makeDictdDBFreedict (fetchurl {
|
||||||
url = http://prdownloads.sourceforge.net/freedict/deu-eng.tar.gz;
|
url = mirror://sourceforge/freedict/deu-eng.tar.gz;
|
||||||
sha256 = "0dqrhv04g4f5s84nbgisgcfwk5x0rpincif0yfhfh4sc1bsvzsrb";
|
sha256 = "0dqrhv04g4f5s84nbgisgcfwk5x0rpincif0yfhfh4sc1bsvzsrb";
|
||||||
}) "deu-eng" "de_DE";
|
}) "deu-eng" "de_DE";
|
||||||
eng2deu = makeDictdDBFreedict (fetchurl {
|
eng2deu = makeDictdDBFreedict (fetchurl {
|
||||||
url = http://prdownloads.sourceforge.net/freedict/eng-deu.tar.gz;
|
url = mirror://sourceforge/freedict/eng-deu.tar.gz;
|
||||||
sha256 = "01x12p72sa3071iff3jhzga8588440f07zr56r3x98bspvdlz73r";
|
sha256 = "01x12p72sa3071iff3jhzga8588440f07zr56r3x98bspvdlz73r";
|
||||||
}) "eng-deu" "en_EN";
|
}) "eng-deu" "en_EN";
|
||||||
nld2eng = makeDictdDBFreedict (fetchurl {
|
nld2eng = makeDictdDBFreedict (fetchurl {
|
||||||
url = http://prdownloads.sourceforge.net/freedict/nld-eng.tar.gz;
|
url = mirror://sourceforge/freedict/nld-eng.tar.gz;
|
||||||
sha256 = "1vhw81pphb64fzsjvpzsnnyr34ka2fxizfwilnxyjcmpn9360h07";
|
sha256 = "1vhw81pphb64fzsjvpzsnnyr34ka2fxizfwilnxyjcmpn9360h07";
|
||||||
}) "nld-eng" "nl_NL";
|
}) "nld-eng" "nl_NL";
|
||||||
eng2nld = makeDictdDBFreedict (fetchurl {
|
eng2nld = makeDictdDBFreedict (fetchurl {
|
||||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
this protocol and the syntax is lp=remotehost%9100 in /etc/printcap.
|
this protocol and the syntax is lp=remotehost%9100 in /etc/printcap.
|
||||||
'';
|
'';
|
||||||
homepage = http://p910nd.sourceforge.net/;
|
homepage = http://p910nd.sourceforge.net/;
|
||||||
downloadPage = http://sourceforge.net/projects/p910nd/;
|
downloadPage = https://sourceforge.net/projects/p910nd/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/asymptote/files/
|
url https://sourceforge.net/projects/asymptote/files/
|
||||||
SF_version_dir
|
SF_version_dir
|
||||||
version_link 'src[.]tgz/download$'
|
version_link 'src[.]tgz/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url http://sourceforge.net/projects/libdmtx/files/libdmtx/
|
url https://sourceforge.net/projects/libdmtx/files/libdmtx/
|
||||||
SF_version_dir
|
SF_version_dir
|
||||||
version_link 'dmtx-utils-.*[.]tar[.][a-z0-9]+/download$'
|
version_link 'dmtx-utils-.*[.]tar[.][a-z0-9]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
|
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
scanbuttond project.
|
scanbuttond project.
|
||||||
'';
|
'';
|
||||||
homepage = http://scanbd.sourceforge.net/;
|
homepage = http://scanbd.sourceforge.net/;
|
||||||
downloadPage = http://sourceforge.net/projects/scanbd/;
|
downloadPage = https://sourceforge.net/projects/scanbd/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||||
name = "poedit-1.5.7";
|
name = "poedit-1.5.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://prdownloads.sourceforge.net/poedit/${name}.tar.gz";
|
url = "mirror://sourceforge/poedit/${name}.tar.gz";
|
||||||
sha256 = "0y0gbkb1jvp61qhh8sh7ar8849mwirizc42pk57zpxy84an5qlr4";
|
sha256 = "0y0gbkb1jvp61qhh8sh7ar8849mwirizc42pk57zpxy84an5qlr4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue