From nobody@FreeBSD.org  Wed Sep 22 09:31:09 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB55116A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Sep 2004 09:31:09 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 920CB43D77
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Sep 2004 09:31:09 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8M9V9YZ049154
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Sep 2004 09:31:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i8M9V9Kn049144;
	Wed, 22 Sep 2004 09:31:09 GMT
	(envelope-from nobody)
Message-Id: <200409220931.i8M9V9Kn049144@www.freebsd.org>
Date: Wed, 22 Sep 2004 09:31:09 GMT
From: "Carlos Eduardo G. Carvalho" <cartola@openit.com.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: graphics/enblend - Image Blending with Multiresolution Splines - very good for panorama pictures
X-Send-Pr-Version: www-2.3

>Number:         71992
>Category:       ports
>Synopsis:       New port: graphics/enblend - Image Blending with Multiresolution Splines - very good for panorama pictures
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 22 09:40:22 GMT 2004
>Closed-Date:    Wed Nov 17 20:41:19 GMT 2004
>Last-Modified:  Wed Nov 17 20:41:19 GMT 2004
>Originator:     Carlos Eduardo G. Carvalho
>Release:        5.2.1-RELEASE
>Organization:
OpenIT Solucoes Tecnologicas
>Environment:
FreeBSD mirante1 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Apr  4 00:46:00 BRT 2004     root@mirante1:/usr/src/sys/i386/compile/MIRANTE1  i386
>Description:
Enblend is a tool for compositing images. Given a set of images that overlap in some irregular way, Enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see. Enblend does not line up the images for you. Use a tool like Hugin to do that.
I have already ported Hugin.
>How-To-Repeat:
      
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       graphics/enblend
#       graphics/enblend/Makefile
#       graphics/enblend/pkg-plist
#       graphics/enblend/pkg-descr
#       graphics/enblend/distinfo
#       graphics/enblend/files
#       graphics/enblend/files/patch-aa
#
echo c - graphics/enblend
mkdir -p graphics/enblend > /dev/null 2>&1
echo x - graphics/enblend/Makefile
sed 's/^X//' >graphics/enblend/Makefile << 'END-of-graphics/enblend/Makefile'
X# New ports collection makefile for:   enblend
X# Date created:        19 september 2004
X# Whom:                cartola@openit.com.br - www.openit.com.br
X#
X# $FreeBSD$
X#
X# Enblend is a Image Blending with Multiresolution Splines
X# Enblend is a tool for compositing images. Given a set of images that
X# overlap in some irregular way, Enblend overlays them in such a way
X# that the seam between the images is invisible, or at least very
X# difficult to see. Enblend does not line up the images for you. Use a
X# tool like Hugin to do that.
X#
X# By the way, this port has been made after I have ported Hugin
X#
X# Enblend site: http://www-cad.eecs.berkeley.edu/~mihal/enblend/
X#
X# Comment: there will be warnings during configuration, but the patch
X#         has corrected the problems related by them.
X
XPORTNAME=      enblend
XPORTVERSION=   1.3
XCATEGORIES=    graphics
XMASTER_SITES=  http://www-cad.eecs.berkeley.edu/~mihal/enblend/
X
XMAINTAINER=    cartola@openit.com.br
XCOMMENT=       Image Blending with Multiresolution Splines. For panorama images, etc
X
XLIB_DEPENDS=   tiff:${PORTSDIR}/graphics/tiff \
X               jpeg:${PORTSDIR}/graphics/jpeg
X
XHAS_CONFIGURE= yes
X
XMAN1=          enblend.1
X
X.include <bsd.port.mk>
END-of-graphics/enblend/Makefile
echo x - graphics/enblend/pkg-plist
sed 's/^X//' >graphics/enblend/pkg-plist << 'END-of-graphics/enblend/pkg-plist'
Xbin/enblend
END-of-graphics/enblend/pkg-plist
echo x - graphics/enblend/pkg-descr
sed 's/^X//' >graphics/enblend/pkg-descr << 'END-of-graphics/enblend/pkg-descr'
XEnblend is a tool for compositing images. Given a set of images that
Xoverlap in some irregular way, Enblend overlays them in such a way that
Xthe seam between the images is invisible, or at least very difficult to
Xsee. Enblend does not line up the images for you. Use a tool like Hugin
Xto do that.
XHugin has also been ported to FreeBSD.
X
XWWW: http://www-cad.eecs.berkeley.edu/~mihal/enblend/
X
X- Ported by Cartola
Xcartola@openit.com.br
END-of-graphics/enblend/pkg-descr
echo x - graphics/enblend/distinfo
sed 's/^X//' >graphics/enblend/distinfo << 'END-of-graphics/enblend/distinfo'
XMD5 (enblend-1.3.tar.gz) = 141fc73b90cbed951bb9efafd4c371e2
XSIZE (enblend-1.3.tar.gz) = 102718
END-of-graphics/enblend/distinfo
echo c - graphics/enblend/files
mkdir -p graphics/enblend/files > /dev/null 2>&1
echo x - graphics/enblend/files/patch-aa
sed 's/^X//' >graphics/enblend/files/patch-aa << 'END-of-graphics/enblend/files/patch-aa'
Xdiff -ru --new-file enblend-1.3/src/Makefile.in enblend-1.3-patched/src/Makefile.in
X--- src/Makefile.in    Wed May 19 03:27:18 2004
X+++ src/Makefile.in    Wed Sep 22 05:36:05 2004
X@@ -56,7 +56,7 @@
X       enblend-pyramid.$(OBJEXT)
X enblend_OBJECTS = $(am_enblend_OBJECTS)
X enblend_DEPENDENCIES =
X-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
X+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I/usr/local/include
X depcomp = $(SHELL) $(top_srcdir)/depcomp
X am__depfiles_maybe = depfiles
X @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/enblend-assemble.Po \
X@@ -158,7 +158,7 @@
X sysconfdir = @sysconfdir@
X target_alias = @target_alias@
X enblend_SOURCES = assemble.cc blend.cc bounds.cc enblend.cc io.cc mask.cc nearest.cc pyramid.cc enblend.h
X-enblend_LDADD = -ltiff
X+enblend_LDADD = -L/usr/local/lib -ltiff
X enblend_CXXFLAGS = -O3 -Wall
X all: all-am
X 
END-of-graphics/enblend/files/patch-aa
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze  
Responsible-Changed-By: ahze 
Responsible-Changed-When: Wed Nov 17 08:15:38 GMT 2004 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71992 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Wed Nov 17 20:39:06 GMT 2004 
State-Changed-Why:  
Committed with some corrections 

Before submitting a port please use portlint (devel/portlint) 
it will show you if anything is wrong with your port. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=71992 
>Unformatted:
