aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.5.7.Maxim Sobolev2001-12-1710-411/+215
| | | | | | | | PR: 32858 Submitted by: Ports Fury Notes: svn path=/head/; revision=51663
* Tech fax2ps(1) how to work properly for non-Letter paper sizes.Maxim Sobolev2001-11-232-0/+43
| | | | | | | | PR: 32018 Submitted by: Helge Oldach <send-pr@oldach.net> Notes: svn path=/head/; revision=50426
* Rename PLIST.nodocs to pkg-plist.nodocs.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33511
* - take over maintainership;Maxim Sobolev2000-09-182-3/+12
| | | | | | | | | | | - use `-sf' ln(1) option when creating symlinks to shared libraries to avoid failure when some of those symlinks already exist. PR: 21286 (partially) Submitted by: Martti Kuparinen <martti.kuparinen@nomadiclab.com> Notes: svn path=/head/; revision=32817
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-153-7/+1
| | | | Notes: svn path=/head/; revision=29615
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* update to 3.5.5Michael Haro2000-03-319-46/+110
| | | | | | | | PR: 17717 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27203
* Fix port to not create a rogue /tiff.sw.tools directoryChris D. Faulhaber2000-01-231-6/+25
| | | | | | | | | | during installation PR: 16079 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=24977
* Update to version 3.5.4.Steve Price1999-12-272-4/+4
| | | | | | | | PR: 15718 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24164
* * Supported MLINKSSteve Price1999-12-232-21/+60
| | | | | | | | | | * Fixed pkg/PLIST.nodocs PR: 15467 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23924
* Update to version 3.5.3Chris Piazza1999-12-043-9/+9
| | | | | | | | PR: 15224 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23586
* Update to ver 3.5.2 and revise COMMENTChris Piazza1999-11-247-49/+71
| | | | | | | | PR: 15078 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23306
* Sort PLIST.Steve Price1999-11-012-30/+30
| | | | | | | | PR: 13677 (6 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=22783
* The ftp site and http site have tarballs with different checksums, soSatoshi Asami1999-09-091-0/+1
| | | | | | | list them both here. Notes: svn path=/head/; revision=21474
* Distfile changed, update checksum.Thomas Gellekum1999-09-081-1/+1
| | | | Notes: svn path=/head/; revision=21406
* Checksum changed, seems they deleted one html file.Satoshi Asami1999-09-082-2/+1
| | | | Notes: svn path=/head/; revision=21390
* Update to version 3.5.1 after repository copy.Steve Price1999-09-074-13/+13
| | | | | | | | PR: 13565 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21365
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* 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. :) Notes: svn path=/head/; revision=19801
* Use 'ln -sf' to fix a build failure on some 3.2-STABLE boxes.Steve Price1999-06-191-2/+2
| | | | | | | Submitted by: hollywar@holywar.net Notes: svn path=/head/; revision=19569
* Correct handling for manpages.Jun Kuriyama1999-06-121-3/+124
| | | | | | | | PR: ports/8521 Submitted by: Zach Heilig <zach@gaffaneys.com> Notes: svn path=/head/; revision=19441
* Install the manpages in ${PREFIX}/man instead of always in /usr/local/man.Steve Price1999-06-061-1/+2
| | | | | | | | PR: 12055 Submitted by: n_hibma Notes: svn path=/head/; revision=19281
* Update to version 3.4-beta37.Steve Price1999-05-107-57/+75
| | | | | | | | PR: 9641 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=18763
* Change PKGNAME to "tiff-3.4a". Since we have shipped a "tiff-3.4"Satoshi Asami1999-03-291-2/+2
| | | | | | | | | | | package before with different contents (shlib names), a package user can get errors if they installed a package linked against a new libtiff. PR: 10822 Notes: svn path=/head/; revision=17426
* I don't use this software recently... sorry.Jun-ichiro itojun Hagino1999-03-011-2/+2
| | | | Notes: svn path=/head/; revision=16968
* Add back the required .so symlink for OBJFORMAT == elf.Steve Price1999-01-101-1/+3
| | | | Notes: svn path=/head/; revision=15961
* fix manpage installation procedure.Jun-ichiro itojun Hagino1999-01-041-0/+11
| | | | | | | | | | | | | | | | | Submitter says: > I noticed that the construction of the man pages for the tiff-3.4 port are > broken. In the Makefile for the 'man' directory, it assumes that the > value of the makefile variable "MANPATH" is null, and doesn't explicitly > set it. This isn't the case on FreeBSD where it's set in > /usr/share/mk/bsd.own.mk, which is invoked by /usr/share/mk/sys.mk. > > The patch I suggest is to explicitly set the MANPATH variable to null > so that the .so commands are later built correctly. Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> Notes: svn path=/head/; revision=15810
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-253-5/+5
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* Create libtiff.so symlink for a.out case.Satoshi Asami1998-11-251-2/+7
| | | | Notes: svn path=/head/; revision=14891
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-254-123/+17
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Move all manpages to the Makefile and use the MAN1 macro.Steve Price1998-10-021-105/+0
| | | | Notes: svn path=/head/; revision=13596
* Convert to Elf.Scott Mace1998-09-181-3/+4
| | | | Notes: svn path=/head/; revision=13221
* COnvert to Elf.Scott Mace1998-09-182-19/+24
| | | | | | | Two DSO types for tiff34 are now supported: FREEBSD_AOUTdso and FREEBSD_ELFdso Notes: svn path=/head/; revision=13219
* Convert to ElfScott Mace1998-09-181-2/+2
| | | | Notes: svn path=/head/; revision=13218
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* Fix the path of c++rt0.o on current.Vanilla I. Shu1998-07-231-1/+1
| | | | | | | | Reviewed by: ports/7343 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=12069
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-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 Notes: svn path=/head/; revision=10846
* Use jpeg shared library version 8.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10524
* Remove ftp.isri.unlv.edu; it hasn't been running an FTP serverBill Fenner1998-02-091-3/+2
| | | | | | | | | | since June 26, 1997. Even then, it didn't have the file we were looking for. Submitted by: distfile checker Notes: svn path=/head/; revision=9636
* 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