summaryrefslogtreecommitdiff
path: root/graphics/autopano-sift-C
diff options
context:
space:
mode:
authoradam <adam>2009-10-22 18:34:30 +0000
committeradam <adam>2009-10-22 18:34:30 +0000
commit84578a1a68b153fb344a4020b442a4106ffa4112 (patch)
tree0bc1abe2dffc1fca1802077d738807b7d437e1d6 /graphics/autopano-sift-C
parentce234150f07819ee232720a922071d1bd5bafc0d (diff)
downloadpkgsrc-84578a1a68b153fb344a4020b442a4106ffa4112.tar.gz
Changes 2.5.1:
* Fix for crash when input specified with a project file contains file paths with spaces. * Major memory leak in autopano-sift-c command-line tool fixed. * Other minor improvements including: a fix for a possible crash, inlined functions and cpack support for rpm and deb packaging.
Diffstat (limited to 'graphics/autopano-sift-C')
-rw-r--r--graphics/autopano-sift-C/Makefile5
-rw-r--r--graphics/autopano-sift-C/PLIST10
-rw-r--r--graphics/autopano-sift-C/distinfo9
-rw-r--r--graphics/autopano-sift-C/patches/patch-aa15
4 files changed, 27 insertions, 12 deletions
diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile
index eff322a9958..7d80804548a 100644
--- a/graphics/autopano-sift-C/Makefile
+++ b/graphics/autopano-sift-C/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/08/26 19:57:35 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/22 18:34:30 adam Exp $
-DISTNAME= autopano-sift-C-2.5.0
-PKGREVISION= 1
+DISTNAME= autopano-sift-C-2.5.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/}
diff --git a/graphics/autopano-sift-C/PLIST b/graphics/autopano-sift-C/PLIST
index 8a6a5ff18bd..2060079e1f5 100644
--- a/graphics/autopano-sift-C/PLIST
+++ b/graphics/autopano-sift-C/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/10/22 18:34:30 adam Exp $
bin/autopano
bin/autopano-c-complete.sh
bin/autopano-sift-c
bin/generatekeys
-share/man/man1/autopano-c-complete.1
-share/man/man1/autopano.1
-share/man/man1/generatekeys.1
-share/man/man7/autopano-sift-c.7
+man/man1/autopano-c-complete.1
+man/man1/autopano.1
+man/man1/generatekeys.1
+man/man7/autopano-sift-c.7
diff --git a/graphics/autopano-sift-C/distinfo b/graphics/autopano-sift-C/distinfo
index 8c08643d738..be63f98b3fd 100644
--- a/graphics/autopano-sift-C/distinfo
+++ b/graphics/autopano-sift-C/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+$NetBSD: distinfo,v 1.2 2009/10/22 18:34:30 adam Exp $
-SHA1 (autopano-sift-C-2.5.0.tar.gz) = 9b210290bdc22ef04a61a27a89de136bb5c8d473
-RMD160 (autopano-sift-C-2.5.0.tar.gz) = ab163355de5573f3844ccc281931bc03678c2153
-Size (autopano-sift-C-2.5.0.tar.gz) = 204300 bytes
+SHA1 (autopano-sift-C-2.5.1.tar.gz) = f8c5f4004ae51cb58acc5cedb065ae0ef3e19a8c
+RMD160 (autopano-sift-C-2.5.1.tar.gz) = e51d996cdc7dcae3abde22878fe76ff904c55950
+Size (autopano-sift-C-2.5.1.tar.gz) = 192267 bytes
+SHA1 (patch-aa) = 7f5fbf5a7b0b9e9f936a4d3883b9415d421b2cc5
diff --git a/graphics/autopano-sift-C/patches/patch-aa b/graphics/autopano-sift-C/patches/patch-aa
new file mode 100644
index 00000000000..bee1f836842
--- /dev/null
+++ b/graphics/autopano-sift-C/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2009/10/22 18:34:30 adam Exp $
+
+--- CMakeLists.txt.orig 2009-10-22 20:10:38.000000000 +0200
++++ CMakeLists.txt
+@@ -155,8 +155,8 @@ endif (WIN32)
+ # documentation
+ FILE(GLOB MAN_PAGES_1 doc/*.1)
+ FILE(GLOB MAN_PAGES_7 doc/*.7)
+-install(FILES ${MAN_PAGES_1} DESTINATION share/man/man1)
+-install(FILES ${MAN_PAGES_7} DESTINATION share/man/man7)
++install(FILES ${MAN_PAGES_1} DESTINATION man/man1)
++install(FILES ${MAN_PAGES_7} DESTINATION man/man7)
+
+ ## Test exectuables.
+