diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-10 05:18:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-10 05:18:39 +0000 |
commit | 0d8c0cb73af77d51bd6d0e55aff05c5b4d9b035e (patch) | |
tree | 627341383cf5fb3a1ffb7c8fe1e8006a8c5ad6ac /cad | |
parent | Back this down to version 1.28 until the Bison developers can acutally (diff) |
add qmls
Quine-McCluskey Logic Simplifier
Notes
Notes:
svn path=/head/; revision=51304
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/qmls/Makefile | 20 | ||||
-rw-r--r-- | cad/qmls/distinfo | 1 | ||||
-rw-r--r-- | cad/qmls/pkg-comment | 1 | ||||
-rw-r--r-- | cad/qmls/pkg-descr | 2 | ||||
-rw-r--r-- | cad/qmls/pkg-plist | 1 |
6 files changed, 26 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index fbcc0b1fac0c..8e3d8f1b6074 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -21,6 +21,7 @@ SUBDIR += pdnmesh SUBDIR += pisces SUBDIR += qcad + SUBDIR += qmls SUBDIR += sceptre SUBDIR += sis SUBDIR += spice diff --git a/cad/qmls/Makefile b/cad/qmls/Makefile new file mode 100644 index 000000000000..9b3f14b25b67 --- /dev/null +++ b/cad/qmls/Makefile @@ -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> diff --git a/cad/qmls/distinfo b/cad/qmls/distinfo new file mode 100644 index 000000000000..db79409ff5f5 --- /dev/null +++ b/cad/qmls/distinfo @@ -0,0 +1 @@ +MD5 (qmls-0.2.tar.gz) = 9e617ba17d4440664300b573803811f1 diff --git a/cad/qmls/pkg-comment b/cad/qmls/pkg-comment new file mode 100644 index 000000000000..2194f9ae3452 --- /dev/null +++ b/cad/qmls/pkg-comment @@ -0,0 +1 @@ +Quine-McCluskey Logic Simplifier diff --git a/cad/qmls/pkg-descr b/cad/qmls/pkg-descr new file mode 100644 index 000000000000..ae777d8b2933 --- /dev/null +++ b/cad/qmls/pkg-descr @@ -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. diff --git a/cad/qmls/pkg-plist b/cad/qmls/pkg-plist new file mode 100644 index 000000000000..641b99dad862 --- /dev/null +++ b/cad/qmls/pkg-plist @@ -0,0 +1 @@ +bin/qmls |