Commit Graph

120 Commits

Author SHA1 Message Date
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
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand e2db04d528 update package curl
---
 src/curl.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2012-03-23 16:04:27 +01:00
Mark Brand c17edf1e61 update packages curl gdb 2012-01-24 14:19:23 +01:00
Volker Grabsch 148931b4ae replaced $(BUILD) with a more direct and less brittle construct
For discussion, see the following email and its follow-ups:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
2011-11-28 09:51:56 +01:00
Mark Brand 3cce3e9b58 many packages: use --build instead of wine cross_compiling hack 2011-11-26 16:30:36 +01:00
Mark Brand 4be8c076a8 package curl: restore cross_compiling hack 2011-11-26 13:56:39 +01:00
Mark Brand 2d1860f2a0 package curl: removed obsolete cross_compiling hack 2011-11-26 11:08:28 +01:00
Mark Brand 72b8bd2cca package curl: use pkg-config instead of LIBS for libssh2 and libidn
Cherry-picked patch adds pkg-config detection of libidn.
Explicit "--with-libssh2" causes pkg-config to be used for libssh2.
2011-11-25 23:20:05 +01:00
Mark Brand ab238982a2 package curl: fix libidn dependency
Curl seems to assume that -lidn is enough, but libidn itself has
dependencies that pkg-config lists.
2011-11-25 16:10:00 +01:00
Mark Brand 5af267e517 package curl: improve dependency handling
-use cherry-picked nettle patch
  -remove apparently inert -liconv

libssh2 still needs libgcrypt though.
2011-11-21 00:39:37 +01:00
Mark Brand 3991490b57 update package curl 2011-11-17 20:29:28 +01:00
Mark Brand a62c7ba477 package curl: enable sspi 2011-11-16 23:19:43 +01:00
Mark Brand fa4553e12b package curl: really keep curl.exe 2011-11-16 01:19:38 +01:00
Mark Brand ef7bf38362 package curl: keep curl.exe 2011-11-16 00:59:56 +01:00
Mark Brand 83f18a507e update package curl 2011-11-16 00:59:15 +01:00
Tony Theodore 7c5a6741b8 package libssh2: use libgcrypt instead of openssl 2011-10-24 23:57:30 +11:00
Tony Theodore 2a782010c2 package curl: add missing dependency on libssh2 2011-10-21 11:02:58 +11:00
Mark Brand e31701279d update packages curl imagemagick x264 2011-09-14 01:02:41 +02:00
Mark Brand 60bc0151b0 update packages curl x264 2011-06-24 09:40:49 +02:00
Volker Grabsch 1826810a55 upgrade package: curl 2011-04-23 19:47:28 +02:00
Mark Brand c851b81fb2 update package curl 2011-04-18 08:47:36 +02:00
Mark Brand c44997997f update package curl 2011-02-18 13:24:11 +01:00
Mark Brand f7480429f6 upgrade package curl 2011-01-17 09:38:08 +01:00
Volker Grabsch 25b068145e test program for package curl 2010-11-29 01:16:25 +01:00
Volker Grabsch 6414eebdaa fix build scripts of packages: curl gnutls xerces 2010-11-29 01:15:43 +01:00
Volker Grabsch 4dab36fa2f improved update script of package curl 2010-11-28 23:08:01 +01:00
Volker Grabsch bb280a5231 upgrade packages: cairomm curl imagemagick pixman x264 xz 2010-10-27 13:25:41 +02:00
Mark Brand ab12b85a67 upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent libgcrypt pcre sqlite w32api
New requirement XZ Utils for unpacking w32api lzma archive.
2010-08-29 11:40:18 +02:00
Volker Grabsch 3913b5af69 provide a proper patch for the static linking problem of package curl 2010-06-15 14:21:00 +02:00
Volker Grabsch 84919a855f remove a correction of package curl that is no longer needed 2010-06-15 14:02:16 +02:00
Mark Brand cbefb8089a upgrade packages: curl jpeg libxml2 ogg taglib vorbis zziplib 2010-04-19 21:51:11 +02:00
Volker Grabsch e1ab4466ff changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand) 2010-02-16 04:12:53 +01:00
Volker Grabsch c2a7118350 update version of packages curl, freetype, gdal, glib, gtk and pixman 2010-02-14 22:06:05 +01:00
Volker Grabsch 71f83a7e0d point consequently to "doc/index.html" instead of "doc/index.html or doc/README" 2010-02-08 00:58:06 +01:00
Volker Grabsch 8a3233b044 simplified file markers 2010-01-16 23:02:02 +01:00
Volker Grabsch c7c7221b72 improved building style of package curl 2009-11-12 13:37:35 +01:00
Volker Grabsch ab81a8c8d9 update version of packages curl, fltk, gnutls, gtk, libntlm, openssl, sdl_mixer, sqlite and tiff 2009-11-09 10:31:35 +01:00
Volker Grabsch f162381b1a improved version recognition, enable the notation of ignored (bad) package versions 2009-09-20 14:36:46 +02:00
Volker Grabsch 2d68e65576 update version of packages curl, fontconfig, gdal, gnutls, gtk, libpng, mingwrt, pango, pixman, sqlite and tiff 2009-09-02 11:09:40 +02:00
Volker Grabsch 163b118424 replace the contact email address with hints to the project mailing list 2009-09-01 16:35:59 +02:00
Volker Grabsch 3c5ab4e280 add a copyright notice and license to each source file 2009-08-21 06:58:11 +02:00
Volker Grabsch 695da3b2ca update version of packages atk, curl, gcc, gdal, glib, gnutls, gtk, libevent, libidn, libntlm, libpng, nsis, pango, pdflib_lite, pixman, sqlite, tre and xmlwrapp 2009-06-10 10:56:10 +02:00
Volker Grabsch 6a2cab9dbb validate downloads using SHA-1 checksums 2009-04-05 14:00:17 +02:00
Volker Grabsch 6719c1630f update version of packages curl and gnutls 2009-03-05 20:40:34 +01:00
Volker Grabsch b05d179c96 put all package's project websites into Make variables $($(PKG)_WEBSITE) 2009-03-01 16:35:21 +01:00
Volker Grabsch 62b02d542a new package: libidn (by Martin Lambers) 2009-02-14 20:56:40 +01:00
Volker Grabsch 7a6ce9ff1d update version of packages curl, freetype, libgcrypt, libpng and libxml2 2009-01-31 08:35:36 +01:00
Volker Grabsch be8eab885d update version of packages curl, gdal, geos, libgpg_error and sdl_image 2008-11-28 11:33:45 +01:00
Volker Grabsch e83655b808 update packages binutils, curl, fltk, fontconfig, freetype, gdal, geos, libgcrypt, libpng, libxml2, libxslt, pdcurses 2008-11-09 13:30:12 +01:00
Volker Grabsch a9c2d7f97b translated package: curl 2008-11-08 20:54:35 +01:00