I have 4 new components to contribute. A window manager, a command batching utility, a recipe for xmessage (as far as I can tell, our current xmessage package comes from oi-build from a couple of years ago), and finally OpenTTD - because there's no reason OI can't be used for gaming. ;)
You can get the changes via: $ git pull git://repo.or.cz/oi-userland/jeffpc.git hipster You can see the diffs at: http://repo.or.cz/w/oi-userland/jeffpc.git/shortlog/refs/heads/hipster As far as testing is concerned, I've been using all 4 of these for a while without any issues. Thanks, let me know if you need anything else. Jeff. --- Josef 'Jeff' Sipek (4): add games/openttd add utility/ts add desktop/window-manager/notion-3 add x11/xmessage components/notion-3/Makefile | 44 ++ components/notion-3/files/notion-3.desktop | 8 + components/notion-3/notion-3.license | 570 +++++++++++++++++++++++++ components/notion-3/notion-3.p5m | 140 ++++++ components/notion-3/patches/lua-upgrade.patch | 133 ++++++ components/notion-3/patches/notion-3.patch | 87 ++++ components/openttd/Makefile | 66 +++ components/openttd/openttd.license | 343 +++++++++++++++ components/openttd/openttd.p5m | 142 ++++++ components/openttd/patches/alloca.patch | 25 ++ components/ts/Makefile | 44 ++ components/ts/ts.license | 339 +++++++++++++++ components/ts/ts.p5m | 29 ++ components/xmessage/Makefile | 42 ++ components/xmessage/xmessage.license | 53 +++ components/xmessage/xmessage.p5m | 34 ++ 16 files changed, 2099 insertions(+) create mode 100644 components/notion-3/Makefile create mode 100644 components/notion-3/files/notion-3.desktop create mode 100644 components/notion-3/notion-3.license create mode 100644 components/notion-3/notion-3.p5m create mode 100644 components/notion-3/patches/lua-upgrade.patch create mode 100644 components/notion-3/patches/notion-3.patch create mode 100644 components/openttd/Makefile create mode 100644 components/openttd/openttd.license create mode 100644 components/openttd/openttd.p5m create mode 100644 components/openttd/patches/alloca.patch create mode 100644 components/ts/Makefile create mode 100644 components/ts/ts.license create mode 100644 components/ts/ts.p5m create mode 100644 components/xmessage/Makefile create mode 100644 components/xmessage/xmessage.license create mode 100644 components/xmessage/xmessage.p5m _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
