summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-07 08:55:10 +0700
committer Erik Hanson <erik@slackbuilds.org>2013-12-14 10:53:04 -0600
commit5796affc0310a961dcdf4bfbb56fb19d651b55bb (patch)
tree85e4cd1c771269f14acb82740a2a47f055af9086 /misc
parent4046d3a71805aa47ea147c2c356f73fb538bdbb9 (diff)
downloadslackbuilds-5796affc0310a961dcdf4bfbb56fb19d651b55bb.tar.gz
slackbuilds-5796affc0310a961dcdf4bfbb56fb19d651b55bb.tar.xz
misc/WhatPulse: Removed (no SBo maintainer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/WhatPulse/99-whatpulse-input.rules1
-rw-r--r--misc/WhatPulse/README6
-rw-r--r--misc/WhatPulse/WhatPulse.SlackBuild72
-rw-r--r--misc/WhatPulse/WhatPulse.info10
-rw-r--r--misc/WhatPulse/slack-desc19
5 files changed, 0 insertions, 108 deletions
diff --git a/misc/WhatPulse/99-whatpulse-input.rules b/misc/WhatPulse/99-whatpulse-input.rules
deleted file mode 100644
index 0a213b1b2d..0000000000
--- a/misc/WhatPulse/99-whatpulse-input.rules
+++ /dev/null
@@ -1 +0,0 @@
-KERNEL=="event*", NAME="input/%k", MODE:="640", GROUP:"whatpulse"
diff --git a/misc/WhatPulse/README b/misc/WhatPulse/README
deleted file mode 100644
index 903c8842bb..0000000000
--- a/misc/WhatPulse/README
+++ /dev/null
@@ -1,6 +0,0 @@
-WhatPulse is an application which monitors the number of keystrokes
-and mouse clicks/movement. All of a user's keystrokes and mouse
-statistics are pulsed and compiled into a nice view on whatpulse.org.
-
-You will need to create a "whatpulse" group before building this, and
-users will need to be in that group in order to use WhatPulse.
diff --git a/misc/WhatPulse/WhatPulse.SlackBuild b/misc/WhatPulse/WhatPulse.SlackBuild
deleted file mode 100644
index e5f12b69c7..0000000000
--- a/misc/WhatPulse/WhatPulse.SlackBuild
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for WhatPulse
-
-# Copyright 2010 James Geboski <jgeboski@gmail.com>
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=WhatPulse
-VERSION=${VERSION:-1.2}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "x86_64" ]; then
- PKG_ARCH="64"
-else
- PKG_ARCH="32"
-fi
-
-if ! getent group whatpulse ; then
- printf "\n\tYou must have a \"whatpulse\" group to build/use WhatPulse.\n"
- printf "\t\tgroupadd -g 242 whatpulse \n\n"
- exit 1
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-mkdir -p $PKG/usr/bin
-tar xf $CWD/$PRGNAM-Linux$PKG_ARCH-$VERSION.tar.gz -C $PKG/usr/bin
-chown root:whatpulse $PKG/usr/bin/WhatPulse
-chmod 0750 $PKG/usr/bin/WhatPulse
-
-mkdir -p $PKG/lib/udev/rules.d
-cat $CWD/99-whatpulse-input.rules > $PKG/lib/udev/rules.d/99-whatpulse-input.rules
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/WhatPulse/WhatPulse.info b/misc/WhatPulse/WhatPulse.info
deleted file mode 100644
index 61844392e1..0000000000
--- a/misc/WhatPulse/WhatPulse.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="WhatPulse"
-VERSION="1.2"
-HOMEPAGE="http://jmrk.whatpulse.org/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/WhatPulse-Linux32-1.2.tar.gz"
-MD5SUM="e0c32bc91563bbccb362cad215df0b94"
-DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/WhatPulse-Linux64-1.2.tar.gz"
-MD5SUM_x86_64="85c171b3cffdc378ff0fe947ebd246bb"
-REQUIRES=""
-MAINTAINER="James Geboski"
-EMAIL="jgeboski@gmail.com"
diff --git a/misc/WhatPulse/slack-desc b/misc/WhatPulse/slack-desc
deleted file mode 100644
index 8c41c1d46f..0000000000
--- a/misc/WhatPulse/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-WhatPulse: WhatPulse (Keystrokes and mouse clicks/movement statistics)
-WhatPulse:
-WhatPulse: WhatPulse is an application which monitors the number of keystrokes
-WhatPulse: and mouse clicks/movement. All of a user's keystrokes and mouse
-WhatPulse: statistics are pulsed and compiled into a nice view on whatpulse.org.
-WhatPulse:
-WhatPulse: Homepage: http://whatpulse.org/
-WhatPulse:
-WhatPulse:
-WhatPulse:
-WhatPulse: