Up to [cvs.netbsd.org] / pkgsrc / misc / heyu
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 23 17:54:54 2009 UTC (2 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
HEAD
Changes since 1.14: +7 -5
lines
Diff to previous 1.14 (colored)
Fix destdir installation. XXX Some files are installed with group sys and I can't find a good reason.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 11 02:13:44 2009 UTC (2 years, 5 months ago) by dsainty
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Change the home page to one that exists. MASTER_SITES is also broken, but the current site doesn't carry releases prior to 2.x.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 11 00:11:11 2009 UTC (2 years, 5 months ago) by abs
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
PKG_DESTDIR_SUPPORT=destdir
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 8 04:12:35 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +9 -4
lines
Diff to previous 1.11 (colored)
Fixed PKGMANDIR. Fixed shell interpreter. PKGREVISION++
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:39 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 2 21:07:26 2004 UTC (8 years, 3 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Master distfile has changed - adapt
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 20 12:21:02 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 11 10:17:39 2003 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.7: +4 -5
lines
Diff to previous 1.7 (colored)
Update to 1.35, since 1.33 is not available any longer.
Changes:
Version 1.34
The array bound checking for the x10sched.conf file was missing.
Certain noise on the line would cause repetitive bytes to fill the buffer.
relay.c code was tightened to look for this. The spool file is truncated
after 1 million bytes.
The jumpbuf in xread.c was getting corrupted, causing the second
trigger to hang. That's fixed.
Relay.c checks every 10 minutes for the need to change to daylight
savings time. It changes the clock if needed.
Added the ability to run two CM11's. Each needs it's own config file.
The tty device is used to differentiate the spool files.
Add the keywords "option" and "alias" to the config file to help ensure
that it is parsed properly.
Version 1.34beta6
corrected x10.h "endif" with trailing coment
Added patch from "Tony Machon" <heyu@digitaldynamics.us> that allows
use of config file aliases in the x10sched file.
Changed device to 0x0 when doing , alloff or lighston or lightsoff per
patch provided by rrauenza<%>shroop.net.
Thanks to Michael Skora <mike@alienbrain.net>, there is a way to send
just the address or just the function.
Version 1.34beta7
Added a siginterrupt(2) call so the alarm(2) calls will correctly
abort the read(2) calls. Added local.h as a place to put local config
defines (such as USESIGINT). Configure creates this as neededd.
Did more cleanup so that there won't be hangs when sending cm11
directives that have a checksum of 0x5a.
Added "relay" mode so the relay can be studied in the fore-ground, ala
'strace ./heyu -v relay'. Still need to add verbose entries to take
advantage of the -v option.
Added code to check the "write lock" file when evaluating that
damned 0x5a that can be generated out of the blue as well as
being used as a checksum.
Version 1.34beta7.4
Corrected the munlock function. It was being used inconsistently,
sometimes needing a full lock string, other times not. The tty
device was deleted in one case.
Version 1.34beta7.5
Still having problems with resends involving 0x5a
Updated FAQ
Added openbsd option to Configure.
Version 1.34beta7.6
Cleaned up x10.c compile warnings.
Version 1.34beta7.7
Finally realized that the best wording was
heyu turn c1 up 10
heyu turn c1 down 5
Version 1.35
Final Version.
Added external program trigger based on suggestion and
sample code from chuck@liderbug.com
Added heyuhelper script to be called when trigger is detected.
Updated documentation
Added HELPER to x10.h file.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 25 16:58:31 2003 UTC (8 years, 7 months ago) by kristerw
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Correct previous commit to use the correct DIST_SUBDIR.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Oct 25 16:48:03 2003 UTC (8 years, 7 months ago) by kristerw
Branch: MAIN
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
The author has released a new version, but used the same name for the distfile. grr. Use the distfile from the MASTER_SITE_BACKUP for now. Fixes PR pkg/23000.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:49 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 12 12:06:35 2002 UTC (9 years, 9 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
- use time_t for the time functions (needed on alpha) - fix other time related bugs which prevent compilation - use DEFAULT_SERIAL_DEVICE for the example config file and don't enter an infinite loop if the device doesn't exist. - don't arbitrarily change device permissions.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 2 14:03:48 2002 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews
Changes since 1.2: +10 -5
lines
Diff to previous 1.2 (colored)
Update to 1.33, as requested in pkg/16254.
Changes:
Added make file options for SCO and NetBSD. The Makefile has been
reconfigured a touch to make it clearer what needs to be done for each
OS.
Turn was accepting invalid option as in heyu turn allaskljas. It now
complains and exits.
Found bug in scanning the macros. (thanks to David Pointer)
Dan Eble reported a bug (or feature) that allows chaining macros
with delays. I've fixed the bug but not enabled the feature.
Makesched utility created. This utility pre-preocesses a file in the
x10sched format and sends a revised version to standard output with the
strings "dawn" and "dusk" expanded to appropriate values.
Cleaned up some error messages to give feedback when the locks fail.
A coding error was causing the dates in the schedule loader to be off
in some cases. Thanks to Charles Sullivan for finding and reporting
the bug and it's fix
The use of just the -v option caused a sigfault. The errant code
was corrected in x10.c main().
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 17 18:09:06 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003,
netbsd-1-5-PATCH001,
buildlink2-base,
buildlink2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 15 06:50:36 2000 UTC (11 years, 10 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of x10_heyu-1.29, a home automation software for the X10 CM11A power line transmitter. Provided in PR 10576 by Damon Brodie.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 15 06:50:36 2000 UTC (11 years, 10 months ago) by rh
Branch: MAIN
Initial revision