9ec0 FreshPorts -- graphics/tif22pnm
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
tif22pnm 0.14 graphics on this many watch lists=2 search for ports that depend on this port
Converts TIFF-sampled images to PNM image
Maintained by: martymac@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jan 2003 15:15:11
License: GPLv2


tif22pnm is a command line utility that converts between TIFF sampled images
and PNM images (both directions), using the libtiff library, but not using
NetPBM. tif22pnm is similar to tifftopnm utility in the NetPBM distribution,
but tif22pnm handles a wider range of TIFF files and it is able to output
the alpha channel as a PBM or PGM file. png22pnm, a converter from PNG to
PNM is also bundled into the distribution.

WWW: http://pts.szit.bme.hu/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
Required Libraries:
  1. graphics/png
  2. graphics/tiff

This port is required by:

for Run

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://pts.szit.bme.hu/
  3. http://sam2p.googlecode.com/files/

Number of commits found: 28

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 10:47:03
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert g* to USES=pkgconfig
27 Nov 2012 12:22:41
Original commit files touched by this commit  0.14
martymac search for other commits by this committer
Update to 0.14

Feature safe:	yes
01 Aug 2012 12:53:31
Original commit files touched by this commit  0.12_7
martymac search for other commits by this committer
- Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
- Fix COMMENT typo
26 Jul 2012 05:40:24
Original commit files touched by this commit  0.12_6
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.12_6
dinoex search for other commits by this committer
- update png to 1.5.10
03 Jul 2011 14:12:23
Original commit files touched by this commit  0.12_5
ohauer search for other commits by this committer
-remove MD5
15 Oct 2010 11:28:41
Original commit files touched by this commit  0.12_5
martymac search for other commits by this committer
- Add missing LICENSE
- Clean up MASTER_SITES
- Add missing WWW:

Approved by:    itetcu (mentor)
27 Sep 2010 12:08:23
Original commit files touched by this commit  0.12_4
martymac search for other commits by this committer
Update MAINTAINER address for my ports

Approved by:    ehaupt (mentor)
07 Sep 2010 15:52:18
Original commit files touched by this commit  0.12_4
pgollucci search for other commits by this committer
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
29 Mar 2010 10:08:09
Original commit files touched by this commit  0.12_4
dinoex search for other commits by this committer
- fix build for png-1.4.1
29 Mar 2010 06:27:57
Original commit files touched by this commit  0.12_4
dinoex search for other commits by this committer
- fix build for png-1.4.1
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.12_4
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.12_3
dinoex search for other commits by this committer
- update to jpeg-8
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.12_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.12_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)
27 Apr 2008 08:31:40
Original commit files touched by this commit  0.12_1
miwi search for other commits by this committer
- File was rerolled
- Pass maintainership to submitter

Notes from Changelog:
        * Fixed $prefix in make install

PR:             123134
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
28 May 2006 05:25:51
Original commit files touched by this commit  0.12
mezz search for other commits by this committer
devel/pkgconfig -> devel/pkg-config

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:             ports/97985
Repocopy by:    marcus
26 Nov 2005 01:48:16
Original commit files touched by this commit  0.12
pav search for other commits by this committer
- Add SHA256
20 Oct 2005 21:10:48
Original commit files touched by this commit  0.12
pav search for other commits by this committer
- Update to 0.12

PR:             ports/87739
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.11
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.11
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
23 Aug 2004 19:05:06
Original commit files touched by this commit  0.11
krion search for other commits by this committer
Update to version 0.11

PR:             ports/70868
Submitted by:   Ports Fury
05 Feb 2004 20:38:07
Original commit files touched by this commit  0.10
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.10
trevor search for other commits by this committer
SIZEify.
17 Nov 2003 12:29:10
Original commit files touched by this commit  0.10
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
20 Feb 2003 18:08:19
Original commit files touched by this commit  0.10
knu search for other commits by this committer
de-pkg-comment
06 Feb 2003 15:28:36
Original commit files touched by this commit  0.10
ijliao search for other commits by this committer
upgrade to 0.10
07 Jan 2003 12:53:49
Original commit files touched by this commit  0.06
ijliao search for other commits by this committer
add tif22pnm 0.06
Converts TIFF- sampled images to PNM image

Number of commits found: 28

2835
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 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 24529
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days26
new fortnight58
new month216

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0