Commit graph

1094 commits

Author SHA1 Message Date
Doug Torrance
a9b993ef1a wmcpuload: Bump to version 1.1.1. 2016-10-20 15:34:31 +01:00
Doug Torrance
6c8d54feb4 wmcpuload: Fix Makefile.am for automake 1.14.
Patch by Andreas Metzler <ametzler@debian.org> to fix Debian bug #724162.
2016-10-20 15:34:31 +01:00
Doug Torrance
d8a0e71add wmcpuload: Update url and contact information. 2016-10-20 15:34:31 +01:00
Doug Torrance
eb65ebf72c wmcpuload: Remove CVS cruft. 2016-10-20 15:34:31 +01:00
Doug Torrance
6ec1b805f3 wmcpuload: Update autotools files to silence warnings. 2016-10-20 15:34:31 +01:00
Doug Torrance
b1e74b06c7 wmcpuload: Restore some previous commits (COPYING update, whitespace). 2016-10-20 15:34:31 +01:00
Doug Torrance
e85e0559c3 wmcpuload: Bump to version 1.1.0pre5.
Obtained from http://distfiles.gentoo.org/distfiles/wmcpuload-1.1.0pre5.tar.gz
2016-10-20 15:33:40 +01:00
Doug Torrance
d606c50961 wmmp3: Add version 0.12 to repository. 2016-08-09 14:44:15 +01:00
Doug Torrance
d5d093bd10 ascd: Add version 0.13.2 to repository.
Obtained from:
https://web.archive.org/web/20090620082249/http://worldserver.oleane.com/rsn/ascd-en.html
2016-08-09 14:44:14 +01:00
Doug Torrance
897166414e Remove script for updating dockapps webpage; no longer needed. 2016-08-09 14:37:30 +01:00
Doug Torrance
25353b9708 wmbiff: Fix typos. 2016-07-20 16:37:37 +01:00
Doug Torrance
464744a386 wmbiff: Bump to version 0.4.29. 2016-07-20 11:26:09 +01:00
Doug Torrance
3149adc321 wmbiff: Close mailbox before we call status on it.
Additional patch by Nye Liu <nyet@nyet.org> to fix Debian bug #830889 [1].

[1] https://bugs.debian.org/830889
2016-07-20 11:26:09 +01:00
Doug Torrance
1d84a1d8e4 wmbiff: EXAMINE before STATUS
Patch by Nye Liu <nyet@nyet.org> to fix Debian bug #830889 [1].

Dear Maintainer,

Outlook Office365 IMAP servers now expect a client to issue at least one
EXAMINE before STATUS, or UNSEEN is always zero:

"unsub" folder has two messages, one unseen.

Broken:

56:04.84 > CJFK1 LOGIN "nyet@xxx" "xxx"
56:21.99 < CJFK1 OK LOGIN completed.
56:21.99 > CJFK2 STATUS unsub (MESSAGES UNSEEN)
56:22.20 < * STATUS unsub (MESSAGES 2 UNSEEN 0)
56:22.20 < CJFK2 OK STATUS completed.

Works:

56:46.04 > BPEB1 LOGIN "nyet@xxx" "xxx"
56:51.43 < BPEB1 OK LOGIN completed.
56:51.43 > BPEB2 EXAMINE unsub
56:51.67 < * 2 EXISTS
56:51.67 < * 0 RECENT
56:51.67 < * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)
56:51.67 < * OK [PERMANENTFLAGS ()] Permanent flags
56:51.67 < * OK [UNSEEN 2] Is the first unseen message
56:51.67 < * OK [UIDVALIDITY 164] UIDVALIDITY value
56:51.67 < * OK [UIDNEXT 16] The next unique identifier value
56:51.67 < BPEB2 OK [READ-ONLY] EXAMINE completed.
56:51.67 > BPEB3 STATUS unsub (MESSAGES UNSEEN)
56:51.89 < * STATUS unsub (MESSAGES 2 UNSEEN 1)
56:51.89 < BPEB3 OK STATUS completed.

Attached is a patch to always issue EXAMINE before a STATUS.

It doesn't seem like it has to be done before every STATUS, just at least once.
Is only a proof of concept. I don't presume to know the best way to handle
optimizing it.

[1] https://bugs.debian.org/830889
2016-07-12 19:32:49 +01:00
Doug Torrance
b44abc7a58 wmcalc: Fix reference to config file in manpage.
It incorrectly referenced the wmbutton config file instead.
2016-06-22 07:43:47 +02:00
Doug Torrance
5f0800719e wmifs: Bump to version 1.8. 2016-04-20 01:01:26 -04:00
Doug Torrance
7545c92c63 wmifs: Fix typos.
Ran `codespell -w .`.
2016-04-20 01:01:26 -04:00
Doug Torrance
dd5ea70c7c wmifs: Display version number from configure.ac with -v option. 2016-04-20 01:01:26 -04:00
Doug Torrance
9aa3fefdfb wmifs: Bump to version 1.7. 2016-04-19 17:02:12 -04:00
Doug Torrance
5a9ff14544 wmifs: Update INSTALL after switch to autotools. 2016-04-19 17:02:12 -04:00
Doug Torrance
fbbc06d554 wmifs: Add desktop entry file. 2016-04-19 17:02:12 -04:00
Doug Torrance
a70ee1fafb wmifs: Switch to autotools for build. 2016-04-19 17:02:12 -04:00
Doug Torrance
37e7f6b54b wmifs: Fix buffer overflow if interface has name > 8 characters.
Patch by anomie@users.sourceforge.net to fix Debian bug #805519. [1]

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805519
2016-04-19 12:06:03 -04:00
Doug Torrance
01ad1cff49 Add wmtop information for dockapps webpage. 2016-02-09 06:26:47 +05:30
Doug Torrance
448b5263c0 wmtop: Bump to version 0.85. 2016-02-08 19:17:21 +05:30
Doug Torrance
e27657432c wmtop: Remove .cvsignore. 2016-02-08 19:17:21 +05:30
Doug Torrance
a7a8760464 wmtop: Switch build system to autotools.
To take advantage of this, we rename CHANGES to ChangeLog and also replace
the WMTOP_VERSION macro with PACKAGE_VERSION.
2016-02-08 19:17:21 +05:30
Doug Torrance
5fd5619cc4 wmtop: Use proper int types.
Based partially on a patch by wbk to fix Gentoo bug #410093 [1].  From the
bug report:

  After fixing the /proc/meminfo issue, another bug will emerge on systems
  where total system RAM in bytes exceeds INT_MAX. The correct top three
  processes will be identified, but their load bars will have the wrong
  value. This is caused by a value overflow due to storing total system
  memory in an "int" type variable. We will end up thinking ((Total RAM)
  modulo (INT_MAX)) is our total system RAM, so our percentages will be
  inflated when drawing the load bar. This fix will require a bit more care
  to follow the flow of data and ensure this value isn't being cast to "int"
  along the way. Function return types will need to be changed.

[1] https://bugs.gentoo.org/show_bug.cgi?id=410093
2016-02-08 19:17:21 +05:30
Doug Torrance
9450f4cfd2 wmtop: Remove inline keywords.
Otherwise, build fails with "error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘void’" if using ANSI C.
2016-02-08 19:17:21 +05:30
Doug Torrance
62174abc69 wmtop: Add #define _BSD_SOURCE.
Avoid implicit declaration warnings (usleep and getpagesize) if compiled
using C99 standard.
2016-02-08 19:17:21 +05:30
Doug Torrance
e8f6ae1cdd wmtop: Switch user variable from int to uid_t.
Fixes 'comparison between signed and unsigned integer expressions' compiler
warnings.
2016-02-08 19:17:21 +05:30
Doug Torrance
c52108a87c wmtop: Remove wmgeneral directory and use libdockapp. 2016-02-08 19:17:21 +05:30
Doug Torrance
5586e092a7 wmtop: Escape minus signs and fix spelling errors in manpage.
Obtained from [1].

[1] https://sources.debian.net/src/wmtop/0.84-12/debian/patches/fix_manpage.patch/
2016-02-08 19:17:21 +05:30
Doug Torrance
229fe58553 wmtop: Fix incorrect memory usage.
Patch by Dwayne C. Litzenberger <dlitz@dlitz.net> to fix Debian bug #224732.

Obtained from [1].

[1] https://sources.debian.net/src/wmtop/0.84-12/debian/patches/fix_incorrect_memory_usage.patch/
2016-02-08 19:17:21 +05:30
Doug Torrance
1c9780cfbe wmtop: Add version 0.84 to repository.
Obtained from [1].

[1] http://http.debian.net/debian/pool/main/w/wmtop/wmtop_0.84.orig.tar.gz
2016-02-08 19:16:31 +05:30
Doug Torrance
8e7eca3c7c Add wmget information for dockapps webpage. 2016-02-08 19:15:14 +05:30
Doug Torrance
e2236dc16b wmget: Bump to version 0.6.1. 2016-02-07 21:06:01 +05:30
Doug Torrance
1a9438fbe2 wmget: Remove docbook -> manpage conversion.
It was resulting in compilation errors:
   profzoom@cayke:~/src/dockapps/dockapps/wmget$ xsltproc --nonet
     wmget.refentry.xml
   I/O error : Attempt to load network entity http://docbook.sourceforge.net/
     release/xsl/1.62/manpages/docbook.xsl
   warning: failed to load external entity "http://docbook.sourceforge.net/
     release/xsl/1.62/manpages/docbook.xsl"
   error
   xsltParseStylesheetFile : cannot parse http://docbook.sourceforge.net/
     release/xsl/1.62/manpages/docbook.xsl
   compilation error: file wmget.refentry.xml line 19 element refentry
   xsltParseStylesheetProcess : document is not a stylesheet

We therefore remove the xml source file and in the future, we will edit the
troff file directly.

We also add the version number to the manpage via autoconf.
2016-02-07 21:06:01 +05:30
Doug Torrance
f74b7b33ac wmget: Switch to autotools for build. 2016-02-07 21:06:01 +05:30
Doug Torrance
575318c566 wmget: Fix resource leaks.
In particular, fclose() all the files we fopen().  From Debian [1].

[1] http://sources.debian.net/src/wmget/0.6.0-5/debian/patches/
    fix_resource_leaks.patch/
2016-02-07 21:06:01 +05:30
Doug Torrance
e64a950200 wmget: Fix -Wpointer-to-int-cast compiler warnings.
In particular, use intptr_t instead of int.  From the Debian patch [1].

[1] http://sources.debian.net/src/wmget/0.6.0-5/debian/patches/
    fix_-Wpointer-to-int-cast.patch/
2016-02-07 21:06:01 +05:30
Doug Torrance
6efd8b9b4a wmget: Add version 0.6.0 to repository.
Obtained from [1].

[1] http://amtrickey.net/download/wmget-0.6.0-src.tar.gz
2016-02-07 21:05:16 +05:30
Doug Torrance
9c71958173 wmtv: Remove define of VERSION in favor of version defined by autoconf. 2016-02-01 15:26:00 +05:30
Doug Torrance
4b470be962 wmtv: Bump to version 0.6.6. 2016-02-01 15:26:00 +05:30
Doug Torrance
aec6b65e71 wmtv: Update and tidy up README. 2016-02-01 15:26:00 +05:30
Doug Torrance
19e8a20f6e wmtv: Add manpage from Debian.
From [1].

[1] http://sources.debian.net/src/wmtv/0.6.5-17/debian/wmtv.1/
2016-02-01 15:26:00 +05:30
Doug Torrance
6228ddd7ed wmtv: Switch to autotools for build.
Also rename CREDITS and CHANGES to AUTHORS and ChangeLog, resp.
2016-02-01 15:26:00 +05:30
Doug Torrance
04dd708888 wmtv: Restore non-libdockapp wmgeneral (for now).
Currently incompatible with shared library.  For example, it needs to
get some attributes of iconwin, which is not public.
2016-02-01 15:26:00 +05:30
Doug Torrance
00b14d1a67 wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h.
Fixes the following warning:
   In file included from src/wmtv.c:47:0:
   /usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is
     obsolete and may be removed in the future." [-Wcpp]
    #warning "xf86dga.h is obsolete and may be removed in the future."
     ^
   /usr/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include
     <X11/extensions/Xxf86dga.h> instead." [-Wcpp]
    #warning "include <X11/extensions/Xxf86dga.h> instead."
     ^
2016-02-01 15:26:00 +05:30
Doug Torrance
bd2d210e3f wmtv: Update video4linux include.
Patch by Daniel Polehn <dpolehn@gmail.com> [1].

[1] https://bugs.launchpad.net/ubuntu/+source/wmtv/+bug/756053
2016-02-01 15:26:00 +05:30