From 1a4513069864e287a9929951e8ea93c3a8ea512a Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 11 Apr 2010 08:10:56 +0000 Subject: 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. --- geography/gipfel/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 geography/gipfel/Makefile (limited to 'geography/gipfel/Makefile') 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" -- cgit v1.2.3