summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix name of a test program (using a consistent suffix for C++ programs)Volker Grabsch2012-04-162-1/+1
|
* Cleanup filesVolker Grabsch2012-04-161-3/+3
|
* Merge branch 'stable'Volker Grabsch2012-04-162-6/+4
|\
| * Fix typos in .gitignore entriesVolker Grabsch2012-04-161-4/+4
| |
| * Remove entries for the "dist/" directory which is no longer usedVolker Grabsch2012-04-162-2/+0
| |
* | update package luabeoran2012-04-153-7/+4
| |
* | package ncurses:add to index.htmlTony Theodore2012-04-152-2/+5
| |
* | package ncurses:fix update macroTony Theodore2012-04-151-2/+2
| |
* | package ncurses:fix whitespaceTony Theodore2012-04-151-15/+14
| |
* | new package: ncursesAllen Choong2012-04-151-0/+37
| |
* | package hunspell: create test files when requiredTony Theodore2012-04-154-10/+18
| |
* | Merge pull request #15 from stloeffler/pkg-hunspelltonytheodore2012-04-155-0/+70
|\ \ | | | | | | New package: hunspell
| * | New package: hunspellStefan Löffler2012-04-145-0/+70
| | |
* | | Merge branch 'stable'Tony Theodore2012-04-151-1/+1
|\ \ \ | |/ / |/| / | |/
| * ignore 'pkg' directory when it's a symlinkTony Theodore2012-04-151-1/+1
| |
* | update package xmlwrappMark Brand2012-04-142-3/+3
| |
* | update package libssh2Mark Brand2012-04-143-34/+2
| |
* | update package openalMark Brand2012-04-145-46/+31
| |
* | update package geosMark Brand2012-04-142-2/+2
| |
* | update package gnutlsMark Brand2012-04-143-8/+42
|/
* Document recommended .git/config settings for committersVolker Grabsch2012-04-131-0/+24
|
* Remove .hgignore which is no longer neededVolker Grabsch2012-04-131-5/+0
|
* Merge pull request #13 from stloeffler/stableVolker Grabsch2012-04-131-0/+1
|\ | | | | Add missing "$(INSTALL) -d" to lua.mk
| * Fix installation of lua.pcStefan Löffler2012-04-131-0/+1
|/ | | | Add missing "$(INSTALL) -d" to lua.mk
* Added tag 2.22 for changeset 9274f8e80a64Volker Grabsch2012-04-120-0/+0
|
* Merge all well-tested changes into the stable branchv2.22Volker Grabsch2012-04-12365-7008/+89344
|\
| * Update release dateVolker Grabsch2012-04-121-1/+1
| |
| * Improve release notesVolker Grabsch2012-04-121-1/+4
| |
| * Portability fix: Define $(PWD) before $(SHELL)Volker Grabsch2012-04-101-1/+2
| | | | | | | | | | For more information, see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-04/msg00004.html
| * revert PWD portability fixTony Theodore2012-04-061-1/+1
| |
| * portability fix: use physical location for PWDTony Theodore2012-04-061-1/+1
| |
| * doc update: exclude nsis with empty make rule instead of rmTony Theodore2012-04-031-3/+3
| |
| * package libmikmod: add pthreads dependencyLothar May2012-03-311-1/+1
| |
| * Load only *.mk files of packages mentioned in index.htmlVolker Grabsch2012-03-311-1/+1
| | | | | | | | | | | | | | This avoids confusion when left-over files were accidently loaded. For more information, see: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00156.html
| * Restore HTML compliance of index.html by declaring it as HTML5Volker Grabsch2012-03-301-1/+1
| | | | | | | | | | | | | | | | | | Previously, index.html was declared as HTML 4.01 Strict. However, HTML 4.01 doesn't allow for "+" characters in IDs such as id="libodbc++-package". We could disallow the "+" for all package names, but it seems to be easier to just declare index.html as HTML5, as it apparently allows for a wider range of characters in IDs, including "+".
| * Simplify "See also" section of docsVolker Grabsch2012-03-301-3/+0
| |
| * Provide alternative download URL for package dcmtkVolker Grabsch2012-03-302-6/+9
| |
| * mergeVolker Grabsch2012-03-30365-7001/+89333
| |\ |/ /
| * Load list of packages from index.html instead of scanning src/Volker Grabsch2012-03-301-1/+1
| |
| * Improve order of entries in main MakefileVolker Grabsch2012-03-301-11/+12
| |
| * Improve "make cleanup-style" to touch only files that have to be fixedVolker Grabsch2012-03-301-3/+6
| |
| * Bugfix: Don't make use of outdated $(PKG)_WEBSITE variablesVolker Grabsch2012-03-303-3/+3
| |
| * update package libpngMark Brand2012-03-292-2/+2
| | | | | | | | | | | | | | --- index.html | 2 +- src/libpng.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
| * Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-29193-384/+387
| |
| * Fix some package website URLsVolker Grabsch2012-03-291-6/+6
| |
| * Add missing package name commentsVolker Grabsch2012-03-293-0/+3
| |
| * Remove annoying blank linesVolker Grabsch2012-03-292-3/+0
| |
| * update package qtMark Brand2012-03-293-312/+178
| |
| * update package dbusMark Brand2012-03-292-2/+2
| |
| * Fix trailing space after version numberVolker Grabsch2012-03-291-1/+1
| |