FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:48 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
tiff 3.9.2_1 graphics on this many watch lists=537 search for ports that depend on this port An older version of this port was marked as vulnerable.
Tools and library routines for working with TIFF images
Maintained by: dinoex@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


This software provides support for the Tag Image File Format (TIFF),
a widely used format for storing image data.

Included in this software distribution is a library, libtiff, for
reading and writing TIFF, a small collection of tools for doing
simple manipulations of TIFF images on UNIX systems, and documentation
on the library and tools. A small assortment of TIFF-related software
for UNIX that has been contributed by others is also included.

The library is capable of dealing with images that are written to
follow the 5.0 or 6.0 TIFF spec.  There is also considerable support
for some of the more esoteric portions of the 6.0 TIFF spec.

Unless NOPORTDOCS is defined, the html documentations is also
installed locally in /usr/local/share/doc/tiff.

LICENSE: Permission to use, copy, modify, distribute, and sell for any purpose

WWW: http://www.remotesensing.org/libtiff/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libtool22
Required Libraries: graphics/jpeg, graphics/jbigkit

To install the port: cd /usr/ports/graphics/tiff/ && make install clean
To add the package: pkg_add -r tiff


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.remotesensing.org/pub/libtiff/
http://dl1.maptools.org/dl/libtiff/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 54

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  3.9.2_1
dinoex search for other commits by this committer
- update to jpeg-8
06 Nov 2009 19:57:51
Original commit files touched by this commit  3.9.2
dinoex search for other commits by this committer
- update to 3.9.2
24 Oct 2009 13:35:18
Original commit files touched by this commit  3.9.1_1
dinoex search for other commits by this committer
- include libjbig
PR:             139864
Submitted by:   Tijl Coosemans
14 Sep 2009 13:49:59
Original commit files touched by this commit  3.9.1
dinoex search for other commits by this committer
Remove stale patches.
Reported by:    Andrei Lavreniyuk
PR:             138808
14 Sep 2009 11:28:34
Original commit files touched by this commit  3.9.1
dinoex search for other commits by this committer
- update to 3.9.1
02 Aug 2009 20:36:34
Original commit files touched by this commit  3.8.2_4
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
18 Jul 2009 12:11:29
Original commit files touched by this commit  3.8.2_4
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
15 Feb 2009 16:44:55
Original commit files touched by this commit  3.8.2_3
dinoex search for other commits by this committer
- add LICENSE:
23 Jan 2009 16:28:36
Original commit files touched by this commit  3.8.2_3
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
26 Oct 2008 13:11:01
Original commit files touched by this commit  3.8.2_2
dinoex search for other commits by this committer
- better fix for manpages
Submitted by:   Christian Weisgerber (naddy)
20 Sep 2008 08:33:20
Original commit files touched by this commit  3.8.2_2
dinoex search for other commits by this committer
- add Security patches
- fix missign macro in manpages
- add regression test
Security: CVE-2006-2193
Security: CVE-2006-2327
Security: CVE-2006-2656
Security: CVE-2006-3459
Security: CVE-2006-3460
Security: CVE-2006-3461
Security: CVE-2006-3462
Security: CVE-2006-3463
Security: CVE-2006-3464
Security: CVE-2006-3465
Security: CVE-2008-2327
PR:             127434
Submitted by:   <bf2006a@yahoo.com>
Obtained From:  Gentoo,Debian
Approved by:    portmgr (marcus)
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.8.2_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
24 Oct 2007 11:29:11
Original commit files touched by this commit  3.8.2_1
dinoex search for other commits by this committer
- fix pkg-list for option WITH_X11
PR:             117359
Submitted by:   bf <bf2006a@yahoo.com>

- cleanup dependencies for option WITH_X11
  USE_XORG and USE_GL now defined
13 Jan 2007 04:53:27
Original commit files touched by this commit  3.8.2_1
dinoex search for other commits by this committer
- use USE_LDCONFIG
18 Nov 2006 06:51:01
Original commit files touched by this commit  3.8.2_1
dinoex search for other commits by this committer
- drop lcompat
tested on FreeBSD 4.11, FreeBSD 5.4, FreeBSD 6.1
Submitted by:   Daniel Lucq
08 Apr 2006 21:22:41
Original commit files touched by this commit  3.8.2
dinoex search for other commits by this committer
- update to 3.8.2
15 Mar 2006 08:11:46
Original commit files touched by this commit  3.8.1
dinoex search for other commits by this committer
- update to 3.8.1
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.8.0_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
08 Jan 2006 10:42:26
Original commit files touched by this commit  3.8.0
dinoex search for other commits by this committer
- udpate to 3.8.0
13 Nov 2005 09:26:50
Original commit files touched by this commit  3.7.4
dinoex search for other commits by this committer
- add SHA checksum
14 Sep 2005 06:25:48
Original commit files touched by this commit  3.7.4
dinoex search for other commits by this committer
- update to 3.7.4
10 Jul 2005 13:47:45
Original commit files touched by this commit  3.7.3
dinoex search for other commits by this committer
- update to 3.7.3
18 Apr 2005 06:43:19
Original commit files touched by this commit  3.7.2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 3.7.2
07 Jan 2005 08:01:30
Original commit files touched by this commit  3.7.1_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Security fix
Submitted by:   simon
Approved by:    portmgr (krion)
Obtained from:  gentoo
04 Jan 2005 20:59:26
Original commit files touched by this commit  3.7.1_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add patch for transparent tiff images
http://bugzilla.remotesensing.org/show_bug.cgi?id=718
Submitted by:   Dierk Sacher
Approved by:    portmgr (krion)
22 Dec 2004 07:06:06
Original commit files touched by this commit  3.7.1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 3.7.1
16 Nov 2004 04:14:25
Original commit files touched by this commit  3.7.0_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- bugfix in YCbCr support
some tables were initialized with wrong value
missing check for division by zero
Submitted by:   Hans Petter Selasky
15 Nov 2004 20:26:13
Original commit files touched by this commit  3.7.0_1
 This port version is marked as vulnerable.
mi search for other commits by this committer
Quickly -- before anyone notices -- add another hunk to the just committed
patch. It is related the previous one and is discussed in the same thread

        http://remotesensing.org/pipermail/tiff/2004-October/000698.html
15 Nov 2004 20:01:45
Original commit files touched by this commit  3.7.0_1
 This port version is marked as vulnerable.
mi search for other commits by this committer
Add a patch fixing a double/float pointer mismatch. Bump PORTREVISION.

PR:     ports/73811
Approved by:    dinoex  (maintainer)
Submitted by:   Peter Fales (to TIFF mailing list)
18 Oct 2004 04:25:45
Original commit files touched by this commit  3.7.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update MASTER_SITES
Submitted by:   sf
17 Oct 2004 10:32:55
Original commit files touched by this commit  3.7.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- cleanup after merge
17 Oct 2004 10:26:18
Original commit files touched by this commit  3.7.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 3.7.0
- honor options WITH_X11,WITHOUT_X11
- uses LIBTOOL and GNU_CONFIGURE
- LZW compression enabled

shared lib version not bumped,
tested a few applications running it without recompilation.
13 Oct 2004 22:10:13
Original commit files touched by this commit  3.6.1_3
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Security Fix
reference: CVE name CAN-2004-0886
Submitted by:   nectar
Obtained from:  Dmitry V. Levin
12 Oct 2004 05:23:23
Original commit files touched by this commit  3.6.1_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Enable LZW compression kit for users who are able to use LZW
PR:             72039
Submitted by:   Michael Johnson
22 Sep 2004 03:49:17
Original commit files touched by this commit  3.6.1_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Correct a few RLE decoder bugs in libtiff
PR:             nectar
Approved by:    portmgr (marcus)
Obtained from:  libtiff CVS
08 Mar 2004 12:56:09
Original commit files touched by this commit  3.6.1_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- remove BROKEN
Approved by:    kris
06 Mar 2004 06:05:47
Original commit files touched by this commit  3.6.1_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- mark BROKEN for 502101

problem: configure stops waiting for stdin
this happens on all architetures.

sparc64-5-latest-logs   2004 Mar  5 18:17:20    tiff-3.6.1_1.log        failed
i386-5-latest-logs      2004 Mar  4 15:47:17    tiff-3.6.1_1.log        okay
alpha-5-latest-logs     2004 Feb 16 00:55:25    tiff-3.6.1_1.log.bz2    okay
amd64-5-latest-logs     2004 Feb 27 09:35:09    tiff-3.6.1_1.log.bz2    okay
i386-4-latest-logs      2004 Feb 21 11:58:42    tiff-3.6.1_1.log.bz2    okay
ia64-5-latest-logs      2004 Feb 16 23:28:46    tiff-3.6.1_1.log.bz2    okay
sparc64-5-latest-logs   2004 Feb 17 12:04:10    tiff-3.6.1_1.log.bz2    okay

workaround: build package on olnder enviroment.
e.G. install 5.2. release or current before 2004-02-29 in a jail.

Patches welcome
26 Feb 2004 05:22:29
Original commit files touched by this commit  3.6.1_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add SIZE
07 Feb 2004 14:16:04
Original commit files touched by this commit  3.6.1_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- fix bug in libtiff with Fax encoding
Submitted by: Bill Fenner

- fix serious bug in tiffcp
Submitted by: Mark McConnell
27 Dec 2003 05:29:45
Original commit files touched by this commit  3.6.1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Update to 3.6.1
04 Dec 2003 19:40:23
Original commit files touched by this commit  3.6.0_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Fix coredumps with bad tiff-files
http://bugzilla.remotesensing.org/show_bug.cgi?id=440
17 Nov 2003 19:33:49
Original commit files touched by this commit  3.6.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- take maintainership
12 Oct 2003 07:12:41
Original commit files touched by this commit  3.6.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Update to 3.6.0

PR:             57805
Submitted by:   tkato@prontomail.com
29 Jul 2003 10:12:37
Original commit files touched by this commit  3.5.7_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
27 Jun 2003 04:42:03
Original commit files touched by this commit  3.5.7_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
Fix incomplete format string and bump PORTREVISION

Obtained from:  OpenBSD
07 Mar 2003 06:04:15
Original commit files touched by this commit  3.5.7
 This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
17 Dec 2001 12:57:21
files touched by this commit
sobomax search for other commits by this committer
Update to 3.5.7.    
23 Nov 2001 18:03:41
files touched by this commit
sobomax search for other commits by this committer
Tech fax2ps(1) how to work properly for non-Letter paper sizes.    
08 Oct 2000 03:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
08 Oct 2000 03:19:41
files touched by this commit
asami search for other commits by this committer
Rename PLIST.nodocs to pkg-plist.nodocs.    
18 Sep 2000 20:15:04
files touched by this commit
sobomax search for other commits by this committer
- take over maintainership;   - use `-sf' ln(1) option when creating symlinks to
shared libraries to avoid     failure when some of those symlinks already exist.
   
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 10:19:52
files touched by this commit
sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
15 Jun 2000 19:59:45
files touched by this commit
sobomax search for other commits by this committer
Third round of INSTALL_SHLIBS=yes fixes.    

Number of commits found: 54

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.238 seconds.