summaryrefslogtreecommitdiff
path: root/graphics/urt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-3/+3
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Portlint clean and honor CFLAGS.Steve Price1999-01-102-5/+7
| | | | | PR: 9383 Submitted by: maintainer
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-252-4/+4
| | | | Approved by: asami
* Make this deinstall friendly.Steve Price1998-10-056-55/+82
|
* Broken: not reinstall friendly.Steve Price1998-10-051-1/+3
|
* Convert to ELF.Steve Price1998-10-054-93/+106
|
* Remove regexp support for libtiff34 as it is now ELF'able.Steve Price1998-09-191-2/+2
|
* Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek1998-08-181-115/+0
| | | | too many, so I'll remove half of them.
* More makefile cleanup.Thomas Gellekum1998-02-111-4/+4
|
* Upgrade to 3.1b1 and reorganize a bit.Thomas Gellekum1998-02-116-293/+367
| | | | | PR: 5719 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Use tiff-3.4 instead of 3.3.Thomas Gellekum1997-12-122-8/+8
|
* Fix tiff include path.Satoshi Asami1997-12-051-1/+1
|
* Oops, remove name from MAINTAINER.Satoshi Asami1997-06-061-2/+2
| | | | Submitted by: the maintainer himself
* Modify hack to remove "doc" subdir name from share/doc/urt/doc.Satoshi Asami1997-06-041-3/+5
|
* Utah Raster Toolkit.Satoshi Asami1997-06-036-0/+666
PR: 2329 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>