Date: Thu, 19 Mar 2020 05:20:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528683 - in head/cad: . qrouter Message-ID: <202003190520.02J5KDwo007105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Mar 19 05:20:13 2020 New Revision: 528683 URL: https://svnweb.freebsd.org/changeset/ports/528683 Log: New port: cad/qrouter: Tool to generate metal layers and vias Added: head/cad/qrouter/ head/cad/qrouter/Makefile (contents, props changed) head/cad/qrouter/distinfo (contents, props changed) head/cad/qrouter/pkg-descr (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Thu Mar 19 03:19:57 2020 (r528682) +++ head/cad/Makefile Thu Mar 19 05:20:13 2020 (r528683) @@ -92,6 +92,7 @@ SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qmls + SUBDIR += qrouter SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += scotch Added: head/cad/qrouter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/qrouter/Makefile Thu Mar 19 05:20:13 2020 (r528683) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= qrouter +DISTVERSION= 1.4.81 +CATEGORIES= cad +MASTER_SITES= http://opencircuitdesign.com/${PORTNAME}/archive/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tool to generate metal layers and vias + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +BUILD_DEPENDS= tk87>0:x11-toolkits/tk87 \ + tcl87>0:lang/tcl87 + +USES= gmake localbase tar:tgz xorg +USE_XORG= xt + +GNU_CONFIGURE= yes + +CFLAGS+= -I${LOCALBASE}/include/tk8.7 -I${LOCALBASE}/include/tcl8.7 + +PLIST_FILES= bin/${PORTNAME} + +post-stage: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> Added: head/cad/qrouter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/qrouter/distinfo Thu Mar 19 05:20:13 2020 (r528683) @@ -0,0 +1,3 @@ +TIMESTAMP = 1584589818 +SHA256 (qrouter-1.4.81.tgz) = d18ed1d0da450aa2ff18f1f9e31597f2645295f736424c671288ad66f4e5dac7 +SIZE (qrouter-1.4.81.tgz) = 326744 Added: head/cad/qrouter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/qrouter/pkg-descr Thu Mar 19 05:20:13 2020 (r528683) @@ -0,0 +1,8 @@ +Qrouter is a tool to generate metal layers and vias to physically connect +together a netlist in a VLSI fabrication technology. It is a maze router, +otherwise known as an "over-the-cell" router or "sea-of-gates" router. That is, +unlike a channel router, it begins with a description of placed standard cells, +usually packed together at minimum spacing, and places metal routes over the +standard cells. + +WWW: http://opencircuitdesign.com/netgen/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003190520.02J5KDwo007105>