summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* package wxwidgets: enable mingw-w64 buildsTony Theodore2013-07-282-2/+27
|
* package wxwidgets: refactor build rulesTony Theodore2013-07-281-49/+32
|
* package wxwidgets: update and remove legacy 2.4/2.6 compatibilityTony Theodore2013-07-282-17/+2
|
* remove optional native builds for autoconf automake cmake libtoolTony Theodore2013-07-264-80/+0
| | | | these need more testing and proper multi-target support
* package sfml: cleanup style in test programTony Theodore2013-07-251-4/+4
|
* package hdf5: add prefixed compiler wrappers and add to cmake toolchain fileTony Theodore2013-07-252-0/+6
|
* add optional package cmake with native buildTony Theodore2013-07-221-0/+24
|
* packages itk vtk6: remove FindHDF5.cmakeTony Theodore2013-07-222-1087/+0
|
* package itk: add missing cmake moduleTony Theodore2013-07-221-1/+304
|
* packages itk vtk6: add standard FindHDF5.cmakeTony Theodore2013-07-222-0/+784
|
* package vmime: expand filename in urlTony Theodore2013-07-221-1/+1
| | | | The filename isn't actually used, but we'll keep it consistent.
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-21278-0/+278
| | | | | | | | | | | | | | | | | | | | | | | 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)
* Fix redirects of ocaml-core to ocaml-nativeVolker Grabsch2013-07-211-7/+7
|
* Fix typoVolker Grabsch2013-07-211-1/+1
|
* Fix initial comments of all src/*.mk filesVolker Grabsch2013-07-2120-29/+21
|
* package libtool: add optional native buildTony Theodore2013-07-191-0/+8
|
* add optional native automake and autoconfTony Theodore2013-07-172-0/+46
|
* package pthreads: define pseudo file and checksumTony Theodore2013-07-141-0/+2
| | | | | Oops! accidentally added the freebsd-excludes, but it should be harmless.
* package qtquickcontrols: add qtbase dependencyTony Theodore2013-07-141-1/+1
|
* package gd: remove url2Tony Theodore2013-07-141-1/+0
|
* packages libvpx x264: use prefixed yasmTony Theodore2013-07-132-12/+5
|
* package yasm: install prefixed binary in mxe bin pathTony Theodore2013-07-131-0/+10
|
* Merge branch 'master' of github.com:mxe/mxeTony Theodore2013-07-131-0/+1
|\
| * Merge pull request #213 from Raven24/patch-1Tony Theodore2013-07-131-0/+1
| |\ | | | | | | explicitly disable mysql driver in Qt
| | * explicitly disable mysql driverFlorian Staudacher2013-07-111-0/+1
| | |
* | | package x264: build native version of yasm assemblerTony Theodore2013-07-131-1/+11
| | |
* | | add package yasmTony Theodore2013-07-131-0/+25
|/ /
* | package libf2c: add mirrorDavid Ziman2013-07-131-0/+1
| |
* | package suitesparse: update checksumDavid Ziman2013-07-131-1/+1
| |
* | package cfitsio: update checksumNiels Kristian Bech Jensen2013-07-131-1/+1
|/
* package vtk6: set CMAKE_REQUIRE_LARGE_FILE_SUPPORTTony Theodore2013-07-061-1/+1
|
* package sfml: fix line endings and convert patches to git formatTony Theodore2013-07-064-71/+166
|
* package sfml: use pkg-config and fix whitespaceTony Theodore2013-07-061-6/+5
|
* add package sfmlGuilherme Bernal2013-07-065-0/+151
|
* update package openscenegraphNiels Kristian Bech Jensen2013-07-061-1/+1
|
* update package gtk2Niels Kristian Bech Jensen2013-07-061-1/+1
|
* update package qt5Niels Kristian Bech Jensen2013-07-0616-33/+33
|
* update checksum for cfitsioNiels Kristian Bech Jensen2013-07-061-1/+1
|
* update package qt (Qt 4)Mark Brand2013-07-021-3/+3
|
* update package xzMark Brand2013-07-021-1/+1
|
* update package lcmsMark Brand2013-07-021-1/+1
|
* update package vmimeMark Brand2013-07-011-1/+1
|
* update qt5 module packagessMark Brand2013-07-0116-16/+16
|
* packages apr apr-util qdbm: small fixesNiels Kristian Bech Jensen2013-06-293-3/+3
|
* update package imagemagickNiels Kristian Bech Jensen2013-06-291-1/+1
|
* update package glib and friendsNiels Kristian Bech Jensen2013-06-299-288/+243
|
* package x264: portability fix for update macroTony Theodore2013-06-271-1/+1
|
* package itk: add patch headerTony Theodore2013-06-271-0/+3
|
* package qdbm: workaround detection of cross-toolsTony Theodore2013-06-271-1/+3
|
* packge itk: fix whitespace and update placeholder and disable examplesTony Theodore2013-06-271-2/+3
|