[PATCH 03/16] wmbiff: Fix connection leak.

2014-11-07 Thread Doug Torrance
Patch by Arnaud Giersch . For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876 --- wmbiff/wmbiff/socket.c | 4 1 file changed, 4 insertions(+) diff --git a/wmbiff/wmbiff/socket.c b/wmbiff/wmbiff/socket.c index ff2c819..7f7a9ec 100644 --- a/wmbiff/wmbiff/socket

[PATCH 05/16] wmbiff: Increase number of actions to 40.

2014-11-07 Thread Doug Torrance
Patch by Alberto Morales . For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408 --- wmbiff/wmgeneral/wmgeneral.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmbiff/wmgeneral/wmgeneral.h b/wmbiff/wmgeneral/wmgeneral.h index f2f3595..8496966 10

[PATCH 00/16] wmbiff patches

2014-11-07 Thread Doug Torrance
I'm currently adopting wmbiff in Debian. These patches consist of one patch already in the Debian wmbiff package, several which have been submitted in bug reports, and a few of my own. Carlos, if these patches are accepted, could you tag the final patch wmbiff-0.4.28? Thanks! Doug

[PATCH 02/16] wmbiff: Fix security.debian.rb script.

2014-11-07 Thread Doug Torrance
Patch by Lothar Ketterer For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749 --- wmbiff/scripts/security.debian.rb | 58 ++- 1 file changed, 15 insertions(+), 43 deletions(-) diff --git a/wmbiff/scripts/security.debian.rb b/wm

[PATCH 04/16] wmbiff: Allow usernames with more than 32 characters.

2014-11-07 Thread Doug Torrance
Patch by Tommaso Parisi . For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393 --- wmbiff/wmbiff/Client.h | 2 +- wmbiff/wmbiff/Imap4Client.c | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wmbiff/wmbiff/Client.h b/wmbiff/wmbiff/Cli

[PATCH 01/16] wmbiff: Remove LZO compression.

2014-11-07 Thread Doug Torrance
GnuTLS LZO support was removed in version 3.0.0. Based on the patch by Andreas Metzler : http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/ For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736 --- wmbiff/wmbiff/gnutls-common.c | 4 -

[PATCH 06/16] wmbiff: Remove INSTALL; automatically generated by autotools.

2014-11-07 Thread Doug Torrance
--- wmbiff/INSTALL | 182 - 1 file changed, 182 deletions(-) delete mode 100644 wmbiff/INSTALL diff --git a/wmbiff/INSTALL b/wmbiff/INSTALL deleted file mode 100644 index b42a17a..000 --- a/wmbiff/INSTALL +++ /dev/null @@ -1,182 +0,0 @@

[PATCH 09/16] wmbiff: Fix compiler warnings from deprecated gnutls types.

2014-11-07 Thread Doug Torrance
--- wmbiff/wmbiff/gnutls-common.c | 24 wmbiff/wmbiff/gnutls-common.h | 4 ++-- wmbiff/wmbiff/tlsComm.c | 16 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/wmbiff/wmbiff/gnutls-common.c b/wmbiff/wmbiff/gnutls-common.c index 17c8f7

[PATCH 07/16] wmbiff: Remove arguments to AM_INIT_AUTOMAKE in configure.ac.

2014-11-07 Thread Doug Torrance
This patch serves two purposes: - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated" warning when running autoreconf. - Fix "syntax error near unexpected token" when running configure. --- wmbiff/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[PATCH 08/16] wmbiff: Fix manpages.

2014-11-07 Thread Doug Torrance
In particular, fix spelling-error-in-manpage, hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian warnings from the Debian package. --- wmbiff/wmbiff/wmbiff.1 | 12 ++-- wmbiff/wmbiff/wmbiffrc.5.in | 12 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) d

[PATCH 10/16] wmbiff: Fix cast to pointer from integer of different size compiler warning.

2014-11-07 Thread Doug Torrance
--- wmbiff/wmbiff/tlsComm.c | 2 +- wmbiff/wmbiff/tlsComm.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wmbiff/wmbiff/tlsComm.c b/wmbiff/wmbiff/tlsComm.c index a99afa8..478b555 100644 --- a/wmbiff/wmbiff/tlsComm.c +++ b/wmbiff/wmbiff/tlsComm.c @@ -539,7 +539,7 @@ tls_ch

[PATCH 13/16] wmbiff: Update email address.

2014-11-07 Thread Doug Torrance
--- wmbiff/README | 2 +- wmbiff/configure.ac | 2 +- wmbiff/wmbiff/sample.wmbiffrc | 2 +- wmbiff/wmbiff/wmbiff.1| 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wmbiff/README b/wmbiff/README index 872c9ec..6054a11 100644 --- a/wmbiff/READ

[PATCH 12/16] wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address.

2014-11-07 Thread Doug Torrance
--- wmbiff/wmbiff/Imap4Client.c | 2 +- wmbiff/wmbiff/Pop3Client.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmbiff/wmbiff/Imap4Client.c b/wmbiff/wmbiff/Imap4Client.c index 1e405e5..8599f5a 100644 --- a/wmbiff/wmbiff/Imap4Client.c +++ b/wmbiff/wmbiff/Imap4Client.c @@

[PATCH 11/16] wmbiff: Update FAQ.

2014-11-07 Thread Doug Torrance
--- wmbiff/FAQ | 60 1 file changed, 12 insertions(+), 48 deletions(-) diff --git a/wmbiff/FAQ b/wmbiff/FAQ index a8b9da6..65832c3 100644 --- a/wmbiff/FAQ +++ b/wmbiff/FAQ @@ -1,8 +1,9 @@ * Does WMBiff have a mailing list? -Subscribe

[PATCH 14/16] wmbiff: Remove sourceforgeupload target from Makefile; no longer needed.

2014-11-07 Thread Doug Torrance
--- wmbiff/Makefile.am | 4 1 file changed, 4 deletions(-) diff --git a/wmbiff/Makefile.am b/wmbiff/Makefile.am index 1b6e215..c971f1c 100644 --- a/wmbiff/Makefile.am +++ b/wmbiff/Makefile.am @@ -38,7 +38,3 @@ ChangeLog: Makefile configure.ac echo "Unable to build ChangeLog f

[PATCH 15/16] wmbiff: Update ChangeLog (used git2cl).

2014-11-07 Thread Doug Torrance
--- wmbiff/ChangeLog | 275 +++ 1 file changed, 275 insertions(+) diff --git a/wmbiff/ChangeLog b/wmbiff/ChangeLog index efc9359..4271326 100644 --- a/wmbiff/ChangeLog +++ b/wmbiff/ChangeLog @@ -1,3 +1,278 @@ +2014-11-07 Doug Torrance

[PATCH 16/16] wmbiff: Release version 0.4.28.

2014-11-07 Thread Doug Torrance
--- wmbiff/NEWS | 3 +++ wmbiff/configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wmbiff/NEWS b/wmbiff/NEWS index c9b3fde..5549ddf 100644 --- a/wmbiff/NEWS +++ b/wmbiff/NEWS @@ -1,5 +1,8 @@ Release Notes ~ +Release 0.4.28 - November 7, 2014 +

[PATCH] debian: Capitalize "Maker" in X session desktop entry.

2014-11-07 Thread Doug Torrance
--- debian/debianfiles/wmaker-common.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debianfiles/wmaker-common.desktop b/debian/debianfiles/wmaker-common.desktop index 00edf58..6f88935 100644 --- a/debian/debianfiles/wmaker-common.desktop +++ b/debian/debianfile

[PATCH (whome)] dockapps/dockapps.db: Add new version of wmbiff.

2014-11-08 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 2151a74..d46b5db 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -116,7 +116,7 @@ dockapps = 34 category = System Monitoring [wmbiff] -

[PATCH 02/17] wmcliphist: Add X11 build flags; otherwise wmcliphist fails to build.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcliphist/Makefile b/wmcliphist/Makefile index be3449d..c8ba5a9 100644 --- a/wmcliphist/Makefile +++ b/wmcliphist/Makefile @@ -1,6 +1,6 @@ CC ?= gcc PREFIX = /usr/local -INCLUDES = `pkg-config --cfla

[PATCH 00/17] wmcliphist

2014-11-22 Thread Doug Torrance
I'm currently packaging wmcliphist for Debian. The original author gave me his blessing to maintain it, and I feel that it would fit well in the dockapps repo. Carlos, if these patches are accepted, could you tag the first wmcliphist-2.0 and the last wmcliphist-2.1? Thanks! Doug Torranc

[PATCH 03/17] wmcliphist: Add to includes.

2014-11-22 Thread Doug Torrance
Otherwise, we get the following compiler warning: history.c:289:2: warning: implicit declaration of function ‘chmod’ [-Wimplicit-function-declaration] if ((chmod(fname, S_IRUSR|S_IWUSR)) != 0) { ^ --- wmcliphist/wmcliphist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmcliphist/wmclip

[PATCH 04/17] wmcliphist: Fix unused but set variable compiler warning.

2014-11-22 Thread Doug Torrance
In particular, utils.c: In function ‘from_utf8’: utils.c:13:7: warning: variable ‘error_code’ set but not used [-Wunused-but-set-variable] gint error_code; ^ --- wmcliphist/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcliphist/utils.c b/wmcliphist/uti

[PATCH 05/17] wmcliphist: Switch from angled brackets to quotes for local includes.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 2 +- wmcliphist/clipboard.c | 2 +- wmcliphist/gui.c| 2 +- wmcliphist/history.c| 2 +- wmcliphist/hotkeys.c| 2 +- wmcliphist/rcconfig.c | 2 +- wmcliphist/utils.c | 2 +- wmcliphist/wmcliphist.c | 30 +++--- wm

[PATCH 08/17] wmcliphist: Replace deprecated GTK symbols.

2014-11-22 Thread Doug Torrance
--- wmcliphist/clipboard.c | 14 - wmcliphist/gui.c| 50 wmcliphist/hotkeys.c| 26 - wmcliphist/wmcliphist.c | 76 - 4 files changed, 83 insertions(+), 83 deletions(-) diff --git

[PATCH 06/17] wmcliphist: Remove trailing whitespace.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile| 2 +- wmcliphist/clipboard.c | 12 +++--- wmcliphist/debug.c | 6 +-- wmcliphist/foodock/LICENSE | 2 +- wmcliphist/foodock/README | 4 +- wmcliphist/foodock/example.c | 6 +-- wmcliphist/foodock/foodo

[PATCH 11/17] wmcliphist: Fix new compiler warnings that appeared after GTK3 transition.

2014-11-22 Thread Doug Torrance
--- wmcliphist/gui.c| 34 -- wmcliphist/wmcliphist.c | 14 -- wmcliphist/wmcliphist.h | 4 +--- 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/wmcliphist/gui.c b/wmcliphist/gui.c index 0b02b5e..76d84ba 100644 --- a/wmcliphist/g

[PATCH 13/17] wmcliphist: Add manpage from Debian.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 3 +++ wmcliphist/wmcliphist.1 | 49 + 2 files changed, 52 insertions(+) create mode 100644 wmcliphist/wmcliphist.1 diff --git a/wmcliphist/Makefile b/wmcliphist/Makefile index 109834c..922e7e2 100644 --- a/wmcliphist

[PATCH 10/17] wmcliphist: Migrate to GTK3; remove bitmaps in favor of Cairo for mask.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile| 8 +++ wmcliphist/gui.c | 4 wmcliphist/icon/ico_16x16.xcf.bz2 | Bin 383 -> 0 bytes wmcliphist/icon/ico_16x16_mask.xbm | 7 -- wmcliphist/icon/ico_30x30.xcf.bz2 | Bin 2134 -> 0 bytes wmcliphist/icon/ico_30x30_mask.xb

[PATCH 12/17] wmcliphist: Remove .spec file; not needed upstream.

2014-11-22 Thread Doug Torrance
--- wmcliphist/wmcliphist.spec | 72 -- 1 file changed, 72 deletions(-) delete mode 100644 wmcliphist/wmcliphist.spec diff --git a/wmcliphist/wmcliphist.spec b/wmcliphist/wmcliphist.spec deleted file mode 100644 index 1b5a713..000 --- a/wmcliphist/

[PATCH 07/17] wmcliphist: Remove foodock library; use GTK dockapp code from wmpasman.

2014-11-22 Thread Doug Torrance
--- wmcliphist/Makefile | 8 +- wmcliphist/foodock/LICENSE | 481 --- wmcliphist/foodock/Makefile | 23 --- wmcliphist/foodock/README| 71 --- wmcliphist/foodock/VERSION | 1 - wmcliphist/foodock/example.c | 39 wmcliphist/f

[PATCH 16/17] wmcliphist: Add -b command line option to select which clipboard to manage.

2014-11-22 Thread Doug Torrance
--- wmcliphist/clipboard.c | 10 +- wmcliphist/gui.c| 4 wmcliphist/history.c| 6 +++--- wmcliphist/rcconfig.c | 8 wmcliphist/wmcliphist.1 | 6 +- wmcliphist/wmcliphist.c | 36 +--- wmcliphist/wmcliphist.h | 5 + wm

[PATCH 15/17] wmcliphist: Add -v command line option to print version.

2014-11-22 Thread Doug Torrance
--- wmcliphist/wmcliphist.1 | 4 +++- wmcliphist/wmcliphist.c | 6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wmcliphist/wmcliphist.1 b/wmcliphist/wmcliphist.1 index 7605037..af68043 100644 --- a/wmcliphist/wmcliphist.1 +++ b/wmcliphist/wmcliphist.1 @@ -3,7 +3,7 @@ wmcli

[PATCH 17/17] wmcliphist: Release version 2.1.

2014-11-22 Thread Doug Torrance
--- wmcliphist/ChangeLog| 7 +++ wmcliphist/NEWS | 2 ++ wmcliphist/wmcliphist.c | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wmcliphist/ChangeLog b/wmcliphist/ChangeLog index d4a39a2..a3acc8b 100644 --- a/wmcliphist/ChangeLog +++ b/wmcliphist/ChangeLog @@

[PATCH (dockapps) 0/2] wmcpufreq and wmcliphist webpage info

2014-11-22 Thread Doug Torrance
bc1a137c53e86c4398ca49c2aa9108d417ad9667 Thanks! Doug Torrance (2): Add wmcpufreq information for dockapps webpage. Add wmcliphist information for dockapps webpage. dockapps.db.in | 18 ++ 1 file changed, 18 insertions(+) -- 2.1.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr

[PATCH 2/2] Add wmcliphist information for dockapps webpage.

2014-11-22 Thread Doug Torrance
--- dockapps.db.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index e68b0a0..3859211 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -123,6 +123,13 @@ url = dockapps = 316 category = E-mail +[wmcliphist] +image = wmcliphist.gif +description =

[PATCH 1/2] Add wmcpufreq information for dockapps webpage.

2014-11-22 Thread Doug Torrance
--- dockapps.db.in | 11 +++ 1 file changed, 11 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 0292e46..e68b0a0 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -123,6 +123,17 @@ url = dockapps = 316 category = E-mail +[wmcpufreq] +image = "cp3.png,wmcpufre2.qpng.

[PATCH (dockapps)] Fix warning in update-dockapps.pl.

2014-11-23 Thread Doug Torrance
In particular, dereference hashes passed to keys function to avoid the following warnings: keys on reference is experimental at ./update-dockapps.pl line 91. keys on reference is experimental at ./update-dockapps.pl line 113. These warnings appeared after upgrading to Perl 5.20. --- update-dockap

[PATCH (whome)] Add wmcpufreq and wmcliphist to dockapps webpage.

2014-11-23 Thread Doug Torrance
--- dockapps/dockapps.db| 22 ++ dockapps/img/cp3.png| Bin 0 -> 1413 bytes dockapps/img/wmcliphist.gif | Bin 0 -> 2709 bytes dockapps/img/wmcpufre2.qpng.png | Bin 0 -> 1510 bytes dockapps/img/wmcpufreq.png | Bin 0 -> 1514 bytes 5 files chan

[PATCH 1/6] wmacpi: Remove deprecated /usr/X11R6/include directory from CFLAGS.

2014-11-23 Thread Doug Torrance
--- wmacpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmacpi/Makefile b/wmacpi/Makefile index 8b90efd..716e683 100644 --- a/wmacpi/Makefile +++ b/wmacpi/Makefile @@ -13,7 +13,7 @@ BUILD_CLI = 1 #OPT = -pg -g CC := gcc -CFLAGS += $(OPT) -Wall -W -g -ansi

[PATCH 2/6] wmacpi: Merge clean and clean-all targets in Makefile.

2014-11-23 Thread Doug Torrance
"make clean" should do the expected thing. --- wmacpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmacpi/Makefile b/wmacpi/Makefile index 716e683..44fb5bd 100644 --- a/wmacpi/Makefile +++ b/wmacpi/Makefile @@ -57,9 +57,9 @@ endif clean: rm -f TAGS *.o *~

[PATCH 3/6] wmacpi: Respect DESTDIR variable in Makefile, e.g., for package creation.

2014-11-23 Thread Doug Torrance
--- wmacpi/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wmacpi/Makefile b/wmacpi/Makefile index 44fb5bd..5c6f0aa 100644 --- a/wmacpi/Makefile +++ b/wmacpi/Makefile @@ -62,10 +62,10 @@ clean: clean-all: clean install: $(targets) - install -d $(PREFI

[PATCH 0/6] wmacpi updates

2014-11-23 Thread Doug Torrance
Here are a few patches for wmacpi. They clean up the Makefile a bit (mostly to make Debian packaging slightly more trivial) and fix some compiler warnings. Carlos, could you tag the last patch wmacpi-2.3? Thanks! Doug Torrance (6): wmacpi: Remove deprecated /usr/X11R6/include directory from

[PATCH 5/6] wmacpi: Fix -Wunused-result compiler warnings.

2014-11-23 Thread Doug Torrance
In particular, libacpi.c: In function ‘power_init’: libacpi.c:339:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buf, 4096, 1, acpi); ^ libacpi.c: In function ‘procfs_get_power_status’: libacpi.c:434:5: warning: ignoring r

[PATCH 4/6] wmacpi: Fix -Wunused-but-set-variable compiler warning.

2014-11-23 Thread Doug Torrance
In particular, libacpi.c: In function ‘procfs_get_battery_info’: libacpi.c:582:9: warning: variable ‘buflen’ set but not used [-Wunused-but-set-variable] int buflen; ^ --- wmacpi/libacpi.c | 4 1 file changed, 4 insertions(+) diff --git a/wmacpi/libacpi.c b/wmacpi/libacpi.c in

[PATCH 6/6] wmacpi: Bump to version 2.3.

2014-11-23 Thread Doug Torrance
--- wmacpi/ChangeLog| 11 +++ wmacpi/wmacpi-cli.c | 2 +- wmacpi/wmacpi.c | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/wmacpi/ChangeLog b/wmacpi/ChangeLog index d3793e2..64a7329 100644 --- a/wmacpi/ChangeLog +++ b/wmacpi/ChangeLog @@ -1,3 +1,14 @@ +2014

[PATCH (whome)] Update wmacpi on dockapps webpage.

2014-11-24 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 730a5da..985f272 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -40,7 +40,7 @@ dockapps = 299 category = System Monitoring [wmacpi] -v

[PATCH 00/12] libdockapp

2014-11-28 Thread Doug Torrance
epted, could you tag the first libdockapp-0.6.3 and the last libdockapp-0.6.4? Thanks! Doug Torrance (12): libdockapp: Add version 0.6.3 to repository. libdockapp: Remove autotools-generated files. libdockapp: Remove trailing whitespace. libdockapp: Remove CVS cruft. libdockapp

[PATCH 03/12] libdockapp: Remove trailing whitespace.

2014-11-28 Thread Doug Torrance
--- libdockapp/examples/basic/Imakefile | 2 +- libdockapp/examples/basic/README| 2 +- libdockapp/examples/basic/basic.c | 6 +++--- libdockapp/examples/rectangles/Imakefile| 2 +- libdockapp/examples/rectangles/rectangles.c | 22 +++--- libdo

[PATCH 06/12] libdockapp: Replace example Imakefiles with Makefiles.

2014-11-28 Thread Doug Torrance
imake is deprecated. --- libdockapp/README| 3 +-- libdockapp/examples/Makefile.am | 4 ++-- libdockapp/examples/basic/Imakefile | 29 - libdockapp/examples/basic/Makefile | 18 ++ libdockapp/examples/rectang

[PATCH 05/12] libdockapp: Use consistent code formatting.

2014-11-28 Thread Doug Torrance
Used uncrustify to minimize warnings and errors from checkpatch.pl in the Window Maker source tree. --- libdockapp/examples/basic/basic.c | 289 +-- libdockapp/examples/rectangles/rectangles.c | 732 ++-- libdockapp/src/daargs.c | 353 +

[PATCH 11/12] libdockapp: Update contact information.

2014-11-28 Thread Doug Torrance
--- libdockapp/Makefile.am | 2 +- libdockapp/NEWS | 4 ++-- libdockapp/configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libdockapp/Makefile.am b/libdockapp/Makefile.am index 7e696de..b1f8b30 100644 --- a/libdockapp/Makefile.am +++ b/libdockapp/Makefile.

[PATCH 10/12] libdockapp: Add update-changelog target to Makefile to update ChangeLog.

2014-11-28 Thread Doug Torrance
--- libdockapp/Makefile.am | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libdockapp/Makefile.am b/libdockapp/Makefile.am index aeaf39e..7e696de 100644 --- a/libdockapp/Makefile.am +++ b/libdockapp/Makefile.am @@ -24,3 +24,13 @@ dockapp.pc: Makefile @echo 'Cflags: -I${incl

[PATCH 12/12] libdockapp: Release version 0.6.4.

2014-11-28 Thread Doug Torrance
/ChangeLog @@ -1,3 +1,15 @@ +2014-11-28 Doug Torrance + + * NEWS, configure.ac: Release version 0.6.4. + +2014-11-28 Doug Torrance + + * Makefile.am, NEWS, configure.ac: Update contact information. + +2014-11-28 Doug Torrance + + * Add update-changelog target to Makefile to

[PATCH 04/12] libdockapp: Remove CVS cruft.

2014-11-28 Thread Doug Torrance
--- libdockapp/examples/basic/Imakefile | 1 - libdockapp/examples/basic/basic.c | 3 +-- libdockapp/examples/rectangles/Imakefile| 1 - libdockapp/examples/rectangles/rectangles.c | 3 +-- libdockapp/src/Makefile.am | 1 - libdockapp/src/daargs.c

[PATCH 09/12] libdockapp: Add new ChangeLog, created by git2cl.

2014-11-28 Thread Doug Torrance
/ChangeLog @@ -0,0 +1,162 @@ +2014-11-25 Doug Torrance + + * ChangeLog, NEWS, examples/basic/basic.c, src/dockapp.h: + Merge ChangeLog into NEWS (they were largely the same). + +2014-11-25 Doug Torrance + + * examples/basic/basic.c: Add #include +to basic example

[PATCH 08/12] libdockapp: Merge ChangeLog into NEWS (they were largely the same).

2014-11-28 Thread Doug Torrance
--- libdockapp/ChangeLog | 150 -- libdockapp/NEWS | 119 +- libdockapp/examples/basic/basic.c | 4 +- libdockapp/src/dockapp.h | 2 +- 4 files changed, 103 insertions(+), 172 deletions(-)

[PATCH 07/12] libdockapp: Add #include to basic example.

2014-11-28 Thread Doug Torrance
Otherwise, we get the following compiler warning: basic.c: In function ‘main’: basic.c:111:2: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] srandom(time(NULL)); ^ --- libdockapp/examples/basic/basic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib

[PATCH (dockapps)] Add libdockapp information for dockapps webpage.

2014-11-28 Thread Doug Torrance
--- dockapps.db.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 3859211..5417c90 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -5,6 +5,13 @@ url = dockapps = 253 category = Audio +[libdockapp] +image = libdockapp.png +description = "Sim

[PATCH (whome)] Add libdockapp to dockapps webpage.

2014-11-28 Thread Doug Torrance
--- dockapps/dockapps.db| 9 + dockapps/img/libdockapp.png | Bin 0 -> 1012 bytes 2 files changed, 9 insertions(+) create mode 100644 dockapps/img/libdockapp.png diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 985f272..c31a2a2 100644 --- a/dockapps/dockapps.db ++

[PATCH] Keep mute state from getting out of sync with reality

2014-12-04 Thread Doug Torrance
From: Robert Jacobs --- AlsaMixer.app/AMixer/AChannel.cc | 3 +++ AlsaMixer.app/Mixer.cc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AlsaMixer.app/AMixer/AChannel.cc b/AlsaMixer.app/AMixer/AChannel.cc index 81df656..745bf08 100644 --- a/AlsaMixer.app/AMixer/AC

[PATCH (whome)] Update AlsaMixer.app on dockapps webpapge.

2014-12-04 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index c31a2a2..de71684 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -1,5 +1,5 @@ [AlsaMixer.app] -version-0.1+20141005 = 912a75a4179fbcd58db4

[PATCH 00/10] wmifinfo patches

2014-12-08 Thread Doug Torrance
Here are a few wmifinfo patches, mostly Debian patches and compiler warning fixes. Carlos, could you tag the last patch wmifinfo-0.10? Thanks! Doug Torrance (10): wmifinfo: Update Makefile. wmifinfo: Add manpage. wmifinfo: Fix -Wpointer-sign compiler warnings. wmifinfo: Fix -Wunused-but

[PATCH 04/10] wmifinfo: Fix -Wunused-but-set-variable compiler warning.

2014-12-08 Thread Doug Torrance
--- wmifinfo/wmifinfo.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wmifinfo/wmifinfo.c b/wmifinfo/wmifinfo.c index 51e0dc3..cc6ee99 100644 --- a/wmifinfo/wmifinfo.c +++ b/wmifinfo/wmifinfo.c @@ -406,7 +406,6 @@ char *strupper(char *str) int getifinfo(char *ifname,

[PATCH 03/10] wmifinfo: Fix -Wpointer-sign compiler warnings.

2014-12-08 Thread Doug Torrance
--- wmifinfo/wmifinfo.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/wmifinfo/wmifinfo.c b/wmifinfo/wmifinfo.c index c8d7871..51e0dc3 100644 --- a/wmifinfo/wmifinfo.c +++ b/wmifinfo/wmifinfo.c @@ -58,7 +58,7 @@ struct ifinfo_t { char id[16];

[PATCH 01/10] wmifinfo: Update Makefile.

2014-12-08 Thread Doug Torrance
In particular, add support for common user-defined variables CFLAGS, CPPFLAGS, LDFLAGS, DESTDIR, and PREFIX. Also remove reference to deprecated X11R6 directory and use install instead of cp for install target. Inspired by the Debian patches: http://sources.debian.net/src/wmifinfo/0.09-7/debian/p

[PATCH 07/10] wmifinfo: Fix -Wpedantic compiler warning.

2014-12-08 Thread Doug Torrance
--- wmifinfo/wmifinfo.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wmifinfo/wmifinfo.c b/wmifinfo/wmifinfo.c index adb323d..827afec 100644 --- a/wmifinfo/wmifinfo.c +++ b/wmifinfo/wmifinfo.c @@ -656,6 +656,12 @@ void getifnames(void) int pifaces;

[PATCH 02/10] wmifinfo: Add manpage.

2014-12-08 Thread Doug Torrance
Adapted from Debian manpage: http://sources.debian.net/src/wmifinfo/0.09-7/debian/wmifinfo.1/ --- wmifinfo/Makefile | 3 +++ wmifinfo/wmifinfo.1 | 37 + 2 files changed, 40 insertions(+) create mode 100644 wmifinfo/wmifinfo.1 diff --git a/wmifinfo/Makefile

[PATCH 05/10] wmifinfo: Fix -Wunused-result compiler warnings.

2014-12-08 Thread Doug Torrance
--- wmifinfo/wmifinfo.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wmifinfo/wmifinfo.c b/wmifinfo/wmifinfo.c index cc6ee99..3ddf026 100644 --- a/wmifinfo/wmifinfo.c +++ b/wmifinfo/wmifinfo.c @@ -355,7 +355,10 @@ void exec_cmd(char *cmd) pid=fork();

[PATCH 06/10] wmifinfo: Remove C++ style comments.

2014-12-08 Thread Doug Torrance
--- wmifinfo/wmifinfo.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wmifinfo/wmifinfo.c b/wmifinfo/wmifinfo.c index 3ddf026..adb323d 100644 --- a/wmifinfo/wmifinfo.c +++ b/wmifinfo/wmifinfo.c @@ -189,7 +189,7 @@ int main(int argc, char *argv[])

[PATCH 08/10] wmifinfo: Fix -Wformat compiler warnings.

2014-12-08 Thread Doug Torrance
--- wmifinfo/nwn.c | 2 +- wmifinfo/wmifinfo.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wmifinfo/nwn.c b/wmifinfo/nwn.c index 0602b27..281b665 100644 --- a/wmifinfo/nwn.c +++ b/wmifinfo/nwn.c @@ -65,7 +65,7 @@ int nwn_get_link(char *ifname)

[PATCH 10/10] wmifinfo: Bump to version 0.10.

2014-12-08 Thread Doug Torrance
--- wmifinfo/Changelog | 9 + wmifinfo/Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wmifinfo/Changelog b/wmifinfo/Changelog index 0184cf3..cae7518 100644 --- a/wmifinfo/Changelog +++ b/wmifinfo/Changelog @@ -54,3 +54,12 @@ - the '-i' flag (init

[PATCH 09/10] wmifinfo: Add valid timeval.

2014-12-08 Thread Doug Torrance
Patch by Julien BLACHE from Debian: http://sources.debian.net/src/wmifinfo/0.09-7/debian/patches/wmifinfo-timeval_fix.patch/ For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503416 --- wmifinfo/wmifinfo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

[PATCH (whome)] Update wmifinfo on dockapps webpage.

2014-12-09 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index de71684..5ea3f7c 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -235,7 +235,7 @@ dockapps = 329 category = System Monitoring [wmifinfo

[PATCH 00/14] wmclock

2014-12-11 Thread Doug Torrance
Upstream appears to be inactive, so I'd like to add wmclock to the dockapps git repo. I've applied the Debian patches plus a few of my own. Carlos, if these are accepted, could you tag the first wmclock-1.0.14 and the last wmclock-1.0.15? Thanks! Doug Torrance (14): wmclock: A

[PATCH 03/14] wmclock: Add section to manpage about usage of translated XPM files.

2014-12-11 Thread Doug Torrance
Adapted from the Debian patch by Sandro Tosi : http://sources.debian.net/src/wmclock/1.0.14-6/debian/patches/manpage_xpm_notes.patch/ --- wmclock/wmclock.man.in | 15 +++ 1 file changed, 15 insertions(+) diff --git a/wmclock/wmclock.man.in b/wmclock/wmclock.man.in index dc50aee..8d38c

[PATCH 04/14] wmclock: Fix display when both -12 and -year are given.

2014-12-11 Thread Doug Torrance
Patch by Vino Fernando Crescini : http://sources.debian.net/src/wmclock/1.0.14-6/debian/patches/fix_12_year_display.patch/ For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228985 --- wmclock/wmclock.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff

[PATCH 02/14] wmclock: Fix first line of manpage.

2014-12-11 Thread Doug Torrance
Patch by Sandro Tosi from Debian package: http://sources.debian.net/src/wmclock/1.0.14-6/debian/patches/manpage_fixes.patch/ --- wmclock/wmclock.man.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wmclock/wmclock.man.in b/wmclock/wmclock.man.in index 0cda9c3..dc50aee 100

[PATCH 06/14] wmclock: Add -interval option.

2014-12-11 Thread Doug Torrance
>From the Debian patch: http://sources.debian.net/src/wmclock/1.0.14-6/debian/patches/add_interval_option.patch/ For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228986 --- wmclock/wmclock.c | 71 ++ wmclock/wmclock.

[PATCH 07/14] wmclock: Remove generated file wmclock.man.

2014-12-11 Thread Doug Torrance
--- wmclock/wmclock.man | 232 1 file changed, 232 deletions(-) delete mode 100644 wmclock/wmclock.man diff --git a/wmclock/wmclock.man b/wmclock/wmclock.man deleted file mode 100644 index 899584e..000 --- a/wmclock/wmclock.man +++ /dev/nu

[PATCH 05/14] wmclock: Show correct year when -year is given.

2014-12-11 Thread Doug Torrance
>From the Debian patch: http://sources.debian.net/src/wmclock/1.0.14-6/debian/patches/correct_year.patch/ For more information, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723887 --- wmclock/wmclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmclock/wmclock.c

[PATCH 12/14] wmclock: Update manpage.

2014-12-11 Thread Doug Torrance
Changes include: - Rename to wmclock.1. - Use @prefix@ instead of /usr for the location of the language xpm files. - Hardcode date instead of picking it up from a variable in the Makefile. --- wmclock/Makefile.am| 2 +- wmclock/configure.ac | 2 +- wmclock/wmclock.1.in | 250 ++

[PATCH 11/14] wmclock: Choose language with ./configure.

2014-12-11 Thread Doug Torrance
This is a feature that was present in the pre-autotools configure script. Note a syntax change: ./configure --lang foo is now ./configure --with-lang=foo Also remove the .xpm files in the root directory, as they are created during configuration. --- wmclock/Makefile.am | 2 +- wmclock/configur

[PATCH 08/14] wmclock: Remove wmclock.spec.in; not needed upstream.

2014-12-11 Thread Doug Torrance
--- wmclock/wmclock.spec.in | 128 1 file changed, 128 deletions(-) delete mode 100644 wmclock/wmclock.spec.in diff --git a/wmclock/wmclock.spec.in b/wmclock/wmclock.spec.in deleted file mode 100644 index b8c90a0..000 --- a/wmclock/wmclock.spe

[PATCH 13/14] wmclock: Update documentation.

2014-12-11 Thread Doug Torrance
In particular, document installation changes after switch to autotools and change maintainer to Window Maker Developers. --- wmclock/INSTALL | 38 +++--- wmclock/README | 5 + wmclock/configure.ac | 2 +- 3 files changed, 17 insertions(+), 28 deleti

[PATCH 09/14] wmclock: Remove trailing whitespace.

2014-12-11 Thread Doug Torrance
--- wmclock/ChangeLog | 12 ++--- wmclock/INSTALL| 16 +++ wmclock/Imakefile | 10 ++--- wmclock/README | 6 +-- wmclock/configure | 2 +- wmclock/dynlist.c | 14 +++--- wmclock/dynlist.h | 8 ++-- wmclock/wmclock.c | 116

[PATCH 14/14] wmclock: Bump to version 1.0.15.

2014-12-11 Thread Doug Torrance
@@ -1,3 +1,84 @@ +2014-12-11 Doug Torrance + + * Bump to version 1.0.15. + + * INSTALL, README, configure.ac: Update documentation. + In particular, document installation changes after switch to + autotools and change maintainer to Window Maker Developers

[PATCH 10/14] wmclock: Switch build system from deprecated imake to autotools.

2014-12-11 Thread Doug Torrance
--- wmclock/Imakefile| 87 wmclock/Makefile.am | 7 + wmclock/configure| 74 wmclock/configure.ac | 9 ++ 4 files changed, 16 insertions(+), 161 deletions(-) delete mode 100644 wmc

[PATCH (whome)] Add wmclock to dockapps webpage.

2014-12-12 Thread Doug Torrance
--- dockapps/dockapps.db | 9 + dockapps/img/wmclock.png | Bin 0 -> 1210 bytes 2 files changed, 9 insertions(+) create mode 100644 dockapps/img/wmclock.png diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index 5ea3f7c..f63d23d 100644 --- a/dockapps/dockapps.db +++ b/docka

[PATCH (dockapps)] Add wmclock information for dockapps webpage.

2014-12-12 Thread Doug Torrance
--- dockapps.db.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 5417c90..0f6bcb2 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -137,6 +137,13 @@ url = http://linux.nawebu.cz/wmcliphist/ dockapps = category = General/Others +[wmclock] +i

[PATCH 02/18] wmcdplay: Add -i option so users can specify cd polling interval.

2014-12-18 Thread Doug Torrance
Based on the patch from Debian by Marcelo E. Magallon [1], which fixed Debian bug #25121. [1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/add_interval_option.patch/ [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=25121 --- wmcdplay/wmcdplay.cc | 11 ++- 1 fil

[PATCH 00/18] wmcdplay

2014-12-18 Thread Doug Torrance
Here's yet another dockapp I'm proposing to be added to the dockapps repository. It includes some Debian patches and a few of my own. Carlos, if these patches are accepted, could you tag the first wmcdplay-1.0beta1 and the last wmcdplay-1.1? Thanks! Doug Torrance (18): wmcdplay: A

[PATCH 04/18] wmcdplay: Remove extra argument to format in fprintf.

2014-12-18 Thread Doug Torrance
This avoids the following warning during build: "warning: too many arguments for format [-Wformat-extra-args]" . Patch from Debian [1]. [1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/remove_extra_arg.patch/ --- wmcdplay/wmcdplay.cc | 2 +- 1 file changed, 1 insertion(+),

[PATCH 03/18] wmcdplay: Set remain variable to zero.

2014-12-18 Thread Doug Torrance
This avoids an possible undeclared variable error five lines later if remain is never set: "if(remain<2250)". Patch from Debian [1]. [1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/set_remain_to_zero.patch/ --- wmcdplay/wmcdplay.cc | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 06/18] wmcdplay: Build on the Hurd.

2014-12-18 Thread Doug Torrance
Fails to build from source on GNU/Hurd due to inclusion of a linux-specific header . Instead include . Patch by Samuel Thibault [1], which fixes Debian bug [1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/fix_hurd_ftbfs.patch/ [2] https://bugs.debian.org/cgi-bin/bugreport.c

[PATCH 05/18] wmcdplay: Add parentheses in cdctl.h.

2014-12-18 Thread Doug Torrance
This avoids the following warning during build: "warning: suggest parentheses around assignment used as truth value [-Wparentheses]" . Patch from Debian [1]. [1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/add_parentheses.patch/ --- wmcdplay/cdctl.h | 2 +- 1 file changed,

[PATCH 08/18] wmcdplay: Switch build system from deprecated imake to autotools.

2014-12-18 Thread Doug Torrance
--- wmcdplay/Imakefile| 8 wmcdplay/Makefile.am | 4 wmcdplay/configure.ac | 9 + 3 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 wmcdplay/Imakefile create mode 100644 wmcdplay/Makefile.am create mode 100644 wmcdplay/configure.ac diff --git a/wmc

[PATCH 10/18] wmcdplay: Install art script.

2014-12-18 Thread Doug Torrance
Changes include: - The artwork files XPM/*.art are now created during build time and therefore have been removed from the repository. - The script which creates them is now installed alongside the art files in case users would like to design their own artwork. - The "makeall" script, whose func

[PATCH 07/18] wmcdplay: Port to FreeBSD.

2014-12-18 Thread Doug Torrance
As is, wmcdplay does not build on FreeBSD systems. Although it has since been deleted, a port of wmcdplay for FreeBSD was available. It consisted primarily of a patch to cdctl.h [1]. Include this patch when building for FreeBSD. Based on the Debian patch [2]. [1] https://svnweb.freebsd.org/ports

[PATCH 09/18] wmcdplay: Change artwork installation directory.

2014-12-18 Thread Doug Torrance
Switch from deprecated X11R6 directory to conform to Filesystem Hierarcy Standards. Adapted from the original Debian patch by Marcelo E. Magallon [1] to take advantage of automake. [1] http://sources.debian.net/src/wmcdplay/1.0beta1-13/debian/patches/change_artwork_dir.patch/ --- wmcdplay/Make

<    1   2   3   4   5   6   7   8   9   10   >