misc/heyu: Updated for version 2.4.0

This commit is contained in:
B. Watson 2010-05-13 00:34:19 +02:00 committed by David Somero
parent a981fc6e11
commit 5f811eb343
3 changed files with 12 additions and 15 deletions

View file

@ -4,17 +4,12 @@ few functions have been changed enough that they no longer interwork with
the original. I think this justifies issuing the program as 'heyu' instead
of 'x10'.
The program name comes from the old joke about having a 3rd person in the
house. Ida No was the one frequently blamed when things went wrong. In my
house it was the frequently heard yells of "Heyu! Turn off the lights!"
A poor joke, but I like it.
The program is strictly command line driven, and works well with crontab.
Crontab can be used to schedule events. You can also upload timers and
macros to the CM11's memory.
The program comes complete with source code, sample config files, MAN pages
an executable binary. The program has options to allow you to:
The program comes complete with source code, sample config files, man pages,
and executable binary. The program has options to allow you to:
* Get the date and time from the interface
* Get information about current settings and module states

View file

@ -5,7 +5,7 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=heyu
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.8.0}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,9 +54,9 @@ cp $PRGNAM $PKG/usr/bin
mkdir -p $PKG/usr/man/man1
for sec in 1 5; do
for page in *.$sec; do
gzip -9c < $page > $PKG/usr/man/man1/$page.gz
done
for page in *.$sec; do
gzip -9c < $page > $PKG/usr/man/man1/$page.gz
done
done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
@ -71,4 +71,4 @@ 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.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="heyu"
VERSION="2.4.0"
HOMEPAGE="http://www.heyu.org/"
DOWNLOAD="http://www.heyu.org/download/heyu-2.4.0.tgz"
MD5SUM="8a09e6b470afe58f55c114c107509de2"
DOWNLOAD="http://www.heyu.org/download/heyu-2.8.0.tgz"
DOWNLOAD_x86_64=""
MD5SUM="35cbfcdb674aae95ea882639219bd9a0"
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="rworkman"
APPROVED="dsomero"