Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 12:27:53 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335481 - head/graphics/hugin
Message-ID:  <201312021227.rB2CRrpW062964@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Mon Dec  2 12:27:53 2013
New Revision: 335481
URL: http://svnweb.freebsd.org/changeset/ports/335481

Log:
  Fix graphics/hugin's pkg-plist

Modified:
  head/graphics/hugin/Makefile
  head/graphics/hugin/pkg-plist

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Mon Dec  2 12:24:38 2013	(r335480)
+++ head/graphics/hugin/Makefile	Mon Dec  2 12:27:53 2013	(r335481)
@@ -68,6 +68,7 @@ MAN1=		\
 		pano_modify.1 \
 		pano_trafo.1 \
 		pto2mk.1 \
+		pto_gen.1 \
 		pto_merge.1 \
 		tca_correct.1 \
 		vig_optimize.1

Modified: head/graphics/hugin/pkg-plist
==============================================================================
--- head/graphics/hugin/pkg-plist	Mon Dec  2 12:24:38 2013	(r335480)
+++ head/graphics/hugin/pkg-plist	Mon Dec  2 12:27:53 2013	(r335481)
@@ -21,11 +21,13 @@ bin/nona_gui
 bin/pano_modify
 bin/pano_trafo
 bin/pto2mk
+bin/pto_gen
 bin/pto_merge
 bin/tca_correct
 bin/vig_optimize
 lib/hugin/libceleste.so.0.0
 lib/hugin/libflann_cpp.so
+lib/hugin/libhugin_python_interface.so.0.0
 lib/hugin/libhuginbase.so.0.0
 lib/hugin/libhuginbasewx.so.0.0
 lib/hugin/libhuginlines.so.0.0
@@ -33,11 +35,20 @@ lib/hugin/libhuginvigraimpex.so.0.0
 lib/hugin/libicpfindlib.so.0.0
 lib/hugin/liblocalfeatures.so.0.0
 lib/hugin/libmakefilelib.so.0.0
-share/applications/hugin.desktop
 share/applications/PTBatcherGUI.desktop
+share/applications/calibrate_lens_gui.desktop
+share/applications/hugin.desktop
+share/applications/pto_gen.desktop
 %%DATADIR%%/Makefile.equirect.mk
 %%DATADIR%%/data/celeste.model
 %%DATADIR%%/data/default.setting
+%%DATADIR%%/data/plugins-templates/dual_use.py
+%%DATADIR%%/data/plugins-templates/plugin_skeleton.py
+%%DATADIR%%/data/plugins/top_five.py
+%%DATADIR%%/data/plugins/woa.py
+%%DATADIR%%/data/plugins/shooting_pattern.py
+%%DATADIR%%/data/plugins/crop_cp.py
+%%DATADIR%%/data/plugins/README_woa.txt
 %%DATADIR%%/xrc/about.xrc
 %%DATADIR%%/xrc/assistant_panel.xrc
 %%DATADIR%%/xrc/batch_frame.xrc
@@ -382,6 +393,7 @@ share/applications/PTBatcherGUI.desktop
 %%DATADIR%%/xrc/data/help_en_EN/Portrait.html
 %%DATADIR%%/xrc/data/help_en_EN/Projections.html
 %%DATADIR%%/xrc/data/help_en_EN/Pto2mk.html
+%%DATADIR%%/xrc/data/help_en_EN/Pto_gen.html
 %%DATADIR%%/xrc/data/help_en_EN/Pto_merge.html
 %%DATADIR%%/xrc/data/help_en_EN/QTVR.html
 %%DATADIR%%/xrc/data/help_en_EN/Qtvr2img.html
@@ -607,6 +619,7 @@ share/applications/PTBatcherGUI.desktop
 %%DATADIR%%/xrc/images_panel.xrc
 %%DATADIR%%/xrc/lens_panel.xrc
 %%DATADIR%%/xrc/lenscal_frame.xrc
+%%DATADIR%%/xrc/lensdb_dialogs.xrc
 %%DATADIR%%/xrc/main_frame.xrc
 %%DATADIR%%/xrc/main_menu.xrc
 %%DATADIR%%/xrc/main_tool.xrc
@@ -617,7 +630,6 @@ share/applications/PTBatcherGUI.desktop
 %%DATADIR%%/xrc/pref_dialog.xrc
 %%DATADIR%%/xrc/preview_frame.xrc
 %%DATADIR%%/xrc/reset_dialog.xrc
-share/applications/calibrate_lens_gui.desktop
 share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png
 share/locale/bg/LC_MESSAGES/hugin.mo
 share/locale/ca_ES/LC_MESSAGES/hugin.mo
@@ -657,6 +669,8 @@ share/pixmaps/ptbatcher.png
 @dirrmtry share/locale/cs_CZ
 @dirrmtry share/mime/packages
 @dirrmtry share/mime
+@dirrm %%DATADIR%%/data/plugins
+@dirrm %%DATADIR%%/data/plugins-templates
 @dirrm %%DATADIR%%/data
 @dirrm %%DATADIR%%/xrc/data/help_en_EN
 @dirrm %%DATADIR%%/xrc/data/help_it_IT



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