summaryrefslogtreecommitdiff
path: root/graphics/xpaint
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-17Changes:adam9-108/+122
* iprocess.c: added * graphics.c: implemented new "memory" widget * bug-fixes (image corruption in PNG; Xaw95; scrollbar) * PaintRegion.c: added rounding procedure in multiplication of matrices mm()
2003-03-17don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' whichdmcmahill2-4/+4
causes an error. This builds and runs on alpha now.
2003-03-02Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-3/+4
portable. Bump PKGREVISION accordingly.
2002-12-16Fix patch problem caused by CVS Id in diff context.tron2-5/+4
2002-12-16Update "xpaint" package to version 2.6.7. This version fixes several bugstron7-51/+99
found since version 2.6.2, adds several new features including french language support and has a Xaw95 based user interface.
2002-10-26Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world.bouyer2-11/+15
2002-10-21Convert to buildlink2.wiz1-9/+8
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-07Clean up, requested by Adam Ciarcinski.wiz1-5/+4
2002-02-05update to 2.6.2drochner2-5/+5
changes: Small patch for Solaris from Craig Ian Dewick <craig@lios.apana.org.au>. XPaint.ad.in: Increased XPaint.height by three pixels on request from Greg Roelofs. Various minor changes (not user-visible).
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
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-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
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-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-04Because the minor number of the PNG library was increased packages compiledtron1-3/+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-09-01Fix for xpkgwedgehubertf3-11/+28
Code by Alistair Crooks <agc@netbsd.org>
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+3
2000-05-15update homepage & master sitehubertf1-3/+3
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+8
1999-05-25Fix run time library search path.tron1-4/+4
1999-05-09Turn of optimization on "arm32" until egcs gets fixed.tron1-6/+18
1999-05-09Back out experimental change to fix arm32 compilation problem.tron1-8/+1
1999-05-09Split two patches into seperate files.tron3-21/+31
1999-03-04Sync font list with XFree86's distribution. Fixes PR pkg/7055 by Jim Spath.tron1-0/+22
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-12-20Add CONFLICTS to the previous version.frueauf1-2/+4
1998-12-20Upgrade to 2.5.6christos6-99/+88
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.agc3-0/+6
1998-07-15Update libpng to 1.0.2. Works with all dependent pkgs I have testedtv1-2/+2
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-05-28Make sure that "make configure" works without user interaction.tron1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-5/+5
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2