Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 191074) +++ head/cad/Makefile (revision 191075) @@ -1,82 +1,83 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += brlcad SUBDIR += calculix SUBDIR += cascade SUBDIR += chipmunk SUBDIR += chipvault SUBDIR += cider SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += electric-ng SUBDIR += fandango SUBDIR += feappv SUBDIR += findhier SUBDIR += freehdl SUBDIR += gdsreader SUBDIR += geda SUBDIR += geda-docs SUBDIR += geda-examples SUBDIR += geda-gattrib SUBDIR += geda-gschem SUBDIR += geda-netlist SUBDIR += geda-symbols SUBDIR += geda-symcheck SUBDIR += geda-utils SUBDIR += gerbv SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += gwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad + SUBDIR += klayout SUBDIR += leocad SUBDIR += libgeda SUBDIR += linux-eagle SUBDIR += linux-gid SUBDIR += magic SUBDIR += mars SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += opencascade-tutorial SUBDIR += oregano SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qcad-partslib SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += sceptre SUBDIR += scotch SUBDIR += scv SUBDIR += slffea SUBDIR += spice SUBDIR += systemc SUBDIR += tclspice SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += vipec SUBDIR += xcircuit SUBDIR += z88 .include Property changes on: head/cad/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.99 \ No newline at end of property +1.100 \ No newline at end of property Index: head/cad/klayout/Makefile =================================================================== --- head/cad/klayout/Makefile (nonexistent) +++ head/cad/klayout/Makefile (revision 191075) @@ -0,0 +1,32 @@ +# Ports collection makefile for: klayout +# Date created: Sat, Apr 28, 2007 +# Whom: Hiroki Sato +# +# $FreeBSD$ +# + +PORTNAME= klayout +PORTVERSION= 0.9 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= hrs + +MAINTAINER= hrs@FreeBSD.org +COMMENT= A Qt-based GDS2 Viewer + +USE_GMAKE= yes +USE_QT_VER= 4 +QT_COMPONENTS= corelib gui network moc sql uic rcc qt3support xml +PLIST_FILES= bin/klayout + +PLATFORMKEYWORD= freebsd-32-gcc-release + +do-build: + cd ${WRKSRC} \ + && ${SH} build.sh -platform ${PLATFORMKEYWORD} -qt ${LOCALBASE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin.${PLATFORMKEYWORD}/klayout \ + ${PREFIX}/bin + +.include Property changes on: head/cad/klayout/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/cad/klayout/distinfo =================================================================== --- head/cad/klayout/distinfo (nonexistent) +++ head/cad/klayout/distinfo (revision 191075) @@ -0,0 +1,3 @@ +MD5 (klayout-0.9.tar.gz) = baac1ef7c4bfc9807d3125c64e1a3d87 +SHA256 (klayout-0.9.tar.gz) = 99aae6d1342a8660088799f7eed1556105c9314f664f0cbacab4487a6bb57d4e +SIZE (klayout-0.9.tar.gz) = 406626 Property changes on: head/cad/klayout/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/klayout/files/patch-build.sh =================================================================== --- head/cad/klayout/files/patch-build.sh (nonexistent) +++ head/cad/klayout/files/patch-build.sh (revision 191075) @@ -0,0 +1,17 @@ +--- build.sh.orig Sat Apr 28 23:13:29 2007 ++++ build.sh Sat Apr 28 23:13:40 2007 +@@ -61,12 +61,12 @@ + exit 1 + fi + +-if [ ! -r $QTDIR/bin/moc ]; then ++if [ ! -r $QTDIR/bin/moc4 ]; then + echo "*** ERROR: unable to locate Qt MOC in $QTDIR/bin" + exit 1 + fi + +-if [ ! -r $QTDIR/bin/uic ]; then ++if [ ! -r $QTDIR/bin/uic4 ]; then + echo "*** ERROR: unable to locate Qt UIC in $QTDIR/bin" + exit 1 + fi Property changes on: head/cad/klayout/files/patch-build.sh ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/klayout/files/patch-config-Makefile.conf =================================================================== --- head/cad/klayout/files/patch-config-Makefile.conf (nonexistent) +++ head/cad/klayout/files/patch-config-Makefile.conf (revision 191075) @@ -0,0 +1,17 @@ +--- /dev/null Sat Apr 28 23:11:00 2007 ++++ config/Makefile.conf.freebsd-32-gcc-release Sat Apr 28 23:13:51 2007 +@@ -0,0 +1,14 @@ ++CC=gcc ++LINK=g++ ++ ++CCOPT_DEP=-MM -MG -x c++ ++CCWARN=-Wall -pedantic -Wno-deprecated -Woverloaded-virtual \ ++ -Wsign-promo -Wsynth -Wno-long-long ++LOPT= ++LIBS=-L$(QTDIR)/lib -pthread -lQt3Support -lQtGui -lQtCore -lQtXml -lstdc++ ++CCOPT=-O ++ ++INC=-I$(QTDIR)/include ++ ++DEFS= ++ Property changes on: head/cad/klayout/files/patch-config-Makefile.conf ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/klayout/files/patch-src-Makefile.main =================================================================== --- head/cad/klayout/files/patch-src-Makefile.main (nonexistent) +++ head/cad/klayout/files/patch-src-Makefile.main (revision 191075) @@ -0,0 +1,13 @@ +--- src/Makefile.main.orig Sat Apr 28 23:22:53 2007 ++++ src/Makefile.main Sat Apr 28 23:23:04 2007 +@@ -142,8 +142,8 @@ + layRenderer.ut \ + dbArray.ut \ + +-MOC=$(QTDIR)/bin/moc +-UIC=$(QTDIR)/bin/uic ++MOC=$(QTDIR)/bin/moc4 ++UIC=$(QTDIR)/bin/uic4 + RCC=$(QTDIR)/bin/rcc + + INCFLAGS=\ Property changes on: head/cad/klayout/files/patch-src-Makefile.main ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/klayout/pkg-descr =================================================================== --- head/cad/klayout/pkg-descr (nonexistent) +++ head/cad/klayout/pkg-descr (revision 191075) @@ -0,0 +1,3 @@ +KLayout is a viewer for GDS2 files. + +WWW: http://www.klayout.de/index.html Property changes on: head/cad/klayout/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property