aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/geda-gschem/Makefile32
-rw-r--r--cad/geda-gschem/distinfo1
-rw-r--r--cad/geda-gschem/files/patch-aa79
-rw-r--r--cad/geda-gschem/pkg-comment1
-rw-r--r--cad/geda-gschem/pkg-descr3
-rw-r--r--cad/geda-gschem/pkg-plist7
-rw-r--r--cad/geda-netlist/Makefile31
-rw-r--r--cad/geda-netlist/distinfo1
-rw-r--r--cad/geda-netlist/files/patch-aa134
-rw-r--r--cad/geda-netlist/pkg-comment1
-rw-r--r--cad/geda-netlist/pkg-descr3
-rw-r--r--cad/geda-netlist/pkg-plist22
-rw-r--r--cad/qcad2/Makefile46
-rw-r--r--cad/qcad2/distinfo1
-rw-r--r--cad/qcad2/files/patch-aa46
-rw-r--r--cad/qcad2/files/patch-ab11
-rw-r--r--cad/qcad2/files/patch-ac20
-rw-r--r--cad/qcad2/files/patch-ad11
-rw-r--r--cad/qcad2/files/patch-ae20
-rw-r--r--cad/qcad2/files/patch-af14
-rw-r--r--cad/qcad2/pkg-comment1
-rw-r--r--cad/qcad2/pkg-descr16
-rw-r--r--cad/qcad2/pkg-plist580
23 files changed, 0 insertions, 1081 deletions
diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile
deleted file mode 100644
index 0b1ea38bae5e..000000000000
--- a/cad/geda-gschem/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: geda
-# Date created: 4 April 2001
-# Whom: bruno schwander <bruno@tinkerbox.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gschem
-PORTVERSION= 20010304
-CATEGORIES= cad
-MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20010304/ \
- http://geda.seul.org/devel/20010304/ \
- http://www.tinkerbox.org/projects/files/gEDA/
-
-MAINTAINER= bruno@tinkerbox.org
-
-BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols
-LIB_DEPENDS= geda.12:${PORTSDIR}/cad/libgeda \
- guile.9:${PORTSDIR}/lang/guile
-
-USE_LIBTOOL= yes
-USE_AUTOCONF= yes
-USE_GTK= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-gdgeda
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-WRKSRC= ${WRKDIR}/gschem
-
-MAN1= gschem.1
-
-.include <bsd.port.mk>
diff --git a/cad/geda-gschem/distinfo b/cad/geda-gschem/distinfo
deleted file mode 100644
index 895bab7bff71..000000000000
--- a/cad/geda-gschem/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gschem-20010304.tar.gz) = a2bc1a2b735664ff8b4e26d9240468a1
diff --git a/cad/geda-gschem/files/patch-aa b/cad/geda-gschem/files/patch-aa
deleted file mode 100644
index 3e4ab7790ec5..000000000000
--- a/cad/geda-gschem/files/patch-aa
+++ /dev/null
@@ -1,79 +0,0 @@
---- /usr/ports/cad/gschem/work/gschem/configure.in Mon Mar 5 00:45:50 2001
-+++ configure.in Thu Mar 8 19:04:23 2001
-@@ -142,44 +142,41 @@
- # search for libgdgeda-config
- AC_PATH_PROG(LIBGDGEDACONFIG, libgdgeda-config, no, ${PATH})
-
--if test $LIBGDGEDACONFIG = "no"; then
-+if test $LIBGDGEDACONFIG = "no" -o no_gdgeda = yes; then
-+ GDGEDA_LIB=""
- libgdgeda_ldflags=""
- libgdgeda_cflags=""
- else
- libgdgeda_ldflags=`$LIBGDGEDACONFIG --libs`
- libgdgeda_cflags=`$LIBGDGEDACONFIG --cflags`
- GD_EXTRA="$libgdgeda_cflags $libgdgeda_ldflags -lm"
--fi
--
--AC_CHECK_LIB(gdgeda, gdImageColorAllocate, GDGEDA_LIB="-lgdgeda", GDGEDA_LIB=no, $GD_EXTRA)
--
-+ X_CFLAGS="$libgdgeda_cflags"
-
--
--if test $GDGEDA_LIB = no; then
-- GDGEDA_LIB=""
--else
-- if test "$no_gdgeda" = "yes"; then
-- echo found libgdgeda, but disabling gdgeda
-- GDGEDA_LIB=""
-- libgdgeda_ldflags=""
-- libgdgeda_cflags=""
-- else
-- AC_CHECK_LIB(z, zlibVersion, Z_LIB="-lz", Z_LIB=no)
-- if test $Z_LIB = no; then
-- AC_MSG_ERROR(Cannot find libz (zlib), be sure to install zlib; it is required for libgdgeda)
-- fi
-+ AC_CHECK_LIB(z, uncompress, Z_LIB="-lz", Z_LIB=no)
-+ if test $Z_LIB = no; then
-+ AC_MSG_ERROR(Cannot find libz (zlib), be sure to install zlib; it is required for libgdgeda)
-+ else
-
- PNG_EXTRA="-lz -lm"
- AC_CHECK_LIB(png, png_read_init, PNG_LIB="-lpng", PNG_LIB=no, $PNG_EXTRA)
-+
- if test $PNG_LIB = no; then
- AC_MSG_ERROR(Cannot find libpng, be sure to install png; it is required for libgdgeda)
-- fi
--
--
-- AC_DEFINE(HAS_LIBZ)
-- AC_DEFINE(HAS_LIBPNG)
-- AC_DEFINE(HAS_LIBGDGEDA)
-- fi
-+ else
-+ GD_EXTRA="-lpng"
-+ AC_CHECK_LIB(gdgeda, gdImageColorAllocate, GDGEDA_LIB="-lgdgeda", GDGEDA_LIB=no, $GD_EXTRA)
-+
-+ if test $GDGEDA_LIB = no; then
-+ GDGEDA_LIB=""
-+ libgdgeda_ldflags=""
-+ libgdgeda_cflags=""
-+ else
-+ AC_DEFINE(HAS_LIBZ)
-+ AC_DEFINE(HAS_LIBPNG)
-+ AC_DEFINE(HAS_LIBGDGEDA)
-+ fi
-+ fi
-+ fi
- fi
-
- # search for gtkextra-config
-@@ -240,7 +237,7 @@
- dnl CFLAGS="$CFLAGS $CFEXTRA `$GTK_CONFIG --cflags`"
-
- CFLAGS="`$GTK_CONFIG --cflags` $CFLAGS $CFEXTRA"
--LDFLAGS="$LDEXTRA `$GTK_CONFIG --libs` -lgtk -lgdk -lglib $LDFLAGS -lm"
-+LDFLAGS="$LDEXTRA `$GTK_CONFIG --libs` $LDFLAGS -lm"
-
- AC_MSG_CHECKING([for the rest of gtk])
- AC_TRY_COMPILE(
diff --git a/cad/geda-gschem/pkg-comment b/cad/geda-gschem/pkg-comment
deleted file mode 100644
index 306d6b469335..000000000000
--- a/cad/geda-gschem/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-gEDA electronic schematic capture tools
diff --git a/cad/geda-gschem/pkg-descr b/cad/geda-gschem/pkg-descr
deleted file mode 100644
index f39c7051dc48..000000000000
--- a/cad/geda-gschem/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-gschem is a tool to capture/draw electronic circuits schematics.
-
-WWW: http://www.geda.seul.org
diff --git a/cad/geda-gschem/pkg-plist b/cad/geda-gschem/pkg-plist
deleted file mode 100644
index 623023b4f82e..000000000000
--- a/cad/geda-gschem/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/gschem
-share/gEDA/system-gschemrc
-share/gEDA/scheme/gschem.scm
-share/gEDA/scheme/list-keys.scm
-share/gEDA/scheme/auto-uref.scm
-share/gEDA/scheme/print-NB-attribs.scm
-share/gEDA/scheme/generate_netlist.scm
diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile
deleted file mode 100644
index 9cf20c202d93..000000000000
--- a/cad/geda-netlist/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: gnetlist
-# Date created: 4 April 2001
-# Whom: bruno schwander <bruno@tinkerbox.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnetlist
-PORTVERSION= 20010304
-CATEGORIES= cad
-MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20010304/ \
- http://geda.seul.org/devel/20010304/ \
- http://www.tinkerbox.org/projects/files/gEDA/
-
-MAINTAINER= bruno@tinkerbox.org
-
-LIB_DEPENDS= geda.12:${PORTSDIR}/cad/libgeda \
- guile.9:${PORTSDIR}/lang/guile
-
-USE_LIBTOOL= yes
-USE_AUTOCONF= yes
-USE_GTK= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-gdgeda
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-WRKSRC= ${WRKDIR}/gnetlist
-
-MAN1= gnetlist.1
-
-.include <bsd.port.mk>
diff --git a/cad/geda-netlist/distinfo b/cad/geda-netlist/distinfo
deleted file mode 100644
index 66b0d7f30e67..000000000000
--- a/cad/geda-netlist/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnetlist-20010304.tar.gz) = e929bde97f1fb4f59387b277803423cf
diff --git a/cad/geda-netlist/files/patch-aa b/cad/geda-netlist/files/patch-aa
deleted file mode 100644
index ec34bc5c3965..000000000000
--- a/cad/geda-netlist/files/patch-aa
+++ /dev/null
@@ -1,134 +0,0 @@
---- configure.in.orig Mon Mar 5 00:45:40 2001
-+++ configure.in Thu Mar 8 19:04:18 2001
-@@ -9,20 +9,6 @@
-
- echo Configuring gnetlist version $VERSION
-
--dnl --disable-strokes : turn off stroke support
--AC_ARG_ENABLE(strokes,
-- [ --disable-strokes Disable stroke support (don't use LibStroke at all)],
-- [
-- no_strokes=yes
-- ])
--
--dnl --disable-gdgeda : turn off libgdgeda support
--AC_ARG_ENABLE(gdgeda,
-- [ --disable-gdgeda Disable libgdgeda support (don't use libgdgeda at all)],
-- [
-- no_gdgeda=yes
-- ])
--
- dnl --enable-debug : turn on debugging support (normally off)
- AC_ARG_ENABLE(debug,
- [ --enable-debug Enable debugging support],
-@@ -34,7 +20,7 @@
- AC_ARG_WITH(gtk-config, [ --with-gtk-config=path Change where gtk-config is located], [opt_gtkconfig=$withval])
-
- dnl Change default location of glib-config
--AC_ARG_WITH(glib-config, [ --with-glib-config=path Change where glib-config is located], [opt_libconfig=$withval])
-+AC_ARG_WITH(glib-config, [ --with-glib-config=path Change where glib-config is located], [opt_glibconfig=$withval])
-
- dnl Change default location for rc files
- AC_ARG_WITH(rcdir, [ --with-rcdir=path Change where the system-*rc files are installed], [opt_rcdir=$withval])
-@@ -147,49 +133,8 @@
- AC_MSG_ERROR(Cannot find glib-config -- be sure that gtk >= 1.2.3 is installed)
- fi
-
--LDFLAGS="$saved_ldflags $LDEXTRA"
--CFLAGS="$saved_cflags $CFEXTRA"
--
--# search for libgdgeda-config
--AC_PATH_PROG(LIBGDGEDACONFIG, libgdgeda-config, no, ${PATH})
--
--if test $LIBGDGEDACONFIG = "no"; then
-- libgdgeda_ldflags=""
-- libgdgeda_cflags=""
--else
-- libgdgeda_ldflags=`$LIBGDGEDACONFIG --libs`
-- libgdgeda_cflags=`$LIBGDGEDACONFIG --cflags`
-- GD_EXTRA="$libgdgeda_cflags $libgdgeda_ldflags -lm"
--fi
--
--AC_CHECK_LIB(gdgeda, gdImageColorAllocate, GDGEDA_LIB="-lgdgeda", GDGEDA_LIB=no, $GD_EXTRA)
--
--if test $GDGEDA_LIB = no; then
-- GDGEDA_LIB=""
--else
-- if test "$no_gdgeda" = "yes"; then
-- echo found libgdgeda, but disabling gdgeda
-- GDGEDA_LIB=""
-- libgdgeda_ldflags=""
-- libgdgeda_cflags=""
-- else
-- AC_CHECK_LIB(z, zlibVersion, Z_LIB="-lz", Z_LIB=no)
-- if test $Z_LIB = no; then
-- AC_MSG_ERROR(Cannot find libz (zlib), be sure to install zlib; it is required for libgdgeda)
-- fi
--
-- PNG_EXTRA="-lz -lm"
-- AC_CHECK_LIB(png, png_read_init, PNG_LIB="-lpng", PNG_LIB=no, $PNG_EXTRA)
-- if test $PNG_LIB = no; then
-- AC_MSG_ERROR(Cannot find libpng, be sure to install png; it is required for libgdgeda)
-- fi
--
-- AC_DEFINE(HAS_LIBZ)
-- AC_DEFINE(HAS_LIBPNG)
-- AC_DEFINE(HAS_LIBGDGEDA)
-- fi
--fi
--
-+dnl LDFLAGS="$saved_ldflags $LDEXTRA"
-+dnl CFLAGS="$saved_cflags $CFEXTRA"
-
- # search for libgeda-config
- AC_PATH_PROG(LIBGEDACONFIG, libgeda-config, no, ${PATH})
-@@ -221,8 +166,8 @@
- GTK=
- GDK=
- GLIB=
--X_LDFLAGS="`$LIBGEDACONFIG --libs` $libgdgeda_ldflags `$GLIB_CONFIG --libs`"
--X_CFLAGS="`$GTK_CONFIG --cflags` $libgdgeda_cflags `$LIBGEDACONFIG --cflags`"
-+X_LDFLAGS="`$LIBGEDACONFIG --libs` `$GLIB_CONFIG --libs`"
-+X_CFLAGS="`$GTK_CONFIG --cflags` `$LIBGEDACONFIG --cflags`"
- gtkversion=`$GTK_CONFIG --version | cut -d. -f1,2`
-
- AC_DEFINE_UNQUOTED(GTKVERSION, "$gtkversion")
-@@ -231,7 +176,7 @@
- dnl CFLAGS="$CFLAGS $CFEXTRA `$GTK_CONFIG --cflags`"
-
- CFLAGS="`$GTK_CONFIG --cflags` $CFLAGS $CFEXTRA"
--LDFLAGS="$LDEXTRA `$GTK_CONFIG --libs` -lgtk -lgdk -lglib $LDFLAGS -lm"
-+LDFLAGS="$LDEXTRA `$GTK_CONFIG --libs` $LDFLAGS -lm"
-
- AC_MSG_CHECKING([for the rest of gtk])
- AC_TRY_COMPILE(
-@@ -245,20 +190,6 @@
- AC_MSG_ERROR(Cannot include/link gtk/gdk/glib--check CFLAGS/LDFLAGS)
- fi
-
--AC_CHECK_LIB(stroke, stroke_init, STROKE_LIB="-lstroke", STROKE_LIB=no)
--
--if test $STROKE_LIB = no; then
-- STROKE_LIB=""
--else
-- if test "$no_strokes" = "yes"; then
-- echo found libstroke, but disabling strokes
-- STROKE_LIB=""
-- else
-- AC_DEFINE(HAS_LIBSTROKE)
-- fi
--fi
--
--
- if ! test "$CYGWIN"x = x; then
- echo Including -fnative-struct in CFLAGS for CYGWIN port
- CFLAGS="$CFLAGS -fnative-struct"
-@@ -360,8 +291,6 @@
- AC_SUBST(X_CFLAGS)
- AC_SUBST(X_LDFLAGS)
- AC_SUBST(X_LIBS)
--AC_SUBST(STROKE_LIB)
--dnl AC_SUBST(TCL_LIB)
- AC_SUBST(GUILE_LIB)
- AC_SUBST(GUILE_INCLUDE)
- AC_SUBST(DL_LIB)
diff --git a/cad/geda-netlist/pkg-comment b/cad/geda-netlist/pkg-comment
deleted file mode 100644
index 306d6b469335..000000000000
--- a/cad/geda-netlist/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-gEDA electronic schematic capture tools
diff --git a/cad/geda-netlist/pkg-descr b/cad/geda-netlist/pkg-descr
deleted file mode 100644
index f39c7051dc48..000000000000
--- a/cad/geda-netlist/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-gschem is a tool to capture/draw electronic circuits schematics.
-
-WWW: http://www.geda.seul.org
diff --git a/cad/geda-netlist/pkg-plist b/cad/geda-netlist/pkg-plist
deleted file mode 100644
index fcb92a8fcad5..000000000000
--- a/cad/geda-netlist/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/gnetlist
-bin/gschem2pcb
-bin/mk_verilog_syms
-share/gEDA/system-gnetlistrc
-share/gEDA/scheme/gnet-PCB.scm
-share/gEDA/scheme/gnet-allegro.scm
-share/gEDA/scheme/gnet-bom.scm
-share/gEDA/scheme/gnet-geda.scm
-share/gEDA/scheme/gnet-spice.scm
-share/gEDA/scheme/gnet-tango.scm
-share/gEDA/scheme/gnet-verilog.scm
-share/gEDA/scheme/gnet-vhdl.scm
-share/gEDA/scheme/gnet-vipec.scm
-share/gEDA/scheme/gnet-PCBboard.scm
-share/gEDA/scheme/gnet-pads.scm
-share/gEDA/scheme/gnetlist.scm
-share/gEDA/scheme/gnet-bae.scm
-share/gEDA/scheme/gnet-protelII.scm
-share/gEDA/scheme/gnet-bom2.scm
-share/gEDA/scheme/gnet-gossip.scm
-share/gEDA/scheme/gnet-drc.scm
-share/gEDA/scheme/gnet-vams.scm
diff --git a/cad/qcad2/Makefile b/cad/qcad2/Makefile
deleted file mode 100644
index 4862da1910c4..000000000000
--- a/cad/qcad2/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: qcad
-# Date created: 10 Dec 1999
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qcad
-PORTVERSION= 1.4.7
-CATEGORIES= cad
-MASTER_SITES= http://www.qcad.org/archives/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_XLIB= yes
-USE_QT_VER= 2
-MAKE_ENV= QTDIR="${X11BASE}"
-
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_ARCH} == "alpha"
-CFLAGS+= -O0
-.endif
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/qcad ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/qcad
-.for dir in cur fonts hatches libraries messages xpm
- ${TAR} -C ${WRKSRC} -cf - ${dir} | \
- ${TAR} -C ${PREFIX}/share/qcad --unlink -xf -
-.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/examples/qcad
- ${TAR} -C ${WRKSRC}/examples -cf - . | \
- ${TAR} -C ${PREFIX}/share/examples/qcad --unlink -xf -
- @${MKDIR} ${PREFIX}/share/doc/qcad
- ${TAR} -C ${WRKSRC}/doc -cf - . | \
- ${TAR} -C ${PREFIX}/share/doc/qcad --unlink -xf -
- @${LN} -sf ${PREFIX}/share/doc/qcad ${PREFIX}/share/qcad/doc
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/cad/qcad2/distinfo b/cad/qcad2/distinfo
deleted file mode 100644
index 259a407c696d..000000000000
--- a/cad/qcad2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (qcad-1.4.7-src.tar.gz) = f7b2a645ac1d5788471a221464a4ab69
diff --git a/cad/qcad2/files/patch-aa b/cad/qcad2/files/patch-aa
deleted file mode 100644
index 0da0db8c2b33..000000000000
--- a/cad/qcad2/files/patch-aa
+++ /dev/null
@@ -1,46 +0,0 @@
---- Makefile.orig Sat Aug 12 03:31:54 2000
-+++ Makefile Sat Sep 23 06:33:52 2000
-@@ -7,13 +7,15 @@
-
- ####### Compiler, tools and options
-
--CC = g++
--CFLAGS = -Wall -W -O2 -fno-strength-reduce
--INCPATH = -I$(QTDIR)/include
--LINK = g++
--LFLAGS = -static
--LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11
--MOC = moc
-+CC ?= gcc
-+CXX ?= g++
-+CFLAGS ?= -Wall -W -O2 -fno-strength-reduce
-+CXXFLAGS?= -Wall -W -O2 -fno-strength-reduce
-+INCPATH = -I$(QTDIR)/include/qt2
-+LINK = $(CXX)
-+LFLAGS =
-+LIBS = -L$(QTDIR)/lib -lqt2
-+MOC = $(QTDIR)/bin/moc2
-
- ####### Files
-
-@@ -351,16 +353,16 @@
- .SUFFIXES: .cpp .cxx .cc .C .c
-
- .cpp.o:
-- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
-+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
- .cxx.o:
-- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
-+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
- .cc.o:
-- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
-+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
- .C.o:
-- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
-+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
- .c.o:
- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
diff --git a/cad/qcad2/files/patch-ab b/cad/qcad2/files/patch-ab
deleted file mode 100644
index ffb6900b8b8b..000000000000
--- a/cad/qcad2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- rappwin.cpp.orig Sat Aug 12 03:31:54 2000
-+++ rappwin.cpp Sat Sep 23 14:37:46 2000
-@@ -3292,7 +3292,7 @@
- case 0:
- if(true) {
- if(!QFileInfo(manualStr).exists()) {
-- manualStr = " /usr/share/doc/qcad/html/index.html";
-+ manualStr = " %%PREFIX%%/share/doc/qcad/html/index.html";
- }
-
- RLOG("\nEXEC:");
diff --git a/cad/qcad2/files/patch-ac b/cad/qcad2/files/patch-ac
deleted file mode 100644
index 0add977c2877..000000000000
--- a/cad/qcad2/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- rconfig.cpp.orig Sat Sep 23 14:33:24 2000
-+++ rconfig.cpp Sat Sep 23 14:36:05 2000
-@@ -178,7 +178,7 @@
- addSetting( "Print:PrintAdjustmentFactor", "1.0");
-
- addSetting( "Paths:BrowserPath", (RUNNING_WINDOWS ? "C:\\Progra~1\\Intern~1\\Iexplore.exe" : "netscape"));
-- addSetting( "Paths:LibraryPath1", "/usr/share/qcad/libraries" );
-+ addSetting( "Paths:LibraryPath1", "%%PREFIX%%/share/qcad/libraries" );
-
- verbose=false;
- }
-@@ -579,7 +579,7 @@
-
- // Search in /usr/share/qcad/... dir:
- if(!QFileInfo(path).exists()) {
-- path = QString("/usr/share/")+DEF_APPNAME_L+"/"+_relPath;
-+ path = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/"+_relPath;
- }
- #endif
-
diff --git a/cad/qcad2/files/patch-ad b/cad/qcad2/files/patch-ad
deleted file mode 100644
index 65f540115e0b..000000000000
--- a/cad/qcad2/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- relement.cpp.orig Sat Aug 12 03:31:54 2000
-+++ relement.cpp Sat Sep 23 14:37:06 2000
-@@ -3681,7 +3681,7 @@
-
- // Search pattern in /usr/share/<proj>/hatches dir:
- if(!QFileInfo(patternPath).exists()) {
-- patternPath = QString("/usr/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf";
-+ patternPath = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/hatches/"+_pattern+".dxf";
- }
- #endif
- */
diff --git a/cad/qcad2/files/patch-ae b/cad/qcad2/files/patch-ae
deleted file mode 100644
index 3a98da5fee03..000000000000
--- a/cad/qcad2/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- rfile.cpp.orig Sat Aug 12 03:31:54 2000
-+++ rfile.cpp Sat Sep 23 14:38:35 2000
-@@ -295,7 +295,7 @@
-
- #ifndef DEF_WINDOWS
- // Test /usr/share/<proj>/...:
-- ret = QString("/usr/share/")+DEF_APPNAME_L+subdir+"/"+_name;
-+ ret = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+subdir+"/"+_name;
- RLOG("\nret2: "); RLOG(ret);
- if(QFileInfo(ret).exists()) return ret;
-
-@@ -327,7 +327,7 @@
- #ifndef DEF_WINDOWS
- if(_prior==0 || _prior==2) {
- // Test /usr/share/<proj>/...:
-- ret = QString("/usr/share/")+DEF_APPNAME_L+"/"+_subdir;
-+ ret = QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/"+_subdir;
- if(QFileInfo(ret).exists()) return ret;
- }
-
diff --git a/cad/qcad2/files/patch-af b/cad/qcad2/files/patch-af
deleted file mode 100644
index cdb56ae5b136..000000000000
--- a/cad/qcad2/files/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
---- rfonts.cpp.orig Sat Aug 12 03:31:54 2000
-+++ rfonts.cpp Sat Sep 23 14:39:57 2000
-@@ -68,10 +68,7 @@
-
- #ifndef DEF_WINDOWS
- // Lookup from /usr/share/<proj>/fonts:
-- lookupFonts( QString("/usr/share/")+DEF_APPNAME_L+"/fonts" );
--
-- // Lookup from /usr/local/<proj>/fonts:
-- lookupFonts( QString("/usr/local/")+DEF_APPNAME_L+"/fonts" );
-+ lookupFonts( QString("%%PREFIX%%/share/")+DEF_APPNAME_L+"/fonts" );
-
- // Lookup from ~/.<proj>/fonts:
- lookupFonts( RCONFIG->getConfigDir().path()+"/fonts" );
diff --git a/cad/qcad2/pkg-comment b/cad/qcad2/pkg-comment
deleted file mode 100644
index 852b73ca89ab..000000000000
--- a/cad/qcad2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Professional CAD system
diff --git a/cad/qcad2/pkg-descr b/cad/qcad2/pkg-descr
deleted file mode 100644
index d14622232d60..000000000000
--- a/cad/qcad2/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-What Is QCad?
-
- QCad is a professional CAD System. With QCad you can easily construct
- and change drawings with ISO-texts and many other features and save
- them as DXF-files. These DXF-files are the interface to many
- CAD-systems such as AutoCAD (c) and many others.
-
-What is QCad not?
-
- QCad is no designer tool. That means you can not create any filled
- shapes nor any crazy freehand forms. Also you can not drag and drop
- the objects in the drawing with the mouse.
-
-If you find any bugs, send a report to bugs@qcad.org.
-
-WWW: http://www.qcad.org/
diff --git a/cad/qcad2/pkg-plist b/cad/qcad2/pkg-plist
deleted file mode 100644
index 7118436bacee..000000000000
--- a/cad/qcad2/pkg-plist
+++ /dev/null
@@ -1,580 +0,0 @@
-bin/qcad
-%%PORTDOCS%%share/doc/qcad/en/001.html
-%%PORTDOCS%%share/doc/qcad/en/002.html
-%%PORTDOCS%%share/doc/qcad/en/003.html
-%%PORTDOCS%%share/doc/qcad/en/004.html
-%%PORTDOCS%%share/doc/qcad/en/005.html
-%%PORTDOCS%%share/doc/qcad/en/006.html
-%%PORTDOCS%%share/doc/qcad/en/007.html
-%%PORTDOCS%%share/doc/qcad/en/008.html
-%%PORTDOCS%%share/doc/qcad/en/009.html
-%%PORTDOCS%%share/doc/qcad/en/010.html
-%%PORTDOCS%%share/doc/qcad/en/011.html
-%%PORTDOCS%%share/doc/qcad/en/012.html
-%%PORTDOCS%%share/doc/qcad/en/013.html
-%%PORTDOCS%%share/doc/qcad/en/014.html
-%%PORTDOCS%%share/doc/qcad/en/015.html
-%%PORTDOCS%%share/doc/qcad/en/016.html
-%%PORTDOCS%%share/doc/qcad/en/017.html
-%%PORTDOCS%%share/doc/qcad/en/018.html
-%%PORTDOCS%%share/doc/qcad/en/img/000000.png
-%%PORTDOCS%%share/doc/qcad/en/img/boxangle.png
-%%PORTDOCS%%share/doc/qcad/en/img/boxbevel.png
-%%PORTDOCS%%share/doc/qcad/en/img/boxdirection.png
-%%PORTDOCS%%share/doc/qcad/en/img/boxdistance.png
-%%PORTDOCS%%share/doc/qcad/en/img/boxlength.png
-%%PORTDOCS%%share/doc/qcad/en/img/boxround.png
-%%PORTDOCS%%share/doc/qcad/en/img/createarcs.png
-%%PORTDOCS%%share/doc/qcad/en/img/createarcsparallel.png
-%%PORTDOCS%%share/doc/qcad/en/img/createarcspoints.png
-%%PORTDOCS%%share/doc/qcad/en/img/createcircles.png
-%%PORTDOCS%%share/doc/qcad/en/img/createcircles2.png
-%%PORTDOCS%%share/doc/qcad/en/img/createcircles3.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimsalign.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimsangle.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimsarrow.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimsdiam.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimshor.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimsrad.png
-%%PORTDOCS%%share/doc/qcad/en/img/createdimsver.png
-%%PORTDOCS%%share/doc/qcad/en/img/createhatches.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlines.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesangle.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesbisectors.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlineshor.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesortho.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesortho2.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesparallels.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesrectangles.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinestangents1.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinestangents2.png
-%%PORTDOCS%%share/doc/qcad/en/img/createlinesver.png
-%%PORTDOCS%%share/doc/qcad/en/img/createpointssingle.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogattrib.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogcam.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogdec.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialoghatch.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogmirror.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogmove.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogmoverotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogoptions_camexp.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogoptions_qcad.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogrotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogrotaterotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/dialogscale.png
-%%PORTDOCS%%share/doc/qcad/en/img/dimensionalign.png
-%%PORTDOCS%%share/doc/qcad/en/img/dimensionangle.png
-%%PORTDOCS%%share/doc/qcad/en/img/dimensiondiam.png
-%%PORTDOCS%%share/doc/qcad/en/img/dimensionhor.png
-%%PORTDOCS%%share/doc/qcad/en/img/dimensionpanel.png
-%%PORTDOCS%%share/doc/qcad/en/img/dimensionrad.png
-%%PORTDOCS%%share/doc/qcad/en/img/editattrib.png
-%%PORTDOCS%%share/doc/qcad/en/img/editbevel.png
-%%PORTDOCS%%share/doc/qcad/en/img/editclip.png
-%%PORTDOCS%%share/doc/qcad/en/img/editcut.png
-%%PORTDOCS%%share/doc/qcad/en/img/editcut2.png
-%%PORTDOCS%%share/doc/qcad/en/img/editdelete.png
-%%PORTDOCS%%share/doc/qcad/en/img/editlayer.png
-%%PORTDOCS%%share/doc/qcad/en/img/editmirror.png
-%%PORTDOCS%%share/doc/qcad/en/img/editmove.png
-%%PORTDOCS%%share/doc/qcad/en/img/editmoverotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/editrotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/editrotaterotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/editround.png
-%%PORTDOCS%%share/doc/qcad/en/img/editscale.png
-%%PORTDOCS%%share/doc/qcad/en/img/editstretch.png
-%%PORTDOCS%%share/doc/qcad/en/img/edittext.png
-%%PORTDOCS%%share/doc/qcad/en/img/edittextelements.png
-%%PORTDOCS%%share/doc/qcad/en/img/edittexttoobjects.png
-%%PORTDOCS%%share/doc/qcad/en/img/edittrim.png
-%%PORTDOCS%%share/doc/qcad/en/img/edittrim2.png
-%%PORTDOCS%%share/doc/qcad/en/img/edittrim3.png
-%%PORTDOCS%%share/doc/qcad/en/img/editzero.png
-%%PORTDOCS%%share/doc/qcad/en/img/filecloseinput.png
-%%PORTDOCS%%share/doc/qcad/en/img/filecloseoutput.png
-%%PORTDOCS%%share/doc/qcad/en/img/filenew.png
-%%PORTDOCS%%share/doc/qcad/en/img/fileopen.png
-%%PORTDOCS%%share/doc/qcad/en/img/filesave.png
-%%PORTDOCS%%share/doc/qcad/en/img/fontedit.png
-%%PORTDOCS%%share/doc/qcad/en/img/hatches.png
-%%PORTDOCS%%share/doc/qcad/en/img/infoview.png
-%%PORTDOCS%%share/doc/qcad/en/img/layadd.png
-%%PORTDOCS%%share/doc/qcad/en/img/laydelete.png
-%%PORTDOCS%%share/doc/qcad/en/img/layerlist.png
-%%PORTDOCS%%share/doc/qcad/en/img/layren.png
-%%PORTDOCS%%share/doc/qcad/en/img/layshowall.png
-%%PORTDOCS%%share/doc/qcad/en/img/layshownone.png
-%%PORTDOCS%%share/doc/qcad/en/img/laytrash.png
-%%PORTDOCS%%share/doc/qcad/en/img/libborder01.png
-%%PORTDOCS%%share/doc/qcad/en/img/libborder02.png
-%%PORTDOCS%%share/doc/qcad/en/img/libbrowser01.png
-%%PORTDOCS%%share/doc/qcad/en/img/libhierarchy.png
-%%PORTDOCS%%share/doc/qcad/en/img/librarybrowser.png
-%%PORTDOCS%%share/doc/qcad/en/img/libscrew01.png
-%%PORTDOCS%%share/doc/qcad/en/img/libscrew02.png
-%%PORTDOCS%%share/doc/qcad/en/img/logo_big.jpeg
-%%PORTDOCS%%share/doc/qcad/en/img/logo_camexp.png
-%%PORTDOCS%%share/doc/qcad/en/img/logo_qcad.jpeg
-%%PORTDOCS%%share/doc/qcad/en/img/logo_qcad.png
-%%PORTDOCS%%share/doc/qcad/en/img/measureangle.png
-%%PORTDOCS%%share/doc/qcad/en/img/measurearea.png
-%%PORTDOCS%%share/doc/qcad/en/img/measurecoords.png
-%%PORTDOCS%%share/doc/qcad/en/img/measurelnln.png
-%%PORTDOCS%%share/doc/qcad/en/img/measurelnpt.png
-%%PORTDOCS%%share/doc/qcad/en/img/measureptpt.png
-%%PORTDOCS%%share/doc/qcad/en/img/menuarcs.png
-%%PORTDOCS%%share/doc/qcad/en/img/menucam.png
-%%PORTDOCS%%share/doc/qcad/en/img/menucircles.png
-%%PORTDOCS%%share/doc/qcad/en/img/menudims.png
-%%PORTDOCS%%share/doc/qcad/en/img/menuedit.png
-%%PORTDOCS%%share/doc/qcad/en/img/menulines.png
-%%PORTDOCS%%share/doc/qcad/en/img/menumeasure.png
-%%PORTDOCS%%share/doc/qcad/en/img/menupoints.png
-%%PORTDOCS%%share/doc/qcad/en/img/menuselect.png
-%%PORTDOCS%%share/doc/qcad/en/img/menutexts.png
-%%PORTDOCS%%share/doc/qcad/en/img/moverotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/patterns.png
-%%PORTDOCS%%share/doc/qcad/en/img/print.png
-%%PORTDOCS%%share/doc/qcad/en/img/printpreview.png
-%%PORTDOCS%%share/doc/qcad/en/img/printsetup.png
-%%PORTDOCS%%share/doc/qcad/en/img/redo.png
-%%PORTDOCS%%share/doc/qcad/en/img/ribbonsoft.png
-%%PORTDOCS%%share/doc/qcad/en/img/rotaterotate.png
-%%PORTDOCS%%share/doc/qcad/en/img/roundings.png
-%%PORTDOCS%%share/doc/qcad/en/img/screen_cam.png
-%%PORTDOCS%%share/doc/qcad/en/img/screen_t.png
-%%PORTDOCS%%share/doc/qcad/en/img/separator.png
-%%PORTDOCS%%share/doc/qcad/en/img/showlayerlist.png
-%%PORTDOCS%%share/doc/qcad/en/img/simcontours.png
-%%PORTDOCS%%share/doc/qcad/en/img/simdetails.png
-%%PORTDOCS%%share/doc/qcad/en/img/simedit.png
-%%PORTDOCS%%share/doc/qcad/en/img/simengrave.png
-%%PORTDOCS%%share/doc/qcad/en/img/simgrid.png
-%%PORTDOCS%%share/doc/qcad/en/img/siminfo.png
-%%PORTDOCS%%share/doc/qcad/en/img/simlayer.png
-%%PORTDOCS%%share/doc/qcad/en/img/simplay.png
-%%PORTDOCS%%share/doc/qcad/en/img/simrapid.png
-%%PORTDOCS%%share/doc/qcad/en/img/simslow.png
-%%PORTDOCS%%share/doc/qcad/en/img/simspeed.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchcenters.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchclip.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdec01.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdec02.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdec03.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdec04.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdec05.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdec06.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdimension1.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdimension2.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchdistancepoints.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchelements.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchendpoints.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchintersections1.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchintersections2.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchmiddlepoints.png
-%%PORTDOCS%%share/doc/qcad/en/img/sketchopt01.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapcenters.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapdistance.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapelement.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapendpoints.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapfree.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapgrid.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapintersections1.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapintersections2.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapkeyar.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapkeyxy.png
-%%PORTDOCS%%share/doc/qcad/en/img/snapmiddles.png
-%%PORTDOCS%%share/doc/qcad/en/img/space.png
-%%PORTDOCS%%share/doc/qcad/en/img/stretch01.png
-%%PORTDOCS%%share/doc/qcad/en/img/stretch02.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagall.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagcontour.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagdoubles.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagenough.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagintersection.png
-%%PORTDOCS%%share/doc/qcad/en/img/taginvert.png
-%%PORTDOCS%%share/doc/qcad/en/img/taglayer.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagnothing.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagrange.png
-%%PORTDOCS%%share/doc/qcad/en/img/tagsingle.png
-%%PORTDOCS%%share/doc/qcad/en/img/textcopy.png
-%%PORTDOCS%%share/doc/qcad/en/img/textcourier.png
-%%PORTDOCS%%share/doc/qcad/en/img/textcursive.png
-%%PORTDOCS%%share/doc/qcad/en/img/textcut.png
-%%PORTDOCS%%share/doc/qcad/en/img/textdialog.png
-%%PORTDOCS%%share/doc/qcad/en/img/textnew.png
-%%PORTDOCS%%share/doc/qcad/en/img/textnormal.png
-%%PORTDOCS%%share/doc/qcad/en/img/textopen.png
-%%PORTDOCS%%share/doc/qcad/en/img/textparameters1.png
-%%PORTDOCS%%share/doc/qcad/en/img/textparameters2.png
-%%PORTDOCS%%share/doc/qcad/en/img/textpaste.png
-%%PORTDOCS%%share/doc/qcad/en/img/textsave.png
-%%PORTDOCS%%share/doc/qcad/en/img/textshapes.png
-%%PORTDOCS%%share/doc/qcad/en/img/tile.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbar_cont.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbar_first.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbar_home.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbar_last.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbar_next.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbar_prev.png
-%%PORTDOCS%%share/doc/qcad/en/img/toolbarzoom.png
-%%PORTDOCS%%share/doc/qcad/en/img/undo.png
-%%PORTDOCS%%share/doc/qcad/en/img/untagintersection.png
-%%PORTDOCS%%share/doc/qcad/en/img/untagrange.png
-%%PORTDOCS%%share/doc/qcad/en/img/viewlayerlist.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoom1.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoomauto.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoomdecrease.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoomincrease.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoompan.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoomredraw.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoomtagged.png
-%%PORTDOCS%%share/doc/qcad/en/img/zoomwindow.png
-%%PORTDOCS%%share/doc/qcad/en/index.html
-%%PORTDOCS%%share/examples/qcad/border.dxf
-%%PORTDOCS%%share/examples/qcad/example01.dxf
-%%PORTDOCS%%share/examples/qcad/example02.dxf
-%%PORTDOCS%%share/examples/qcad/example03.dxf
-%%PORTDOCS%%share/examples/qcad/hatches.dxf
-%%PORTDOCS%%share/examples/qcad/styles.dxf
-%%PORTDOCS%%share/examples/qcad/texts.dxf
-share/qcad/cur/cur_cross_bmp.cur
-share/qcad/cur/cur_cross_mask.cur
-share/qcad/cur/cur_glass_bmp.cur
-share/qcad/cur/cur_glass_mask.cur
-share/qcad/fonts/courier.cxf
-share/qcad/fonts/cursive.cxf
-share/qcad/fonts/cyrillic.cxf
-share/qcad/fonts/normal.cxf
-share/qcad/fonts/romans.cxf
-share/qcad/hatches/0.dxf
-share/qcad/hatches/135.dxf
-share/qcad/hatches/45.dxf
-share/qcad/hatches/90.dxf
-share/qcad/hatches/arcs.dxf
-share/qcad/hatches/concrete.dxf
-share/qcad/hatches/honeycomb.dxf
-share/qcad/hatches/plastic.dxf
-share/qcad/hatches/sand.dxf
-share/qcad/libraries/3rd/ball/608.dxf
-share/qcad/libraries/3rd/cone_roll/322_10.dxf
-share/qcad/libraries/3rd/cone_roll/322_12.dxf
-share/qcad/libraries/3rd/shaft_nut/KM_10.dxf
-share/qcad/libraries/misc/Bicycle/AusfE-rechts.dxf
-share/qcad/libraries/misc/Bicycle/Daempfer1.dxf
-share/qcad/libraries/misc/Bicycle/Flasche-075.dxf
-share/qcad/libraries/misc/Bicycle/Kettenblatt/Kettenbl-32.dxf
-share/qcad/libraries/misc/Bicycle/Kettenblatt/Kettenbl-36.dxf
-share/qcad/libraries/misc/Bicycle/Kettenblatt/Kettenbl-38.dxf
-share/qcad/libraries/misc/Bicycle/Kettenblatt/Kettenbl-42.dxf
-share/qcad/libraries/misc/Bicycle/Kettenblatt/Kettenbl-48.dxf
-share/qcad/libraries/misc/Bicycle/Kettenblatt/Kettenbl-52.dxf
-share/qcad/libraries/misc/Bicycle/Lichthalter.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/R-10.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/R-11.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/R-22.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/Ritzel10.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/Ritzel11.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/Ritzel22.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/Ritzel28.dxf
-share/qcad/libraries/misc/Bicycle/Ritzel/Rolle-Schaltwerk.dxf
-share/qcad/libraries/misc/Bicycle/Seculite.dxf
-share/qcad/libraries/misc/Bicycle/Taschen/Backroller-alt.dxf
-share/qcad/libraries/misc/Bicycle/Taschen/Backroller-neu.dxf
-share/qcad/libraries/misc/Bicycle/Taschen/Frontroller.dxf
-share/qcad/libraries/misc/Igus/GFM-121418-20.dxf
-share/qcad/libraries/misc/Igus/GSM-0810-10.dxf
-share/qcad/libraries/misc/Igus/GTM-0818-015.dxf
-share/qcad/libraries/misc/example.dxf
-share/qcad/libraries/misc/tux.dxf
-share/qcad/libraries/screws/M10/M10_hex.dxf
-share/qcad/libraries/screws/M10/M10_nut.dxf
-share/qcad/libraries/screws/M4/M4_hex.dxf
-share/qcad/libraries/screws/M4/M4_nut.dxf
-share/qcad/libraries/screws/M5/M5_hex.dxf
-share/qcad/libraries/screws/M5/M5_nut.dxf
-share/qcad/libraries/screws/M6/M6_hex.dxf
-share/qcad/libraries/screws/M6/M6_nut.dxf
-share/qcad/libraries/screws/M8/M8_hex.dxf
-share/qcad/libraries/screws/M8/M8_nut.dxf
-share/qcad/libraries/templates/de/DIN_A4.dxf
-share/qcad/libraries/templates/de/DIN_A4_quer.dxf
-share/qcad/libraries/templates/empty.dxf
-share/qcad/libraries/templates/en/iso_en_a0.dxf
-share/qcad/libraries/templates/en/iso_en_a1.dxf
-share/qcad/libraries/templates/en/iso_en_a2.dxf
-share/qcad/libraries/templates/en/iso_en_a3.dxf
-share/qcad/libraries/templates/en/iso_en_a4.dxf
-share/qcad/libraries/templates/pt/A2.dxf
-share/qcad/messages/qcad.lang
-share/qcad/messages/qcad_cs.qm
-share/qcad/messages/qcad_de.qm
-share/qcad/messages/qcad_es.qm
-share/qcad/messages/qcad_et.qm
-share/qcad/messages/qcad_eu.qm
-share/qcad/messages/qcad_fi.qm
-share/qcad/messages/qcad_fr.qm
-share/qcad/messages/qcad_ga.qm
-share/qcad/messages/qcad_gr.qm
-share/qcad/messages/qcad_hu.qm
-share/qcad/messages/qcad_it.qm
-share/qcad/messages/qcad_jp.qm
-share/qcad/messages/qcad_nl.qm
-share/qcad/messages/qcad_pl.qm
-share/qcad/messages/qcad_pt.qm
-share/qcad/messages/qcad_ru.qm
-share/qcad/messages/qcad_sk.qm
-share/qcad/messages/qcad_zh.qm
-share/qcad/xpm/addlayer.xpm
-share/qcad/xpm/aligncenter.xpm
-share/qcad/xpm/alignleft.xpm
-share/qcad/xpm/alignright.xpm
-share/qcad/xpm/applicationicon.xpm
-share/qcad/xpm/apsicon.xpm
-share/qcad/xpm/arcdir1.xpm
-share/qcad/xpm/arcdir2.xpm
-share/qcad/xpm/back.xpm
-share/qcad/xpm/beveltrimoff.xpm
-share/qcad/xpm/beveltrimon.xpm
-share/qcad/xpm/cadarcscraa.xpm
-share/qcad/xpm/cadarcspara.xpm
-share/qcad/xpm/cadarcsppp.xpm
-share/qcad/xpm/cadcircles3p.xpm
-share/qcad/xpm/cadcirclescl.xpm
-share/qcad/xpm/cadcirclescr.xpm
-share/qcad/xpm/caddimsangle.xpm
-share/qcad/xpm/caddimsarrow.xpm
-share/qcad/xpm/caddimsdiam.xpm
-share/qcad/xpm/caddimshor.xpm
-share/qcad/xpm/caddimspara.xpm
-share/qcad/xpm/caddimsrad.xpm
-share/qcad/xpm/caddimsver.xpm
-share/qcad/xpm/cadlinesangle.xpm
-share/qcad/xpm/cadlinesbisector.xpm
-share/qcad/xpm/cadlineshor.xpm
-share/qcad/xpm/cadlinesnormal.xpm
-share/qcad/xpm/cadlinesortho.xpm
-share/qcad/xpm/cadlinesortho2.xpm
-share/qcad/xpm/cadlinespara.xpm
-share/qcad/xpm/cadlinesrect.xpm
-share/qcad/xpm/cadlinestan1.xpm
-share/qcad/xpm/cadlinestan2.xpm
-share/qcad/xpm/cadlinesver.xpm
-share/qcad/xpm/cadmenuarc.xpm
-share/qcad/xpm/cadmenucam.xpm
-share/qcad/xpm/cadmenucamtool.xpm
-share/qcad/xpm/cadmenucircle.xpm
-share/qcad/xpm/cadmenudim.xpm
-share/qcad/xpm/cadmenuedit.xpm
-share/qcad/xpm/cadmenuhatch.xpm
-share/qcad/xpm/cadmenuline.xpm
-share/qcad/xpm/cadmenumeasure.xpm
-share/qcad/xpm/cadmenupoint.xpm
-share/qcad/xpm/cadmenutag.xpm
-share/qcad/xpm/cadmenutext.xpm
-share/qcad/xpm/cadmenuzoom.xpm
-share/qcad/xpm/cadpointsingle.xpm
-share/qcad/xpm/camauto.xpm
-share/qcad/xpm/camexp.xpm
-share/qcad/xpm/camexpintro.xpm
-share/qcad/xpm/cammanual.xpm
-share/qcad/xpm/color00.xpm
-share/qcad/xpm/color01.xpm
-share/qcad/xpm/color02.xpm
-share/qcad/xpm/color03.xpm
-share/qcad/xpm/color04.xpm
-share/qcad/xpm/color05.xpm
-share/qcad/xpm/color06.xpm
-share/qcad/xpm/color07.xpm
-share/qcad/xpm/color08.xpm
-share/qcad/xpm/color09.xpm
-share/qcad/xpm/color10.xpm
-share/qcad/xpm/color11.xpm
-share/qcad/xpm/color12.xpm
-share/qcad/xpm/color13.xpm
-share/qcad/xpm/color14.xpm
-share/qcad/xpm/color15.xpm
-share/qcad/xpm/confmachgen.xpm
-share/qcad/xpm/copy.xpm
-share/qcad/xpm/cut.xpm
-share/qcad/xpm/deleteitem.xpm
-share/qcad/xpm/document.xpm
-share/qcad/xpm/edit.xpm
-share/qcad/xpm/editattrib.xpm
-share/qcad/xpm/editbevel.xpm
-share/qcad/xpm/editclip.xpm
-share/qcad/xpm/editcopy.xpm
-share/qcad/xpm/editcut.xpm
-share/qcad/xpm/editcut2.xpm
-share/qcad/xpm/editdelete.xpm
-share/qcad/xpm/editlayer.xpm
-share/qcad/xpm/editmirror.xpm
-share/qcad/xpm/editmove.xpm
-share/qcad/xpm/editmoverot.xpm
-share/qcad/xpm/editpaste.xpm
-share/qcad/xpm/editrotate.xpm
-share/qcad/xpm/editrotrot.xpm
-share/qcad/xpm/editround.xpm
-share/qcad/xpm/editscale.xpm
-share/qcad/xpm/editstretch.xpm
-share/qcad/xpm/edittext.xpm
-share/qcad/xpm/edittextelement.xpm
-share/qcad/xpm/edittrim.xpm
-share/qcad/xpm/edittrim2.xpm
-share/qcad/xpm/edittrim3.xpm
-share/qcad/xpm/editzero.xpm
-share/qcad/xpm/fileclose.xpm
-share/qcad/xpm/filecloseoutput.xpm
-share/qcad/xpm/filenew.xpm
-share/qcad/xpm/fileopen.xpm
-share/qcad/xpm/fileprint.xpm
-share/qcad/xpm/fileprint01.xpm
-share/qcad/xpm/fileprintprev.xpm
-share/qcad/xpm/fileprintsetup.xpm
-share/qcad/xpm/filerecall.xpm
-share/qcad/xpm/filesave.xpm
-share/qcad/xpm/folderclosed.xpm
-share/qcad/xpm/folderopen.xpm
-share/qcad/xpm/forward.xpm
-share/qcad/xpm/helpabout.xpm
-share/qcad/xpm/helpeditlayer.xpm
-share/qcad/xpm/helpeditmirror.xpm
-share/qcad/xpm/helpeditmove.xpm
-share/qcad/xpm/helpeditmoverotate.xpm
-share/qcad/xpm/helpeditrotate.xpm
-share/qcad/xpm/helpeditrotaterotate.xpm
-share/qcad/xpm/helpeditscale.xpm
-share/qcad/xpm/helpmanual.xpm
-share/qcad/xpm/helpsnapkeyar.xpm
-share/qcad/xpm/helpsnapkeyxy.xpm
-share/qcad/xpm/hiddenlayer.xpm
-share/qcad/xpm/info.xpm
-share/qcad/xpm/init.xpm
-share/qcad/xpm/insertitem.xpm
-share/qcad/xpm/layerlist.xpm
-share/qcad/xpm/librarybrowser.xpm
-share/qcad/xpm/lock.xpm
-share/qcad/xpm/lock01.xpm
-share/qcad/xpm/lock02.xpm
-share/qcad/xpm/measureanglelnln.xpm
-share/qcad/xpm/measurearea.xpm
-share/qcad/xpm/measureeditelement.xpm
-share/qcad/xpm/measurelnpt.xpm
-share/qcad/xpm/measureparallellines.xpm
-share/qcad/xpm/measureptpt.xpm
-share/qcad/xpm/modeabs.xpm
-share/qcad/xpm/modecomparison.xpm
-share/qcad/xpm/modeconstruction.xpm
-share/qcad/xpm/moderel.xpm
-share/qcad/xpm/modesimulation.xpm
-share/qcad/xpm/mouse.xpm
-share/qcad/xpm/paste.xpm
-share/qcad/xpm/qcad.xpm
-share/qcad/xpm/qcadintro.xpm
-share/qcad/xpm/qcadsgi.xpm
-share/qcad/xpm/redo.xpm
-share/qcad/xpm/removeemptylayers.xpm
-share/qcad/xpm/removelayer.xpm
-share/qcad/xpm/renamelayer.xpm
-share/qcad/xpm/ribbonsoft.xpm
-share/qcad/xpm/roundtrimoff.xpm
-share/qcad/xpm/roundtrimon.xpm
-share/qcad/xpm/shaperoundin.xpm
-share/qcad/xpm/shaperoundout.xpm
-share/qcad/xpm/shapestraight.xpm
-share/qcad/xpm/simbroken.xpm
-share/qcad/xpm/simdetails.xpm
-share/qcad/xpm/simgrid.xpm
-share/qcad/xpm/simoptions.xpm
-share/qcad/xpm/simpointing.xpm
-share/qcad/xpm/simrapidmove.xpm
-share/qcad/xpm/simsmooth.xpm
-share/qcad/xpm/simstart.xpm
-share/qcad/xpm/snapautointer.xpm
-share/qcad/xpm/snapcenters.xpm
-share/qcad/xpm/snapdist.xpm
-share/qcad/xpm/snapendpoints.xpm
-share/qcad/xpm/snapfree.xpm
-share/qcad/xpm/snapgrid.xpm
-share/qcad/xpm/snapkeyar.xpm
-share/qcad/xpm/snapkeyxy.xpm
-share/qcad/xpm/snapmaninter.xpm
-share/qcad/xpm/snapmiddles.xpm
-share/qcad/xpm/snaponelement.xpm
-share/qcad/xpm/style00.xpm
-share/qcad/xpm/style01.xpm
-share/qcad/xpm/style02.xpm
-share/qcad/xpm/style03.xpm
-share/qcad/xpm/style04.xpm
-share/qcad/xpm/tagall.xpm
-share/qcad/xpm/tagcontour.xpm
-share/qcad/xpm/tagdoubles.xpm
-share/qcad/xpm/tagelement.xpm
-share/qcad/xpm/tagenough.xpm
-share/qcad/xpm/taginters.xpm
-share/qcad/xpm/taginvert.xpm
-share/qcad/xpm/taglayer.xpm
-share/qcad/xpm/tagnothing.xpm
-share/qcad/xpm/tagrange.xpm
-share/qcad/xpm/tile.xpm
-share/qcad/xpm/undo.xpm
-share/qcad/xpm/untaginters.xpm
-share/qcad/xpm/untagrange.xpm
-share/qcad/xpm/visiblelayer.xpm
-share/qcad/xpm/width00.xpm
-share/qcad/xpm/width01.xpm
-share/qcad/xpm/width02.xpm
-share/qcad/xpm/width03.xpm
-share/qcad/xpm/width04.xpm
-share/qcad/xpm/width05.xpm
-share/qcad/xpm/width06.xpm
-share/qcad/xpm/width07.xpm
-share/qcad/xpm/width08.xpm
-share/qcad/xpm/zero.xpm
-share/qcad/xpm/zerorel.xpm
-share/qcad/xpm/zerorelwhite.xpm
-share/qcad/xpm/zerosmall.xpm
-share/qcad/xpm/zoomauto.xpm
-share/qcad/xpm/zoomdecrease.xpm
-share/qcad/xpm/zoomincrease.xpm
-share/qcad/xpm/zoomone.xpm
-share/qcad/xpm/zoompan.xpm
-share/qcad/xpm/zoomredraw.xpm
-share/qcad/xpm/zoomtagged.xpm
-share/qcad/xpm/zoomtopage.xpm
-share/qcad/xpm/zoomwindow.xpm
-%%PORTDOCS%%@exec ln -sf %D/share/doc/qcad %D/share/qcad/doc
-%%PORTDOCS%%@unexec rm -f %D/share/qcad/doc
-@exec mkdir %D/share/qcad/libraries/3rd/roll
-@dirrm share/qcad/xpm
-@dirrm share/qcad/messages
-@dirrm share/qcad/libraries/templates/pt
-@dirrm share/qcad/libraries/templates/en
-@dirrm share/qcad/libraries/templates/de
-@dirrm share/qcad/libraries/templates
-@dirrm share/qcad/libraries/screws/M8
-@dirrm share/qcad/libraries/screws/M6
-@dirrm share/qcad/libraries/screws/M5
-@dirrm share/qcad/libraries/screws/M4
-@dirrm share/qcad/libraries/screws/M10
-@dirrm share/qcad/libraries/screws
-@dirrm share/qcad/libraries/misc/Igus
-@dirrm share/qcad/libraries/misc/Bicycle/Taschen
-@dirrm share/qcad/libraries/misc/Bicycle/Ritzel
-@dirrm share/qcad/libraries/misc/Bicycle/Kettenblatt
-@dirrm share/qcad/libraries/misc/Bicycle
-@dirrm share/qcad/libraries/misc
-@dirrm share/qcad/libraries/3rd/shaft_nut
-@dirrm share/qcad/libraries/3rd/roll
-@dirrm share/qcad/libraries/3rd/cone_roll
-@dirrm share/qcad/libraries/3rd/ball
-@dirrm share/qcad/libraries/3rd
-@dirrm share/qcad/libraries
-@dirrm share/qcad/hatches
-@dirrm share/qcad/fonts
-@dirrm share/qcad/cur
-@dirrm share/qcad
-%%PORTDOCS%%@dirrm share/examples/qcad
-%%PORTDOCS%%@dirrm share/doc/qcad/en/img
-%%PORTDOCS%%@dirrm share/doc/qcad/en
-%%PORTDOCS%%@dirrm share/doc/qcad