summaryrefslogtreecommitdiff
path: root/graphics/hp2xx
AgeCommit message (Collapse)AuthorFilesLines
2005-11-03Fixed wrong use of WRKSRC.rillig5-16/+16
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-28update to hp2xx-3.4.4dmcmahill7-65/+65
There have been many many bug fixes and improvements since the last packaged release. SVG, PDF, and DXF output is available now. The complete list (>200 lines) is in the CHANGES file in the distribution.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-4/+4
2004-02-18Remove info files entries from PLIST.seb1-2/+1
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-03Use BUILDLINK2.seb2-8/+7
Convert to USE_NEW_TEXINFO.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-18Introduce new framework for handling info files generation and installation.seb4-14/+31
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-23Update from hp2xx-3.3.2nb2 to 3.4.0.dmcmahill5-79/+39
Changes are: Bug fixes: - Added polygon mode support for CI - Label characters from unsupported fonts are now replaced by their charset 0 equivalents instead of being replaced by blanks. - Text was sometimes incorrectly clipped when IW was set - Fixed a typo (missing parenthesis) in the Sun5 part of generic.mak - Polygon fills were (again) miscalculated in some cases - The 'pen dot' feature was unnecessarily adding dots for the segments of polylines as well - PS command with height only and PS with width>height were not treated correctly, rotation and scaling were applied twice due to code duplication - small (cosmetic) corrections to the new linetype code (A. Bird) - lines drawn in IW mode had extraneous pen-up moves added, which confused the line pattern generator. - clipping (IW) was seriously broken by cleanup and prototyping efforts in ALPHA2/3. Thanks to Andrew Bird for finding and fixing this. Auto-generation of output filenames sometimes failed (side effect of the less restrictive naming rules introduced in ALPHA2) - removed extraneous asterisk in the INFO-DIR-ENTRY section of the texinfo doc file (Reinhard Kotucha) - IW without parameters was assigned wrong values in some cases (bug introduced in ALPHA2) - IW could clip lines just inside the limits due to rounding errors on some platforms - chanell makefiles to include fillpoly.(c,o) - Line pattern length was too long for LT-2 - SC scale factors were not applied to XT/YT tick marks, resulting in distorted plots - Added a #define to support compiling on WinNT (mentioned, but not actually included in ALPHA2) - deactivated the excessive debug output in the fill code (which could lead to huge temporary files) - made the simple scanline algorithm a bit more robust (but it still gets out of step in a few pathological cases - which means that filled and unfilled sections will be reversed for the remainder of that line) - enclosed all references to the unfinished Epson driver in #ifdefs, so that it is not built by default. (also fixed a few glaring bugs in the esc/p2 file header code, but the driver still does not work _at_all_) - absolute PW pen widths between 0 and .1 were accidentally rounded to zero (invisible lines) - the picture border was too wide in some cases (Gerhard Buergmann) - IW limits were interpreted as plotter units even if scaling (SC) was set. - PCX output sometimes had dark red background in b/w mode and wrong colors in colormap mode (rewrote to_pcx.c for PCX5, see above). New Features: - Support for HPGL/2 commands related to polygons and area fills : EP, ER, FP, FT, PM, PT, RA, RR, WG (no user-defined fill types yet) - WU command support, PW fixed accordingly. - AT,RT command support (arc through three points) - Initial (non-functional) version of an Epson Esc/P2 driver based on to_pcl. - Parser improved to be more robust (especially with PE commands), cliping (IW) support for PE lines, PJL and RTL control sequence handler, type 1 and 2 (anisotropic) scaling support added to SC (Eugene Doudine). - Modified to_pcx to produce PCX mode 5 (truecolor) files in color mode, PCX2 in monochrome. (The old PCX2 module is in the 'old' directory, in case this proves to be worse - i have changed a few of the palette definitions to get correct b/w output and primary colors even with this version). - New linetype handling including support for line types 7,8,-7,-8 and user-defined linetype (UL) (written by Andrew Bird) - Support for the COmment keyword added (Andrew Bird) - PD;PU-sequences without pen movement create a small dot now to mimick the behaviour of a real pen plotter. - Added -S option for selection of TIFF compression mode (Andrew Bird) - Rewrote pen property handling - a pen can now change width during a plot (Andrew Bird). Similarly added pencolor changing support (though for the postscript driver only - all other modes require a rewrite of the intermediate raster 'picbuf' code). - Output mode 'esc2' for the Epson Stylus series of printers at 720dpi. (limited to A4 size for now, and in 'microweave' mode, i.e. using only one row of nozzles, which results in exact but very slow printing) - added command line option '-n'/'--nofill' to suppress polygon filling - OS/2 PM previewer now has stderr output redirection to a separate window (patch provided by Kazutaka Nishiyama) - Added step-by-step instructions for compiling on Windows NT (provided by James D. Shaw) - X11 preview generates a warning, but no longer aborts if the window is larger than the current screen size - file names may start with non-alphabetic characters (e.g. numbers or unix-style path names) now (Michael Kennedy)
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-15fix a bug when plotting single points. ie, commands like:dmcmahill3-10/+30
;PU;PA 50,200;PD;PU; this now actually puts a single dot at 50,200 many thanks to the programs author, Dr. Martin Kroeker <mk@daveg.com> for supplying the patch.
2000-10-31fix a bug in scaling tick marks. Patch supplied by the programsdmcmahill3-2/+40
author Dr. Martin Kroeker <mk@daveg.com> when released, the next version (3.4) will contain this fix.
2000-08-31update to hp2xx-3.3.2. While here do some cleanup of the package.dmcmahill9-92/+78
From the CHANGES file: ---------------------- Changes from 3.3.1 to 3.3.2 New features: - Added TIFF output mode (provided by M.Liberi) based on libtiff. Uses ZIP deflate compression to avoid LZW patent issues at the risk of reduced portability. - DV command (vertical text) Bug fixes: - Command line options for pen color and pen width take precedence over PC or PW statements in the HPGL file now. This allows creation of PBM bitmaps instead of PPM pixmaps from color plots again (by setting all pens to black, -c11111111), and should also help for programs that use several pens at constant widths, but emit global PW commands with every SP statement. A true fix for the latter case would require keeping track of the current pen settings for every line in the internal metaformat (maybe in 3.4) - Removed the A4 size limitation for Encapsulated PostScript output - Default 20x20 plot size calculation was broken for Landscape format - Black pen was displayed as light gray in X11 preview, now uses a very dark gray (gray10) - pen color was not decoded correctly in PE pencolor statements - output file was closed twice in to_eps.c, which could cause a segmentation fault inside (g)libc if hp2xx was used in batch mode Changes from 3.3.0 to 3.3.1 New features: - PE with fractional coordinates (completes PE support) - unlimited label lengths through dynamic reallocation of LB memory Bug fixes: - PS/RO handling was still broken, should be fixed now - xfig file headers had erroneously claimed 3.2 compliance, but the files still had 3.1 format - Makefiles in ~/makes updated - DR and DI did not initialize character properties when called without parameters - Current address of Michael Schmitz added to documentation - removed leftover PCL file acad.pcl from hp-tests Changes from 3.3.ALPHA2 to 3.3.0 New features: (none) Bug fixes: - Combinations of PS, RO and the -r command line switch could lead to wrong scaling - the position of a clipping box was miscalculated for labels Changes from 3.3.ALPHA to 3.3.ALPHA2: New features: - the PS (plot size) command is now supported, allowing 'white space' around plots - support for the EW (edge wedge) command Bug fixes: - PC support in 3.3.ALPHA was still limited to 8 colors - PW had the parameters backwards and no provision for the 'set them all to this value' variant - tick marks were scaled incorrectly (long-standing bug) - EA advanced pen position (long-standing bug) Changes from 3.2.0 to 3.3.ALPHA: New features: - Character set support for fonts 1-7, and the 'upper half' of font 0. - Support for most character-related commands (CA,CS,SA,SS) - Support for the IW (input window, i.e. clipping) command - Partial support for the PE (polyline encoded) command (integer coords only) - Output generation for Brian Smith's XFig - Output generation for Gnuplot - Output generation in PNG format - Automatic medium size selection code in the PCL initialization sequence - Centering (-C) now supported even in true-size (-t) mode - HPGL/2 Pen Color and Pen Width support for up to 256 virtual pens
2000-05-12make all pkgs for which I'm the maintainer point to my netbsd email.dmcmahill1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+7
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-09-22install-info will create an info dir file if one doesn't alreadyagc1-2/+1
exist, so remove the @exec statement which does this (which wouldn't have worked anyway).
1998-08-23Add USE_X11=yes because it does. Closes PR 5838 (Tim Rightnour)garbled1-1/+2
1998-08-23Add an rpath statement for elf machines. Fixing pr 5838 (Tim Rightnour)garbled1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc6-0/+13
1998-07-28Correct patch-ab by request on the maintainer, closes pr 5857.frueauf1-6/+13
1998-07-18Initial addition of hp2xx-3.1.4, a HPGL converter and previewer.frueauf11-0/+144
Closes pr 5734 by Dan McMahill.