notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
tif22pnm Converts TIFF-sampled images to PNM image
0.14_1 graphics on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.14_1Version of this port present on the latest quarterly branch.
Maintainer: martymac@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-01-07 15:15:11
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: pcre, glib, zip
License: GPLv2
WWW:
http://pts.szit.bme.hu/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/png22pnm
  2. bin/tif22pnm
  3. /usr/local/share/licenses/tif22pnm-0.14_1/catalog.mk
  4. /usr/local/share/licenses/tif22pnm-0.14_1/LICENSE
  5. /usr/local/share/licenses/tif22pnm-0.14_1/GPLv2
Collapse this list.
Dependency lines:
  • tif22pnm>0:graphics/tif22pnm
To install the port:
cd /usr/ports/graphics/tif22pnm/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/tif22pnm
  • pkg install tif22pnm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tif22pnm
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (tif22pnm-0.14.tar.gz) = d59ea3f1fdd6802e66a44fbfa8979d4e61c9fd021de36675249a877392378e01 SIZE (tif22pnm-0.14.tar.gz) = 108047

Packages (timestamps in pop-ups are UTC):
tif22pnm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.14_10.14_10.14_10.14_10.14_1-0.14_1-
FreeBSD:13:quarterly0.14_10.14_10.14_10.14_10.14_10.14_10.14_10.14_1
FreeBSD:14:latest0.14_10.14_10.14_10.14_10.14_10.14_1-0.14_1
FreeBSD:14:quarterly0.14_10.14_1-0.14_10.14_10.14_10.14_10.14_1
FreeBSD:15:latest0.14_10.14_1n/a0.14_1n/a0.14_10.14_10.14_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libpng.so : graphics/png
  2. libtiff.so : graphics/tiff
This port is required by:
for Run
  1. graphics/sam2p

Configuration Options:
No options to configure
Options name:
graphics_tif22pnm
USES:
pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://pts.szit.bme.hu/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.14_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14_1
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.14_1
30 Mar 2017 21:12:43
Revision:437328Original commit files touched by this commit
mat search for other commits by this committer
Remove obsolete PROJECTHOST.

Sponsored by:	Absolight
0.14_1
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
0.14_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.14_1
25 Dec 2014 20:54:43
Revision:375598Original commit files touched by this commit
bapt search for other commits by this committer
Bump portrevision after png update
0.14
24 Dec 2014 20:02:05
Revision:375484Original commit files touched by this commit
antoine search for other commits by this committer
Properly support png 1.5
0.14
12 Aug 2014 15:29:37
Revision:364712Original commit files touched by this commit
tijl search for other commits by this committer
Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)

net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS

PR:		192062
0.14
21 Nov 2013 13:24:28
Revision:334486Original commit files touched by this commit
martymac search for other commits by this committer
- Enable staging
- Use new LIB_DEPENDS format
0.14
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
0.14
23 Apr 2013 10:47:03
Revision:316343Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
Convert g* to USES=pkgconfig
0.14
27 Nov 2012 12:22:41
Revision:307838Original commit files touched by this commit
martymac search for other commits by this committer
Update to 0.14

Feature safe:	yes
0.12_7
01 Aug 2012 12:53:31
Original commit files touched by this commit
martymac search for other commits by this committer
- Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
- Fix COMMENT typo
0.12_6
26 Jul 2012 05:40:24
Original commit files touched by this commit
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)
0.12_6
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.12_5
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.12_5
15 Oct 2010 11:28:41
Original commit files touched by this commit
martymac search for other commits by this committer
- Add missing LICENSE
- Clean up MASTER_SITES
- Add missing WWW:

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

Approved by:    ehaupt (mentor)
0.12_4
07 Sep 2010 15:52:18
Original commit files touched by this commit
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
0.12_4
29 Mar 2010 10:08:09
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build for png-1.4.1
0.12_4
29 Mar 2010 06:27:57
Original commit files touched by this commit
dinoex search for other commits by this committer
- fix build for png-1.4.1
0.12_4
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.12_3
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.12_2
31 Jul 2009 13:57:52
Original commit files touched by this commit
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
0.12_1
21 Aug 2008 06:18:49
Original commit files touched by this commit
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)
0.12_1
27 Apr 2008 08:31:40
Original commit files touched by this commit
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>
0.12
28 May 2006 05:25:51
Original commit files touched by this commit
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
0.12
26 Nov 2005 01:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.12
20 Oct 2005 21:10:48
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.12

PR:             ports/87739
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
0.11
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
0.11
11 Apr 2005 08:04:41
Original commit files touched by this commit
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'.
0.11
23 Aug 2004 19:05:06
Original commit files touched by this commit
krion search for other commits by this committer
Update to version 0.11

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

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

Number of commits found: 40