diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-21 02:04:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-21 02:04:52 +0800 |
commit | 74f006a86a2881d7f8c3ddee70c2534af82c2cb3 (patch) | |
tree | f6da6503aab2fb6e53ba410c1e6309430d3257e8 /misc | |
parent | e0f0e02dec64ddf008d7921cfd93cef7fa038c53 (diff) | |
download | freebsd-ports-gnome-74f006a86a2881d7f8c3ddee70c2534af82c2cb3.tar.gz freebsd-ports-gnome-74f006a86a2881d7f8c3ddee70c2534af82c2cb3.tar.zst freebsd-ports-gnome-74f006a86a2881d7f8c3ddee70c2534af82c2cb3.zip |
add qmc
Quine-McClusky process simplification tool
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/qmc/Makefile | 27 | ||||
-rw-r--r-- | misc/qmc/distinfo | 1 | ||||
-rw-r--r-- | misc/qmc/pkg-comment | 1 | ||||
-rw-r--r-- | misc/qmc/pkg-descr | 3 | ||||
-rw-r--r-- | misc/qmc/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ddb0c65048fd..e391b6c49d62 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -159,6 +159,7 @@ SUBDIR += qbrew SUBDIR += qhacc SUBDIR += qlas + SUBDIR += qmc SUBDIR += quantlib SUBDIR += quotes SUBDIR += quranref diff --git a/misc/qmc/Makefile b/misc/qmc/Makefile new file mode 100644 index 000000000000..36f1304ec7b1 --- /dev/null +++ b/misc/qmc/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: qmc +# Date created: Nov 20, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= qmc +PORTVERSION= 0.92b3 +CATEGORIES= misc +MASTER_SITES= http://www.pollaknet.at/qmc/program/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/bbeta/} + +MAINTAINER= ports@FreeBSD.org + +NO_WRKSUBDIR= yes + +do-build: + @(cd ${WRKSRC} ; \ + ${RM} -f *.o ; \ + ${CXX} ${CXXFLAGS} -I. *.cc -o qmc) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qmc ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/misc/qmc/distinfo b/misc/qmc/distinfo new file mode 100644 index 000000000000..9f71d3b94959 --- /dev/null +++ b/misc/qmc/distinfo @@ -0,0 +1 @@ +MD5 (qmc-0.92bbeta3.tar.gz) = cd0a8d6e137ca9230984579f1d25c43f diff --git a/misc/qmc/pkg-comment b/misc/qmc/pkg-comment new file mode 100644 index 000000000000..2227bf161e67 --- /dev/null +++ b/misc/qmc/pkg-comment @@ -0,0 +1 @@ +Quine-McClusky process simplification tool diff --git a/misc/qmc/pkg-descr b/misc/qmc/pkg-descr new file mode 100644 index 000000000000..88e401482891 --- /dev/null +++ b/misc/qmc/pkg-descr @@ -0,0 +1,3 @@ +QMC: simplification tool (by using the Quine - McClusky process) + +WWW: http://www.pollaknet.at/qmc/ diff --git a/misc/qmc/pkg-plist b/misc/qmc/pkg-plist new file mode 100644 index 000000000000..e03aeb7768d2 --- /dev/null +++ b/misc/qmc/pkg-plist @@ -0,0 +1 @@ +bin/qmc |