summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-04-06Updated to ncview-1.92c. No changelog.jtb5-18/+27
2001-04-05Standardize patch file names.wiz2-3/+3
2001-04-05Standardize patch file names.wiz18-40/+41
2001-04-03Move ghostscript-fonts from print to fonts.wiz1-2/+2
2001-04-02Disable vidmode, since this doesn't work on XF4 after v1.3 of patch-ai.wiz1-1/+2
2001-04-02Fix big-endian support. Problem was that the targa code would load awrstuden2-1/+41
little-endian short into an int, then byteswap the int. That's essentially le32toh() when it should be le16toh(). This ended up in making numbers 0x10000 times too big. Also got rid of a potential unaligned-access.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz2-4/+4
lines.
2001-04-02Indentation & MKDIR -> INSTALL_DATA_DIR.wiz1-11/+11
2001-04-02Move line to please pkglint.wiz1-3/+3
2001-04-02Update to 1.0.10. Updates are bug fixes and MMX support.mjl2-5/+5
Moved some error checking from png_handle_IHDR to png_set_IHDR. Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros. Revised png_mmx_support() function in pnggccrd.c Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c Fixed memory leak in contrib/visupng/PngFile.c Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version) Added warnings when retrieving or setting gamma=0. Increased the first part of msg buffer from 16 to 18 in png_chunk_warning(). Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
2001-04-02Regen.jtb1-2/+2
2001-04-02Missed second instance of `plplot_linkage` which should have been changedjtb1-2/+2
to `plplot-config --libs`.
2001-03-31Add "lib/X11/doc/html/xpaint.1.html" to the package list dynamicallytron1-1/+8
because XFree86 4.0.x installs this file.
2001-03-31Remove "lib/X11/doc/html/xpaint.1.html" which isn't installed by versiontron1-2/+1
2.6.1.
2001-03-31Both packages conflict -- each has program named 'animate'. Discoveredjtb2-2/+6
by Lex Wennmacher's investigations.
2001-03-31Note that it is necessary to copy the plplot include files tojtb1-1/+3
${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do?
2001-03-30Update to 2.6.1. Changes:hubertf7-83/+67
* graphic.c: If the user tries to print a file that has never been saved, complain. * README: Updated maintainer info. * README: Updated URL for libraries. Describe use of Print option. * Help.txt: Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'. * snapshot.c: Introduced new "Snapshot" operation (grabbing a window or mouse-selected rectangle from screen) * Help.txt: updated Help file accordingly * graphic.c: Introduced a "Clone region" function * splineOP.c: created basic spline curve operations * rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8. * operation.c: Reorganized order of icons in main control panel * graphic.c: Added a "Print" option in the file menu, to the effect of calling an external printing utility (xv is a good candidate)
2001-03-30Use `plplot-config --libs` for plplot-5.0.3 instead of `plplot_linkage`.jtb3-9/+9
2001-03-30Updated to plplot-5.0.3. No Changelog -- see the PLplot homepage forjtb8-55/+256
release notes.
2001-03-30Fix quoting problems.mycroft2-4/+4
2001-03-30Respect CC and CFLAGSzuntum3-8/+16
2001-03-29enable recent additionsdrochner1-1/+2
2001-03-29Updated to geomview-1.8.1.jtb5-98/+221
1.8.1 March, 2001 This is a bugfix release. * No segfaults at startup on linux. * Toggle buttons are visible again. * Binary I/O on linux works. Changelog: 2001-03-24 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Do not add -XSVR4 and -common to CFLAGS when configuring with IRIX cc. 2001-03-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * doc/Makefile.am (EXTRA_DIST): Remove motion.pdf. * configure.in: Set revision to 1.8.1. * m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of $CPPFLAGS while probing. 2001-03-19 Mark Phillips <mbp@geomtech.com> * doc/motion.tex: new file added to release; documents the mathematics behind Geomview's motion model. For use by developers (not needed by regular users). 2001-02-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add AC_FUNC_SETPGRP. 2001-02-18 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add option --with-build-path. Use AC_PATH_XTRA. Correct the X library link order. Make sure to check /usr/local/lib for all libraries that check /usr/local/include. Check for <forms.h> in $x_includes and $x_includes/X11. Make sure both the includes and the libs are correct before using FORMS. Announce whether Xmu is found. General tidying up. 2001-02-17 Steve Robbins <steve@nyongwa.montreal.qc.ca> * acconfig.h: Close comment above define for HAVE_FMEMOPEN. * configure.in: Check endianness and check for header netinet/in.h. * doc/Makefile.am: Only build "geomview.pdf" on target "pdf". 2001-02-11 Steve Robbins <steve@nyongwa.montreal.qc.ca> * m4/geom_local.m4 (GEOM_CHECK_XFORMS): New. If XFORMS library is available, set variables for finding includes and libraries, emit warning if XFORMS is not available. 2001-01-16 Steve Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: removed redundant --with-forms argument; its effects got overwritten by --with-xforms, anyway. 2000-11-23 Steve Robbins <steve@nyongwa.montreal.qc.ca> * src/Makefile.am (geomview): look for "gvx" in $(moduledir) rather than $(bindir). (CLEANFILES): clean geomview script.
2001-03-28Communication with Canon Powershot digital cameras. Tested with USB only.drochner7-0/+107
2001-03-28Don't try to remove "share/pixmaps" which is part of the standardtron1-2/+1
directory structure now.
2001-03-28tolerate t1lib>=1.0.1 in preparation for an updatedrochner1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf14-35/+34
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Change diff so patchdiff works.skrll2-5/+5
2001-03-26Fix installation.skrll8-98/+163
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on tech-pkg.
2001-03-25Define the rule .c.o: in terms of libtool in the xgrid makefile.jtb2-35/+43
Fixes SPARC bulk build problem.
2001-03-24The configure script has a test to see if -lXxf86vm should be included.wrstuden2-5/+13
So don't hard code its inclusion later!
2001-03-23update to 3.4.1drochner11-31/+32
Changes: New: - fixed some Linux build problems - fixed some Windows build problems - GL_EXT_texture_env_dot3 extension (Gareth Hughes) Bug fixes: - added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI - various state-update code changes needed for DRI bugs - disabled pixel transfer ops in glColorTable commands, not needed - fixed bugs in glCopyConvolutionFilter1D/2D, glGetConvolutionFilter - updated sources and fixed compile problems in widgets-mesa/ - GLX_PBUFFER enum value was wrong in glx.h - fixed a glColorMaterial lighting bug - fixed bad args to Read/WriteStencilSpan in h/w stencil clear function - glXCopySubBufferMESA() Y position was off by one - Error checking of glTexSubImage3D() was broken (bug 128775) - glPopAttrib() didn't restore all derived Mesa state correctly - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL conformance problems at 16bpp. - clearing depth buffer with scissoring was broken, would segfault - OSMesaGetDepthBuffer() returned bad bytesPerValue value - fixed a line clipping bug (reported by Craig McDaniel) - fixed RGB color over/underflow bug for very tiny triangles Known problems: - NURBS or evaluator surfaces inside display lists don't always work
2001-03-22py-imaging>=1.0wiz1-2/+2
2001-03-20add and enable py-imagingtkwiz1-3/+4
2001-03-20py-imagingtk-1.1.1 -- the tk interface to py-imaging.wiz5-0/+61
Based on the package supplied by Jarkko Torppa in pkg/10808, but updated to the latest version.
2001-03-20Update mgl to 0.2.0a, provided by the maintainer Hiroyuki Yanai in pkg/12409.wiz16-161/+221
Perhaps there's a changelog on the website, but I don't understand enough japanese for that :(
2001-03-19Update gnuplot to 3.7.1.wennmach4-20/+22
This is a prerequisite step for octave-current.
2001-03-18Update to 0.10.1, which fixes quite a few bugs since 0.9.mjl8-62/+73
2001-03-16Add a test if an older version of freetype-lib is installed before building,wiz1-1/+10
since this breaks builds (much too often).
2001-03-16enabled blendermanu1-1/+2
2001-03-16Blender is a GUI based raytracermanu4-0/+100
2001-03-15Remove "index.html" from the HOMEPAGE URLzuntum1-2/+2
2001-03-14Add and enable kdegraphics2.skrll1-1/+2
2001-03-14Import of KDE 2.1 kdegraphics package.skrll7-0/+544
2001-03-14Mark this package as broken because it is outdated and has securitytron1-1/+3
problems.
2001-03-13Use "CPPFLAGS" to configure include directories because settingtron1-3/+4
"INCLUDES" doesn't work.
2001-03-13Update gif2png to 2.4.2 and change -I${PREFIX} -> -I${LOCALBASE}zuntum2-6/+6
2.4.2: * Mac porting fixes from Paul Matzke <pmatzke@macline.com>. 2.4.1: * Update to use the post-0.8.9 initialization code, so it will play nice with shared libraries.
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-10/+14
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-11Invoke "xmkmf" with full pathname to avoid problems on systems with twotron2-7/+5
X11 installations like e.g. Solaris with OpenWindows and XFree86.
2001-03-11Remove incorrect reference to old homepage in DESCR.skrll1-2/+0