summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-07-15Update to version 1.20.jtb4-30/+92
This version adds some new features. Embedded troff and pic commands are now interleaved more rationally with the generated pic commands. Grap is considerably more tolerant of using variable names that are the same as keywords or coordinate names. Details are in the CHANGES file.
2001-07-15Install the referenced water.txt file.jlam2-2/+6
2001-07-15add a patch from Bill Cheng to fix the -exec command.dmcmahill3-2/+207
also add missing USE_X11 to make this link with the new buildlink stuff in place.
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-8/+6
2001-07-14XFree86-installed freetype2 has a different location for the ft2build.hjlam1-1/+2
header.
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam2-4/+4
on Solaris' xargs.
2001-07-14Move inclusion of buildlink.mk files to end of Makefile.jlam1-3/+2
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-13Added Impress, a WYSIWYG vector graphics applicationmanu1-1/+2
2001-07-13Impress is a WYSIWYG vector graphics applicationmanu6-0/+94
2001-07-13Fix problem described in:jlam2-6/+61
http://mail-index.netbsd.org/tech-pkg/2001/07/12/0000.html where a XFree86 4.x installation includes FreeType2 headers and libraries but not the freetype-config script. The problem is fixed by creating a freetype-config script for use within the buildlink framework.
2001-07-12add barcode-0.96 to category makefiledillo1-1/+2
2001-07-12added barcode-0.96:dillo6-0/+69
create bar codes as EPS (program and library)
2001-07-11update to 0.7.0drochner5-29/+99
Changes: dozens of bugfixes and enhancements. Among other things, embedding images is now possible, as well as setting background images for the plots. Clipboard for plots: copy a plot, and paste it on a different plot window. Improved PostScript and WYSIWYG. It includes pysga.py, a Python module for interacting with plots and worksheets from the terminal. New scheme for storing numerical data in worksheets. Examples are included.
2001-07-11add & enable plasmazuntum1-1/+2
2001-07-11Initial import of plasma-1.0zuntum4-0/+23
It's a warping plasma demo coded using SDL library
2001-07-10add & enable waterzuntum1-1/+2
2001-07-10Initial import of water-1.0zuntum4-0/+37
This is a very cool water effect, written by Scott Scriven. This code uses palette tricks to do the height mapping, and assumes an image size of 320x200. This means that if you want to use your own images, you'll need to create them as 320x200x8 images with a palette that ranges from darker colors at entry 0 to lighter colors at palette entry 255. I really like this demo, so be sure and read water.txt to see what keys enable what effects and how it's all done.
2001-07-09Add buildlink.mk file for use by other packageszuntum1-0/+45
2001-07-09Converted to use buildlink.mk fileszuntum3-21/+8
2001-07-09Converted to use buildlink.mk fileszuntum1-3/+3
2001-07-09ImageMagick's dependencies should be listed in its buildlink.mk file too,zuntum1-1/+6
so packages that include ImageMagick's buildlink.mk get proper dependencies
2001-07-08Bump to gphoto-2.0beta1nb1, aber adding patches to make the Kodak DC280veego2-2/+5
working.
2001-07-08Patch from bugtracking system of gphoto:veego1-0/+104
http://sourceforge.net/tracker/index.php?func=detail&aid=438529&group_id=8874&atid=108874 Summary: DC240 USB driver only handle DC240 DC240 driver is compatible with DC280, DC3400 and DC5000 camera. While serial connection should work as is, USB connection is fixed to DC240 as the USB driver only looks for device 0x0120 while the 3 other have another USB device id. See dc240.c, camera_init() and camera_abilities(). Not yet applied to the gphoto2 source tree, but this patch makes it possible to use my Kodak DC280.
2001-07-08Patch from bugtracking system of gphoto:veego1-0/+26
http://sourceforge.net/tracker/index.php?func=detail&aid=438155&group_id=8874&atid=108874 Summary: gphoto2 leave DC240 in an unstable state Fetching a list of all the files on the DC240 camera leave the camera in an unstable state, making it hard to shutdown. Was applied in revision 1.4 to the ghoto2 source tree, plus an additional patch, so use this version and not the patch from above.
2001-07-08Force compilation with "gcc" under Solaris because the "libtiff" from thetron1-8/+8
package sources requires linking with "libgcc".
2001-07-08Fix typo in last commit.tron1-2/+2
2001-07-08Replace OpenWindows's "libtiff.so", too, because applications might gettron1-4/+13
linked against it otherwise.
2001-07-08Use "${MAKE_PROGRAM}" not "${MAKE}" in "pre-build" target (only usedtron1-5/+3
under Solaris).
2001-07-08Replace TIFF library included in OpenWindows distribution with the one fromtron2-1/+55
this package because OpenWindows and CDE programs work with it while package sources program don't work with the OpenWindows library. The original library is restored on deinstallation.
2001-07-08Add and enable ploticus-examplesrh1-1/+2
2001-07-08Initial import of ploticus-examples-1.41, a set of example scripts and datarh4-0/+808
for ploticus.
2001-07-08Update ploticus to 1.41. Licence is now GPL.rh6-16/+85
Notable changes are: * Fixed bug: proc axis - when producing stubs running from negative to positive, zero is displayed as a very tiny non-zero value such as 5.2579e-17 due to rounding error. * Fixed bug: proc getdata - buffer overflow when 'filter' is used with data records longer than 254 chars, causing garbage result or instability. Version 1.41 as of 18 June '01: * Ploticus now covered under GPL. * Fixed bug: colored background not completely filling the result window when scale is being done * Fixed scripts in test suite: The change in default size (version 1.40) sometimes caused general layout problems with graphics that were layed out with an 8.5" x 11" default size in mind. The solution for these scripts is to add a #proc page and specify pagesize: 8.5 11. Some of the scripts in the test suite had such problems and are now fixed. * Fixed bug: EPS bounding box incorrect for 1) pltab output and 2) pl where result draws into negative absolute coordinate space. * Fixed bug: proc areadef xautorange/yautorange not working correctly in some cases when a nearest= value is specified. This bug was apparently introduced in 1.40. * Fixed bug: proc lineplot - accum option choking when non-numeric data encountered. * Fixed bug: proc rangebar - negative barloc values not working. * Added: proc areadef - autorange datafield may now be a comma-delimited list of dfields so that multiple data fields are considered when determining the axis min and max. * Changed: scaletypes - times hh:mm:ss and mm:ss - validity checking relaxed slightly to allow degenerate values such as 0:4:9 * Fixed bug: pltab - incorrect interaction between #font and sectionheadings * Fixed bug: proc rangebar - textdetails controls N= label but not missing label * Fixed bug: pltab - creates 8.5 x 11 inch gif, png regardless of result size * Fixed bug: axis - line grid and gridblock starting point incorrect in X * Fixed bug: axis - colors incorrect when specified in certain combinations for tics, stubs, grid * Fixed bug: bars - ticks not being drawn when truncating was not switched on Version 1.40 as of 16 Jan '01: * proc getdata - variables may be declared and set from within data files using #set * proc curvefit - linear regression and correlation * proc areadef - "autowidth" and "autoheight" attributes for data-driven plot area size * proc axis - alternating shaded block backgrounds * added: new script $functions - $exists() and $notexists() to test if a @VARIABLE has a value. See functions(pl) added: new script #operators - #hideund and #showund to control display of embedded underscores, and #includesh. See scripts(pl) * added: new scaletype - log+1 scaling for handling log-characeristic data that may contain values of 0.0 * added: proc areadef - autorange - "incmult", which assists in automatically determining hi and low margin * added: proc areadef - "xextracategory" and "yextracategory" attributes, which allow categories to be added explicitly even when most categories are defined from data * added: proc axis - "stubcull" attribute for eliminating stub collision, or pile up on log axis * added: proc axis - definable extent for grid lines * added: cmyk color specification for use with PostScript and EPS. * added: textdetails - "font" subattribute for setting PostScript font. * added: proc print - "outfile" and "outmode" attributes allowing proc print to write to files * added: proc print - now sets a variable called NSELECTED. * added: proc legend - "reset" attribute. * added: proc bars - "hidezerobars" attribute * added: proc curvefit - "select" attribute * added: proc curvefit - new curvetype - "avg" * added: proc tabulate - "showrange" attribute supercedes showrangelowonly. Range label can be the average of low and high end of range. * added: proc rangebar - "logmean" attribute, for computing means and standard deviations in log space. * added: proc rangebar - "statsonly" attribute, to compute stats and set variables without drawing the bar. added: proc rangebar - now sets the variables RANGEBARIQRMIN and RANGEBARIQRMAX. * changed: proc getdata - pl no longer quits when no data could be read. Scripts can check @NRECORDS after getdata finishes and take appropriate action. * changed: default result size is now 8" x 8". * changed: proc curvefit - data no longer need to be ordered on X for curve computation * changed: standalone $functions (those that are not part of an #if construct) may contain embedded white space * changed: color specifications - the separator character in rgb(r,g,b) constructs may be any of comma, dash, colon, or pipe. Comma was problematic if rgb constructs were put into a comma- delimited list, as in students example. * changed: .pls is now a "known extension" for script files. * changed: improved the heuristic for automatic axis increment determination * fixed bug: proc scatterplot - if select condition used or if values are out-of-range, labels from data and datapoint size from data may be incorrect due to data alignment bug. * fixed bug: proc lineplot - if select condition used or if values are out-of-range, labels from data may be incorrect due to data alignment bug. * fixed bug: proc rangebar - file close problem causing core dump on linux * fixed bug: multipage plots & page breaks - if proc page was used to break to page 2, and proc page wasn't used for page 1, drawing continues on page 1. * fixed bug: proc getdata - select was not working when field names used (message: no such data field). * fixed bug: date scaling - dates containing embedded dashes were not converted properly when used. as locvalue e.g. proc annotate location. * fixed bug: $max() function was giving incorrect results * fixed bug: proc page - on multipage landscape plots using PNG/GIF only the last page was viewable. * fixed bug: PNG/GIF driver memory leak when doing multipage plots. fixed bug: incorrect fda() calls in tabulate.c and processdata.c. * fixed bug: proc getdata filters - potential instability if references were made to data fields beyond NFIELDS. * fixed bug: proc bars - tics produced through the use of leftticfield, rightticfield, and midticfield were being drawn outside of plotting area
2001-07-08Add gphoto2 and gtkam.garbled1-1/+3
2001-07-08This is a front-end for gphoto2, that allows access via USB/serial/etc togarbled5-0/+73
a variety of cameras. If your camera isn't supported by gphoto, try this applicaion instead.
2001-07-08initial import of gphoto2 package. This is related to gphoto, but nogarbled8-0/+211
longer bundles the UI, and now supports USB. These packages are really quite separate, so this does not replace the old gphoto pkg.
2001-07-07Add and enable SDL-imagerh1-1/+2
2001-07-07Initial import of SDL-image-1.2.0, an SDL image loading libraryrh4-0/+39
2001-07-07Fix typo in last commit.tron1-2/+2
2001-07-07Check if "${X11BASE}/lib/X11/config/X11.tmpl" before searching withtron1-2/+3
"grep" in it to avoid problems under Solaris.
2001-07-06Install "Xpm.h" to "include/X11" instead of "include/X11/X11" undertron5-16/+18
OpenWindows to avoid build lossage in several packages.
2001-07-06Fix installation of info files.jtb1-3/+3
2001-07-06Don't install patched files -- in particular, plplotdoc.info.orig.jtb1-2/+2
(From i386 bulk build).
2001-07-06Update ${HOMEPAGE} for Mesa and family.fredb3-6/+6
2001-07-04Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. If notjlam8-81/+87
on Linux, force use of specific fstropen code. Also fix check for AIX in the source code.
2001-07-03o convert to use buildlink.mk fileszuntum2-3/+38
o add buildlink.mk file for use by other packages Fixes enlightenment build problem noted by David Brownlee <abs@netbsd.org> in private mail.
2001-07-02Remove unnecessary patches again, now that we can build-depend onjlam2-19/+1
buildlink-x11.
2001-07-02Move inclusion of buildlink.mk files to end of Makefile. Also patchjlam4-8/+38
configure script to not add -L${PREFIX}/lib, -I${PREFIX}/include to LDFLAGS, CFLAGS to encapsulate build.
2001-07-02Copy the checks for built-in freetype2 and xpm into the buildlink.mk filesjlam2-8/+32
as they can't always use the logic in bsd.prefs.mk.
2001-07-02Handle case where freetype2 is installed as part of XFree86. Also removejlam1-8/+18
unnecessary inclusion of gettext-lib/buildlink.mk.