FreeBSD cad : qmls4>
Quine-McCluskey Logic Simplifier
The Quine-McCluskey Logic Simplifier is a utility written to simplify
digital logic. You feed it a canonical decimal list and it does the rest.
|
qmls history
v. 1.9
date: 2006/02/23 10:34:53; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.8
date: 2005/11/15 06:48:11; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.7
date: 2005/05/31 16:37:13; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.6
date: 2004/03/14 06:16:04; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.5
date: 2004/02/05 20:37:00; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.4
date: 2003/02/20 16:52:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.3
date: 2002/11/10 16:45:16; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.2
date: 2002/11/06 22:44:06; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.1
date: 2001/12/10 05:18:39; author: ijliao; state: Exp;
add qmls
Quine-McCluskey Logic Simplifier
=============================================================================
|