Pfstmo package contains the implementation of state-of-the-art tone

mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.

WWW: http://www.mpi-inf.mpg.de/resources/tmo/

PR:		ports/118387
Submitted by:	argv[0] (Iouri V. Ivliev)
This commit is contained in:
Martin Wilke 2007-12-14 17:15:06 +00:00
parent 8cb0ace111
commit ce5e12238b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203577
5 changed files with 58 additions and 0 deletions

View File

@ -526,6 +526,7 @@
SUBDIR += pecl-qrencode
SUBDIR += pecomato
SUBDIR += peps
SUBDIR += pfstmo
SUBDIR += pfstools
SUBDIR += pgperl
SUBDIR += pgplot

41
graphics/pfstmo/Makefile Normal file
View File

@ -0,0 +1,41 @@
# New ports collection makefile for: pfstmo
# Date created: Fri Jun 1 16:13:32 UTC 2007
# Whom: argv[0] (Iouri V. Ivliev)
#
# $FreeBSD$
PORTNAME= pfstmo
PORTVERSION= 1.1
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= pfstools
MAINTAINER= ii@any.com.ru
COMMENT= Tone mapping operators
LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphics/pfstools
PFS_CPPFLAGS= -I${LOCALBASE}/include
PFS_LDFLAGS= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \
LDFLAGS="${PFS_LDFLAGS}"
USE_GMAKE= yes
MAN1= pfstmo_pattanaik00.1 \
pfstmo_reinhard05.1 \
pfstmo_reinhard02.1 \
pfstmo_durand02.1 \
pfstmo_drago03.1 \
pfstmo_mantiuk06.1 \
pfstmo_fattal02.1
.include <bsd.port.pre.mk>
.if defined(WITH_FFTW3F)
LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float
.endif
.include <bsd.port.post.mk>

3
graphics/pfstmo/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pfstmo-1.1.tar.gz) = 0b15be34f61a492062685f574af83bca
SHA256 (pfstmo-1.1.tar.gz) = 68c50a67cdd9e526249742ce6c330d6cadd8290b67c33a0942f4e9f5aa6918b7
SIZE (pfstmo-1.1.tar.gz) = 367563

View File

@ -0,0 +1,6 @@
Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
WWW: http://www.mpi-inf.mpg.de/resources/tmo/

View File

@ -0,0 +1,7 @@
bin/pfstmo_pattanaik00
bin/pfstmo_reinhard05
bin/pfstmo_reinhard02
bin/pfstmo_durand02
bin/pfstmo_drago03
bin/pfstmo_mantiuk06
bin/pfstmo_fattal02