Commit Graph

101 Commits

Author SHA1 Message Date
Mark Brand 86e27bb455 curl, libssh2: update 2016-11-07 11:19:35 +01:00
Mark Brand a972aa64c8 curl: update 2016-09-14 15:38:07 +02:00
Mark Brand 8090a8f1d0 curl: update 2016-09-07 16:31:41 +02:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Mark Brand abb6ebfd1a update: curl libpng 2016-08-09 00:49:17 +02:00
Tony Theodore fb2880faf2 Merge pull request #1469 from LuaAndC/no2
use $(TEST_FILE) instead of $(2).c and other
2016-08-03 03:02:53 +10:00
Mark Brand 7a38ddd810 update: curl, libidn 2016-07-31 05:54:37 +02:00
Boris Nagaev 17e40d3884 use $(TEST_FILE) instead of $(2).c and other
The following script was applied:

    set -xue

    find src/ plugins/ -name '*.mk' -type f > mks

    # special cases for test file:
    # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated
    sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \
        src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk
    sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk
    sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \
        src/qt.mk plugins/examples/custom-qt-min/overrides.mk
    sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \
        -i src/{sdl_image,sdl_sound}.mk

    # check
    for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do
        ! grep -q '$(2)' "${base}.mk"
    done

    # other $(2)
    sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks)

    # check
    ! grep '$(2)' $(cat mks)

See https://github.com/mxe/mxe/issues/1452
2016-07-30 22:38:45 +03:00
Mark Brand e52bf75c00 curl: update 2016-05-30 12:40:57 +02:00
Mark Brand 0d8a981e9d curl: update 2016-05-20 12:27:56 +02:00
Mark Brand 07b3cb0d16 curl: update 2016-03-23 21:34:38 +01:00
Mark Brand 8e3cf07929 curl: update 2016-02-08 22:02:22 +01:00
Mark Brand 239316668d curl: update 2016-01-27 10:44:07 +01:00
Mark Brand ca2a7865c2 curl: update 2015-12-02 11:34:58 +01:00
Mark Brand 97e2677554 curl: update 2015-10-07 11:10:32 +02:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Mark Brand e6228109a2 curl: update 2015-08-12 10:29:46 +02:00
Mark Brand 4be561fd42 curl: update 2015-06-18 12:45:41 +02:00
Mark Brand 3246fdec1a curl pcre: update 2015-04-30 01:05:01 +02:00
Mark Brand 4abe15b0ff curl: update 2015-04-22 21:19:01 +02:00
Mark Brand 66e92891f1 curl dbus gdb gnutls sqlite xz: update 2015-02-27 17:59:24 +01:00
Mark Brand bb6dfe2d0b curl: update 2015-01-08 12:47:28 +01:00
Mark Brand f37546660b curl: update 2014-11-05 10:03:48 +01:00
Mark Brand 7c207e8321 update package curl 2014-09-10 15:52:38 +02:00
Timothy Gu 9b2c68900f curl: Install curl.exe
See 2722b35587 (commitcomment-7504206)
2014-08-25 09:16:57 -07:00
Mark Brand f191cd9e41 update package curl 2014-08-25 10:28:12 +02:00
Uwe Hermann 5d881ccdd2 curl: don't install cruft
This gets rid of ca. 50 manpages and curl.exe.

We do keep installing curl-config, since that is used by other packages.
2014-08-21 18:29:49 +02:00
Mark Brand c4561d939d update package curl 2014-05-21 16:01:07 +02:00
Tony Theodore cdcd611b1d package curl: force gnutls instead of openssl 2014-04-29 20:38:57 +10:00
Mark Brand 957282b0a0 update package curl 2014-03-26 09:10:45 +01:00
Tony Theodore dd83d630e2 package curl: install prefixed curl-config 2014-03-08 20:38:11 +11:00
Tony Theodore 89f10e44f8 packages curl fftw fltk freetds gnutls libidn libssh2: enable/fix shared build 2014-02-17 16:01:50 +11:00
Mark Brand 1bc3ef2f14 update package curl 2014-01-31 01:20:26 +01:00
Mark Brand f1a317f8cd update package curl 2013-12-18 23:57:11 +01:00
Mark Brand a553ff3e92 update package curl 2013-10-14 20:44:16 +02:00
Mark Brand f6a4d8deb6 update package curl 2013-08-17 21:55:23 +02:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
Most of the automatic conversion was done using the following Python script:

import os
import re
pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk'))
with open('index.html', 'rb') as f:
    index = f.read()
pkgs_index = re.findall('<td class="package">([^<]*)</td>', index)
assert pkgs_index == pkgs
versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index))
assert sorted(versions.keys()) == pkgs
for pkg in pkgs:
    version = versions[pkg]
    with open('src/' + pkg + '.mk', 'rb') as f:
        mk = f.read()
    checksumpos = mk.index('\n$(PKG)_CHECKSUM ')
    versionline = '\n$(PKG)_VERSION  := %(version)s' % {'version': version}
    newmk = mk[:checksumpos] + versionline + mk[checksumpos:]
    with open('src/' + pkg + '.mk', 'wb') as f:
        f.write(newmk)
2013-07-22 01:41:31 +02:00
Tony Theodore 08bd15ca83 update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pango 2013-06-23 20:34:21 +10:00
Mark Brand 8d0ad44b96 update package curl 2013-04-13 09:45:17 +02:00
Mark Brand e269b9ac9d update package curl 2013-02-07 01:40:37 +01:00
Mark Brand df4a8f63b3 update package curl 2012-11-20 10:31:16 +01:00
Mark Brand 9e8ce04e9c package curl: enable ipv6 2012-10-11 00:31:31 +02:00
Mark Brand a9997a5fac update package curl 2012-10-11 00:31:16 +02:00
Mark Brand 5e08bf6272 update package curl 2012-08-12 10:46:48 +02:00
Mark Brand 8549c07e48 package curl: use upstream patch 2012-05-26 00:06:28 +02:00
Mark Brand 326d96d091 update package curl 2012-05-24 20:58:23 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00