aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiff
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to cvs add. I should get this tatoo'd on my forehead. <:-)Thomas Gellekum1997-12-012-0/+37
| | | | Notes: svn path=/head/; revision=8925
* Decouple tiff and tiff34. tiff34 now installs its headers intoThomas Gellekum1997-12-014-98/+53
| | | | | | | ${PREFIX}/include/tiff34, it no longer renames them. Notes: svn path=/head/; revision=8924
* Include tiff34.h from tiffio34.h. Fix minor glitches found by portlint.Thomas Gellekum1997-11-052-5/+6
| | | | Notes: svn path=/head/; revision=8492
* Modified shared library generation method.Jun-ichiro itojun Hagino1997-08-211-6/+7
| | | | | | | | | To make libtiff34.so available for use with dlopen(). Submitted by: alta@ryozan.rim.or.jp Notes: svn path=/head/; revision=7643
* Fix bug in shared library paths.Satoshi Asami1997-06-031-1/+1
| | | | | | | | PR: 3736 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6686
* Change shlib version number to "1.0". There was no reason to startSatoshi Asami1997-05-292-2/+2
| | | | | | | from "4.0". Notes: svn path=/head/; revision=6615
* Update to 3.4 release. Also make it peacefully coexist with olderSatoshi Asami1997-05-267-126/+239
| | | | | | | | | | tiff versions. It is no longer marked BROKEN. PR: 3517 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6568
* Mark this port as BROKEN since libtiff comes with this version may beMasafumi Max NAKANE1997-01-091-1/+2
| | | | | | | | incompatible with old one. Suggested by: asami Notes: svn path=/head/; revision=5287
* Port of TIFF 3.4. This port was originally submitted by Richard HwangMasafumi Max NAKANE1997-01-098-0/+330
<rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>. Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these ports and modified it. TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so we decided to make separate port for this version. Special thanks goes to tg, for reviewing and intensively testing. (Closing PR #2057.) Notes: svn path=/head/; revision=5282