summaryrefslogtreecommitdiff
path: root/graphics/xpaint
AgeCommit message (Collapse)AuthorFilesLines
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
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-05Add NetBSD RCS Id.agc1-1/+2
Correct name and place of xpaint man page.
1998-02-05Use mkstemp(), rather than a combination of mktemp() and open()agc1-0/+52
Generalise Local.config to use LOCALBASE and X11BASE definitions, rather than using hard-coded paths. Add PNG definitions to the *BSDArchitecture definitions in Local.config
1998-02-05Don't prototype srandom on NetBSD (use system header file for that)agc1-1/+1
1998-02-05Add NetBSD RCS Id.agc1-4/+12
Correct LIB_DEPENDS lines for NetBSD. Add CAT1 definition for preformatted manual page Use sed to generalise LOCALBASE and X11BASE, rather than having hard-coded paths.
1998-02-05Initial import of xpaint-2.5, a graphical painting utility for X11,agc8-0/+122
into the NetBSD packages collection, from the FreeBSD port.