summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package zlib: add fallback urlTony Theodore2012-05-151-0/+1
|
* package libgsf: update websiteTony Theodore2012-05-021-1/+1
|
* Bugfix in "make check-requirements" to work with Automake 1.12Volker Grabsch2012-05-021-1/+1
|
* Reflect the renaming of "Freshmeat" to "Freecode" in the docsVolker Grabsch2012-05-011-1/+1
|
* Replace a lone reference to mingw-cross-envRyan Pavlik2012-04-301-1/+1
|
* Merge pull request #30 from jschleic/fix_vigra_cmake-static-linkingTony Theodore2012-04-281-0/+63
|\ | | | | patch vigra: modify cmake files for static linking
| * patch vigra: modify cmake files for static linkingJoachim Schleicher2012-04-271-0/+63
|/
* Link to more information about gh-pages in the docsVolker Grabsch2012-04-201-1/+2
|
* package sdl_net: fix update macroTony Theodore2012-04-161-3/+2
|
* Ignore temporary build directories and filesMoritz Bunkus2012-04-161-0/+1
|
* 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
|
* ignore 'pkg' directory when it's a symlinkTony Theodore2012-04-151-1/+1
|
* 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
| |
| * Cleanup coding style via "make cleanup-style"Volker Grabsch2012-03-298-19/+19
| |
| * Add new command "make cleanup-style"Volker Grabsch2012-03-292-0/+21
| |
| * Remove "make dist" as it is of no use anymoreVolker Grabsch2012-03-292-31/+0
| |
| * Remove unneeded classes in index.htmlVolker Grabsch2012-03-291-7/+7
| |
| * Add CNAME file for gh-pagesVolker Grabsch2012-03-291-0/+1
| | | | | | | | | | For more information, see: http://pages.github.com/#custom_domains
| * Move doc/index.html -> index.htmlVolker Grabsch2012-03-29340-350/+350
| |
| * Fix line ending style (DOS -> Unix) for some test programsVolker Grabsch2012-03-292-69/+69
| |