This is autopano-sift-2.4 ported to plain "C"

The source is kept as close as possible to the original version.

It should have the same inputs and outputs as the original "C#" version
which is available in ports as graphics/autopano-sift

WWW: http://hugin.sourceforge.net/docs/manual/Autopano-sift-C.html
This commit is contained in:
Dmitry Marakasov 2009-07-16 17:34:03 +00:00
parent b16dc471d7
commit 735871d021
4 changed files with 55 additions and 0 deletions

View file

@ -32,6 +32,7 @@
SUBDIR += aqsis
SUBDIR += asciio
SUBDIR += autopano-sift
SUBDIR += autopano-sift-c
SUBDIR += autoq3d
SUBDIR += autotrace
SUBDIR += aview

View file

@ -0,0 +1,44 @@
# New ports collection makefile for: autopano-sift-c
# Date created: 10 Jul 2009
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= autopano-sift-C
PORTVERSION= 2.5.0
CATEGORIES= games
MASTER_SITES= SF/hugin
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Automatic panorama control point generation tool, C port
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
pano13:${PORTSDIR}/graphics/libpano13
CONFLICTS= autopano-sift-[0-9]*
USE_GNOME= libxml2
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/autopano bin/autopano-c-complete.sh \
bin/autopano-sift-c bin/generatekeys
PORTDOCS= *
MAN1= autopano-c-complete.1 autopano.1 generatekeys.1
MAN7= autopano-sift-c.7
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/CMakeLists.txt
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.1ST ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (autopano-sift-C-2.5.0.tar.gz) = d4e6bfab53fe227a36eec4c94c0bbfe6
SHA256 (autopano-sift-C-2.5.0.tar.gz) = 8362d963406953ba6c79402ef31c7a2a794a753c4cf250c293b3e1f3e455735f
SIZE (autopano-sift-C-2.5.0.tar.gz) = 204300

View file

@ -0,0 +1,7 @@
This is autopano-sift-2.4 ported to plain "C"
The source is kept as close as possible to the original version.
It should have the same inputs and outputs as the original "C#" version
which is available in ports as graphics/autopano-sift
WWW: http://hugin.sourceforge.net/docs/manual/Autopano-sift-C.html