Package: xbuffy / 3.3.bl.3.dfsg-8+deb7u1

Metadata

Package Version Patches format
xbuffy 3.3.bl.3.dfsg-8+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Bring build system to proper state.patch | (download)

Makefile.in | 41 21 + 20 - 0 !
configure.in | 29 16 + 13 - 0 !
2 files changed, 37 insertions(+), 33 deletions(-)

 bring build system to proper state.

- do not link against Xmu or Xext as we do not use them
- do not link against nls unless needed
- no not reference files not longer existing
- support newer autoconf (so --host and --build can both be given)
- therefor move header headings from acconfig.h to configure.in
- use NNTP_OBJS for nntp.o
- support DESTDIR
- install app-defaults to proper place (http://bugs.debian.org/86303)
- install led binary to the proper place

0002 Add header parsing code to replace the non free one .patch | (download)

Makefile.in | 3 1 + 2 - 0 !
headers.c | 248 248 + 0 - 0 !
xbuffy.c | 26 13 + 13 - 0 !
xbuffy.h | 4 3 + 1 - 0 !
4 files changed, 265 insertions(+), 16 deletions(-)

 add header parsing code to replace the non-free one removed


0003 Some small tidy ups.patch | (download)

boxfile.c | 3 1 + 2 - 0 !
led.c | 4 3 + 1 - 0 !
libdyn/dyn.h | 7 7 + 0 - 0 !
libdyn/dynP.h | 5 4 + 1 - 0 !
libdyn/dyn_append.c | 6 5 + 1 - 0 !
libdyn/dyn_create.c | 5 3 + 2 - 0 !
libdyn/dyn_delete.c | 8 6 + 2 - 0 !
libdyn/dyn_insert.c | 8 6 + 2 - 0 !
libdyn/dyn_put.c | 5 3 + 2 - 0 !
libdyn/dyn_realloc.c | 3 2 + 1 - 0 !
libdyn/dyn_size.c | 3 1 + 2 - 0 !
nntp.c | 18 7 + 11 - 0 !
xbuffy.c | 28 16 + 12 - 0 !
xbuffy.h | 10 10 + 0 - 0 !
xbuffy.man | 64 32 + 32 - 0 !
15 files changed, 106 insertions(+), 71 deletions(-)

 some small tidy ups
  - use stdarg instead of varargs
  - fixes of string typos and missing escapes
  - removal of unnecessary casts and definitions
  - added several #includes and declerations to avoid warnings

(based on 01_original.dpatch by Joel Rosdahl)

0004 led related patches.patch | (download)

README.LED | 16 16 + 0 - 0 !
led.c | 18 17 + 1 - 0 !
xbuffy.c | 45 30 + 15 - 0 !
3 files changed, 63 insertions(+), 16 deletions(-)

 led related patches
 taken from 01_original.dpatch from Joel Rasdahl


0005 Add a nohighlight option to avoid highlighting.patch | (download)

XBuffy.ad | 1 1 + 0 - 0 !
boxfile.c | 20 15 + 5 - 0 !
boxfile.fmt | 1 1 + 0 - 0 !
xbuffy.c | 29 18 + 11 - 0 !
xbuffy.h | 4 3 + 1 - 0 !
xbuffy.man | 12 11 + 1 - 0 !
6 files changed, 49 insertions(+), 18 deletions(-)

 add a nohighlight option to avoid highlighting


0006 Indent subject lines.patch | (download)

xbuffy.c | 11 9 + 2 - 0 !
1 file changed, 9 insertions(+), 2 deletions(-)

 indent subject lines.

Based on an idea from Albert Ting <alt@artisan.com>.

0007 Use home brl .xbuffyrc if nothing else is given.patch | (download)

boxfile.c | 4 3 + 1 - 0 !
xbuffy.c | 9 9 + 0 - 0 !
xbuffy.man | 12 9 + 3 - 0 !
3 files changed, 21 insertions(+), 4 deletions(-)

 use /home/brl/.xbuffyrc if nothing else is given


0008 Changed center to be a bit more like the description.patch | (download)

xbuffy.c | 13 6 + 7 - 0 !
1 file changed, 6 insertions(+), 7 deletions(-)

 changed -center to be a bit more like the description


0009 Correct nohighlight and nobeep options.patch | (download)

boxfile.c | 4 2 + 2 - 0 !
xbuffy.c | 10 9 + 1 - 0 !
2 files changed, 11 insertions(+), 3 deletions(-)

 correct nohighlight and nobeep options

(with some corrections by Joel Rosdahl <joel@debian.org>)

0010 check boxes more often.patch | (download)

xbuffy.c | 20 16 + 4 - 0 !
1 file changed, 16 insertions(+), 4 deletions(-)

 check boxes more often

taken from 01_original.dpatch by Joel Rosdahl <joel@debian.org>

0011 Add a checkfile mailbox type that just prints the si.patch | (download)

boxfile.c | 10 7 + 3 - 0 !
xbuffy.c | 32 30 + 2 - 0 !
xbuffy.h | 1 1 + 0 - 0 !
xbuffy.man | 4 4 + 0 - 0 !
4 files changed, 42 insertions(+), 5 deletions(-)

 add a 'checkfile' mailbox-type that just prints the size of a file


0012 Add a silent command line option to suppress all aud.patch | (download)

xbuffy.c | 6 5 + 1 - 0 !
xbuffy.h | 1 1 + 0 - 0 !
xbuffy.man | 8 5 + 3 - 0 !
3 files changed, 11 insertions(+), 4 deletions(-)

 add a -silent command line option to suppress all audio


0013 Retry autodetection when mailbox is not statable.patch | (download)

xbuffy.c | 72 42 + 30 - 0 !
xbuffy.h | 1 1 + 0 - 0 !
2 files changed, 43 insertions(+), 30 deletions(-)

 retry autodetection when mailbox is not statable

See http://bugs.debian.org/168910

0014 fix manpage errors.patch | (download)

xbuffy.man | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix manpage errors

- remove '.uc' from mancase as it is causing make errors