Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2007 20:43:31 +0300 (MSK)
From:      "Iouri V. Ivliev" <ii@any.com.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118386: New port: graphics/hugin-devel A GUI for Panorama Tools, to stitch panoramic images (developers snapshot)
Message-ID:  <200712021743.lB2HhVSP041475@smaug.esterdev.com>
Resent-Message-ID: <200712021750.lB2Ho46N099019@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118386
>Category:       ports
>Synopsis:       New port: graphics/hugin-devel A GUI for Panorama Tools, to stitch panoramic images (developers snapshot)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 17:50:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Iouri V. Ivliev
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
EsterDev, Ltd.
>Environment:
System: FreeBSD smaug.esterdev.com 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Sun Sep 23 17:28:25 UTC 2007 root@smaug.esterdev.com:/usr/obj/usr/src/sys/SMAUG i386
>Description:
A GUI for Panorama Tools, to stitch panoramic images.

With hugin you can assemble a mosaic of photographs into a complete
immersive panorama, stitch any series of overlapping pictures and much
more.

WWW: http://hugin.sourceforge.net/
>How-To-Repeat:
>Fix:
--- hugin-devel.shar begins here ---
# 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/hugin-devel
#	graphics/hugin-devel/files
#	graphics/hugin-devel/files/patch-doc-CMakeLists.txt
#	graphics/hugin-devel/files/patch-src-hugin1-common-utils.h
#	graphics/hugin-devel/files/patch-src-hugin1-hugin-xrc-data-CMakeLists.txt
#	graphics/hugin-devel/files/patch-src-hugin1-hugin-ImagesPanel.cpp
#	graphics/hugin-devel/files/patch-src-hugin1-hugin-RunStitcherFrame.cpp
#	graphics/hugin-devel/files/patch-src-hugin1-panoinc.h
#	graphics/hugin-devel/files/patch-src-hugin1-panoinc_WX.h
#	graphics/hugin-devel/files/patch-src-hugin_base-hugin_math-hugin_math.h
#	graphics/hugin-devel/Makefile
#	graphics/hugin-devel/distinfo
#	graphics/hugin-devel/pkg-descr
#	graphics/hugin-devel/pkg-plist
#
echo c - graphics/hugin-devel
mkdir -p graphics/hugin-devel > /dev/null 2>&1
echo c - graphics/hugin-devel/files
mkdir -p graphics/hugin-devel/files > /dev/null 2>&1
echo x - graphics/hugin-devel/files/patch-doc-CMakeLists.txt
sed 's/^X//' >graphics/hugin-devel/files/patch-doc-CMakeLists.txt << 'END-of-graphics/hugin-devel/files/patch-doc-CMakeLists.txt'
X--- doc/CMakeLists.txt.orig	Fri Nov 30 09:02:39 2007
X+++ doc/CMakeLists.txt	Fri Nov 30 15:56:58 2007
X@@ -3,7 +3,7 @@
X INSTALL(FILES fulla.html DESTINATION doc)
X INSTALL(FILES nona.txt DESTINATION doc)
X ELSE (WIN32)
X-INSTALL(FILES fulla.1 DESTINATION share/man/man1)
X+INSTALL(FILES fulla.1 DESTINATION man/man1)
X INSTALL(FILES nona.txt DESTINATION share/hugin)
X ENDIF(WIN32)
X 
END-of-graphics/hugin-devel/files/patch-doc-CMakeLists.txt
echo x - graphics/hugin-devel/files/patch-src-hugin1-common-utils.h
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin1-common-utils.h << 'END-of-graphics/hugin-devel/files/patch-src-hugin1-common-utils.h'
X--- src/hugin1/common/utils.h.orig	Fri Nov 30 09:02:07 2007
X+++ src/hugin1/common/utils.h	Fri Nov 30 15:56:58 2007
X@@ -28,6 +28,9 @@
X #include <appbase/ProgressDisplayOld.h>
X #include <appbase/ProgressReporterOld.h>
X 
X+#include <locale.h>
X+#include <stdio.h>
X+
X #include "platform.h"
X 
X 
END-of-graphics/hugin-devel/files/patch-src-hugin1-common-utils.h
echo x - graphics/hugin-devel/files/patch-src-hugin1-hugin-xrc-data-CMakeLists.txt
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin1-hugin-xrc-data-CMakeLists.txt << 'END-of-graphics/hugin-devel/files/patch-src-hugin1-hugin-xrc-data-CMakeLists.txt'
X--- src/hugin1/hugin/xrc/data/CMakeLists.txt.orig	Fri Nov 30 09:02:17 2007
X+++ src/hugin1/hugin/xrc/data/CMakeLists.txt	Fri Nov 30 15:56:58 2007
X@@ -2,8 +2,8 @@
X FILE(GLOB DATAFILES *.htm *.html *.ico *.jpg *.png *.xpm *.txt *.mk)
X INSTALL(FILES ${DATAFILES} DESTINATION ${HUGINDATADIR}/xrc/data)
X 
X-IF (UNIX)
X-  INSTALL(FILES hugin.png DESTINATION ${DATADIR}/pixmaps)
X-ENDIF (UNIX)
X+#IF (UNIX)
X+#  INSTALL(FILES hugin.png DESTINATION ${DATADIR}/pixmaps)
X+#ENDIF (UNIX)
X 
X ADD_SUBDIRECTORY(help_en_EN)
END-of-graphics/hugin-devel/files/patch-src-hugin1-hugin-xrc-data-CMakeLists.txt
echo x - graphics/hugin-devel/files/patch-src-hugin1-hugin-ImagesPanel.cpp
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin1-hugin-ImagesPanel.cpp << 'END-of-graphics/hugin-devel/files/patch-src-hugin1-hugin-ImagesPanel.cpp'
X--- src/hugin1/hugin/ImagesPanel.cpp.orig	Fri Nov 30 09:02:28 2007
X+++ src/hugin1/hugin/ImagesPanel.cpp	Fri Nov 30 15:56:58 2007
X@@ -621,9 +621,9 @@
X         for (UIntSet::const_iterator it = selImg.begin();
X              it != selImg.end(); ++it )
X         {
X-            vars[i].insert(make_pair("y", Variable("y",0.0)));
X-            vars[i].insert(make_pair("p", Variable("p",0.0)));
X-            vars[i].insert(make_pair("r", Variable("r",0.0)));
X+            vars[i].insert(make_pair((char *) "y", Variable("y",0.0)));
X+            vars[i].insert(make_pair((char *) "p", Variable("p",0.0)));
X+            vars[i].insert(make_pair((char *) "r", Variable("r",0.0)));
X             i++;
X         }
X         GlobalCmdHist::getInstance().addCommand(
END-of-graphics/hugin-devel/files/patch-src-hugin1-hugin-ImagesPanel.cpp
echo x - graphics/hugin-devel/files/patch-src-hugin1-hugin-RunStitcherFrame.cpp
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin1-hugin-RunStitcherFrame.cpp << 'END-of-graphics/hugin-devel/files/patch-src-hugin1-hugin-RunStitcherFrame.cpp'
X--- src/hugin1/hugin/RunStitcherFrame.cpp.orig	Fri Nov 30 09:02:29 2007
X+++ src/hugin1/hugin/RunStitcherFrame.cpp	Fri Nov 30 15:56:58 2007
X@@ -194,7 +194,7 @@
X             bool ok = number.ToLong(&m_percent);
X             if (!ok) {
X                 // stupid fallback.
X-                DEBUG_ERROR("Could not parse PTStitcher output");
X+                DEBUG_ERROR("Could not parse PTStitcher output: '" << line << "'");
X                 m_percent = 0;
X             }
X         } else if ( line.size() > 7) {
X@@ -210,7 +210,7 @@
X             bool ok = number.ToLong(&m_percent);
X             if (!ok) {
X                 // stupid fallback.
X-                DEBUG_ERROR("Could not parse PTStitcher output");
X+                DEBUG_ERROR("Could not parse PTStitcher output: '" << line << "'");
X                 m_percent = 0;
X             }
X         }
END-of-graphics/hugin-devel/files/patch-src-hugin1-hugin-RunStitcherFrame.cpp
echo x - graphics/hugin-devel/files/patch-src-hugin1-panoinc.h
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin1-panoinc.h << 'END-of-graphics/hugin-devel/files/patch-src-hugin1-panoinc.h'
X--- src/hugin1/panoinc.h.orig	Fri Nov 30 09:02:31 2007
X+++ src/hugin1/panoinc.h	Fri Nov 30 15:56:58 2007
X@@ -32,6 +32,8 @@
X #ifdef __unix__
X #include <sys/time.h>
X #include <sys/resource.h>
X+#include <sys/types.h>
X+#include <sys/wait.h>
X #endif
X 
X #include <vector>
END-of-graphics/hugin-devel/files/patch-src-hugin1-panoinc.h
echo x - graphics/hugin-devel/files/patch-src-hugin1-panoinc_WX.h
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin1-panoinc_WX.h << 'END-of-graphics/hugin-devel/files/patch-src-hugin1-panoinc_WX.h'
X--- src/hugin1/panoinc_WX.h.orig	Fri Nov 30 09:02:31 2007
X+++ src/hugin1/panoinc_WX.h	Fri Nov 30 15:56:58 2007
X@@ -81,6 +81,12 @@
X #define USE_WX26x
X #endif
X 
X+#if wxCHECK_VERSION(2,8,0)
X+#define USE_WX253
X+#define USE_WX26x
X+#define USE_WX28x
X+#endif
X+
X // remove stupid #defines from the evil windows.h
X #ifdef __WXMSW__
X //#include <wx/msw/winundef.h>
END-of-graphics/hugin-devel/files/patch-src-hugin1-panoinc_WX.h
echo x - graphics/hugin-devel/files/patch-src-hugin_base-hugin_math-hugin_math.h
sed 's/^X//' >graphics/hugin-devel/files/patch-src-hugin_base-hugin_math-hugin_math.h << 'END-of-graphics/hugin-devel/files/patch-src-hugin_base-hugin_math-hugin_math.h'
X--- src/hugin_base/hugin_math/hugin_math.h.orig	Fri Nov 30 09:01:13 2007
X+++ src/hugin_base/hugin_math/hugin_math.h	Fri Nov 30 15:56:58 2007
X@@ -43,7 +43,7 @@
X #define RAD_TO_DEG( x )		( (x) * 360.0 / ( 2.0 * PI ) )
X 
X 
X-#ifdef _MSC_VER
X+#if defined(_MSC_VER) || defined(__FreeBSD__)
X inline double log2(double x)
X {
X     return log(x)/log(2.0);
END-of-graphics/hugin-devel/files/patch-src-hugin_base-hugin_math-hugin_math.h
echo x - graphics/hugin-devel/Makefile
sed 's/^X//' >graphics/hugin-devel/Makefile << 'END-of-graphics/hugin-devel/Makefile'
X# New ports collection makefile for:   hugin-devel
X# Date created:        Sun Dec  2 16:34:55 UTC 2007
X# Whom:                argv[0] (Iouri V. Ivliev)
X#
X# $FreeBSD$
X
XPORTNAME=	hugin
XPKGNAMESUFFIX=	-devel
XPORTVERSION=	20071130
XPORTEPOCH=	0
XPORTREVISION=	0
XCATEGORIES=	graphics
X## This is original location of the Hugin snap sources.
X#MASTER_SITES=	http://hugin.sourceforge.net/snapshots/
X## But original archive name doesn't reflect snapshot date. 
X## So we use local copy:
X##   hugin.tar.gz => hugin-${PORTVERSION}.tar.gz
XMASTER_SITES=	http://people.esterdev.com/yury/bicycles/
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XMAINTAINER=	ii@any.com.ru
XCOMMENT=	A GUI for Panorama Tools, to stitch panoramic images (developers snapshot)
X
XCONFLICTS=	hugin-[0-9]*
X
XBUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
X		cmake:${PORTSDIR}/devel/cmake
XLIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
X		png:${PORTSDIR}/graphics/png \
X		jpeg:${PORTSDIR}/graphics/jpeg \
X		boost_date_time:${PORTSDIR}/devel/boost \
X		pano13:${PORTSDIR}/graphics/libpano13
X
XCMAKE=		cmake
XCMAKE_DEBUG=	"-g"
XCMAKE_C_FLAGS=	${CMAKE_DEBUG} ${_CPUCFLAGS} ${PTHREAD_CFLAGS}
XCMAKE_CXX_FLAGS=${CMAKE_DEBUG} ${_CPUCFLAGS} ${PTHREAD_CFLAGS}-ftemplate-depth-64
XCMAKE_EXE_LINKER_FLAGS=${CMAKE_DEBUG} ${PTHREAD_LIBS}
XCMAKE_SHARED_LINKER_FLAGS=${CMAKE_DEBUG}
XCMAKE_ARGS=	-DCMAKE_INSTALL_PREFIX=${PREFIX} \
X		-DwxWidgets_CONFIG_EXECUTABLE=${WX_CFG} \
X		-DCMAKE_C_FLAGS="${CMAKE_C_FLAGS}" \
X		-DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS}" \
X		-DCMAKE_EXE_LINKER_FLAGS="${CMAKE_EXE_LINKER_FLAGS}" \
X		-DCMAKE_SHARED_LINKER_FLAGS="${CMAKE_SHARED_LINKER_FLAGS}"
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XINSTALLS_SHLIB=	yes
X
XUSE_ICONV=	yes
X
XUSE_WX=		2.6+
XWX_COMPS=	wx
XWX_CONF_ARGS=	relative
X
XMAN1=		fulla.1
X
XDOCSDIR=	${PREFIX}/share/hugin/xrc/data
X
XOPTIONS=	UNICODE	"Use UNICODE version of the wxgtk"	off \
X		EXR	"With OpenEXR"	on \
X		VIPS	"With VIPS"	off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_UNICODE)
XWX_UNICODE=	yes
XWX_RC=		wxrc-gtk2u-${WX_VERSION}
XWX_CFG=		${X11BASE}/bin/wxgtk2u-${WX_VERSION}-config
X#CONFIGURE_ARGS+=	--with-unicode
X.else
XWX_RC=		wxrc-gtk2-${WX_VERSION}
XWX_CFG=		${X11BASE}/bin/wxgtk2-${WX_VERSION}-config
X#CONFIGURE_ARGS+=	--without-unicode
X.endif
X
X.if defined(WITH_EXR)
XLIB_DEPENDS+=	IlmImf:${PORTSDIR}/graphics/OpenEXR
X.endif
X
X.if defined(WITH_VIPS)
XLIB_DEPENDS+=	vips:${PORTSDIR}/graphics/vips
X.endif
X
Xpre-configure:
X	@cd ${WRKSRC} && ${CMAKE} ${CMAKE_ARGS} .
X
X.include <bsd.port.post.mk>
END-of-graphics/hugin-devel/Makefile
echo x - graphics/hugin-devel/distinfo
sed 's/^X//' >graphics/hugin-devel/distinfo << 'END-of-graphics/hugin-devel/distinfo'
XMD5 (hugin-20071130.tar.gz) = 4ea499c2b2e2f2883eb6407ce27f9d68
XSHA256 (hugin-20071130.tar.gz) = bc586e8eaa97f84063b3f13116d1b07576716af79b991f1dd1d0eafd05a61f5e
XSIZE (hugin-20071130.tar.gz) = 5630144
END-of-graphics/hugin-devel/distinfo
echo x - graphics/hugin-devel/pkg-descr
sed 's/^X//' >graphics/hugin-devel/pkg-descr << 'END-of-graphics/hugin-devel/pkg-descr'
XA GUI for Panorama Tools, to stitch panoramic images.
X
XGoal: an easy to use cross-platform panoramic imaging toolchain
Xbased on Panorama Tools.
X
XWith hugin you can assemble a mosaic of photographs into a complete
Ximmersive panorama, stitch any series of overlapping pictures and much
Xmore.
X
XWWW: http://hugin.sourceforge.net/
END-of-graphics/hugin-devel/pkg-descr
echo x - graphics/hugin-devel/pkg-plist
sed 's/^X//' >graphics/hugin-devel/pkg-plist << 'END-of-graphics/hugin-devel/pkg-plist'
Xbin/autooptimiser
Xbin/fulla
Xbin/hugin
Xbin/hugin_hdrmerge
Xbin/hugin_stitch_project
Xbin/nona
Xbin/nona_gui
Xbin/vig_optimize
Xlib/libhuginANN.so
Xlib/libhuginANN.so.0.0
Xlib/libhuginvigraimpex.so
Xlib/libhuginvigraimpex.so.0.0
Xlib/libhuginjhead.so
Xlib/libhuginjhead.so.0.0
Xlib/libhuginbase.so
Xlib/libhuginbase.so.0.0
X%%DATADIR%%/nona.txt
X%%DATADIR%%/xrc/about.xrc
X%%DATADIR%%/xrc/assistant_panel.xrc
X%%DATADIR%%/xrc/cp_editor_panel.xrc
X%%DATADIR%%/xrc/cp_list_frame.xrc
X%%DATADIR%%/xrc/crop_panel.xrc
X%%DATADIR%%/xrc/data/about_pl.htm
X%%DATADIR%%/xrc/data/1leftarrow.png
X%%DATADIR%%/xrc/data/1rightarrow.png
X%%DATADIR%%/xrc/data/CMakeLists.txt
X%%DATADIR%%/xrc/data/CPCursor0.png
X%%DATADIR%%/xrc/data/CPCursor1.png
X%%DATADIR%%/xrc/data/CPCursor2.png
X%%DATADIR%%/xrc/data/CPCursor3.png
X%%DATADIR%%/xrc/data/CPCursor4.png
X%%DATADIR%%/xrc/data/CPCursor5.png
X%%DATADIR%%/xrc/data/CPCursor6.png
X%%DATADIR%%/xrc/data/about.htm
X%%DATADIR%%/xrc/data/about_fr.htm
X%%DATADIR%%/xrc/data/center_pano.xpm
X%%DATADIR%%/xrc/data/close.xpm
X%%DATADIR%%/xrc/data/druid.control.128.png
X%%DATADIR%%/xrc/data/druid.images.128.png
X%%DATADIR%%/xrc/data/druid.lenses.128.png
X%%DATADIR%%/xrc/data/druid.optimize.128.png
X%%DATADIR%%/xrc/data/druid.stitch.128.png
X%%DATADIR%%/xrc/data/edit_add.png
X%%DATADIR%%/xrc/data/editcopy.png
X%%DATADIR%%/xrc/data/editcut.png
X%%DATADIR%%/xrc/data/editdelete.png
X%%DATADIR%%/xrc/data/editpaste.png
X%%DATADIR%%/xrc/data/filenew.png
X%%DATADIR%%/xrc/data/fileopen.png
X%%DATADIR%%/xrc/data/filesave.png
X%%DATADIR%%/xrc/data/filesaveas.png
X%%DATADIR%%/xrc/data/find.png
X%%DATADIR%%/xrc/data/fit_pano.xpm
X%%DATADIR%%/xrc/data/help_en_EN/16bit_workflow_with_hugin.html
X%%DATADIR%%/xrc/data/help_en_EN/Aliasing.html
X%%DATADIR%%/xrc/data/help_en_EN/Alpha_channel.html
X%%DATADIR%%/xrc/data/help_en_EN/Aspect_Ratio.html
X%%DATADIR%%/xrc/data/help_en_EN/Autooptimiser.html
X%%DATADIR%%/xrc/data/help_en_EN/Autopano-sift.html
X%%DATADIR%%/xrc/data/help_en_EN/Autopano.html
X%%DATADIR%%/xrc/data/help_en_EN/Banding.html
X%%DATADIR%%/xrc/data/help_en_EN/Barrel_distortion.html
X%%DATADIR%%/xrc/data/help_en_EN/Bracketing.html
X%%DATADIR%%/xrc/data/help_en_EN/CCD.html
X%%DATADIR%%/xrc/data/help_en_EN/CMakeLists.txt
X%%DATADIR%%/xrc/data/help_en_EN/Color_correct_tiff.html
X%%DATADIR%%/xrc/data/help_en_EN/Control_points.html
X%%DATADIR%%/xrc/data/help_en_EN/Crop_factor.html
X%%DATADIR%%/xrc/data/help_en_EN/Cropped_TIFF.html
X%%DATADIR%%/xrc/data/help_en_EN/Cubic.html
X%%DATADIR%%/xrc/data/help_en_EN/Cubic_Projection.html
X%%DATADIR%%/xrc/data/help_en_EN/EXIF.html
X%%DATADIR%%/xrc/data/help_en_EN/Cylindrical.html
X%%DATADIR%%/xrc/data/help_en_EN/Cylindrical_Projection.html
X%%DATADIR%%/xrc/data/help_en_EN/Cylindrical_panorama.html
X%%DATADIR%%/xrc/data/help_en_EN/Dynamic_range.html
X%%DATADIR%%/xrc/data/help_en_EN/Enblend.html
X%%DATADIR%%/xrc/data/help_en_EN/Entrance_pupil.html
X%%DATADIR%%/xrc/data/help_en_EN/Equirectangular.html
X%%DATADIR%%/xrc/data/help_en_EN/Equirectangular_Projection.html
X%%DATADIR%%/xrc/data/help_en_EN/Field_of_View.html
X%%DATADIR%%/xrc/data/help_en_EN/Fisheye_Projection.html
X%%DATADIR%%/xrc/data/help_en_EN/Focal_Length.html
X%%DATADIR%%/xrc/data/help_en_EN/Freepv.html
X%%DATADIR%%/xrc/data/help_en_EN/Fulla.html
X%%DATADIR%%/xrc/data/help_en_EN/GIF.html
X%%DATADIR%%/xrc/data/help_en_EN/Gamma.html
X%%DATADIR%%/xrc/data/help_en_EN/HDR.html
X%%DATADIR%%/xrc/data/help_en_EN/HDR_workflow_with_hugin.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Assistant_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Camera_and_Lens_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Control_Points_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Control_Points_table.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Crop_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Exposure_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_FAQ.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Images_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Keyboard_shortcuts.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Main_window.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Optimizer_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preferences.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Preview_window.html
X%%DATADIR%%/xrc/data/help_en_EN/Hugin_Stitcher_tab.html
X%%DATADIR%%/xrc/data/help_en_EN/Interpolation.html
X%%DATADIR%%/xrc/data/help_en_EN/JPEG.html
X%%DATADIR%%/xrc/data/help_en_EN/Landscape.html
X%%DATADIR%%/xrc/data/help_en_EN/Lens_correction_model.html
X%%DATADIR%%/xrc/data/help_en_EN/Lens_distortion.html
X%%DATADIR%%/xrc/data/help_en_EN/NPP.html
X%%DATADIR%%/xrc/data/help_en_EN/Nadir.html
X%%DATADIR%%/xrc/data/help_en_EN/No-parallax_point.html
X%%DATADIR%%/xrc/data/help_en_EN/Nodal_Point.html
X%%DATADIR%%/xrc/data/help_en_EN/Nona.html
X%%DATADIR%%/xrc/data/help_en_EN/Nona_gui.html
X%%DATADIR%%/xrc/data/help_en_EN/PNG.html
X%%DATADIR%%/xrc/data/help_en_EN/PPI.html
X%%DATADIR%%/xrc/data/help_en_EN/PSD.html
X%%DATADIR%%/xrc/data/help_en_EN/PTOptimizer.html
X%%DATADIR%%/xrc/data/help_en_EN/PTStitcher.html
X%%DATADIR%%/xrc/data/help_en_EN/PTtiff2psd.html
X%%DATADIR%%/xrc/data/help_en_EN/Pano12.html
X%%DATADIR%%/xrc/data/help_en_EN/Panoglview.html
X%%DATADIR%%/xrc/data/help_en_EN/Panoinfo.html
X%%DATADIR%%/xrc/data/help_en_EN/Panorama.html
X%%DATADIR%%/xrc/data/help_en_EN/Panorama_tools.html
X%%DATADIR%%/xrc/data/help_en_EN/Panorama_formats.html
X%%DATADIR%%/xrc/data/help_en_EN/Panotools.html
X%%DATADIR%%/xrc/data/help_en_EN/Parallax.html
X%%DATADIR%%/xrc/data/help_en_EN/Perspective_correction.html
X%%DATADIR%%/xrc/data/help_en_EN/Perspective_distortion.html
X%%DATADIR%%/xrc/data/help_en_EN/Pincushion_distortion.html
X%%DATADIR%%/xrc/data/help_en_EN/Pitch.html
X%%DATADIR%%/xrc/data/help_en_EN/Portrait.html
X%%DATADIR%%/xrc/data/help_en_EN/Projections.html
X%%DATADIR%%/xrc/data/help_en_EN/RAW.html
X%%DATADIR%%/xrc/data/help_en_EN/Rectilinear_Projection.html
X%%DATADIR%%/xrc/data/help_en_EN/Roll.html
X%%DATADIR%%/xrc/data/help_en_EN/Spherical.html
X%%DATADIR%%/xrc/data/help_en_EN/Stereographic_Projection.html
X%%DATADIR%%/xrc/data/help_en_EN/Straight_line_control_points.html
X%%DATADIR%%/xrc/data/help_en_EN/TIFF.html
X%%DATADIR%%/xrc/data/help_en_EN/Vignetting.html
X%%DATADIR%%/xrc/data/help_en_EN/Yaw.html
X%%DATADIR%%/xrc/data/help_en_EN/Wavy_distortion.html
X%%DATADIR%%/xrc/data/help_en_EN/Zenith.html
X%%DATADIR%%/xrc/data/help_en_EN/license.html
X%%DATADIR%%/xrc/data/help_en_EN/hugin.hhk
X%%DATADIR%%/xrc/data/help_en_EN/hugin.hhc
X%%DATADIR%%/xrc/data/help_en_EN/hugin.hhp
X%%DATADIR%%/xrc/data/help_en_EN/pages.txt
X%%DATADIR%%/xrc/data/icon.ico
X%%DATADIR%%/xrc/data/icon.png
X%%DATADIR%%/xrc/data/icon_128x128.ico
X%%DATADIR%%/xrc/data/icon_128x128.png
X%%DATADIR%%/xrc/data/icon_16x16.ico
X%%DATADIR%%/xrc/data/icon_32x32.ico
X%%DATADIR%%/xrc/data/icon_48x48.ico
X%%DATADIR%%/xrc/data/icon_48x48.png
X%%DATADIR%%/xrc/data/icon_64x64.ico
X%%DATADIR%%/xrc/data/icon_72x72.ico
X%%DATADIR%%/xrc/data/icon_96x96.ico
X%%DATADIR%%/xrc/data/info.xpm
X%%DATADIR%%/xrc/data/keyboard_pl.html
X%%DATADIR%%/xrc/data/list.png
X%%DATADIR%%/xrc/data/logo.png
X%%DATADIR%%/xrc/data/manual.html
X%%DATADIR%%/xrc/data/nona_enblend.mk
X%%DATADIR%%/xrc/data/nona_multilayer.mk
X%%DATADIR%%/xrc/data/nona_smartblend.mk
X%%DATADIR%%/xrc/data/optimize.png
X%%DATADIR%%/xrc/data/optimize.xpm
X%%DATADIR%%/xrc/data/preview.png
X%%DATADIR%%/xrc/data/preview_auto_update.png
X%%DATADIR%%/xrc/data/preview_num_transform.png
X%%DATADIR%%/xrc/data/preview_show_all.png
X%%DATADIR%%/xrc/data/preview_show_none.png
X%%DATADIR%%/xrc/data/print.xpm
X%%DATADIR%%/xrc/data/ptmender_enblend.mk
X%%DATADIR%%/xrc/data/ptmender_smartblend.mk
X%%DATADIR%%/xrc/data/redo.png
X%%DATADIR%%/xrc/data/reload.png
X%%DATADIR%%/xrc/data/searchfind.xpm
X%%DATADIR%%/xrc/data/splash.png
X%%DATADIR%%/xrc/data/straighten_pano.xpm
X%%DATADIR%%/xrc/data/tips.txt
X%%DATADIR%%/xrc/data/undo.png
X%%DATADIR%%/xrc/data/zoomin.xpm
X%%DATADIR%%/xrc/data/zoomout.xpm
X%%DATADIR%%/xrc/edit_script_dialog.xrc
X%%DATADIR%%/xrc/edit_text.xrc
X%%DATADIR%%/xrc/help.xrc
X%%DATADIR%%/xrc/images_panel.xrc
X%%DATADIR%%/xrc/keyboard_help.xrc
X%%DATADIR%%/xrc/lens_panel.xrc
X%%DATADIR%%/xrc/main_frame.xrc
X%%DATADIR%%/xrc/main_menu.xrc
X%%DATADIR%%/xrc/main_tool.xrc
X%%DATADIR%%/xrc/nona_panel.xrc
X%%DATADIR%%/xrc/optimize_panel.xrc
X%%DATADIR%%/xrc/optimize_photo_panel.xrc
X%%DATADIR%%/xrc/pano_panel.xrc
X%%DATADIR%%/xrc/pref_dialog.xrc
X%%DATADIR%%/xrc/preview_frame.xrc
X%%DATADIR%%/xrc/ptstitcher_panel.xrc
X%%DATADIR%%/xrc/run_optimizer_frame.xrc
X%%DATADIR%%/xrc/run_stitcher_frame.xrc
X%%DATADIR%%/xrc/vig_corr_dlg.xrc
Xshare/applications/hugin.desktop
Xshare/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png
Xshare/locale/ca_ES/LC_MESSAGES/hugin.mo
Xshare/locale/cs_CZ/LC_MESSAGES/hugin.mo
Xshare/locale/cs_CZ/LC_MESSAGES/nona_gui.mo
Xshare/locale/de/LC_MESSAGES/hugin.mo
Xshare/locale/de/LC_MESSAGES/nona_gui.mo
Xshare/locale/es/LC_MESSAGES/hugin.mo
Xshare/locale/fr/LC_MESSAGES/hugin.mo
Xshare/locale/fr/LC_MESSAGES/nona_gui.mo
Xshare/locale/hu/LC_MESSAGES/hugin.mo
Xshare/locale/hu/LC_MESSAGES/nona_gui.mo
Xshare/locale/it/LC_MESSAGES/hugin.mo
Xshare/locale/ja/LC_MESSAGES/hugin.mo
Xshare/locale/nl/LC_MESSAGES/hugin.mo
Xshare/locale/nl/LC_MESSAGES/nona_gui.mo
Xshare/locale/pl/LC_MESSAGES/hugin.mo
Xshare/locale/pl/LC_MESSAGES/nona_gui.mo
Xshare/locale/pt_BR/LC_MESSAGES/hugin.mo
Xshare/locale/pt_BR/LC_MESSAGES/nona_gui.mo
Xshare/locale/ru/LC_MESSAGES/hugin.mo
Xshare/locale/ru/LC_MESSAGES/nona_gui.mo
Xshare/locale/sk/LC_MESSAGES/hugin.mo
Xshare/locale/sk/LC_MESSAGES/nona_gui.mo
Xshare/locale/sv/LC_MESSAGES/hugin.mo
Xshare/locale/uk/LC_MESSAGES/hugin.mo
Xshare/locale/zh_CN/LC_MESSAGES/hugin.mo
Xshare/locale/zh_CN/LC_MESSAGES/nona_gui.mo
Xshare/mime/packages/hugin.xml
X@dirrmtry share/applications
X@dirrmtry share/icons/gnome/48x48/mimetypes
X@dirrmtry share/icons/gnome/48x48
X@dirrmtry share/icons/gnome
X@dirrmtry share/icons
X@dirrmtry share/locale/ca_ES/LC_MESSAGES
X@dirrmtry share/locale/ca_ES
X@dirrmtry share/locale/cs_CZ/LC_MESSAGES
X@dirrmtry share/locale/cs_CZ
X@dirrmtry share/mime/packages
X@dirrmtry share/mime
X@dirrmtry share/pixmaps
X@dirrm %%DATADIR%%/xrc/data/help_en_EN
X@dirrm %%DATADIR%%/xrc/data
X@dirrm %%DATADIR%%/xrc
X@dirrm %%DATADIR%%
END-of-graphics/hugin-devel/pkg-plist
exit
--- hugin-devel.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712021743.lB2HhVSP041475>