Commit graph

60 commits

Author SHA1 Message Date
adam
546f37c9fa Changes 2.7.2:
* Added .bmp format
* Support for .ico format with 24 and 32 bits per pixel
* Now opens a confirmation dialog in case a file is going to be overwritten
* Improved printer management
2004-11-03 15:54:31 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
xtraeme
5d2689f541 bl3ify, use subst.mk instead of using sed/mv. 2004-04-24 21:54:11 +00:00
bouyer
021614f514 Use ${MAKE}, not make
xaw95-1.1.4/export doesn't always exists, and isn't essential, so prefix
a 'cd exports ; ln -sf include X11' with a -

XXX still doesn't build out of the box on solaris, because of issues with
the openwin imake config.
2004-03-20 22:30:36 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
adam
8936791269 Changes:
* 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-07-17 09:01:01 +00:00
dmcmahill
ebabff7080 don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' which
causes an error.  This builds and runs on alpha now.
2003-03-17 01:19:12 +00:00
jschauma
d8f9938d2c Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-02 19:47:23 +00:00
tron
21acec9fc7 Fix patch problem caused by CVS Id in diff context. 2002-12-16 09:32:01 +00:00
tron
d0c2422c00 Update "xpaint" package to version 2.6.7. This version fixes several bugs
found since version 2.6.2, adds several new features including french
language support and has a Xaw95 based user interface.
2002-12-16 09:29:12 +00:00
bouyer
44e5874a7e Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world. 2002-10-26 19:43:45 +00:00
wiz
3506eed0be Convert to buildlink2. 2002-10-21 12:24:11 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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-03-13 17:36:35 +00:00
wiz
be20687417 Clean up, requested by Adam Ciarcinski. 2002-02-07 11:37:51 +00:00
drochner
78db5fca52 update to 2.6.2
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).
2002-02-05 22:08:26 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
tron
7c25b8d84c Add "lib/X11/doc/html/xpaint.1.html" to the package list dynamically
because XFree86 4.0.x installs this file.
2001-03-31 22:33:25 +00:00
tron
3b2806a00c Remove "lib/X11/doc/html/xpaint.1.html" which isn't installed by version
2.6.1.
2001-03-31 21:24:50 +00:00
hubertf
8b90bab821 Update to 2.6.1. Changes:
* 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-30 21:44:48 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
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-03-04 09:06:09 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
hubertf
5f7abb1dcd Fix for xpkgwedge
Code by Alistair Crooks <agc@netbsd.org>
2000-09-01 13:43:37 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
hubertf
b8119a7a3a update homepage & master site 2000-05-15 02:32:51 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
1dbcae2a4c Fix run time library search path. 1999-05-25 20:43:27 +00:00
tron
9ce511fa5c Turn of optimization on "arm32" until egcs gets fixed. 1999-05-09 20:08:15 +00:00
tron
ea15793eac Back out experimental change to fix arm32 compilation problem. 1999-05-09 18:52:12 +00:00
tron
8ee9046ae8 Split two patches into seperate files. 1999-05-09 18:47:22 +00:00
tron
5bea5daca7 Sync font list with XFree86's distribution. Fixes PR pkg/7055 by Jim Spath. 1999-03-04 17:30:44 +00:00
tron
7666d62a02 Update dependence for "png" package. 1999-03-04 14:59:23 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
13610f7b04 Add CONFLICTS to the previous version. 1998-12-20 15:09:30 +00:00
christos
c673de93aa Upgrade to 2.5.6 1998-12-20 14:18:01 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
54ceb4bc86 Update libpng to 1.0.2. Works with all dependent pkgs I have tested
(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-15 11:45:49 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00