summaryrefslogtreecommitdiffstats
path: root/src/vmime.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* vmime: updateMark Brand2015-03-051-2/+2
|
* vmime: updateMark Brand2015-02-201-2/+2
|
* vmime: fix fixing of .pc fileMark Brand2015-02-201-1/+1
|
* vmime: updateMark Brand2015-02-181-2/+2
|
* vmime: updateMark Brand2015-02-011-2/+2
|
* vmime: updateMark Brand2015-01-141-2/+2
|
* vmime updateMark Brand2015-01-021-2/+2
|
* vmime: updateMark Brand2014-12-041-2/+2
|
* vmime: install the DLLMark Brand2014-11-241-0/+1
|
* vmime: enable shared buildMark Brand2014-11-241-4/+3
|
* vmime: updateMark Brand2014-11-081-2/+2
|
* update packages gnutls, libgpg_eror, vmimeMark Brand2014-09-201-2/+2
|
* update package vmimeMark Brand2014-08-211-2/+2
|
* update package vmimeMark Brand2014-08-041-2/+2
|
* Fix GitHub update routineTimothy Gu2014-08-021-5/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package vmimeMark Brand2014-06-191-2/+2
|
* update package vmimeMark Brand2014-06-091-2/+2
|
* update package vmimeMark Brand2014-06-071-2/+2
|
* update package vmimeMark Brand2014-06-051-2/+2
|
* update package vmimeMark Brand2014-05-271-2/+2
|
* update package vmimeMark Brand2014-04-191-2/+2
|
* update package vmimeMark Brand2014-04-181-2/+2
|
* many packages: explicitly disable shared buildsTony Theodore2014-04-061-0/+2
| | | | closes #369
* update package vmimeMark Brand2014-04-051-2/+2
|
* update package vmimeMark Brand2014-04-031-3/+7
|
* package vmime: default to native charset conversionMark Brand2014-03-271-3/+3
| | | | | The package now supports iconv, icu, and native windows character conversion. Native is probably a good default for MXE.
* update package vmimeMark Brand2014-03-271-3/+7
|
* update package vmimeMark Brand2013-11-161-2/+2
|
* package vmime: explicit options for iconv/icu choiceMark Brand2013-11-161-0/+2
| | | | | It should be easy for MXE users to choose between iconv and icu by adjusting these options and the dependency list in vmime.mk.
* package vmime: correct typoMark Brand2013-11-161-1/+1
|
* update package vmimeMark Brand2013-11-161-2/+6
|
* update package vmimeMark Brand2013-10-011-2/+2
|
* update package vmimeMark Brand2013-09-231-2/+2
|
* 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-211-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)
* update package vmimeMark Brand2013-07-011-1/+1
|
* update package vmimeMark Brand2013-06-251-1/+1
|
* update package vmimeMark Brand2013-06-221-1/+1
|
* update package vmimeMark Brand2013-06-201-1/+1
|
* update package vmimeMark Brand2013-06-141-1/+1
|
* package vmime: correct checksumMark Brand2013-06-091-1/+1
|
* update package vmimeMark Brand2013-06-071-1/+1
|
* package vmime: disable experimental mlang detectionTony Theodore2013-06-021-0/+1
|
* package vmime: enable w64 buildsMark Brand2013-06-011-3/+0
|
* various packages: enable/disable mingw-w64 buildsTony Theodore2013-06-011-0/+3
|
* update package vmimeNiels Kristian Bech Jensen2013-05-241-1/+1
|
* update package vmimeMark Brand2013-05-151-1/+1
|
* update package vmimeMark Brand2013-05-141-1/+1
|
* update package vmimeMark Brand2013-04-271-1/+1
|
* update package vmimeMark Brand2013-04-181-1/+1
|