Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages gcc libvpx openssl portaudio: use escaped substitution style | Tony Theodore | 2014-02-18 | 1 | -2/+4 |
| | | | | prompted by sample package recipe on @TimothyGu's wiki | ||||
* | package qt4 and dependencies: enable shared builds | Tony Theodore | 2014-02-09 | 1 | -2/+3 |
| | |||||
* | update package openssl | Mark Brand | 2014-01-08 | 1 | -2/+2 |
| | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | various packages: enable/disable mingw-w64 builds | Tony Theodore | 2013-06-01 | 1 | -0/+2 |
| | |||||
* | various packages: remove grep workarounds for version sorting | Tony Theodore | 2013-05-22 | 1 | -2/+2 |
| | |||||
* | update package openssl | Mark Brand | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | update package openssl | Mark Brand | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | update package openssl | Mark Brand | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | update package openssl | Mark Brand | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | update package openssl | Mark Brand | 2012-04-20 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | update package openssl | Mark Brand | 2012-03-14 | 1 | -2/+2 |
| | |||||
* | update package openssl | Mark Brand | 2012-03-13 | 1 | -2/+2 |
| | |||||
* | update package openssl | Mark Brand | 2012-01-18 | 1 | -2/+2 |
| | |||||
* | update packages ffmpeg gnutls openssl | Mark Brand | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | update packages: imagemagick openssl x264 | Mark Brand | 2011-09-06 | 1 | -2/+2 |
| | |||||
* | upgrade package openssl | Mark Brand | 2011-02-09 | 1 | -2/+2 |
| | |||||
* | upgrade packages: freetype gst-plugins-base gst-plugins-good gstreamer ↵ | Volker Grabsch | 2010-12-02 | 1 | -2/+2 |
| | | | | imagemagick lcms libusb openssl x264 | ||||
* | upgrade package openssl | Mark Brand | 2010-11-16 | 1 | -2/+2 |
| | |||||
* | converted sed hack to patch for package openssl | Mark Brand | 2010-06-04 | 1 | -4/+0 |
| | |||||
* | improved version recognition of packages: boost freetype gcc glew libgee ↵ | Volker Grabsch | 2010-06-04 | 1 | -1/+1 |
| | | | | mingwrt openssl pcre pdcurses w32api wxwidgets | ||||
* | upgrade package openssl | Mark Brand | 2010-06-03 | 1 | -9/+3 |
| | | | | Removed patch and sed hacks that seem obsolete. | ||||
* | upgrade package openssl | Mark Brand | 2010-04-11 | 1 | -2/+3 |
| | | | | | | Upgrade to version 1.0.0. Uses patch for MinGW posted on openssl-dev list: http://www.mail-archive.com/openssl-dev@openssl.org/msg27484.html | ||||
* | update version of packages gtk, libpng, openssl and pixman | Volker Grabsch | 2010-02-27 | 1 | -2/+2 |
| | |||||
* | changed coding style: make "-i" always the first argument of $(SED) (by ↵ | Volker Grabsch | 2010-02-16 | 1 | -4/+4 |
| | | | | Mark Brand) | ||||
* | point consequently to "doc/index.html" instead of "doc/index.html or doc/README" | Volker Grabsch | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | simplified file markers | Volker Grabsch | 2010-01-16 | 1 | -21/+2 |
| | |||||
* | add missing dependency libgcrypt to package openssl (by Mark Brand) | Volker Grabsch | 2009-12-02 | 1 | -1/+1 |
| | |||||
* | use winsock2 instead of winsock in packages freetds and openssl (by Mark Brand) | Volker Grabsch | 2009-12-02 | 1 | -0/+6 |
| | |||||
* | use "$(MAKE)" instead of "make" in package openssl (by Tony Theodore) | Volker Grabsch | 2009-12-02 | 1 | -1/+1 |
| | |||||
* | update version of packages curl, fltk, gnutls, gtk, libntlm, openssl, ↵ | Volker Grabsch | 2009-11-09 | 1 | -2/+2 |
| | | | | sdl_mixer, sqlite and tiff | ||||
* | new package: openssl (by Mark Brand) | Volker Grabsch | 2009-11-09 | 1 | -0/+56 |