Commit Graph

13 Commits

Author SHA1 Message Date
Shigeyuki Fukushima
1471f5cf0f Extract ${LOCALBASE} in config.h.
PR:		ports/14086
Submitted by:	amorita@meadow.scphys.kyoto-u.ac.jp
1999-10-19 12:54:17 +00:00
Shigeyuki Fukushima
03f5f957c2 Fix make PREFIX=/somewhere problem.
Substitute /usr/local in patch-* for ${LOCALBASE}.
1999-06-24 16:00:06 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00
Matthew Hunt
e2bc0d7216 Eliminate warnings on systems not equipped for Japanese characters.
The Japanese or multilingual functionality will be in japanese/xv and
graphics/xv-m17n when those are committed.

PR:		8185
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-10-07 21:17:42 +00:00
Matthew Hunt
a9004e4e65 Make Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org).
Add Japanese enhancements (including some Japanese file formats).
Update or add various patches, including PNG, multi-page TIFF, and
	PDF.

PR:		7751
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-08-27 18:27:45 +00:00
Thomas Gellekum
cb1387edca Upgrade to use tiff34. 1997-12-01 08:08:03 +00:00
Thomas Gellekum
bd383db4a1 Set window gravity correctly. Minor cleanup while I was at it.
PR:		2920
Submitted by:	John Rochester <jr@cs.mun.ca>
1997-11-04 13:14:17 +00:00
Satoshi Asami
c9c9ee7b8d Add magpic and PhotoCD support. The gist of original patch-aa is
already in the distfile patch, and so is part of patch-ac.  The new
patch-ac is a bug fix (wrong order of arguments -- how did it
work for anyone?!?).

While I'm here, replace "mkdir -p" with "${MKDIR}", etc.

Notified about patch by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
1997-07-03 07:37:12 +00:00
Andrey A. Chernov
65ddad34ca Build with new jpeg lib now
Some misc cleanup
1996-11-18 00:30:33 +00:00
Eric L. Hernes
afbc09ff62 add a patch for Guido Vollbeding's FixPix dithering.
This is a big win for 15/16 bit displays.
Obtained from: Guido Vollbeding <guivol@esc.de>
1996-10-16 15:42:04 +00:00
Satoshi Asami
4637caed02 Don't use gnumalloc, we've got a better malloc in libc now. 1996-08-28 06:59:13 +00:00
Satoshi Asami
3ecbe20b66 Link with -lgnumalloc. Silence <malloc.h> warning along the way.
Original idea is
----------------
From: Kai Vorma <vode@snakemail.hut.fi>
To: Lars Gerhard Kuehl <lars@elbe.desy.de>
Cc: FreeBSD-hackers@freefall.cdrom.com
Subject: Re: dlmalloc

:
Okay, not faster, but it used memory better. Try xv with standard
malloc, then dlmalloc and finally GNU-malloc. With standard malloc xv
grows until it hits datasize limit (16MB) and dies (usually after 10
or so big jpegs). With dlmalloc xv's VZS was about 15MB after last
picture of that particular set and with GNU malloc it was about 11MB.
:
1995-07-05 11:43:08 +00:00
Satoshi Asami
008f57b428 Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)
to render .ps files.  Also calls gunzip to uncompress compressed files.

Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-02-15 03:06:42 +00:00