From 1c53fb57766ef69c5b0eef19eeed8c896e8e26da Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 22 Mar 2002 13:22:04 +0000 Subject: Import new "ivtools" package as suggested by Todd Gruhns in PR pkg/9264: Drawing editors for PostScript, TeX, and web graphics --- graphics/ivtools/DESCR | 20 + graphics/ivtools/Makefile | 23 + graphics/ivtools/PLIST | 867 ++++++++++++++++++++++++++++++++++++++ graphics/ivtools/distinfo | 5 + graphics/ivtools/patches/patch-aa | 11 + 5 files changed, 926 insertions(+) create mode 100644 graphics/ivtools/DESCR create mode 100644 graphics/ivtools/Makefile create mode 100644 graphics/ivtools/PLIST create mode 100644 graphics/ivtools/distinfo create mode 100644 graphics/ivtools/patches/patch-aa (limited to 'graphics/ivtools') diff --git a/graphics/ivtools/DESCR b/graphics/ivtools/DESCR new file mode 100644 index 00000000000..9847180b6a2 --- /dev/null +++ b/graphics/ivtools/DESCR @@ -0,0 +1,20 @@ +ivtools is a layered collection of application frameworks for building +custom drawing editors and spatial data servers. It incorporates a +backward compatible copy of the original InterViews and Unidraw class +libraries and sample programs (from 3.2a.tar.Z), augmented with new +class libraries and sample programs for a wide variety of generic +spatial data applications. + +ivtools comprises four sets of interrelated capabilities useful to +application programmers. The first set is the libraries and example +programs borrowed whole from InterViews 3.1. The second set is for +reusing and extending the light-weight glyph objects of InterViews 3.1 +which embody a lot of the capability of TeX. The third set reuses and +extends the Unidraw library (Unidraw is a major portion of the overall +InterViews 3.1 release that provides an application framework for +custom drawing editors). The fourth set adds a command interpreter +and server mechanism to ivtools, and demonstrates these capabilities +with text, glyph, and graphic front-ends. To get more of an overview +of these layers you can read: + + http://www.ivtools.org/ivtools/ivtools-layers.html. diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile new file mode 100644 index 00000000000..8370355d843 --- /dev/null +++ b/graphics/ivtools/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/22 13:22:04 tron Exp $ + +DISTNAME= ivtools-1.0.3 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivtools/} +EXTRACT_SUFX= .tgz + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.vectaport.com/ivtools/ +COMMENT= Drawing editors for PostScript, TeX, and web graphics + +CONFLICTS+= dclock-* + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES + +WRKSRC= ${WRKDIR}/${DISTNAME:C/\.[0-9]$//} + +pre-install: + ${RM} -f ${WRKSRC}/config/local.def.orig + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/ivtools/PLIST b/graphics/ivtools/PLIST new file mode 100644 index 00000000000..140b6476f24 --- /dev/null +++ b/graphics/ivtools/PLIST @@ -0,0 +1,867 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/22 13:22:05 tron Exp $ +bin/cntsrclines +bin/comdraw +bin/comterp +bin/comtest +bin/dclock +bin/drawserv +bin/drawtool +bin/flipbook +bin/gclock +bin/glyphterp +bin/graphdraw +bin/iclass +bin/idemo +bin/idraw +bin/ivcd +bin/ivct +bin/ivdl +bin/ivds +bin/ivdt +bin/ivfb +bin/ivgd +bin/ivgetjpg +bin/ivmkmf +bin/ivtiftopnm +bin/ivtmpnam +bin/mkgif89a +bin/mkgif89ac +bin/pnmtopgm +bin/stdcmapppm +include/AttrGlyph/attredit.h +include/Attribute/_comterp.h +include/Attribute/_comutil.h +include/Attribute/alist.h +include/Attribute/aliterator.h +include/Attribute/attribute.h +include/Attribute/attrlist.h +include/Attribute/attrvalue.h +include/Attribute/classid.h +include/Attribute/commodule.h +include/Attribute/lexscan.h +include/Attribute/paramlist.h +include/ComGlyph/attrdialog.h +include/ComGlyph/comtextedit.h +include/ComGlyph/comtextview.h +include/ComGlyph/terpdialog.h +include/ComTerp/_comterp.h +include/ComTerp/_comutil.h +include/ComTerp/assignfunc.h +include/ComTerp/bitfunc.h +include/ComTerp/boolfunc.h +include/ComTerp/bquotefunc.h +include/ComTerp/comfunc.h +include/ComTerp/comhandler.h +include/ComTerp/commodule.h +include/ComTerp/comterp.h +include/ComTerp/comterpserv.h +include/ComTerp/comvalue.h +include/ComTerp/condfunc.h +include/ComTerp/ctrlfunc.h +include/ComTerp/debugfunc.h +include/ComTerp/dotfunc.h +include/ComTerp/helpfunc.h +include/ComTerp/iofunc.h +include/ComTerp/lexscan.h +include/ComTerp/listfunc.h +include/ComTerp/mathfunc.h +include/ComTerp/numfunc.h +include/ComTerp/parser.h +include/ComTerp/postfunc.h +include/ComTerp/randfunc.h +include/ComTerp/scanner.h +include/ComTerp/statfunc.h +include/ComTerp/strmfunc.h +include/ComTerp/symbolfunc.h +include/ComTerp/typefunc.h +include/ComTerp/xformfunc.h +include/ComUnidraw/comeditor.h +include/ComUnidraw/comterp-acehandler.h +include/ComUnidraw/comterp-iohandler.h +include/ComUnidraw/dialogfunc.h +include/ComUnidraw/grdotfunc.h +include/ComUnidraw/grfunc.h +include/ComUnidraw/grlistfunc.h +include/ComUnidraw/groupfunc.h +include/ComUnidraw/grstatfunc.h +include/ComUnidraw/highlightfunc.h +include/ComUnidraw/nfunc.h +include/ComUnidraw/pixelfunc.h +include/ComUnidraw/plotfunc.h +include/ComUnidraw/unifunc.h +include/ComUtil/comterp.arg +include/ComUtil/comterp.err +include/ComUtil/comterp.h +include/ComUtil/comutil.arg +include/ComUtil/comutil.ci +include/ComUtil/comutil.h +include/ComUtil/util.h +include/Dispatch/_defines.h +include/Dispatch/_undefs.h +include/Dispatch/dispatcher.h +include/Dispatch/dp.h +include/Dispatch/enter-scope.h +include/Dispatch/iocallback.h +include/Dispatch/iohandler.h +include/Dispatch/iostreamb.h +include/Dispatch/leave-scope.h +include/Dispatch/rpcbuf.h +include/Dispatch/rpchdr.h +include/Dispatch/rpcpeer.h +include/Dispatch/rpcreader.h +include/Dispatch/rpcregistry.h +include/Dispatch/rpcservice.h +include/Dispatch/rpcstream.h +include/Dispatch/rpcwriter.h +include/DrawServ/drawcatalog.h +include/DrawServ/drawclasses.h +include/DrawServ/drawcomps.h +include/DrawServ/drawcreator.h +include/DrawServ/drawkit.h +include/DrawServ/drawviews.h +include/FrameUnidraw/framecatalog.h +include/FrameUnidraw/frameclasses.h +include/FrameUnidraw/framecmds.h +include/FrameUnidraw/framecomps.h +include/FrameUnidraw/framecreator.h +include/FrameUnidraw/frameeditor.h +include/FrameUnidraw/framefile.h +include/FrameUnidraw/framefunc.h +include/FrameUnidraw/framekit.h +include/FrameUnidraw/frameps.h +include/FrameUnidraw/framescripts.h +include/FrameUnidraw/framestates.h +include/FrameUnidraw/frameviewer.h +include/FrameUnidraw/frameviews.h +include/GraphUnidraw/edgecomp.h +include/GraphUnidraw/graphcatalog.h +include/GraphUnidraw/graphclasses.h +include/GraphUnidraw/graphcmds.h +include/GraphUnidraw/graphcomp.h +include/GraphUnidraw/graphcreator.h +include/GraphUnidraw/graphdata.h +include/GraphUnidraw/graphdialog.h +include/GraphUnidraw/grapheditor.h +include/GraphUnidraw/graphimport.h +include/GraphUnidraw/graphkit.h +include/GraphUnidraw/graphtools.h +include/GraphUnidraw/nodecomp.h +include/IV-2_6/InterViews/adjuster.h +include/IV-2_6/InterViews/alignment.h +include/IV-2_6/InterViews/banner.h +include/IV-2_6/InterViews/border.h +include/IV-2_6/InterViews/box.h +include/IV-2_6/InterViews/button.h +include/IV-2_6/InterViews/compeditor.h +include/IV-2_6/InterViews/control.h +include/IV-2_6/InterViews/deck.h +include/IV-2_6/InterViews/defs.h +include/IV-2_6/InterViews/dialog.h +include/IV-2_6/InterViews/filebrowser.h +include/IV-2_6/InterViews/filechooser.h +include/IV-2_6/InterViews/frame.h +include/IV-2_6/InterViews/glue.h +include/IV-2_6/InterViews/ihandler.h +include/IV-2_6/InterViews/interactor.h +include/IV-2_6/InterViews/iwindow.h +include/IV-2_6/InterViews/matcheditor.h +include/IV-2_6/InterViews/menu.h +include/IV-2_6/InterViews/message.h +include/IV-2_6/InterViews/minmax.h +include/IV-2_6/InterViews/paint.h +include/IV-2_6/InterViews/painter.h +include/IV-2_6/InterViews/panner.h +include/IV-2_6/InterViews/perspective.h +include/IV-2_6/InterViews/rubband.h +include/IV-2_6/InterViews/rubcurve.h +include/IV-2_6/InterViews/rubgroup.h +include/IV-2_6/InterViews/rubline.h +include/IV-2_6/InterViews/rubrect.h +include/IV-2_6/InterViews/rubverts.h +include/IV-2_6/InterViews/scene.h +include/IV-2_6/InterViews/scrollbar.h +include/IV-2_6/InterViews/scroller.h +include/IV-2_6/InterViews/sensor.h +include/IV-2_6/InterViews/shape.h +include/IV-2_6/InterViews/strbrowser.h +include/IV-2_6/InterViews/strchooser.h +include/IV-2_6/InterViews/streditor.h +include/IV-2_6/InterViews/subject.h +include/IV-2_6/InterViews/textbuffer.h +include/IV-2_6/InterViews/textdisplay.h +include/IV-2_6/InterViews/texteditor.h +include/IV-2_6/InterViews/textstyle.h +include/IV-2_6/InterViews/tray.h +include/IV-2_6/InterViews/viewport.h +include/IV-2_6/InterViews/world.h +include/IV-2_6/_enter.h +include/IV-2_6/_leave.h +include/IV-2_6/_names.h +include/IV-X11/Xdefs.h +include/IV-X11/Xext.h +include/IV-X11/Xlib.h +include/IV-X11/Xundefs.h +include/IV-X11/Xutil.h +include/IV-X11/xbitmap.h +include/IV-X11/xbrush.h +include/IV-X11/xcanvas.h +include/IV-X11/xcolor.h +include/IV-X11/xcursor.h +include/IV-X11/xdisplay.h +include/IV-X11/xdrag.h +include/IV-X11/xevent.h +include/IV-X11/xfont.h +include/IV-X11/xpainter.h +include/IV-X11/xpattern.h +include/IV-X11/xraster.h +include/IV-X11/xselection.h +include/IV-X11/xwindow.h +include/IV-look/bevel.h +include/IV-look/browser.h +include/IV-look/button.h +include/IV-look/choice.h +include/IV-look/dialogs.h +include/IV-look/fbrowser.h +include/IV-look/fchooser.h +include/IV-look/field.h +include/IV-look/kit.h +include/IV-look/menu.h +include/IV-look/mf_dialogs.h +include/IV-look/mf_kit.h +include/IV-look/mono_kit.h +include/IV-look/ol_dialogs.h +include/IV-look/ol_kit.h +include/IV-look/slider.h +include/IV-look/smf_kit.h +include/IV-look/stepper.h +include/IV-look/telltale.h +include/IVGlyph/bdfltform.h +include/IVGlyph/bdtable.h +include/IVGlyph/bdvalue.h +include/IVGlyph/boolform.h +include/IVGlyph/charfield.h +include/IVGlyph/dragedit.h +include/IVGlyph/enumform.h +include/IVGlyph/exportchooser.h +include/IVGlyph/fieldedit.h +include/IVGlyph/figure.h +include/IVGlyph/gdialogs.h +include/IVGlyph/globals.h +include/IVGlyph/idraw.h +include/IVGlyph/importchooser.h +include/IVGlyph/namestate.h +include/IVGlyph/observables.h +include/IVGlyph/odialogs.h +include/IVGlyph/ofilechooser.h +include/IVGlyph/printchooser.h +include/IVGlyph/saveaschooser.h +include/IVGlyph/scrollable.h +include/IVGlyph/strchooser.h +include/IVGlyph/stredit.h +include/IVGlyph/strlist.h +include/IVGlyph/textbuff.h +include/IVGlyph/textedit.h +include/IVGlyph/texteditor.h +include/IVGlyph/textform.h +include/IVGlyph/textview.h +include/IVGlyph/textwindow.h +include/IVGlyph/toolbutton.h +include/IVGlyph/valuator.h +include/InterViews/_defines.h +include/InterViews/_enter.h +include/InterViews/_leave.h +include/InterViews/_names.h +include/InterViews/_undefs.h +include/InterViews/action.h +include/InterViews/adjust.h +include/InterViews/aggr.h +include/InterViews/align.h +include/InterViews/alloctbl.h +include/InterViews/arraycomp.h +include/InterViews/background.h +include/InterViews/bitmap.h +include/InterViews/boolean.h +include/InterViews/border.h +include/InterViews/box.h +include/InterViews/brush.h +include/InterViews/canvas.h +include/InterViews/character.h +include/InterViews/color.h +include/InterViews/composition.h +include/InterViews/compositor.h +include/InterViews/coord.h +include/InterViews/cursor.h +include/InterViews/debug.h +include/InterViews/deck.h +include/InterViews/dialog.h +include/InterViews/display.h +include/InterViews/drag.h +include/InterViews/enter-scope.h +include/InterViews/event.h +include/InterViews/font.h +include/InterViews/geometry.h +include/InterViews/glcontext.h +include/InterViews/glue.h +include/InterViews/glyph.h +include/InterViews/group.h +include/InterViews/handler.h +include/InterViews/hit.h +include/InterViews/image.h +include/InterViews/input.h +include/InterViews/iv.h +include/InterViews/label.h +include/InterViews/layout.h +include/InterViews/leave-scope.h +include/InterViews/lrmarker.h +include/InterViews/monoglyph.h +include/InterViews/observe.h +include/InterViews/page.h +include/InterViews/patch.h +include/InterViews/pattern.h +include/InterViews/place.h +include/InterViews/polyglyph.h +include/InterViews/printer.h +include/InterViews/psfont.h +include/InterViews/raster.h +include/InterViews/regexp.h +include/InterViews/reqerr.h +include/InterViews/resource.h +include/InterViews/rule.h +include/InterViews/scrbox.h +include/InterViews/selection.h +include/InterViews/session.h +include/InterViews/shadow.h +include/InterViews/simplecomp.h +include/InterViews/stencil.h +include/InterViews/style.h +include/InterViews/superpose.h +include/InterViews/target.h +include/InterViews/telltale.h +include/InterViews/texcomp.h +include/InterViews/tformsetter.h +include/InterViews/tiff.h +include/InterViews/tile.h +include/InterViews/transformer.h +include/InterViews/window.h +include/InterViews/xymarker.h +include/OS/_defines.h +include/OS/_undefs.h +include/OS/directory.h +include/OS/enter-scope.h +include/OS/file.h +include/OS/host.h +include/OS/leave-scope.h +include/OS/list.h +include/OS/math.h +include/OS/memory.h +include/OS/os.h +include/OS/string.h +include/OS/table.h +include/OS/table2.h +include/OS/types.h +include/OS/ustring.h +include/OverlayUnidraw/aceimport.h +include/OverlayUnidraw/algebra3.h +include/OverlayUnidraw/annotate.h +include/OverlayUnidraw/attrtool.h +include/OverlayUnidraw/clipline.h +include/OverlayUnidraw/cliplinepoly.h +include/OverlayUnidraw/clippoly.h +include/OverlayUnidraw/grayraster.h +include/OverlayUnidraw/grloctool.h +include/OverlayUnidraw/indexmixins.h +include/OverlayUnidraw/leakchecker.h +include/OverlayUnidraw/ovabout.h +include/OverlayUnidraw/ovadjuster.h +include/OverlayUnidraw/ovarrow.h +include/OverlayUnidraw/ovcamcmds.h +include/OverlayUnidraw/ovcatalog.h +include/OverlayUnidraw/ovchainview.h +include/OverlayUnidraw/ovclasses.h +include/OverlayUnidraw/ovclip.h +include/OverlayUnidraw/ovcmds.h +include/OverlayUnidraw/ovcomps.h +include/OverlayUnidraw/ovcreator.h +include/OverlayUnidraw/ovctrl.h +include/OverlayUnidraw/ovdamage.h +include/OverlayUnidraw/ovdialog.h +include/OverlayUnidraw/ovdoer.h +include/OverlayUnidraw/oved.h +include/OverlayUnidraw/ovellipse.h +include/OverlayUnidraw/ovexport.h +include/OverlayUnidraw/ovfile.h +include/OverlayUnidraw/ovfixview.h +include/OverlayUnidraw/ovgdialog.h +include/OverlayUnidraw/ovhull.h +include/OverlayUnidraw/ovimport.h +include/OverlayUnidraw/ovipcmds.h +include/OverlayUnidraw/ovkit.h +include/OverlayUnidraw/ovline.h +include/OverlayUnidraw/ovmanips.h +include/OverlayUnidraw/ovpage.h +include/OverlayUnidraw/ovpainter.h +include/OverlayUnidraw/ovpanner.h +include/OverlayUnidraw/ovpolygon.h +include/OverlayUnidraw/ovprecise.h +include/OverlayUnidraw/ovprint.h +include/OverlayUnidraw/ovpspict.h +include/OverlayUnidraw/ovpsview.h +include/OverlayUnidraw/ovraster.h +include/OverlayUnidraw/ovrect.h +include/OverlayUnidraw/ovrestimage.h +include/OverlayUnidraw/ovselect.h +include/OverlayUnidraw/ovselection.h +include/OverlayUnidraw/ovshowhide.h +include/OverlayUnidraw/ovspline.h +include/OverlayUnidraw/ovstates.h +include/OverlayUnidraw/ovstencil.h +include/OverlayUnidraw/ovtext.h +include/OverlayUnidraw/ovunidraw.h +include/OverlayUnidraw/ovvars.h +include/OverlayUnidraw/ovvertices.h +include/OverlayUnidraw/ovviewer.h +include/OverlayUnidraw/ovviews.h +include/OverlayUnidraw/paramlist.h +include/OverlayUnidraw/phold.h +include/OverlayUnidraw/ptinpoly.h +include/OverlayUnidraw/rastercmds.h +include/OverlayUnidraw/scriptview.h +include/OverlayUnidraw/setattrbyexpr.h +include/OverlayUnidraw/slctbyattr.h +include/OverlayUnidraw/textfile.h +include/TIFF/format.h +include/TIFF/tiff.h +include/TIFF/tiffio.h +include/Time/Date.h +include/Time/Time.h +include/Time/obstime.h +include/Time/timeglyph.h +include/TopoFace/fgeomobjs.h +include/TopoFace/topoedge.h +include/TopoFace/topoedgelist.h +include/TopoFace/topoelt.h +include/TopoFace/topoface.h +include/TopoFace/toponode.h +include/UniIdraw/idarrow.h +include/UniIdraw/idarrowhead.h +include/UniIdraw/idarrows.h +include/UniIdraw/idcatalog.h +include/UniIdraw/idclasses.h +include/UniIdraw/idcmds.h +include/UniIdraw/idcomp.h +include/UniIdraw/idcreator.h +include/UniIdraw/iddialogs.h +include/UniIdraw/ided.h +include/UniIdraw/idkybd.h +include/UniIdraw/idvars.h +include/UniIdraw/idversion.h +include/Unidraw/Commands/align.h +include/Unidraw/Commands/brushcmd.h +include/Unidraw/Commands/catcmds.h +include/Unidraw/Commands/colorcmd.h +include/Unidraw/Commands/command.h +include/Unidraw/Commands/data.h +include/Unidraw/Commands/datas.h +include/Unidraw/Commands/dirty.h +include/Unidraw/Commands/edit.h +include/Unidraw/Commands/font.h +include/Unidraw/Commands/import.h +include/Unidraw/Commands/macro.h +include/Unidraw/Commands/nop.h +include/Unidraw/Commands/patcmd.h +include/Unidraw/Commands/struct.h +include/Unidraw/Commands/transforms.h +include/Unidraw/Commands/viewcmds.h +include/Unidraw/Components/cglue.h +include/Unidraw/Components/component.h +include/Unidraw/Components/compview.h +include/Unidraw/Components/connector.h +include/Unidraw/Components/csolver.h +include/Unidraw/Components/ellipse.h +include/Unidraw/Components/externview.h +include/Unidraw/Components/grcomp.h +include/Unidraw/Components/grview.h +include/Unidraw/Components/gvupdater.h +include/Unidraw/Components/line.h +include/Unidraw/Components/link.h +include/Unidraw/Components/pad.h +include/Unidraw/Components/pin.h +include/Unidraw/Components/polygon.h +include/Unidraw/Components/psformat.h +include/Unidraw/Components/psview.h +include/Unidraw/Components/rastercomp.h +include/Unidraw/Components/rect.h +include/Unidraw/Components/slot.h +include/Unidraw/Components/spline.h +include/Unidraw/Components/stencilcomp.h +include/Unidraw/Components/text.h +include/Unidraw/Components/vertices.h +include/Unidraw/Graphic/damage.h +include/Unidraw/Graphic/ellipses.h +include/Unidraw/Graphic/geomobjs.h +include/Unidraw/Graphic/graphic.h +include/Unidraw/Graphic/grblock.h +include/Unidraw/Graphic/lines.h +include/Unidraw/Graphic/picture.h +include/Unidraw/Graphic/polygons.h +include/Unidraw/Graphic/pspaint.h +include/Unidraw/Graphic/rasterrect.h +include/Unidraw/Graphic/splines.h +include/Unidraw/Graphic/ulabel.h +include/Unidraw/Graphic/ustencil.h +include/Unidraw/Graphic/util.h +include/Unidraw/Graphic/verts.h +include/Unidraw/Tools/connect.h +include/Unidraw/Tools/grcomptool.h +include/Unidraw/Tools/magnify.h +include/Unidraw/Tools/move.h +include/Unidraw/Tools/reshape.h +include/Unidraw/Tools/rotate.h +include/Unidraw/Tools/scale.h +include/Unidraw/Tools/select.h +include/Unidraw/Tools/stretch.h +include/Unidraw/Tools/tool.h +include/Unidraw/_defines.h +include/Unidraw/_undefs.h +include/Unidraw/catalog.h +include/Unidraw/classes.h +include/Unidraw/clipboard.h +include/Unidraw/creator.h +include/Unidraw/ctrlinfo.h +include/Unidraw/dialogs.h +include/Unidraw/editor.h +include/Unidraw/editorinfo.h +include/Unidraw/enter-scope.h +include/Unidraw/globals.h +include/Unidraw/grid.h +include/Unidraw/iterator.h +include/Unidraw/keymap.h +include/Unidraw/kybd.h +include/Unidraw/leave-scope.h +include/Unidraw/manip.h +include/Unidraw/manips.h +include/Unidraw/path.h +include/Unidraw/selection.h +include/Unidraw/statevar.h +include/Unidraw/statevars.h +include/Unidraw/stateview.h +include/Unidraw/stateviews.h +include/Unidraw/transfn.h +include/Unidraw/transfns.h +include/Unidraw/uarray.h +include/Unidraw/uctrl.h +include/Unidraw/uctrls.h +include/Unidraw/uformat.h +include/Unidraw/uhash.h +include/Unidraw/ulist.h +include/Unidraw/umap.h +include/Unidraw/unidraw.h +include/Unidraw/upage.h +include/Unidraw/viewer.h +include/ivstd/fstream.h +include/ivstd/iostream.h +include/ivstd/malloc.h +include/ivstd/math.h +include/ivstd/nan.h +include/ivstd/osfcn.h +include/ivstd/signal.h +include/ivstd/stdio.h +include/ivstd/stdlib.h +include/ivstd/stream.h +include/ivstd/string.h +include/ivstd/version.h +lib/ivtools/Idemo +lib/ivtools/InterViews +lib/ivtools/comterp.err +lib/ivtools/config/InterViews/iv-DGUX.cf +lib/ivtools/config/InterViews/iv-Mips.cf +lib/ivtools/config/InterViews/iv-aix.cf +lib/ivtools/config/InterViews/iv-alpha.cf +lib/ivtools/config/InterViews/iv-apollo.cf +lib/ivtools/config/InterViews/iv-att.cf +lib/ivtools/config/InterViews/iv-bsd.cf +lib/ivtools/config/InterViews/iv-convex.cf +lib/ivtools/config/InterViews/iv-cray.cf +lib/ivtools/config/InterViews/iv-cygwin.cf +lib/ivtools/config/InterViews/iv-darwin.cf +lib/ivtools/config/InterViews/iv-freebsd.cf +lib/ivtools/config/InterViews/iv-generic.cf +lib/ivtools/config/InterViews/iv-hp.cf +lib/ivtools/config/InterViews/iv-ibm.cf +lib/ivtools/config/InterViews/iv-linux.cf +lib/ivtools/config/InterViews/iv-luna.cf +lib/ivtools/config/InterViews/iv-m4330.cf +lib/ivtools/config/InterViews/iv-macII.cf +lib/ivtools/config/InterViews/iv-moto.cf +lib/ivtools/config/InterViews/iv-netbsd.cf +lib/ivtools/config/InterViews/iv-pegasus.cf +lib/ivtools/config/InterViews/iv-sgi.cf +lib/ivtools/config/InterViews/iv-sony.cf +lib/ivtools/config/InterViews/iv-stellar.cf +lib/ivtools/config/InterViews/iv-stratus.cf +lib/ivtools/config/InterViews/iv-sun.cf +lib/ivtools/config/InterViews/iv-ultrix.cf +lib/ivtools/config/InterViews/iv-x386.cf +lib/ivtools/config/InterViews/xparams.cf +lib/ivtools/config/alpha3.0-gcc.mk +lib/ivtools/config/alpha3.2-gcc.mk +lib/ivtools/config/alpha4-gcc.mk +lib/ivtools/config/arch.def +lib/ivtools/config/config-netbsd-gcc.defs +lib/ivtools/config/config.defs.in +lib/ivtools/config/config.mk +lib/ivtools/config/config.null.mk +lib/ivtools/config/darwin-gcc.mk +lib/ivtools/config/default-gcc.mk +lib/ivtools/config/freebsd-gcc.mk +lib/ivtools/config/freebsd2.1-gcc.mk +lib/ivtools/config/gcc.def +lib/ivtools/config/hpux-gcc.mk +lib/ivtools/config/hpux10.20-gcc.mk +lib/ivtools/config/irix5-gcc.mk +lib/ivtools/config/irix6-gcc.mk +lib/ivtools/config/linux-gcc.mk +lib/ivtools/config/local.def +lib/ivtools/config/m88k-sysv3-gcc.mk +lib/ivtools/config/m88k-sysv4-gcc.mk +lib/ivtools/config/makevars.def +lib/ivtools/config/netbsd-gcc.mk +lib/ivtools/config/params.def +lib/ivtools/config/rules.def +lib/ivtools/config/sco3.2.4-gcc.mk +lib/ivtools/config/site.def.ALPHA +lib/ivtools/config/site.def.CYGWIN +lib/ivtools/config/site.def.DARWIN +lib/ivtools/config/site.def.FREEBSD +lib/ivtools/config/site.def.HP800 +lib/ivtools/config/site.def.LINUX +lib/ivtools/config/site.def.NETBSD +lib/ivtools/config/site.def.SGI +lib/ivtools/config/site.def.SUN4 +lib/ivtools/config/solaris-gcc.mk +lib/ivtools/config/sunos4-gcc.mk +lib/ivtools/config/template +lib/libAttrGlyph.so +lib/libAttrGlyph.so.1.0.3 +lib/libAttribute.so +lib/libAttribute.so.1.0.3 +lib/libComGlyph.so +lib/libComGlyph.so.1.0.3 +lib/libComTerp.so +lib/libComTerp.so.1.0.3 +lib/libComUnidraw.so +lib/libComUnidraw.so.1.0.3 +lib/libComUtil.so +lib/libComUtil.so.1.0.3 +lib/libDrawServ.so +lib/libDrawServ.so.1.0.3 +lib/libFrameUnidraw.so +lib/libFrameUnidraw.so.1.0.3 +lib/libGraphUnidraw.so +lib/libGraphUnidraw.so.1.0.3 +lib/libIV-common.so +lib/libIV-common.so.1.0.3 +lib/libIV.so +lib/libIV.so.1.0.3 +lib/libIVGlyph.so +lib/libIVGlyph.so.1.0.3 +lib/libOverlayUnidraw.so +lib/libOverlayUnidraw.so.1.0.3 +lib/libTime.so +lib/libTime.so.1.0.3 +lib/libTopoFace.so +lib/libTopoFace.so.1.0.3 +lib/libUniIdraw.so +lib/libUniIdraw.so.1.0.3 +lib/libUnidraw-common.so +lib/libUnidraw-common.so.1.0.3 +lib/libUnidraw.so +lib/libUnidraw.so.1.0.3 +man/man1/comdraw.1 +man/man1/comterp.1 +man/man1/dclock.1 +man/man1/drawtool.1 +man/man1/flipbook.1 +man/man1/graphdraw.1 +man/man1/iclass.1 +man/man1/idraw.1 +man/man1/ivmkmf.1 +man/man3/Adjuster.3 +man/man3/Banner.3 +man/man3/BasicDialog.3 +man/man3/Border.3 +man/man3/Box2_6.3 +man/man3/BrushCmd.3 +man/man3/Button2_6.3 +man/man3/CGlue.3 +man/man3/CSolver.3 +man/man3/Catalog.3 +man/man3/Clipboard.3 +man/man3/ColorCmd.3 +man/man3/Command.3 +man/man3/CompletionEditor.3 +man/man3/Component.3 +man/man3/ComponentView.3 +man/man3/ConnectTool.3 +man/man3/Connector.3 +man/man3/Control.3 +man/man3/ControlInfo.3 +man/man3/Creator.3 +man/man3/Damage.3 +man/man3/Data.3 +man/man3/Deck2_6.3 +man/man3/Dialog.3 +man/man3/Dispatcher.3 +man/man3/Editor.3 +man/man3/EditorInfo.3 +man/man3/EllipseComp.3 +man/man3/ExternView.3 +man/man3/FileBrowser.3 +man/man3/FileChooser.3 +man/man3/FontCmd.3 +man/man3/Frame.3 +man/man3/GVUpdater.3 +man/man3/Glue2_6.3 +man/man3/Graphic.3 +man/man3/GraphicBlock.3 +man/man3/GraphicComp.3 +man/man3/GraphicCompTool.3 +man/man3/GraphicView.3 +man/man3/Grid.3 +man/man3/IOCallback.3 +man/man3/IOHandler.3 +man/man3/ImportCmd.3 +man/man3/Interactor.3 +man/man3/Iterator.3 +man/man3/KeyMap.3 +man/man3/LineComp.3 +man/man3/LinkComp.3 +man/man3/MacroCmd.3 +man/man3/MagnifyTool.3 +man/man3/Manipulator.3 +man/man3/MatchEditor.3 +man/man3/Menu2_6.3 +man/man3/Message.3 +man/man3/MoveTool.3 +man/man3/NOPCmd.3 +man/man3/PadComp.3 +man/man3/Page.3 +man/man3/Painter.3 +man/man3/Panner.3 +man/man3/Path.3 +man/man3/Pattern.3 +man/man3/PatternCmd.3 +man/man3/Perspective.3 +man/man3/Picture.3 +man/man3/PinComp.3 +man/man3/PolygonComp.3 +man/man3/PostScriptView.3 +man/man3/RasterComp.3 +man/man3/RasterRect.3 +man/man3/RectComp.3 +man/man3/Regexp.3 +man/man3/ReqErr.3 +man/man3/ReshapeTool.3 +man/man3/Resource.3 +man/man3/RotateTool.3 +man/man3/RpcHdr.3 +man/man3/RpcPeer.3 +man/man3/RpcReader.3 +man/man3/RpcRegistry.3 +man/man3/RpcService.3 +man/man3/RpcWriter.3 +man/man3/Rubband.3 +man/man3/ScaleTool.3 +man/man3/Scene.3 +man/man3/Scroller.3 +man/man3/SelectTool.3 +man/man3/Selection.3 +man/man3/Sensor.3 +man/man3/Shape.3 +man/man3/SlotComp.3 +man/man3/SplineComp.3 +man/man3/StateVar.3 +man/man3/StateVarView.3 +man/man3/StencilComp.3 +man/man3/StrBrowser.3 +man/man3/StrChooser.3 +man/man3/StretchTool.3 +man/man3/StringEditor.3 +man/man3/Subject.3 +man/man3/TextBuffer.3 +man/man3/TextComp.3 +man/man3/TextDisplay.3 +man/man3/TextEditor.3 +man/man3/Tool.3 +man/man3/TransferFunct.3 +man/man3/Tray.3 +man/man3/UArray.3 +man/man3/UControl.3 +man/man3/UHashTable.3 +man/man3/ULabel.3 +man/man3/UList.3 +man/man3/UMap.3 +man/man3/UStencil.3 +man/man3/Unidraw.3 +man/man3/UnidrawIntro.3 +man/man3/Vertices.3 +man/man3/VerticesComp.3 +man/man3/Viewer.3 +man/man3/Viewport.3 +man/man3/World.3 +man/man3/align.3 +man/man3/catcmds.3 +man/man3/classes.3 +man/man3/datas.3 +man/man3/edit.3 +man/man3/ellipses.3 +man/man3/geomobjs.3 +man/man3/globals.3 +man/man3/iostreamb.3 +man/man3/kybd.3 +man/man3/lines.3 +man/man3/manips.3 +man/man3/polygons.3 +man/man3/pspaint.3 +man/man3/rpcbuf.3 +man/man3/rpcstream.3 +man/man3/splines.3 +man/man3/statevars.3 +man/man3/stateviews.3 +man/man3/struct.3 +man/man3/transfns.3 +man/man3/transforms.3 +man/man3/uctrls.3 +man/man3/viewcmds.3 +@dirrm lib/ivtools/config/InterViews +@dirrm lib/ivtools/config +@dirrm lib/ivtools +@dirrm include/ivstd +@dirrm include/Unidraw/Tools +@dirrm include/Unidraw/Graphic +@dirrm include/Unidraw/Components +@dirrm include/Unidraw/Commands +@dirrm include/Unidraw +@dirrm include/UniIdraw +@dirrm include/TopoFace +@dirrm include/Time +@dirrm include/TIFF +@dirrm include/OverlayUnidraw +@dirrm include/OS +@dirrm include/InterViews +@dirrm include/IVGlyph +@dirrm include/IV-look +@dirrm include/IV-X11 +@dirrm include/IV-3_1 +@dirrm include/IV-2_6/InterViews +@dirrm include/IV-2_6 +@dirrm include/GraphUnidraw +@dirrm include/FrameUnidraw +@dirrm include/DrawServ +@dirrm include/Dispatch +@dirrm include/ComUtil +@dirrm include/ComUnidraw +@dirrm include/ComTerp +@dirrm include/ComGlyph +@dirrm include/Attribute +@dirrm include/AttrGlyph diff --git a/graphics/ivtools/distinfo b/graphics/ivtools/distinfo new file mode 100644 index 00000000000..7a04cae2d07 --- /dev/null +++ b/graphics/ivtools/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/22 13:22:04 tron Exp $ + +SHA1 (ivtools-1.0.3.tgz) = 4990395f3287dae032a0dfdbfc0ec420ef70e144 +Size (ivtools-1.0.3.tgz) = 2034162 bytes +SHA1 (patch-aa) = 191619b7db43c47d7cc991bc33787434f0ef6948 diff --git a/graphics/ivtools/patches/patch-aa b/graphics/ivtools/patches/patch-aa new file mode 100644 index 00000000000..d4b21dd0ec2 --- /dev/null +++ b/graphics/ivtools/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/03/22 13:22:05 tron Exp $ + +--- config/local.def.orig Wed Feb 20 18:56:32 2002 ++++ config/local.def Fri Mar 22 14:08:54 2002 +@@ -195,3 +195,6 @@ + #define DependCmd CCDriver -M + + XCOMM ------------------------------------------------------------------------- ++ ++#undef ExtraCCLdFlags ++#define ExtraCCLdFlags -Wl,-R$(X11BASE)/lib -Wl,-R$(LOCALBASE)/lib -- cgit v1.2.3