| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | improved version recognition for sourceforge packages | Volker Grabsch | 2009-08-10 | 1 | -0/+8 |
|
|
* | increased version number to 2.7 | Volker Grabsch | 2009-06-19 | 1 | -1/+1 |
|
|
* | improved variable naming in the Makefile | Volker Grabsch | 2009-06-19 | 1 | -7/+7 |
|
|
* | sort package names | Volker Grabsch | 2009-06-19 | 1 | -1/+1 |
|
|
* | improved implementation of the download-* commands | Volker Grabsch | 2009-06-17 | 1 | -1/+4 |
|
|
* | bugfix: decouple the download-* targets from the build targets | Volker Grabsch | 2009-06-16 | 1 | -1/+5 |
|
|
* | new command "make download" | Volker Grabsch | 2009-06-16 | 1 | -5/+12 |
|
|
* | screenshots for the docs (by Hans Bezemer) | Volker Grabsch | 2009-06-12 | 1 | -1/+2 |
|
|
* | automatically apply patches "src/PKG-*.patch" which are provided with a "src/... | Volker Grabsch | 2009-06-11 | 1 | -3/+8 |
|
|
* | bugfix: unset the EXTRA_* environment variables which causes trouble | Volker Grabsch | 2009-06-10 | 1 | -0/+2 |
|
|
* | mention doc/index.html in the Makefile | Volker Grabsch | 2009-06-09 | 1 | -1/+1 |
|
|
* | bugfix: unset the PKG_CONFIG_PATH environment variable which causes trouble | Volker Grabsch | 2009-06-07 | 1 | -0/+1 |
|
|
* | introduce placeholders for version number and target in the tutorial | Volker Grabsch | 2009-06-03 | 1 | -1/+4 |
|
|
* | renamed doc/README.html to doc/index.html | Volker Grabsch | 2009-06-03 | 1 | -5/+5 |
|
|
* | bugfix in the "update-checksum-%" target which is internally used by "make up... | Volker Grabsch | 2009-04-15 | 1 | -1/+1 |
|
|
* | increased version number to 2.6 | Volker Grabsch | 2009-04-06 | 1 | -1/+1 |
|
|
* | use "openssl sha1 ..." instead of "sha1sum -b ..." | Volker Grabsch | 2009-04-05 | 1 | -2/+2 |
|
|
* | bugfix in handling checksums | Volker Grabsch | 2009-04-05 | 1 | -4/+4 |
|
|
* | validate downloads using SHA-1 checksums | Volker Grabsch | 2009-04-05 | 1 | -27/+36 |
|
|
* | improved download mechanism | Volker Grabsch | 2009-04-05 | 1 | -4/+4 |
|
|
* | portability fix for MacOS X: use more common options for the "strip" command | Volker Grabsch | 2009-03-10 | 1 | -2/+2 |
|
|
* | increased version number to 2.5 | Volker Grabsch | 2009-03-08 | 1 | -1/+1 |
|
|
* | bugfix: unset any environment variables which might cause trouble | Volker Grabsch | 2009-03-07 | 1 | -0/+19 |
|
|
* | portability fix for Open Solaris: when "ginstall" exists, use that instead of... | Volker Grabsch | 2009-03-07 | 1 | -0/+1 |
|
|
* | use the shorter '--help' instead of '--version' to check for gsed | Volker Grabsch | 2009-03-07 | 1 | -1/+1 |
|
|
* | merge text documentation and website into an HTML documentation | Volker Grabsch | 2009-03-06 | 1 | -9/+7 |
|
|
* | set timeout to 30 seconds for downloads | Volker Grabsch | 2009-03-05 | 1 | -1/+1 |
|
|
* | increased version number to 2.4 | Volker Grabsch | 2009-03-05 | 1 | -1/+1 |
|
|
* | new macro SHORT_PKG_VERSION which assists in creating download URLs | Volker Grabsch | 2009-03-01 | 1 | -0/+3 |
|
|
* | remove also the etc/ directory on "make strip" | Volker Grabsch | 2009-02-28 | 1 | -0/+1 |
|
|
* | improved quoting | Volker Grabsch | 2009-02-28 | 1 | -18/+18 |
|
|
* | remove .def files on "make strip" | Volker Grabsch | 2009-02-28 | 1 | -0/+1 |
|
|
* | improved portability of the Makefile by avoiding $(lastword ...) | Volker Grabsch | 2009-02-28 | 1 | -1/+1 |
|
|
* | new target "make clean-pkg" to remove all unused package files (handy after a... | Volker Grabsch | 2009-02-09 | 1 | -0/+7 |
|
|
* | new macro UNPACK_PKG_ARCHIVE for build rules (This is useful in connection wi... | Volker Grabsch | 2009-02-02 | 1 | -2/+4 |
|
|
* | allow packages without a BUILD section (This will be used for download-only p... | Volker Grabsch | 2009-02-02 | 1 | -7/+9 |
|
|
* | find the src/*.mk and doc/ files even when called from another directory, e.g... | Volker Grabsch | 2009-01-31 | 1 | -9/+10 |
|
|
* | increased version number to 2.3 | Volker Grabsch | 2009-01-31 | 1 | -1/+1 |
|
|
* | on "make update" touch only the *.mk files which have a new version | Volker Grabsch | 2009-01-31 | 1 | -1/+3 |
|
|
* | force a package rebuild when its *.mk file changed (e.g. on a version update) | Volker Grabsch | 2009-01-31 | 1 | -1/+1 |
|
|
* | disable parallel builds by default and document in the README how to enable p... | Volker Grabsch | 2009-01-31 | 1 | -1/+1 |
|
|
* | increased version number to 2.2 | Volker Grabsch | 2008-12-13 | 1 | -1/+1 |
|
|
* | increased version number to 2.1 | Volker Grabsch | 2008-11-10 | 1 | -1/+1 |
|
|
* | add 'SHELL=bash' hints where necessary, so it works on systems where /bin/sh ... | Volker Grabsch | 2008-11-10 | 1 | -0/+1 |
|
|
* | improved 'make strip' | Volker Grabsch | 2008-11-10 | 1 | -0/+1 |
|
|
* | improved README | Volker Grabsch | 2008-11-09 | 1 | -1/+1 |
|
|
* | rename installation markers from 'installed.*' to 'installed-*' to avoid weir... | Volker Grabsch | 2008-11-09 | 1 | -2/+2 |
|
|
* | bugfix: support the .tgz archive extension in addition to .tar.gz | Volker Grabsch | 2008-11-08 | 1 | -2/+4 |
|
|
* | after unpacking, check whether the expected subdirectory exists | Volker Grabsch | 2008-11-08 | 1 | -0/+1 |
|
|
* | bugfix: use -d instead of -z to check for a directory | Volker Grabsch | 2008-11-08 | 1 | -2/+2 |
|
|