- PKGNAME is checked for being a valid package name.
- PLIST files should not contain filenames that match */CVS/*.
- Completely rewrote the check for variable ordering. The new code
operates on a data structure that's easily understandable and
extendable (see the source for an example). It also generates greatly
improved diagnostics. As the old code had been enabled only when
checking with -Wvague or -Wall, it has been seldom used anyway.
XXX someone please test the PAM stuff on >=3
Changes:
"I goofed up the versioning on 5.20... so I wiped it out
and put a new 5.20.1 up "
5.20
win32 changes from Tim Auckland:
* Faster starting fix
general install fix
flow now uses PolyDraw... making it run faster
Juggle cleaned up Arc drawing and
XQueryFont now returns a dummy font (which XDrawString ignores)
fiberlamp now jiggles
XTranslateCoordinates fixed, Arc fixes, and pattern label disabled
for juggle...
win32 changes from David Bagley:
* New bitmaps and pixmaps. Makefile change so maze uses one.
shifted text printing in api and on apollonian mode
polyominoes looks better because I changed the meaning in the Api
for DrawRectangle. It now just draws a rectangle outline.
added julia life life1d swarm tetris
voters inverted but this uses xbm?
made FULL_RANDOM the default
fixed much of xjack (except when it gets to bottom of screen)
Labeling now on right side and aligned.
Change the name from xlockmore95.scr to xlock.scr.
Added a new ico file.
I added 17 modes on top and took out some warnings.
Merged with xlockmore95-0.11 with thanks to author Petey Leinonen
<petey_leinonen AT yahoo.com.au>. See win32 readme.txt and todo.txt.
double buffering implemented, transparent background for text,
XPutImage fixes, XCreateImage added
Currently, it is not easy to select a specific mode and some modes
need work.
Modified life and life1d sizing to be more variable when there
* is no bitmap. Also thanks to Tom Schmidt for a non Grelb icon fix.
voters modified to have proper colors for Democrats and Republicans.
As a left wing liberal, I just had to add the "Green" bitmap.
Old commie icon available as compile time option (but will be green).
New portable method for locking Virtual Terminals (vt). Added to README.
Thanks to Sergei Golubchik <sergii AT pisem.net>.
Allow xlockrc to allow passwords of any length (not just 8) thanks to
<Manuel.Reimer AT gmx.de> (actually it just ignores characters after
the 8th character... but now ignores it in a more consistent way).
make.com modified to use IEEE floats instead of VAX-floats thanks to
Jouk Jansen.
Changed default for PAM (since I have got a few mails about it). Compile
OD_PAM (sorry did not know what else to call it) if you like the old
way. GenToo and (most?) other Linux versions should compile by default.
Changes since 4.36:
- Stricter type checking.
- Added checks for TOOL_* variables.
- Added {pre,do,post}-extract to the list of valid stages.
- Fixed the regular expression for detecting tool names.
- Added a check for invalid syntax in tool names.
- Improved some diagnostics.
Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.
Removed the -Wworkdir option. Added an --import option that replaces
-Wworkdir. Changed the warning about uncleaned work* directories into an
error. Updated the man page.
Changes since 4.33:
- Fixed the --autofix handling of category Makefiles.
- Added an --import option that helps importing packages from pkgsrc-wip.
- Fixed handling of files ending in a continuation line.
- Using ${WRKSRC}/.. in a package is considered an error.