Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 08/28/2000 21:20:44
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Aug 28 18:20:44 UTC 2000

Modified Files:
	pkgsrc/devel/p5-Curses: Makefile
	pkgsrc/devel/p5-Curses/files: md5 patch-sum
	pkgsrc/devel/p5-Curses/patches: patch-aa patch-ab

Log Message:
Update p5-Curses to 1.05.  Some changes in the new version:

 o Added the missing support functions c_chstrlen, c_Screen2sv.
   Oops. :)

 o Updated DIAGNOSTICS section of pod.

 o Added typedef detection support.

 o Rearranged PANELS support a little.

 o Removed support for wattr_get, wattr_off, wattr_on, and
   wattr_set (for now).  I got the prototypes from ncurses-1.9.9g,
   but they apparently differ from the "standard" ones.

 o Renamed "lines" everywhere, 'cause some curses library writer
   was stupid enough to #define it.  (Go figure.)

 o Reworked "optional" arguments, which only affects newterm(),
   panel_above() and panel_below().  Now, if you want to specify
   "NULL" as an argument, use "undef" instead of omitting the
   argument.  (Don't worry if this doesn't make sense.  You
   probably aren't affected anyway.)

 o Added the ncurses "curs_mouse" functions, but I have no idea
   if they work.  I couldn't even get the C versions to work, so
   I had no way of testing them.  Feedback on these functions
   would be appreciated.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/p5-Curses/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Curses/files/md5
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/p5-Curses/files/patch-sum
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-Curses/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Curses/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.