Re: RESUBMIT: cnagios

2008-02-05 Thread rader

  this version includes a patch to fix a segfault I was seeing,
  and honours CC/CFLAGS.

Okay.   I just added cnagios/patches/patch-read_c and
patch-Makefile_in to v0.21
 

  alright on i386 after patching; I've tested build on sparc64
  but I don't have a suitable nagios installation to test it
  properly on !i386 at the moment.

Fwiw: You can get by w/ no nagios--just a status.dat file. 


  i like it, maybe i'll dig a VT420 out of the attic for a
  nice dedicated display :)

I set aside a vt220 a few years ago--but then I added the
colorization code and that caused me to drop the idea.

steve
--



cnagios v0.21

2008-02-05 Thread rader

As per all the traffic yesterday and this morning...

 ftp://noc.hep.wisc.edu/pub/src/cnagios

Can any of you think of a clean way to post a screenshot of cnagios
to the web?  I cooked up this recipe but there's got to be a better 
way?

 config twm to do non-interactive placement mode
 vncserver 
 xterm -display :1 -geom 100x50 \
+sb -bg black -fg cyan -title Cnagios -e cnagios 
 xwd -display :1 -name Cnagios  cnagios.xwd
 convert cnagios.xwd cnagios.jpg

steve
--

PS: you guys know about nagiosr, right?



Re: mutt rename mailbox

2008-02-05 Thread Okan Demirmen
On Sun 2008.01.13 at 12:49 -0600, Marco Peereboom wrote:
 When one tries to rename an IMAP mailbox in -current mutt the suggestion
 is a bunch of garbled characters.  I have seen this for a while but keep
 forgetting to report it.
 
 Little bit of a screenshot (cut out some stuff fore brevity):
 y:Exit  c:Chdir  m:Mask  ?:Help   
   

 INBOX   183(35)| 1 IMAP Banana
 hackers 190| 2 IMAP Deleted Messages
| 4 IMAP Drafts
| 6 IMAP INBOX
|12 IMAP Old inbox junk
|13 IMAP OpenBSD
|14 IMAP OpeniSCSI  
 -- Mutt: Directory [imaps://mail.peereboom.us/], File mask: !^\.[^.]   
 Rename mailbox OpeniSCSI to: \u008c:,,^P}^A!3?^A\u0088??^?
  ^^
 
 Garbage is underscored by 

could mutt (snapshot) users try this?

Index: Makefile
===
RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile11 Nov 2007 10:09:43 -  1.45
+++ Makefile5 Feb 2008 16:08:01 -
@@ -4,6 +4,7 @@ COMMENT=tty-based e-mail client, develo
 
 VERSION=   1.5.17
 DISTNAME=  mutt-${VERSION}
+PKGNAME=   ${DISTNAME}p0
 MASTER_SITES=  ${MASTER_SITES_MUTT:=devel/}
 
 FLAVORS=   idn sasl sidebar
Index: patches/patch-imap_browse_c
===
RCS file: patches/patch-imap_browse_c
diff -N patches/patch-imap_browse_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-imap_browse_c 5 Feb 2008 16:08:01 -
@@ -0,0 +1,22 @@
+$OpenBSD$
+--- imap/browse.c.orig Mon May 28 19:19:39 2007
 imap/browse.c  Tue Feb  5 11:08:35 2008
+@@ -298,6 +298,7 @@ int imap_mailbox_rename(const char* mailbox)
+   IMAP_MBOX mx;
+   char buf[LONG_STRING];
+   char newname[SHORT_STRING];
++  short n;
+ 
+   if (imap_parse_path (mailbox, mx)  0)
+   {
+@@ -313,7 +314,9 @@ int imap_mailbox_rename(const char* mailbox)
+   }
+ 
+   snprintf(buf, sizeof (buf), _(Rename mailbox %s to: ), mx.mbox);
+-  
++
++  strfcpy (newname, NONULL (mx.mbox), sizeof (newname));
++
+  if (mutt_get_field (buf, newname, sizeof (newname), M_FILE)  0)
+ goto fail;
+ 



UPDATE: devel/geany (0.12 = 0.13)

2008-02-05 Thread Vlad Glagolev
Changelog:
* Project session file support
* File Browser sidebar plugin, VCdiff plugin and Autosave plugin
* Plugin Manager dialog to enable/disable plugins
* Configurable keybindings for Cut, Copy and Paste
* native GTK printing support
* and of course many bug fixes and improvements
* New translations: Japanese, Ukrainian and Greek, many updated translations

Tested: @i386.

-- 
Cheerz,
Vlad Enqlave Glagolev


update-geany--0.13.diff
Description: Binary data


pgpPUuKGuqfEI.pgp
Description: PGP signature


Re: UPDATE: devel/geany (0.12 = 0.13)

2008-02-05 Thread Landry Breuil
On Tue, Feb 05, 2008 at 10:49:02PM +0300, Vlad Glagolev wrote:
 Changelog:
 * Project session file support
 * File Browser sidebar plugin, VCdiff plugin and Autosave plugin
 * Plugin Manager dialog to enable/disable plugins
 * Configurable keybindings for Cut, Copy and Paste
 * native GTK printing support
 * and of course many bug fixes and improvements
 * New translations: Japanese, Ukrainian and Greek, many updated 
 translations
 
 Tested: @i386.
 
Tested on i386 with vte flavor, works fine too. I'm taking care of it.

Landry



Re: mutt rename mailbox

2008-02-05 Thread Okan Demirmen
On Tue 2008.02.05 at 14:27 -0500, Okan Demirmen wrote:
 On Sun 2008.01.13 at 12:49 -0600, Marco Peereboom wrote:
  When one tries to rename an IMAP mailbox in -current mutt the suggestion
  is a bunch of garbled characters.  I have seen this for a while but keep
  forgetting to report it.
  
  Little bit of a screenshot (cut out some stuff fore brevity):
  y:Exit  c:Chdir  m:Mask  ?:Help 
  
 
  INBOX   183(35)| 1 IMAP Banana
  hackers 190| 2 IMAP Deleted Messages
 | 4 IMAP Drafts
 | 6 IMAP INBOX
 |12 IMAP Old inbox junk
 |13 IMAP OpenBSD
 |14 IMAP OpeniSCSI  
  -- Mutt: Directory [imaps://mail.peereboom.us/], File mask: !^\.[^.]   
  Rename mailbox OpeniSCSI to: \u008c:,,^P}^A!3?^A\u0088??^?
   ^^
  
  Garbage is underscored by 
 
 could mutt (snapshot) users try this?

sorry, sthen pointed out a bogus var that snuck in...the following is
without that...

Index: Makefile
===
RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile11 Nov 2007 10:09:43 -  1.45
+++ Makefile5 Feb 2008 22:37:34 -
@@ -4,6 +4,7 @@ COMMENT=tty-based e-mail client, develo
 
 VERSION=   1.5.17
 DISTNAME=  mutt-${VERSION}
+PKGNAME=   ${DISTNAME}p0
 MASTER_SITES=  ${MASTER_SITES_MUTT:=devel/}
 
 FLAVORS=   idn sasl sidebar
Index: patches/patch-imap_browse_c
===
RCS file: patches/patch-imap_browse_c
diff -N patches/patch-imap_browse_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-imap_browse_c 5 Feb 2008 22:37:34 -
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- imap/browse.c.orig Mon May 28 19:19:39 2007
 imap/browse.c  Tue Feb  5 17:42:51 2008
+@@ -313,7 +313,9 @@ int imap_mailbox_rename(const char* mailbox)
+   }
+ 
+   snprintf(buf, sizeof (buf), _(Rename mailbox %s to: ), mx.mbox);
+-  
++
++  strfcpy (newname, NONULL (mx.mbox), sizeof (newname));
++
+  if (mutt_get_field (buf, newname, sizeof (newname), M_FILE)  0)
+ goto fail;
+ 



Re: mutt rename mailbox

2008-02-05 Thread Mike Erdely
On Tue, Feb 05, 2008 at 05:40:13PM -0500, Okan Demirmen wrote:
 On Tue 2008.02.05 at 14:27 -0500, Okan Demirmen wrote:
  On Sun 2008.01.13 at 12:49 -0600, Marco Peereboom wrote:
   When one tries to rename an IMAP mailbox in -current mutt the suggestion
   is a bunch of garbled characters.  I have seen this for a while but keep
   forgetting to report it.
  
  could mutt (snapshot) users try this?
 
 sorry, sthen pointed out a bogus var that snuck in...the following is
 without that...

Problem is fixed on alpha and i386 for me.

-ME



NEW: devel/ruby-yadis

2008-02-05 Thread Paul Irofti
pkg/DESCR:

A ruby library for performing Yadis service discovery. 
You may learn more about the Yadis protocol at http://www.yadis.org/ 

Required dependency for ruby-openid, please test and commit.


ruby-yadis.tgz
Description: application/tar-gz