aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xv
Commit message (Collapse)AuthorAgeFilesLines
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-051-2/+2
| | | | | | | | | 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
* Add png support, I don't know how to add it on PATCHFILES, so I put it onvanilla1998-04-241-2/+3
| | | | patches/patch-ah. sorry.
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-161-2/+2
|
* Upgrade to use tiff34.tg1997-12-013-5/+6
|
* Set window gravity correctly. Minor cleanup while I was at it.tg1997-11-044-1/+109
| | | | | PR: 2920 Submitted by: John Rochester <jr@cs.mun.ca>
* Add magpic and PhotoCD support. The gist of original patch-aa isasami1997-07-033-22/+17
| | | | | | | | | | 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)
* Build with new jpeg lib nowache1996-11-185-21/+86
| | | | Some misc cleanup
* add a patch for Guido Vollbeding's FixPix dithering.erich1996-10-161-0/+472
| | | | | This is a big win for 15/16 bit displays. Obtained from: Guido Vollbeding <guivol@esc.de>
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | 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!
* Added pre-clean target.andreas1996-09-221-1/+5
| | | | | | | When doing 'make clean' then clean tiff and jpeg as well. Reviewed by: Submitted by: Obtained from:
* Don't use gnumalloc, we've got a better malloc in libc now.asami1996-08-281-1/+1
|
* Set an example by installing the xv manual (postscript, only 3.6MB)asami1996-03-062-1/+5
| | | | | | | 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.
* xv is "shareware except for personal use only", and it is ok to put itasami1995-12-203-3/+12
| | | | | on our CDROM and ftp site. Add a post-install target to copy the README to ${PREFIX}/share/doc/xv at author's request.
* Add missing manpageache1995-10-041-0/+1
|
* Change jpeg library major to 6ache1995-10-041-2/+2
|
* Link with -lgnumalloc. Silence <malloc.h> warning along the way.asami1995-07-051-0/+74
| | | | | | | | | | | | | | | | | 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. :
* Add NO_PACKAGE.asami1995-05-141-1/+4
|
* Yet another round of Makefile updates, graphics version.asami1995-04-091-3/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)asami1995-02-151-0/+52
| | | | | | to render .ps files. Also calls gunzip to uncompress compressed files. Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Converted Makefiles as much as I could.asami1995-02-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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!
* Upgrade to 3.10a (bugfix release)gpalmer1995-02-072-4/+4
|
* Initial revisionjkh1995-01-311-0/+1
|
* Update DEPENDS lines to point to the new relocated ports.jkh1995-01-131-2/+2
|
* Be a little more explicit on what it does.asami1995-01-041-1/+1
|
* Upgrade to 3.10. Doesn't need the 16-bit patch anymore. Also modifiedasami1994-12-244-7/+9
| | | | to use jpeg and tiff libraries from our port, not the xv distribution.
* Add pkg filessmace1994-11-063-0/+15
|
* Import of xv 3.01smace1994-10-311-0/+14