head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.18 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.16 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.14 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.12 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.10 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.8 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.4 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.6 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.2 pkgviews-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.3; 1.3 date 2002.07.08.02.48.18; author wiz; state Exp; branches; next 1.2; 1.2 date 2001.09.12.07.35.58; author jlam; state Exp; branches; next 1.1; 1.1 date 2001.02.24.01.30.07; author jtb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.02.24.01.30.07; author jtb; state Exp; branches; next ; desc @@ 1.4 log @Remove packages that have been broken on 2.0/i386 for over 9 months now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments. @ text @$NetBSD: patch-an,v 1.3 2002/07/08 02:48:18 wiz Exp $ --- ui/application.c.orig Fri Nov 10 04:52:16 2000 +++ ui/application.c @@@@ -28,6 +28,9 @@@@ #include "inputfile.h" #include "system.h" #include "color.h" +#ifdef LESSTIF +#include +#endif #include #include #include @@@@ -41,7 +44,7 @@@@ return Application::XErrorHandler(dpy, err_event); } -const char Application::COLORFILE[] = "lib/colorrgb.txt"; +const char Application::COLORFILE[] = "share/tcm/colorrgb.txt"; Application *theApplication = 0; @ 1.3 log @Make tcm compile with lesstif and new toolchain. Closes pkg/14897. @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.2 2001/09/12 07:35:58 jlam Exp $ @ 1.2 log @Wrap inclusion of within check for LESSTIF. Motif's includes while LessTif's doesn't, and stdio.h and iostdio.h have conflicting definitions. @ text @d1 1 a1 1 $NetBSD$ d5 2 a6 1 @@@@ -29,6 +29,9 @@@@ a8 1 #include d10 1 a10 1 +#include d12 1 a14 1 #ifdef USE_XMIM @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- ui/application.c.orig Fri Nov 10 09:52:16 2000 d5 1 a5 1 @@@@ -29,6 +29,7 @@@@ d9 1 d11 1 d15 1 a15 1 @@@@ -41,7 +42,7 @@@@ @ 1.1.1.1 log @Initial import of tcm: TCM is a collection of graphical editors for different software specification methods. It contains generic editors (for generic diagrams, tables and trees), editors for Structured Analysis (entity-relationship diagrams, data and event flow diagrams, state-transition diagrams, function refinement trees etc.) and editors for UML (static-structure diagrams, use-case diagrams, activity diagrams etc.). TCM supports constraint checking for single documents (e.g. name duplication and cycles in is-a relationships). TCM distinguishes built-in constraints (of which a violation cannot even be attempted) from immediate constraints (of which an attempted violation is immediately prevented) and soft constraints (against which the editor provides a warning when it checks the drawing). TCM is planned to support hierarchic graphs, so that it can handle, for example, hierarchic statecharts. Features to be added later include constraint checking across documents and executable models. In addition to the TCM file format, TCM outputs Plain PostScript, Encapsulated PostScript, PNG and the XFig file format. The TCM file format is simple to read and parse so other forms of output can be generated easily. @ text @@