head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.14 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.12 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.10 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.8 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.6 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.4 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.4; 1.4 date 2002.09.23.01.26.26; author jlam; state Exp; branches; next 1.3; 1.3 date 2001.09.12.07.36.31; author jlam; state Exp; branches; next 1.2; 1.2 date 2001.05.10.23.35.27; author jtb; state Exp; branches; next 1.1; 1.1 date 2001.02.24.01.30.05; author jtb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.02.24.01.30.05; author jtb; state Exp; branches; next ; desc @@ 1.5 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-aa,v 1.4 2002/09/23 01:26:26 jlam Exp $ --- /dev/null Thu May 10 23:00:48 2001 +++ Config.tmpl_netbsd @@@@ -0,0 +1,41 @@@@ +# Configuration file for NetBSD and OpenMotif/LessTif. + +SYSFLAGS = -DBSD + +SRC_DIR = $(TCM_HOME)/src +BIN_DIR = $(TCM_HOME)/bin +LIB_DIR = $(TCM_HOME)/lib + +MOTIF_INCLUDE = $(MOTIF_HOME)/include +MOTIF_LIB = $(MOTIF_HOME)/lib + +XWIN_INCLUDE = $(XWIN_HOME)/include +XWIN_LIB = $(XWIN_HOME)/lib + +LDFLAGS += -L$(LIB_DIR) -R$(MOTIF_LIB) -L$(MOTIF_LIB) -R$(XWIN_LIB) -L$(XWIN_LIB) + +LDLIBS += ${MOTIFLIB} -lXt -lSM -lICE -lXext -lX11 -lm + +STRIP ?= /usr/bin/true +MV ?= /bin/mv +RM ?= /bin/rm + +INCLUDEDIRS = -I.\ + -I$(SRC_DIR)/bitmaps\ + -I$(SRC_DIR)/gl\ + -I$(SRC_DIR)/ui\ + -I$(SRC_DIR)/ed\ + -I$(SRC_DIR)/dg\ + -I$(SRC_DIR)/tb\ + -I$(MOTIF_INCLUDE)\ + -I$(XWIN_INCLUDE)\ + +CPPFLAGS += $(SYSFLAGS) $(INCLUDEDIRS) +MKDEPEND = $(XWIN_HOME)/bin/makedepend +MKDEPENDFLAGS = $(CPPFLAGS) -I/usr/include/g++ + +xclean: + $(RM) *.o core $(SRC_DIR)/ptrepository/* $(SRC_DIR)/Templates.DB/* + +xdepend: + $(MKDEPEND) $(MKDEPENDFLAGS) *.*c @ 1.4 log @buildlink1 -> buildlink2 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2001/09/12 07:36:31 jlam Exp $ @ 1.3 log @Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2001/05/10 23:35:27 jtb Exp $ d14 1 a14 1 +MOTIF_INCLUDE = $(BUILDLINK_DIR)/include d17 1 a17 1 +XWIN_INCLUDE = $(BUILDLINK_X11_DIR)/include d20 1 a20 1 +LDFLAGS += -L$(LIB_DIR) -R$(MOTIF_LIB) -L${BUILDLINK_DIR}/lib -R$(XWIN_LIB) -L${BUILDLINK_X11_DIR}/lib @ 1.2 log @Changes the names of the libraries created during the build -- "libtcmgui" instead of "libgui". emulators/gpsim installs a libgui which causes problems. There may be conflicts with the other libs (libglobal, libtable, etc). To be safe, rename them all similarly. Get rid of the terrible configure script. It saved a few patches, but isn't worth the ugliness. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 +# Configuration file for NetBSD and LessTif. d8 1 a8 1 +SYSFLAGS = -DBSD -DLESSTIF d14 1 a14 1 +MOTIF_INCLUDE = $(MOTIF_HOME)/include d17 1 a17 1 +XWIN_INCLUDE = $(XWIN_HOME)/include d20 1 a20 1 +LDFLAGS += -Wl,-R$(LIB_DIR) -L$(LIB_DIR) -R$(MOTIF_LIB) -L$(MOTIF_LIB) -R$(XWIN_LIB) -L$(XWIN_LIB) d22 1 a22 1 +LDLIBS += -lXm -lXt -lSM -lICE -lXext -lX11 -lm @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- /dev/null Fri Feb 23 22:20:01 2001 d5 2 a6 2 @@@@ -0,0 +1,43 @@@@ +# Configuration file for NetBSD 1.5 and GNU compilers. a12 2 + +SHAREDFLAGS = -shared @ 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 @@