add qmls
Quine-McCluskey Logic Simplifier
This commit is contained in:
parent
85da093438
commit
0d8c0cb73a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51304
@ -21,6 +21,7 @@
|
||||
SUBDIR += pdnmesh
|
||||
SUBDIR += pisces
|
||||
SUBDIR += qcad
|
||||
SUBDIR += qmls
|
||||
SUBDIR += sceptre
|
||||
SUBDIR += sis
|
||||
SUBDIR += spice
|
||||
|
20
cad/qmls/Makefile
Normal file
20
cad/qmls/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: qmls
|
||||
# Date created: Dec 10, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qmls
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
cad/qmls/distinfo
Normal file
1
cad/qmls/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qmls-0.2.tar.gz) = 9e617ba17d4440664300b573803811f1
|
1
cad/qmls/pkg-comment
Normal file
1
cad/qmls/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Quine-McCluskey Logic Simplifier
|
2
cad/qmls/pkg-descr
Normal file
2
cad/qmls/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
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.
|
1
cad/qmls/pkg-plist
Normal file
1
cad/qmls/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/qmls
|
Loading…
Reference in New Issue
Block a user