summaryrefslogtreecommitdiff
path: root/x11/xloadimage (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add USE_XLIB.Jean-Marc Zucconi2001-07-271-3/+4
| | | | | | | Portlint. Notes: svn path=/head/; revision=45520
* Upgrade to version 4.1.9Jean-Marc Zucconi2001-07-247-17/+139
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=45417
* FIx a bug with the -tile option.Jean-Marc Zucconi2001-06-232-0/+32
| | | | | | | | PR: ports/28245 Submitted by: RĂ©mi Guyomarch <rguyom@pobox.com> Notes: svn path=/head/; revision=44337
* Update the port to 4.1.6, based on the Debian version; use installed jpegJean-Marc Zucconi2001-06-0713-108/+59
| | | | | | | | | and tiff libraries and add png support. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=43570
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994
* Respect CC, CFLAGS and install missed manpage.Maxim Sobolev2000-07-033-1/+25
| | | | | | | | PR: 19645 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=30121
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27497
* - Fix MASTER_SITESJean-Marc Zucconi2000-03-031-11/+8
| | | | | | | | | | - Fix usage of PREFIX/X11BASE PR: ports/17171 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26514
* Fix a bug with tiled images.Jean-Marc Zucconi1999-12-221-0/+30
| | | | | | | | PR: ports/15430 Submitted by: Serguei Soltan <ssoltan@usa.net> Notes: svn path=/head/; revision=23831
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Unbreak. Submitted by: jmzJustin M. Seger1998-10-161-3/+2
| | | | Notes: svn path=/head/; revision=14038
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | cc -o xloadimage -O -DSYSV -DHAS_SELECT_INCLUDE -DHAS_JPEG -DHAS_TIFF -I/usr/X11R6/include -DSYSPATHFILE=\"/usr/X11R6/lib/X11/app-defaults/Xloadimage\" build.o new.o niff.o value.o zio.o cmuwmraster.o faces.o fbm.o gif.o imagetypes.o img.o mac.o mcidas.o mc_tables.o pbm.o pcx.o pdsuncomp.o rle.o rlelib.o sunraster.o vff.o vicar.o xbitmap.o xpixmap.o xwd.o bright.o clip.o compress.o dither.o fill.o halftone.o merge.o reduce.o rotate.o smooth.o undither.o zoom.o config.o misc.o options.o root.o send.o window.o xloadimage.o jpeg.o tiff.o jpeg/libjpeg.a tiff/libtiff.a -L/usr/X11R6/lib -lX11 -lm cc: jpeg/libjpeg.a: No such file or directory cc: tiff/libtiff.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=14019
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-232-2/+4
| | | | | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Edit the pathname of the configuration file in the man page.Jean-Marc Zucconi1998-06-171-2/+2
| | | | Notes: svn path=/head/; revision=11464
* Install the app-default file instead of installing the executables twice.Jean-Marc Zucconi1998-06-102-2/+3
| | | | Notes: svn path=/head/; revision=11370
* Seems there is no app-defaults file anymore.Satoshi Asami1998-06-091-1/+0
| | | | Notes: svn path=/head/; revision=11366
* Upgrade to version 4.1Jean-Marc Zucconi1998-06-098-40/+82
| | | | Notes: svn path=/head/; revision=11361
* Add checksum, don't know why it was missing before.Satoshi Asami1996-12-171-0/+1
| | | | Notes: svn path=/head/; revision=5008
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-5/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-3/+14
| | | | Notes: svn path=/head/; revision=1352
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* correct bogus path for the app-defaults fileJean-Marc Zucconi1995-02-141-1/+1
| | | | Notes: svn path=/head/; revision=975
* Set flags so that ${PREFIX} is used when installing.Jean-Marc Zucconi1995-02-141-0/+4
| | | | Notes: svn path=/head/; revision=974
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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! Notes: svn path=/head/; revision=935
* XLOADIMAGE - X11 Image Loading UtilityJean-Marc Zucconi1995-01-094-0/+48
This is not the latest version, but this one is able to load fax .g3 images Notes: svn path=/head/; revision=737