summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-07-01Changes 2.0.26:adam3-7/+7
* Windows build uses __stdcall calling convention * Even more complete freetype version checking * Binary transparency is now handled correctly in gdImageToPalette
2004-06-30Sort cambevao properly (hi abs!).salo1-2/+2
2004-06-29Tell gnuplot not to install lisp files by default.adrianp1-1/+2
Patch supplied by Kouichirou Hiratsuka <hira (at) po6.nsk.ne.jp> in PR#26111. Thanks.
2004-06-28Update to bl3. All test built with jdk or sun-jdk14.abs1-2/+2
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28Enable pkgviews installation.minskim1-1/+3
2004-06-28Update to 1.2.3:jmmv4-21/+10
* Fix API breakage for stock_save_as vs. stock_save-as * Fix build so that make distcheck works * Bugs fixed: #142001, #142988
2004-06-28Update to 2.6.2: just use the new gnome-desktop's distfile.jmmv2-5/+5
2004-06-27add camevaoabs1-1/+2
2004-06-27Feeding back the patches to the author and waiting for a new releaseabs2-60/+0
before importing the package to avoid having to commit the patches is a good idea. Committing them anyway in a temp dir is not...
2004-06-27Inport cambevao 2.0abs6-0/+107
cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+ based USB webcams and saves them as jpegs. It includes a built-in mini webserver for static and streaming images.
2004-06-27Update to version 0.98.seb5-47/+63
Packages changes: * Update HOMEPAGE. * Note that patch files were ordered so that the info file does not appear newer than its Texinfo source. Changes since last packaged version: 2002-03-01 Alessandro Rubini <rubini@linux.it> * library.c (Barcode_Encode): handle bitsets separately, like in Barcode_Print (otherwise, you might loose NO_CHECKSUM). * debian/changelog: moved to 0.98 (but should fix all debian/ stuff) * contrib/barcode-for-delphi.tar.gz: new, contributed by Michael Geddes * contrib/barcode-for-delphi.tar.gz.README: short info for file above * main.c (main): allow "-g" to set size of code in a table as well -- suggested and initiallt implemented by Joachim Reichelt. (main): fixed missing "Page: 1 1" in postscript for tables (main): for tables don't use Encode_and_Print, use a local unrolled version, so the default margin can be removed and we avoid problems with negative xoff in the output phase (first column may be offset, as noted by Karl Magnus Kolstoe) * doc/doc.barcode: documented change above. * README: removed refernces to systemy.it, I'm no more there Added link to FreeBSD ports tree and GLabels Organized as sections with titles * contrib/barcode-SVG.tar.gz: new contribution, by David J. Humphreys * contrib/barcode-SVG.tar.gz.README: short description of file above * contrib/grab-0.0.4.tar.gz: new program, by Tuukka Toivonen. * contrib/grab-0.0.4.tar.gz.README: short description of file above 2002-03-01 Boszormenyi Zoltan <zboszor@externet.hu> * barcode.spec: new file 2002-02-27 Alessandro Rubini <rubini@linux.it> * bookland/bookland.py: updated to version 0.92 by Judah Milgram 2001-11-13 Alessandro Rubini <rubini@linux.it> * README: Added a pointer to the Windows port. 2001-11-09 Cloyce D. Spradling <cloyce@headgear.org> * code128.c (Barcode_128b_verify): prototype fix (unsigned char). * ps.c (Barcode_ps_print): the comment for ascii codes must only be printed if ascii is being printed (benign bug). 2001-11-06 Christoph Pross <c.pross@beck-ipc.com> * pcl.c (Barcode_pcl_print): bugfix: bars were misplaced 2001-10-16 Nathan D. Holmes <nh412124@ursa.cosd.fedex.com> ====> Version 0.97 released to ftp.systemy.it and ftp.gnu.org * code93.c: new file (I modified something as well - Alessandro) * doc/doc.barcode (Supported Encodings): added docs for code93 * main.c: added code93 names * Makefile.in (LIBOBJECTS): added code93.o * library.c: added code93 entry points 2001-10-16 Alessandro Rubini <rubini@linux.it> * doc/manpager: added (trivial) support for @itemize, added copyright * sample.c (main): accept -P to create PCL output * doc/doc.barcode (PCL Output): added the section, using text provided by Andrea Scopece and turning it into texinfo. Removed also a few extra newlines that made bad man pages 2001-10-16 Andrea Scopece <a.scopece@vizzavi.it> * barcode.h: added BARCODE_OUT_PCL and BARCODE_OUT_PCL_III * library.c (Barcode_Print): use BARCODE_OUT_PCL to select pcl_print() * Makefile.in (LIBOBJECTS): added pcl.o * pcl.c: new file, with PCL output support 2001-10-16 Alessandro Rubini <rubini@linux.it> * doc/doc.barcode (Supported Encodings): added documentation for EAN and UPC with checksum, as coded by mr. Böszörményi (below) 2001-10-16 Boszormenyi Zoltan <zboszor@externet.hu> * ean.c: I found that barcode-0.96 does not correctly encodes UPC-E. This was mainly because in upc_e_to_a() the switch() branches all ended without "break;". Printing UPC-E did not print the leading encoding number and the trailing UPC-A checksum. Now it does. Accept EAN-13 and EAN-8 with and without the checksum. So always treat 7 and 12 digit sequences as valid EAN codes and accept 8 and 13 digit sequences as valid EAN codes when the last digit is the same as the calculated one. Accept UPC-A as above (11 or 12 digit sequences.) Accepts UPC-E as: 6 digit sequence: the middle part of the code (leading '0' assumed) 7 digit sequence: the middle part and either a leading '0' or '1', or a trailing UPC-A checksum. In that case, leading '0' assumed. 8 digit sequence: a leading '0' or '1', middle part, checksum UPC-A, UPC-E, EAN-13, and EAN-8 may all include an additional barcode to the right of the main barcode. As a 7 or a 12 digit sequence may be ambiguous, please remember that EAN is checked before UPC if you specified BARCODE_ANY. 2001-08-20 Alessandro Rubini <rubini@linux.it> * sample.c (main): added upc-e and ean-8 samples 2001-08-11 Boszormenyi Zoltan <zboszor@externet.hu> * ps.c (Barcode_ps_print): don't output "showpage" in EPS mode 2001-08-11 Alessandro Rubini <rubini@linux.it> * README: Changed host names, added barcode-commit list. 2000-11-29 Alessandro Rubini <rubini@morgana.systemy.it> * doc/doc.barcode (The Field List): 1pt == 0.352mm, not 0.0352 (thanks to Stephen Irven for reporting)
2004-06-26Raise the dependency to 0.1.1 libpixman's buildlink3.mk. This avoidsrecht2-4/+3
the BUILDLINK_DEPENDS >= 0.1.1 in cairo's Makefile which is the only consumer anyway. Or, in other words: simplify
2004-06-26update to libgdiplus-0.10 (release candidate 1)recht6-40/+56
No real NEWS file available, so guessing from the ChangeLog: - bug-fixes - tiff load/save from stream
2004-06-26move mpeg-lib to multimedia/grant24-372/+5
2004-06-26move smpeg-xmms to multimedia/grant6-68/+1
2004-06-26move dumpmpeg to multimedia/grant6-54/+1
2004-06-26fix COMMENT.grant1-2/+2
2004-06-26remove spurious whitespace, | fmt 70 75grant1-5/+5
2004-06-26move smpeg to multimedia/grant2-4/+4
2004-06-26- s/Gnu/GNU/ when used as an acronymgrant2-20/+16
- note the inclusion or lack of X11 support - | fmt 70 75
2004-06-26move the common bits of these packages out into gnuplot/Makefile.common.grant3-49/+36
no functional change.
2004-06-25Update gnuplot-nox11 to 4.0.0adrianp3-11/+17
Closes PR #25450 submitted by me. Ok'ed wiz@/snj@/root (at) garbled.net Thanks to xtraeme@ for fixing GD's X11 issues. From the CHANGELOG: What's New ========== The list of changes is immense this time, so only the highlights can be given here. For the full details, see the NEWS file or the ChangeLog, or look into the online version of the documentation at http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0 You'll quite probably have to (re-)read large parts of the documentation to learn all the details that have changed. Major changes visible to users: ------------------------------- o Global Command syntax change: instead of 'set no...' it's now 'unset ...'. o Commands 'set data style', 'set function style' and 'set linestyle' changed to 'set style {data|function|line}, respectively. o Colour-coded plots in 3D and simulated 2D through the new 'pm3d' plotting style. o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar styles can be filled with solid colors or hatch patterns. o New plot style 'with filledcurves' to fill an area defined by a curve in solid colour. o Windows, X11, OS/2 and GGI interactive graphical terminals now support interaction with the plot window by mouse and hotkeys. o The "enhanced" mode has been generalized from PostScript to some other terminal drivers. o 'set hidden3d' mode accepts non-grid data and hides them behind gridded surfaces plotted with them. o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua. o New function to query if a user-defined variable exists. o PNG and JPEG terminals using the GD library support libfreetype to use true-type fonts. o 'set label' can output a point symbol the comment refers to, and the text itself can be rotated by arbitrary angles (on some terminals). o The color of text elements can be changed. o 'set size ratio' now affects 3D plots, too. o The 'dgrid3d' can be switched between thin-plate splines and the older weighted averaging method, at compile time. o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852 encoding of user input. o Windows gnuplot recognizes the Unix/X11 style '-persist' option, and supports changing linewidth by core gnuplot commands. o A native compilation option of gnuplot for Mac OS X is now part of the mainline source, using the 'aquaterm' driver [3]. o Datafile comment character, column separator and decimal sign can be changed. o Arrows can be drawn with relative coordinates for the head, and the heads can be filled. o Allows 'set timefmt' independantly for each axis, and supports new '%s' format for seconds-since-1970 input. o Even more documentation misprints have been fixed, thanks to Shigeharu TAKENO Internal changes: ----------------- o Reorganization of the entire source tree. o Broken into considerably more source files than before. o Large sets of related global variables have been collected into relatively few global data structures (the 'axis' array and a global 'key' data structure, e.g.). o The gnuplot_x11 driver no longer is installed in the PATH, to avoid confusion about it. o Scaling and ticking of time/date axes respects the fact that 12 and 60 are not the same 10 or 100 much better. And, obviously, more bug fixes than could possibly fit into this narrow margin...
2004-06-25Update gnuplot to 4.0.0adrianp3-13/+17
Closes PR #25450 submitted by me. Ok'ed wiz@/snj@/root (at) garbled.net Thanks to xtraeme@ for fixing GD's X11 issues. From the CHANGELOG: What's New ========== The list of changes is immense this time, so only the highlights can be given here. For the full details, see the NEWS file or the ChangeLog, or look into the online version of the documentation at http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0 You'll quite probably have to (re-)read large parts of the documentation to learn all the details that have changed. Major changes visible to users: ------------------------------- o Global Command syntax change: instead of 'set no...' it's now 'unset ...'. o Commands 'set data style', 'set function style' and 'set linestyle' changed to 'set style {data|function|line}, respectively. o Colour-coded plots in 3D and simulated 2D through the new 'pm3d' plotting style. o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar styles can be filled with solid colors or hatch patterns. o New plot style 'with filledcurves' to fill an area defined by a curve in solid colour. o Windows, X11, OS/2 and GGI interactive graphical terminals now support interaction with the plot window by mouse and hotkeys. o The "enhanced" mode has been generalized from PostScript to some other terminal drivers. o 'set hidden3d' mode accepts non-grid data and hides them behind gridded surfaces plotted with them. o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua. o New function to query if a user-defined variable exists. o PNG and JPEG terminals using the GD library support libfreetype to use true-type fonts. o 'set label' can output a point symbol the comment refers to, and the text itself can be rotated by arbitrary angles (on some terminals). o The color of text elements can be changed. o 'set size ratio' now affects 3D plots, too. o The 'dgrid3d' can be switched between thin-plate splines and the older weighted averaging method, at compile time. o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852 encoding of user input. o Windows gnuplot recognizes the Unix/X11 style '-persist' option, and supports changing linewidth by core gnuplot commands. o A native compilation option of gnuplot for Mac OS X is now part of the mainline source, using the 'aquaterm' driver [3]. o Datafile comment character, column separator and decimal sign can be changed. o Arrows can be drawn with relative coordinates for the head, and the heads can be filled. o Allows 'set timefmt' independantly for each axis, and supports new '%s' format for seconds-since-1970 input. o Even more documentation misprints have been fixed, thanks to Shigeharu TAKENO Internal changes: ----------------- o Reorganization of the entire source tree. o Broken into considerably more source files than before. o Large sets of related global variables have been collected into relatively few global data structures (the 'axis' array and a global 'key' data structure, e.g.). o The gnuplot_x11 driver no longer is installed in the PATH, to avoid confusion about it. o Scaling and ticking of time/date axes respects the fact that 12 and 60 are not the same 10 or 100 much better. And, obviously, more bug fixes than could possibly fit into this narrow margin...
2004-06-23Update graphics/ImageMagick to 6.0.2.7.xtraeme3-11/+11
Changes: Bug fixes: * Fixed problem with relative filename wildcards (e.g. identify images/*.jpg) * DrawSetStrokeDashArray() now respects the number_elements argument. Performance improvements: * Don't open a loadable module if its already open. * Added anonymous memory-mapping to the pixel cache. This makes it possible for memory to be returned to the system after the image is destroyed. Utilities enhancements: * The display program now composites any transparent images on top of a checkered background to assist in visualizing any partial transparent pixels. Coder additions/improvments: * When an unknown property is encountered in the XCF coder, it enters a bogus loop that never terminates. Code/structure enhancements: * Introduce MagickBooleanType and MagickStatusType types of unsigned int. These types are 100% compatible with the existing API but removes ambiguity. Previously we got complaints that users did not realize that a return value of unsigned int in most cases meant a binary value (0/1). MagickStatusType is used for methods that return a bit mask. * Introduce MagickFalse and MagickTrue while we deprecate True/False. And more...
2004-06-22The german mirror is on "ftp.gwdg.de" not "ftp.gwdb.de".tron1-2/+2
2004-06-21Changes 2.0.2:adam6-64/+62
- several build fixes (#140115, #142907, #143069) - allow plug-ins to register menu entries from within init() (#139969) - fixed focus issues with tool dialogs (#139349) - allow to load grayscale TGA files - a couple of string and i18n fixes (#140296, #140039, #137036, #142996) - fixed crash in template editor (#140315) - fixed crash in IWarp plug-in (#140554) - fixed snap to guides (#140649) - made the PNG plug-in handle empty colormaps (#142029) - fixed bug in text editor dialog (#141792) - fixed Old Photo script-fu (#142326) - fixed glitch in the Curves tool dialog (#142506) - don't allow tablet pressure to become negative (#123811) - improved range of tablet pressure values (#142808) - better defaults for tablet pressure (#143626) - fixed use of screen color picker with XInput devices (#143166) - actually return values from the run function of Python scripts (#141338) - documentation fixes (#142618) - fixed bug in the save routine of the TIFF plug-in (#143522) - don't let Curve Bend silently apply the layer mask (#134748) - fixed bug in Blur plug-in (#142318) - fixed mask offsets after crop operations (#143860) - let extensions run synchronously when called via PDB (#140112) - updated (and some new) translations
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme9-15/+18
2004-06-20As discussed in tech-pkg, remove X11/Xpm support in graphics/gd.xtraeme2-9/+5
While I'm here, s/-lpthread/${PTHREAD_LDFLAGS}/. Bump PKGREVISION.
2004-06-19distinfo update for my changes of a few days ago.markd1-1/+4
2004-06-15Be explicit that libghoto2 is not used by the package (yet?).markd1-1/+3
Fixes PR 25513.
2004-06-15Fix building with recent ImageMagick's.markd4-1/+672
2004-06-15- don't override compiler variablesgrant2-1/+23
- don't gcc specific flags
2004-06-15don't call install -d with >1 directory argument.grant2-5/+21
2004-06-15this is NetBSD specific.grant1-1/+3
2004-06-15this uses a c++ compiler.grant2-2/+4
2004-06-15- don't hardcode CC=gccgrant4-17/+16
- don't pass gcc specific flags
2004-06-15this needs -ldl on Solaris.grant1-1/+3
2004-06-15this only needs a c++ compiler.grant1-1/+2
2004-06-15plotutils uses a c and c++ compiler.grant2-2/+4
XXX these packages need to be made to use a common Makefile fragment.
2004-06-15Apply patch from PR 25907 by Christopher Richards. This is probably thecube1-1/+10
best we can do until the code is actually fixed. Advised by mrg.
2004-06-10Fix build under NetBSD current (use statvfs instead of statfs). I'm notjmmv2-1/+30
adding a check in configure as I'd like to because it does not have any AC_CHECK_FUNCS call that I could easily use to do this (the diff could be quite big).
2004-06-10Remove sq905view package for just now - there's a freeze on new functionalityagc5-42/+1
in pkgsrc.
2004-06-10Remove the unconditional openal dependency (which is not used by default)jmmv1-3/+2
and bump PKGREVISION to 2. openal can be pulled in by the BLENDER_USE_OPENAL knob. Pointed out by jschauma@.
2004-06-10New package for sq905view-0.01, software for use with USB SQcam Webcam based ↵hamajima5-1/+42
the SQ905 chip
2004-06-10update to kde 3.2.3markd1-3/+3
changes: * kruler: When move rule window, use "cross arrows" cursor * kfile-plugins/jpeg: Compile fix for IRIX / MipsPro
2004-06-09Forgot to regen distinfo.xtraeme1-5/+5
2004-06-09graphics/dcraw:xtraeme2-18/+21
o Update MASTER_SITES to the original one, because our MASTER_SITE_BACKUP does not have this! o Add missing jpeg dependency. o Link to -ljpeg. Bump PKGREVISION.
2004-06-05Update to release 0.2.8.3. From release notes:reed2-5/+5
CygWin changes mostly (all thanks to Tor Lillqvist), though build-tools updates may make it build better on various systems. Has been tested by various people since February; thought it was well-past time to release this properly... ChangeLog says: * configure.ac: Don't use -lm on Windows. mingw has an (empty) dummy libm, but it confuses libtool.) [Tor Lillqvist <tml@iki.fi>] * libwm-config.in: Make installation-location-independent when run in a Cygwin shell. [Tor Lillqvist <tml@iki.fi>] * src/Makefile.am: Don't use -lm on Windows. Add libwmflite.la to io_wmf_la_LIBADD. [Tor Lillqvist <tml@iki.fi>] * src/wmf.c: Don't use hardcoded path for WMF_FONTDIR on Windows. Instead, assume being built as a DLL, and look up the DLL location in a DllMain routine, and use that to build the font directory path at run-time. [Tor Lillqvist <tml@iki.fi>] * src/font.c: Don't use hardcoded path for WMF_XTRA_FONTMAP either. (remap_font_file_name): On Windows, if a font file name starts with the build-time prefix, replace that with the run-time installation prefix. [Tor Lillqvist <tml@iki.fi>] I have been using this in my pkgsrc one a few systems for maybe two months.
2004-06-05Add and enable snx101viewhamajima1-1/+2
2004-06-05New package for snx101util-0.2, software for use with Tama Electronic Z-102hamajima4-0/+32