Commit Graph

36 Commits

Author SHA1 Message Date
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
Steve Price
f71aebd7a6 Move manpages to Makefile and use MAN* macros. 1998-10-05 03:13:41 +00:00
Satoshi Asami
27ba461c8e Roll back libpng major to 2. 1998-09-17 00:50:52 +00:00
Satoshi Asami
4610ae86c9 libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:57:51 +00:00
Mark Murray
4611595d03 Convert to ELF. 1998-09-14 20:16:03 +00:00
Satoshi Asami
6801d84aef Well, Kyodai is "kyoto-u.ac.jp", not "kyoto.ac.jp". 1998-08-28 14:38:42 +00:00
Vanilla I. Shu
bab0acf65d Update MASTER_SITE in Makefile
PR:		ports/7770
Submitted by:	maintainer
1998-08-28 11:14:14 +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
Justin M. Seger
18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami
1998-05-04 20:23:32 +00:00
Vanilla I. Shu
66f9ae4f4c Add png support, I don't know how to add it on PATCHFILES, so I put it on
patches/patch-ah. sorry.
1998-04-23 21:06:28 +00:00
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +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
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Andreas Klemm
cafa684b25 Added pre-clean target.
When doing 'make clean' then clean tiff and jpeg as well.
Reviewed by:
Submitted by:
Obtained from:
1996-09-22 08:56:34 +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
9524631c60 Set an example by installing the xv manual (postscript, only 3.6MB)
in ${PREFIX}/share/doc/xv, conditional to NOPORTDOCS.

Note that README is not conditionalized on NOPORTDOCS, this is the
license statement and its installation is required by the xv author.
1996-03-06 12:53:10 +00:00
Satoshi Asami
4a0364b2e4 xv is "shareware except for personal use only", and it is ok to put it
on our CDROM and ftp site.  Add a post-install target to copy the README
to ${PREFIX}/share/doc/xv at author's request.
1995-12-20 10:49:18 +00:00
Andrey A. Chernov
4f5963616a Add missing manpage 1995-10-04 02:28:01 +00:00
Andrey A. Chernov
a642a22e35 Change jpeg library major to 6 1995-10-03 21:58:40 +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
97b2f673f4 Add NO_PACKAGE. 1995-05-13 23:57:44 +00:00
Satoshi Asami
7f6c181f38 Yet another round of Makefile updates, graphics version. 1995-04-09 07:09:55 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +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
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Gary Palmer
21f759cdc5 Upgrade to 3.10a (bugfix release) 1995-02-07 07:40:21 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Jordan K. Hubbard
c33be61ae6 Update DEPENDS lines to point to the new relocated ports. 1995-01-13 13:17:41 +00:00
Satoshi Asami
9bc7f8224d Be a little more explicit on what it does. 1995-01-04 11:12:02 +00:00
Satoshi Asami
dbe48b2374 Upgrade to 3.10. Doesn't need the 16-bit patch anymore. Also modified
to use jpeg and tiff libraries from our port, not the xv distribution.
1994-12-24 13:23:09 +00:00
Scott Mace
4674e2846e Add pkg files 1994-11-06 02:16:41 +00:00
Scott Mace
a7d24acf29 Import of xv 3.01 1994-10-31 04:36:07 +00:00