summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorobache <obache>2010-04-11 08:10:56 +0000
committerobache <obache>2010-04-11 08:10:56 +0000
commit0c0329fdd335154d9b7bee858cf890837f57b1db (patch)
treec9063a74a255862171f8fedef8e58ad4a368882a /geography
parent8ca8d96e13c0372ba5db7ffe7fb84b5ae79c8020 (diff)
downloadpkgsrc-0c0329fdd335154d9b7bee858cf890837f57b1db.tar.gz
Import gipfel-0.3.2nb1 as geography/gipfel from pkgsrc-wip.
Packaged by Johannes Hofmann. gipfel helps to find the names of mountains or points of interest on a picture. It uses a database containing names and GPS data. With the given viewpoint (the point from which the picture was taken) and two known mountains on the picture, gipfel can compute all parameters needed to compute the positions of other mountains on the picture. gipfel can also be used to play around with the parameters manually. But be warned: It is pretty difficult to find the right parameters for a given picture manually. You can think of gipfel as a georeferencing software for arbitrary images (not only satelite images or maps). gipfel also has an image stitching mode, which allows to generate panorama images from multiple images that have been referenced with gipfel. The nice thing about the new image stitching is that it reuses the code that already existed for referencing images.
Diffstat (limited to 'geography')
-rw-r--r--geography/gipfel/DESCR17
-rw-r--r--geography/gipfel/Makefile24
-rw-r--r--geography/gipfel/PLIST5
-rw-r--r--geography/gipfel/distinfo5
4 files changed, 51 insertions, 0 deletions
diff --git a/geography/gipfel/DESCR b/geography/gipfel/DESCR
new file mode 100644
index 00000000000..c994029277c
--- /dev/null
+++ b/geography/gipfel/DESCR
@@ -0,0 +1,17 @@
+gipfel helps to find the names of mountains or points of interest on a picture.
+It uses a database containing names and GPS data. With the given viewpoint (the
+point from which the picture was taken) and two known mountains on the picture,
+gipfel can compute all parameters needed to compute the positions of other
+mountains on the picture.
+
+gipfel can also be used to play around with the parameters manually. But be
+warned: It is pretty difficult to find the right parameters for a given picture
+manually.
+
+You can think of gipfel as a georeferencing software for arbitrary images (not
+only satelite images or maps).
+
+gipfel also has an image stitching mode, which allows to generate panorama
+images from multiple images that have been referenced with gipfel. The nice
+thing about the new image stitching is that it reuses the code that already
+existed for referencing images.
diff --git a/geography/gipfel/Makefile b/geography/gipfel/Makefile
new file mode 100644
index 00000000000..0f0dcff757c
--- /dev/null
+++ b/geography/gipfel/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 08:10:56 obache Exp $
+#
+
+DISTNAME= gipfel-0.3.2
+PKGREVISION= 1
+CATEGORIES= geography graphics
+MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
+
+MAINTAINER= johannes.hofmann@gmx.de
+HOMEPAGE= http://www.ecademix.com/JohannesHofmann/gipfel.html
+COMMENT= Photogrammetry For Mountain Images
+LICENSE= gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/geography/gipfel/PLIST b/geography/gipfel/PLIST
new file mode 100644
index 00000000000..12c2e5c8d10
--- /dev/null
+++ b/geography/gipfel/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/11 08:10:56 obache Exp $
+bin/gipfel
+share/doc/gipfel/NEWS
+share/doc/gipfel/README
+share/gipfel/gipfel.dat
diff --git a/geography/gipfel/distinfo b/geography/gipfel/distinfo
new file mode 100644
index 00000000000..f4071c1b203
--- /dev/null
+++ b/geography/gipfel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/11 08:10:56 obache Exp $
+
+SHA1 (gipfel-0.3.2.tar.gz) = 5681563f75c4247ced169161da32348a2f7600b3
+RMD160 (gipfel-0.3.2.tar.gz) = f343d2b7cae149a59e6f84b0a9d3e316ac520c20
+Size (gipfel-0.3.2.tar.gz) = 479987 bytes