I'm adopting wmifs in Debian.  It has long been orphaned upstream, so I'd
like to add it to the dockapps repository.  I'm adding all the current
Debian patches, plus some of my own.

Carlos, if these patches are accepted, could you tag the first patch
wmifs-1.3b1 and the last patch wmifs-1.4?

Thanks!

Doug Torrance (25):
  wmifs: Add version 1.3b1 to repository.
  wmifs: Add BUFFER_SIZE constant.
  wmifs: Remove "heyho!" debugging message.
  wmifs: Prevent speedy scrolling problem.
  wmifs: Prevent crash when too many devices.
  wmifs: Update WMIFS_VERSION constant; update Changes.
  wmifs: Update Makefile.
  wmifs: Add lock mode.
  wmifs: Display long interface names.
  wmifs: Make sampling and scrolling intervals customizable.
  wmifs: Add auto interface.
  wmifs: Add #defines not appearing on all archs.
  wmifs: Remaining Debian patches.
  wmifs: Delete trailing whitespace.
  wmifs: Remove libc5 version.
  wmifs: Use consistent formatting style.
  wmifs: Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.
  wmifs: Update FSF address.
  wmifs: Update email and homepage.
  wmifs: Add to dockapps website.
  wmifs: Remove set but not used variable.
  wmifs: Use result of fgets.
  wmifs: Avoid NULL arguments to strdup.
  wmifs: Add manpage.
  wmifs: Bump to version 1.4.

 dockapps.db.in               |   11 +
 wmifs/BUGS                   |   76 +++
 wmifs/CHANGES                |  154 +++++++
 wmifs/COPYING                |  339 ++++++++++++++
 wmifs/HINTS                  |  105 +++++
 wmifs/INSTALL                |   95 ++++
 wmifs/README                 |   72 +++
 wmifs/TODO                   |   12 +
 wmifs/wmgeneral/list.c       |  154 +++++++
 wmifs/wmgeneral/list.h       |   59 +++
 wmifs/wmgeneral/misc.c       |  161 +++++++
 wmifs/wmgeneral/misc.h       |    9 +
 wmifs/wmgeneral/wmgeneral.c  |  386 ++++++++++++++++
 wmifs/wmgeneral/wmgeneral.h  |   50 ++
 wmifs/wmifs/Makefile         |   48 ++
 wmifs/wmifs/sample.wmifsrc   |    3 +
 wmifs/wmifs/wmifs-mask.xbm   |   71 +++
 wmifs/wmifs/wmifs-master.xpm |  115 +++++
 wmifs/wmifs/wmifs.1          |   73 +++
 wmifs/wmifs/wmifs.c          | 1044 ++++++++++++++++++++++++++++++++++++++++++
 20 files changed, 3037 insertions(+)
 create mode 100644 wmifs/BUGS
 create mode 100644 wmifs/CHANGES
 create mode 100644 wmifs/COPYING
 create mode 100644 wmifs/HINTS
 create mode 100644 wmifs/INSTALL
 create mode 100644 wmifs/README
 create mode 100644 wmifs/TODO
 create mode 100644 wmifs/wmgeneral/list.c
 create mode 100644 wmifs/wmgeneral/list.h
 create mode 100644 wmifs/wmgeneral/misc.c
 create mode 100644 wmifs/wmgeneral/misc.h
 create mode 100644 wmifs/wmgeneral/wmgeneral.c
 create mode 100644 wmifs/wmgeneral/wmgeneral.h
 create mode 100755 wmifs/wmifs/Makefile
 create mode 100644 wmifs/wmifs/sample.wmifsrc
 create mode 100644 wmifs/wmifs/wmifs-mask.xbm
 create mode 100644 wmifs/wmifs/wmifs-master.xpm
 create mode 100644 wmifs/wmifs/wmifs.1
 create mode 100644 wmifs/wmifs/wmifs.c

-- 
1.9.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to