Port details |
- pfscalibration Photometric calibration of cameras and recovery HDR images from the set of LDR exposures
- 1.4 graphics
=0 1.4Version of this port present on the latest quarterly branch.
- Maintainer: ii@any.com.ru
- Port Added: 2007-12-14 17:17:50
- Last Update: 2018-03-21 06:44:34
- SVN Revision: 465151
- License: not specified in port
- WWW:
- http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html
- Description:
- PFScalibration package provides an implementation of the Robertson
et al. 2003 method for the photometric calibration of cameras and
for the recovery of high dynamic range (HDR) images from the set
of low dynamic range (LDR) exposures.
WWW: http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pfscalibration>0:graphics/pfscalibration
- No installation instructions:
- This port has been deleted.
- PKGNAME: pfscalibration
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pfscalibration-1.4.tar.gz) = 81982620c6dfd1d790e83f083e8740bfe1f34d25508054b931353d5de671db9e
SIZE (pfscalibration-1.4.tar.gz) = 338786
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- perl5>=5.24<5.25 : lang/perl5.24
- Library dependencies:
-
- libpfs-1.2.so : graphics/pfstools
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gmake pkgconfig shebangfix perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4 21 Mar 2018 06:44:34 |
yuri |
Remove graphics/pfscalibration: pfs-calibration is a part of pfstools (from
version 2.0)
See announcement in http://pfstools.sourceforge.net/pfscalibration.html
graphics/pfstools has been updated to 2.1.0 in r465069 |
1.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4 16 Oct 2014 08:55:30 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911 |
1.4 20 Jun 2014 00:40:44 |
danilo |
- Update from 1.3 to 1.4
- Add stage support
- Convert LIB_DEPENDS to new syntax
PR: ports/191183
Submitted by: ii@any.com.ru |
1.3_4 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.3_4 12 Sep 2013 17:07:09 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.3_4 28 May 2013 09:37:58 |
bapt |
Add an explicit dependency on pkgconf
While here remove the post-patch target in favour of using shebangfix |
1.3_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.3_4 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.3_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.3_3 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.3_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.3_2 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.3_2 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3_1 31 Dec 2007 17:15:15 |
rafan |
- Use /bin/sh instead of /bin/bash in scripts
PR: ports/118948
Submitted by: Iouri V. Ivliev <ii at any.com.ru> (maintainer) |
1.3 14 Dec 2007 17:16:13 |
miwi |
PFScalibration package provides an implementation of the Robertson
et al. 2003 method for the photometric calibration of cameras and
for the recovery of high dynamic range (HDR) images from the set
of low dynamic range (LDR) exposures.
WWW: http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html
PR: ports/118388
Submitted by: argv[0] (Iouri V. Ivliev) |