Quine-McClusky process simplification tool
This commit is contained in:
Ying-Chieh Liao 2001-11-20 18:04:52 +00:00
parent 6055c390fa
commit 8202221baf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50269
6 changed files with 34 additions and 0 deletions

View File

@ -159,6 +159,7 @@
SUBDIR += qbrew
SUBDIR += qhacc
SUBDIR += qlas
SUBDIR += qmc
SUBDIR += quantlib
SUBDIR += quotes
SUBDIR += quranref

27
misc/qmc/Makefile Normal file
View File

@ -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>

1
misc/qmc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (qmc-0.92bbeta3.tar.gz) = cd0a8d6e137ca9230984579f1d25c43f

1
misc/qmc/pkg-comment Normal file
View File

@ -0,0 +1 @@
Quine-McClusky process simplification tool

3
misc/qmc/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
QMC: simplification tool (by using the Quine - McClusky process)
WWW: http://www.pollaknet.at/qmc/

1
misc/qmc/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/qmc