Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | build: Use package_get_build_deps() | P. J. McDermott | 2014-09-01 | 1 | -32/+11 |
* | lib/package/2.sh: New file | P. J. McDermott | 2014-09-01 | 2 | -1/+54 |
* | lib/package/local.mk: New file | P. J. McDermott | 2014-09-01 | 2 | -0/+7 |
* | lib/package.sh: New file | P. J. McDermott | 2014-09-01 | 3 | -1/+62 |
* | tests/reduce_deps.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+84 |
* | tests/plat_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+98 |
* | tests/arch_is_concerned.sh: Print to stdout | P. J. McDermott | 2014-08-30 | 1 | -8/+6 |
* | {arch,plat}_is_concerned(): Fix handling of "all" | P. J. McDermott | 2014-08-30 | 1 | -14/+2 |
* | tests/arch_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+100 |
* | tests/match_plat.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+66 |
* | tests/match_arch.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+74 |
* | lib/deps.sh: New file | P. J. McDermott | 2014-08-29 | 2 | -0/+162 |
* | lib/archplat.sh: New file | P. J. McDermott | 2014-08-29 | 2 | -0/+160 |
* | build: Autoremove build dependencies | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | build: Remove builddeps.opk | P. J. McDermott | 2014-08-29 | 1 | -0/+1 |
* | build: Parse and install build dependencies | P. J. McDermott | 2014-08-29 | 1 | -3/+37 |
* | build: Make stub build dependencies package | P. J. McDermott | 2014-08-29 | 1 | -1/+27 |
* | build: Move output files to parent of pkg dir | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | prokit(1): Refer to new manual pages | P. J. McDermott | 2014-08-28 | 1 | -1/+7 |
* | prokit-build(1): New manual page | P. J. McDermott | 2014-08-28 | 1 | -0/+33 |
* | build: New command | P. J. McDermott | 2014-08-28 | 3 | -1/+95 |
* | notes.txt: Remove more old notes | P. J. McDermott | 2014-08-28 | 1 | -22/+0 |
* | NEWS: Add section for 0.2.0 | P. J. McDermott | 2014-08-28 | 1 | -0/+9 |
* | configure.ac: Set package version to 0.2.0 | P. J. McDermott | 2014-08-28 | 1 | -1/+1 |
* | prokit-opkg(1): New manual page | P. J. McDermott | 2014-08-28 | 2 | -1/+38 |
* | opkg: rm opks in just one command | P. J. McDermott | 2014-08-27 | 1 | -4/+6 |
* | opkg: Only copy files that exist | P. J. McDermott | 2014-08-27 | 1 | -0/+4 |
* | srand(): Fix case value | P. J. McDermott | 2014-08-27 | 1 | -1/+1 |
* | opkg: New command | P. J. McDermott | 2014-08-27 | 3 | -1/+86 |
* | prokit: Seed the RNG | P. J. McDermott | 2014-08-27 | 1 | -0/+3 |
* | lib/rand.sh: New file | P. J. McDermott | 2014-08-27 | 3 | -0/+52 |
* | notes.txt: Drop dependency resolution notes | P. J. McDermott | 2014-08-26 | 1 | -36/+0 |
* | Makefile.am: Add ssh mkdir command to "release" | P. J. McDermott | 2014-08-26 | 1 | -0/+1 |
* | NEWS: Release prokit 0.1.0prokit/0.1.0 | P. J. McDermott | 2014-08-26 | 1 | -1/+1 |
* | .gitignore: Expand pattern to include *.vim files | P. J. McDermott | 2014-08-26 | 1 | -1/+1 |
* | Makefile.am: New "release" target | P. J. McDermott | 2014-08-26 | 1 | -1/+20 |
* | scripts/announce-release.sh: New file | P. J. McDermott | 2014-08-26 | 1 | -0/+57 |
* | Makefile.am: Never colorize ChangeLog | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
* | Makefile.am: Fix out-of-tree ChangeLog generation | P. J. McDermott | 2014-08-25 | 1 | -1/+2 |
* | install: Add a TODO comment | P. J. McDermott | 2014-08-25 | 1 | -0/+2 |
* | prokit*(1): Use .P macro instead of .sp | P. J. McDermott | 2014-08-25 | 5 | -18/+18 |
* | prokit-install(1): New manual page | P. J. McDermott | 2014-08-25 | 1 | -0/+52 |
* | install: Use -p for platform option instead of -P | P. J. McDermott | 2014-08-25 | 2 | -4/+4 |
* | Fix license notices | P. J. McDermott | 2014-08-25 | 24 | -24/+24 |
* | prokit*(1): Improve license notices | P. J. McDermott | 2014-08-25 | 4 | -36/+40 |
* | prokit(1): Drop references to ProteanOS | P. J. McDermott | 2014-08-25 | 1 | -2/+2 |
* | prokit(1): Update date | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
* | man/local.mk: Add new manual pages to man1_sources | P. J. McDermott | 2014-08-25 | 1 | -1/+4 |
* | en_US: Add extra space in copyright notice string | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
* | version: Update copyright years | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |