[Lunar-commits] <moonbase-other> ucl: Adding this module back into moonbase-other. It's a required dependency of the upx module.
Terry Chan
tchan at lunar-linux.org
Mon Jul 23 00:47:29 CEST 2012
commit 340d72fe72e352be1193eefdfd3e65ebd57a76f8
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun, 22 Jul 2012 15:47:29 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/340d72fe72e352be1193eefdfd3e65ebd57a76f8
ucl: Adding this module back into moonbase-other. It's a required dependency of the upx module.
---
games/kbtin/BUILD +5/-0
games/kbtin/DEPENDS +1/-0
games/kbtin/DETAILS +29/-0
games/toppler/BUILD +13/-0
games/toppler/DEPENDS +4/-0
games/toppler/DETAILS +17/-0
utils/easy-slow-down-manager/BUILD +10/-0
utils/easy-slow-down-manager/DEPENDS +1/-0
utils/easy-slow-down-manager/DETAILS +43/-0
utils/easy-slow-down-manager/POST_INSTALL +1/-0
10 files changed, 0 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/kbtin/BUILD
@@ -0,0 +1,5 @@
+(
+
+ default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/kbtin/DEPENDS
@@ -0,0 +1 @@
+optional_depends gnutls "--enable-ssl" "--disable-ssl" "for encryption support"
--- /dev/null
+++ b/games/kbtin/DETAILS
@@ -0,0 +1,29 @@
+ MODULE=kbtin
+ VERSION=1.0.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/kbtin/
+ SOURCE_VFY=sha1:6e3496ab629b3a7d4ef5ea61baa7efa9b19e25af
+ WEB_SITE=http://kbtin.sourceforge.net/
+ ENTERED=20030919
+ UPDATED=20120722
+ SHORT="A MUD client based on tintin"
+
+cat << EOF
+KBtin is a very heavily extended clone of well-known TinTin++.
+
+The features include:
+ * editing keys, input box
+ * scrollback
+ * status line
+ * keybindings ("#bind F9 {do drop pasty from cloak,eat pasty}")
+ * aliases, actions (triggers), substitutions, highlights
+ * shortest-path graph traversing aliases ("mt>rh")
+ * guaranteed actions (a line being split between two packets is not
+ a problem)
+ * lists processing ("#foreach {$friends} {tell $0 [XX] $message}")
+ * TELNET protocol support
+ * the ability to run local programs as it was a MUD -- this is the
+ only client you can use with games like adventure, or even
+ programs like mysqlclient
+ * secondary sessions (ICQ integration, etc)
+EOF
--- /dev/null
+++ b/games/toppler/BUILD
@@ -0,0 +1,13 @@
+(
+
+ sedit "s:\$(datadir)/doc:/usr/share/doc:" Makefile.in &&
+ sedit "s:\$(datadir)/pixmaps:/usr/share/pixmaps:" Makefile.in &&
+ sedit "s:\$(datadir)/locale:/usr/share/locale:" po/Makefile.in.in &&
+ sedit "s:\$(datadir)/applications:/usr/share/applications:" Makefile.in &&
+
+ sedit "s:Exec=@prefix@/bin/:Exec=@bindir@/:" toppler.desktop.in &&
+ sedit "s:Icon=.*$:Icon=@PACKAGE at .xpm:" toppler.desktop.in &&
+
+ default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/toppler/DEPENDS
@@ -0,0 +1,4 @@
+depends SDL_image
+depends SDL_mixer
+
+optional_depends "gettext" "--enable-nls" "--disable-nls" "for NLS support"
--- /dev/null
+++ b/games/toppler/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=toppler
+ VERSION=1.1.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:563839ceec44626574fcb10f677d2ab8f82dba29
+ WEB_SITE=http://toppler.sourceforge.net
+ ENTERED=20040212
+ UPDATED=20070720
+ MAINTAINER=florin at lunar-linux.org
+ SHORT="A SDL reimplementatin of Nebulous"
+
+cat << EOF
+Reimplementation of the old game Nebulous. In the game you have to
+climb into a tower with lots of strange inhabitants that try to push
+you down. Your only defence is a snowball you can throw and your skill
+to avoid these beings.
+EOF
--- /dev/null
+++ b/utils/easy-slow-down-manager/BUILD
@@ -0,0 +1,10 @@
+(
+
+ # we want to build the module for the latest kernel, not the one running
+ sedit "s:uname -r:readlink /usr/src/linux | cut -d'-' -f2:" Makefile &&
+
+ make all &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/utils/easy-slow-down-manager/DEPENDS
@@ -0,0 +1 @@
+optional_depends "pygtk" "" "" "for GTK GUI tools(via systray icon)"
--- /dev/null
+++ b/utils/easy-slow-down-manager/DETAILS
@@ -0,0 +1,43 @@
+ MODULE=easy-slow-down-manager
+ VERSION=r35
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$PATCH_URL
+ SOURCE_VFY=sha1:507f96987b792bde2d7d5dbdf93c9d947e71d443
+ WEB_SITE=http://code.google.com/p/easy-slow-down-manager
+ ENTERED=20110503
+ UPDATED=20120208
+ SHORT="kernel modules for managing Samsung laptop/netbook"
+
+cat << EOF
+Easy slow down manager provides Linux users with functionality similar to
+"Samsung Easy Speed Up Manager". It also allows to turn WiFi and backlight
+on and off.
+
+It consist of kernel module named easy_slow_down_manager.
+To use it first issue "modprobe easy_slow_down_manager".
+If everything goes fine you get /proc/easy_slow_down_manager,
+/proc/easy_wifi_kill and /proc/easy_backlight files.
+
+"echo 0 > /proc/easy_slow_down_manager" turns laptop to "normal" mode.
+"echo 1 > /proc/easy_slow_down_manager" turns laptop to "silent" mode.
+"echo 2 > /proc/easy_slow_down_manager" turns laptop to "speed" mode.
+"echo 0 > /proc/easy_wifi_kill" turns WiFi off.
+"echo 1 > /proc/easy_wifi_kill" turns WiFi on.
+"echo 0 > /proc/easy_backlight" turns backlight off.
+"echo 1 > /proc/easy_backlight" turns backlight on.
+
+Samsung backlight module fixes backlight-related bugs in acpi for Samsung laptops.
+Important: To enable it, boot kernel with acpi_backlight=vendor option.
+
+The module can work in two modes: direct PCI programming and brighness control via SABI.
+The mode is chosen by module option use_sabi (could be 0 or 1); by default SABI support is enabled.
+SABI provides support for larger number of laptop models, but allows for less number of brightness levels.
+
+samsung-backlight module options:
+debug=(0|1) print debug information
+use_sabi=(0|1) change brightness via PCI or SABI (default)
+force=(0|1) skip model/vendor checks
+sabi_delay=value delay between SABI commands,ms
+minbright,maxbright specify minimum and maximum brightness levels; for PCI interface default is (10,255); for SABI (0,7)
+levels number of brightness levels; default is 7
+EOF
--- /dev/null
+++ b/utils/easy-slow-down-manager/POST_INSTALL
@@ -0,0 +1 @@
+depmod -a $(readlink /usr/src/linux | cut -d'-' -f2)
More information about the Lunar-commits
mailing list