Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 528682) +++ head/cad/Makefile (revision 528683) @@ -1,116 +1,117 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += PrusaSlicer SUBDIR += abc SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += caneda SUBDIR += cascade SUBDIR += cascade-compiler SUBDIR += chipvault SUBDIR += cura-engine SUBDIR += digital SUBDIR += dinotrace SUBDIR += electric SUBDIR += electric-ng SUBDIR += fasm SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += k40-whisperer SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += kicad-doc SUBDIR += kicad-library-footprints SUBDIR += kicad-library-footprints-devel SUBDIR += kicad-library-packages3d SUBDIR += kicad-library-packages3d-devel SUBDIR += kicad-library-symbols SUBDIR += kicad-library-symbols-devel SUBDIR += kicad-library-templates SUBDIR += kicad-library-templates-devel SUBDIR += klayout SUBDIR += ktechlab SUBDIR += ldraw SUBDIR += leocad SUBDIR += lepton-eda SUBDIR += libopencad SUBDIR += librecad SUBDIR += libredwg SUBDIR += librepcb SUBDIR += linux-eagle5 SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += netgen SUBDIR += netgen-lvs SUBDIR += ngspice_rework SUBDIR += nvc SUBDIR += opencascade SUBDIR += openctm SUBDIR += openscad SUBDIR += openscad-devel SUBDIR += openvsp SUBDIR += oregano SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-phidl SUBDIR += py-pyfda SUBDIR += python-gdsii SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qmls + SUBDIR += qrouter SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += scotch SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += sumo SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilator SUBDIR += verilog-mode.el SUBDIR += veroroute SUBDIR += xcircuit SUBDIR += yosys SUBDIR += z88 SUBDIR += zcad .include Index: head/cad/qrouter/Makefile =================================================================== --- head/cad/qrouter/Makefile (nonexistent) +++ head/cad/qrouter/Makefile (revision 528683) @@ -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 Property changes on: head/cad/qrouter/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/qrouter/distinfo =================================================================== --- head/cad/qrouter/distinfo (nonexistent) +++ head/cad/qrouter/distinfo (revision 528683) @@ -0,0 +1,3 @@ +TIMESTAMP = 1584589818 +SHA256 (qrouter-1.4.81.tgz) = d18ed1d0da450aa2ff18f1f9e31597f2645295f736424c671288ad66f4e5dac7 +SIZE (qrouter-1.4.81.tgz) = 326744 Property changes on: head/cad/qrouter/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/qrouter/pkg-descr =================================================================== --- head/cad/qrouter/pkg-descr (nonexistent) +++ head/cad/qrouter/pkg-descr (revision 528683) @@ -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/ Property changes on: head/cad/qrouter/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property