Date: Wed, 19 Mar 2008 13:26:52 +0300 (MSK) From: "Iouri V. Ivliev" <ii@any.com.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121860: New port: graphics/panoglview Panorama viewer using OpenGL Message-ID: <200803191026.m2JAQqdX003478@smaug.esterdev.com> Resent-Message-ID: <200803191030.m2JAU2kg088608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121860 >Category: ports >Synopsis: New port: graphics/panoglview Panorama viewer using OpenGL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 10:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Iouri V. Ivliev >Release: FreeBSD 6.2-RELEASE-p7 i386 >Organization: EsterDev, Ltd. >Environment: System: FreeBSD smaug.esterdev.com 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Sun Sep 23 17:28:25 UTC 2007 root@smaug.esterdev.com:/usr/obj/usr/src/sys/SMAUG i386 >Description: Panorama viewer using OpenGL WWW: http://hugin.sourceforge.net/ >How-To-Repeat: >Fix: --- panoglview.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # graphics/panoglview # graphics/panoglview/Makefile # graphics/panoglview/distinfo # graphics/panoglview/pkg-descr # echo c - graphics/panoglview mkdir -p graphics/panoglview > /dev/null 2>&1 echo x - graphics/panoglview/Makefile sed 's/^X//' >graphics/panoglview/Makefile << 'END-of-graphics/panoglview/Makefile' X# New ports collection makefile for: panoglview X# Date created: Sat Apr 28 07:59:00 UTC 2007 X# Whom: argv[0] (Iouri V. Ivliev) X# X# $FreeBSD$ X# X XPORTNAME= panoglview XPORTVERSION= 0.2.1 XPORTREVISION= 0 XCATEGORIES= graphics XMASTER_SITES= SF XMASTER_SITE_SUBDIR= hugin X XMAINTAINER= ii@any.com.ru XCOMMENT= Panorama viewer using OpenGL X XGNU_CONFIGURE= yes XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ X CXXFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include -ftemplate-depth-64" \ X LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -lwx_gtk2_gl-${WX_VERSION}" \ X WX_CONFIG_NAME=wxgtk2-${WX_VERSION}-config \ X PATH="$${PATH}:${X11BASE}/bin" XUSE_X_PREFIX= yes XUSE_GMAKE= yes X XUSE_WX= 2.6+ XWX_COMPS= wx XWX_CONF_ARGS= relative X XPLIST_FILES= bin/panoglview X#MAN1= panoglview.1 X XOPTIONS= UNICODE "Use UNICODE version of the wxgtk (NLS broken!)" off \ X NLS "With NLS" on X X.include <bsd.port.pre.mk> X X.if defined(WITH_UNICODE) XWX_UNICODE= yes XWX_RC= wxrc-gtk2u-${WX_VERSION} XCONFIGURE_ARGS+= --with-unicode X.else XWX_RC= wxrc-gtk2-${WX_VERSION} XCONFIGURE_ARGS+= --without-unicode X.endif X X.if defined(WITHOUT_NLS) XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.else XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.endif X X.include <bsd.port.post.mk> END-of-graphics/panoglview/Makefile echo x - graphics/panoglview/distinfo sed 's/^X//' >graphics/panoglview/distinfo << 'END-of-graphics/panoglview/distinfo' XMD5 (panoglview-0.2.1.tar.gz) = 0acb180b81997aa8c08d03ff9dfd2437 XSHA256 (panoglview-0.2.1.tar.gz) = 28de4375cd3234d87b563e8807925aa0c234f393c9d9f34562aa8913c8ab8fcf XSIZE (panoglview-0.2.1.tar.gz) = 467291 END-of-graphics/panoglview/distinfo echo x - graphics/panoglview/pkg-descr sed 's/^X//' >graphics/panoglview/pkg-descr << 'END-of-graphics/panoglview/pkg-descr' XPanorama viewer using OpenGL X XWWW: http://hugin.sourceforge.net/ END-of-graphics/panoglview/pkg-descr exit --- panoglview.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803191026.m2JAQqdX003478>