~100K diff shows switching over to information returned by driver rather
than built-in static tables. UI fixes. Generic code cleanup.
- Respect $(CC) and ${X11BASE}
- Remove -O from vendor's Makefile
- Respect ${INSTALL_PROGRAM}, and do not unconditionally strip the binary
- Install user's guide
PR: 84971
Submitted by: jylefort
BisonGen is a general-purpose parser generator that converts a grammar
description for an LALR(1) context-free grammar into a program to
parse that grammar.
WWW: http://www.4suite.org
PR: ports/84546
Submitted by: Frerich Raabe <frerich@hex.athame.co.uk>
OpenID is a decentralized identity system, but one that's actually
decentralized and doesn't entirely crumble if one company turns evil
or goes out of business.
An OpenID identity is just a URL. You can have multiple identities in
the same way you can have multiple URLs. All OpenID does is provide a
way to prove that you own a URL (identity).
Anybody can run their own site using OpenID, and anybody can be an
OpenID server, and they all work with each other without having to
register with or pay anybody to "get started". An owner of a URL can
pick which OpenID server to use.
WWW: http://www.openid.net
PR: ports/85284
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
Data::Password checks potential passwords for crackability. It checks that the
password has the appropriate length, that it has enough character groups, that
it does not contain the same characters repeatedly, that it does not contain
ascending or descending characters, or characters close to each other on the
keyboard. It also searches for the password in the ispell word file.
WWW: http://search.cpan.org/~razinf/Data-Password/
PR: ports/84513
Submitted by: ports@c0decafe.net
labels plus a startup script that allows disks to be configured at boot
based on the existance of a geom label.
This release de-supports FreeBSD < 5.3 due to the geom label support
requirment.
- Fix patch files to match new source [1]
- Change logic in Makefile to use the SQUID_UID and SQUID_GID defaults
that the squid port uses, remove the need to specify the uid/gid,
but inform the user that the defaults are used. (remove the
NO_PACKAGE block) [1]
- Rename patches to reflect which files are patched
PR: ports/85215
Submitted by: Phil Kernick <philk@rotfl.com.au>
Reviewed by: Chris Larsen <darth@vader.dk> [1]