ports/171019: [new port] science/isis3: USGS ISIS3 planetary mapping tool
O. Hartmann
ohartman at zedat.fu-berlin.de
Tue Sep 25 14:00:31 UTC 2012
The following reply was made to PR ports/171019; it has been noted by GNATS.
From: "O. Hartmann" <ohartman at zedat.fu-berlin.de>
To: bug-followup at FreeBSD.org, ohartman at zedat.fu-berlin.de
Cc:
Subject: Re: ports/171019: [new port] science/isis3: USGS ISIS3 planetary
mapping tool
Date: Tue, 25 Sep 2012 15:51:59 +0200
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigD5C4A32F7C1F8E48DEB154A6
Content-Type: multipart/mixed;
boundary="------------080904040108080205020100"
This is a multi-part message in MIME format.
--------------080904040108080205020100
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable
Since the USGS does not provide a version scheme that is "port"
friendly, the fact that version 3.4.1 of the ISIS3 suite is out was a
bit a secret.
Attached, I will provide a new port fileset created recently. there is
still an issue using CLANG with devel/tnt which prevents the port to be
built with CLANG 3.2 and 3.1 (see PR ports/171950). Most code portions
compile with the new CLANg base compiler.
--------------080904040108080205020100
Content-Type: text/plain; charset=us-ascii;
name="isis3.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="isis3.txt"
# 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:
#
# isis3
# isis3/files
# isis3/files/patch-make-isismake.apps
# isis3/files/patch-make-isismake.macros
# isis3/files/patch-src-docsys-Makefile
# isis3/files/patch-src-base-objs-Affine-Affine.cpp
# isis3/files/patch-src-base-objs-PrincipalComponentAnalysis-PrincipalCom=
ponentAnalysis.cpp
# isis3/files/patch-src-control-obj-BundleAdjust-BundleAdjust.h
# isis3/files/patch-src-base-objs-ForstnerOpwerator-ForstnerOperator.cpp
# isis3/files/patch-Makefile
# isis3/files/patch-src-qisis-objs-RubberBandTool-RubberBandTool.cpp
# isis3/files/config.freebsd
# isis3/files/patch-src-base-apps-equalizer-equalizer.cpp
# isis3/files/patch-src-base-objs-LeastSquares-LeastSquares.cpp
# isis3/files/patch-src-base-objs-Matrix-Matrix.cpp
# isis3/files/patch-config-Makefile
# isis3/files/patch-src-base-objs-SpiceRotation-SpiceRotation.cpp
# isis3/files/patch-src-base-objs-CollectorMap-CollectorMap.h
# isis3/distinfo
# isis3/pkg-descr
# isis3/pkg-plist
# isis3/Makefile
#
echo c - isis3
mkdir -p isis3 > /dev/null 2>&1
echo c - isis3/files
mkdir -p isis3/files > /dev/null 2>&1
echo x - isis3/files/patch-make-isismake.apps
sed 's/^X//' >isis3/files/patch-make-isismake.apps << 'a0f1dcc88aeed93c6d=
064020ddb5209c'
X--- make/isismake.apps.orig 2011-08-25 17:33:46.000000000 +0200
X+++ make/isismake.apps 2012-02-03 01:21:09.000000000 +0100
X@@ -76,12 +76,12 @@
X $(CXX) $(ALLLIBDIRS) $(ISISLDFLAGS) $(ISISLDRPATH) -o $@ $(OBJS) $(ALL=
LIBS)
X=20
X .cpp.o: qtmoc
X- $(CXX) $(ALLINCDIRS) $(ISISCPPFLAGS) $(CPPFLAGS) -c -o $@ $?
X+ $(CXX) $(ALLINCDIRS) $(ISISCPPFLAGS) -c -o $@ $?
X=20
X .c.o :
X- $(CC) $(ALLINCDIRS) $(ISISCFLAGS) $(CFLAGS) -c -o $@ $?
X+ $(CC) $(ALLINCDIRS) $(ISISCFLAGS) -c -o $@ $?
X=20
X-.cc.o:=20
X+.cc.o:
X $(CXX) $(ALLINCDIRS) $(ISISCPPFLAGS) -c -o $@ $?
X=20
X .xml.html :
a0f1dcc88aeed93c6d064020ddb5209c
echo x - isis3/files/patch-make-isismake.macros
sed 's/^X//' >isis3/files/patch-make-isismake.macros << '2308e02393c2e50b=
7ff94cfd4c877f29'
X--- make/isismake.macros.orig 2012-08-15 03:57:46.000000000 +0200
X+++ make/isismake.macros 2012-09-25 01:00:29.000000000 +0200
X@@ -22,6 +22,10 @@
X HOST_PROC =3D unknown
X endif
X=20
X+ifeq ($(HOST_ARCH),FreeBSD)
X+ include $(ISISROOT)/make/config.freebsd
X+endif
X+
X ifeq ($(HOST_ARCH),SunOS)
X include $(ISISROOT)/make/config.solaris
X endif
X@@ -41,21 +45,22 @@
X #----------------------------------------------------------------------=
-----
X # Set up some basic commands
X #----------------------------------------------------------------------=
-----
X-CXX ?=3D g++
X-CC ?=3D gcc
X-LDSHARED ?=3D $(CXX)
X-MOC ?=3D moc
X+CXX ?=3D $(CXX)
X+CC ?=3D $(CC)
X+CPP ?=3D $(CPP)
X+LDSHARED ?=3D $(CXX) -Wl,-E -shared
X+MOC ?=3D $(MOC)
X PROTOC ?=3D protoc
X-UIC ?=3D uic
X-XALAN ?=3D Xalan
X-LS ?=3D /bin/ls
X-RM ?=3D /bin/rm -f
X-CP ?=3D /bin/cp
X+UIC ?=3D $(UIC)
X+XALAN ?=3D xalan-j -FLAVOR d2d=3DDOM
X+LS ?=3D ls
X+RM ?=3D rm -f
X+CP ?=3D cp
X LN ?=3D ln -s
X-CAT ?=3D /bin/cat
X-RANLIB ?=3D /usr/bin/true
X+CAT ?=3D cat
X+RANLIB ?=3D ranlib
X MACHINE ?=3D uname
X-DIFF ?=3D /usr/bin/diff
X+DIFF ?=3D diff
X GREP ?=3D grep
X EVAL ?=3D eval
X WHICH ?=3D which
X@@ -65,10 +70,10 @@
X MV ?=3D mv
X RSYNC ?=3D rsync
X SED ?=3D sed
X-DATE ?=3D /bin/date
X-PRINTF ?=3D /usr/bin/printf
X-ECHO ?=3D /bin/echo
X-CUT ?=3D /usr/bin/cut
X+DATE ?=3D date
X+PRINTF ?=3D printf
X+ECHO ?=3D echo
X+CUT ?=3D cut
X PATCHELF ?=3D patchelf
X=20
X CURTIMESTAMP ?=3D "[`date +'%Y-%m-%d %H:%M:%S'`]"
X@@ -85,8 +90,10 @@
X=20
X ifeq ($(HOST_ARCH),SunOS)
X AWK ?=3D /usr/xpg4/bin/awk
X+else ifeq ($(HOST_ARCH),FreeBSD)
X+ AWK ?=3D gawk
X else
X- AWK ?=3D awk
X+ AWK ?=3D awk
X endif
X=20
X ifeq ($(HOST_ARCH),Darwin)
X@@ -95,16 +102,19 @@
X LATEX ?=3D /opt/local/bin/latex
X else
X DOXYGEN ?=3D doxygen
X+ DOT_PATH ?=3D /usr/local/bin/
X LATEX ?=3D latex
X endif
X=20
X-# Set up Xalan's command-line option names. Some version of Xalan use d=
ifferent
X-# option names (e.g. Ubuntu's and Debian's Xalan).
X-XALAN_VALIDATE_OPTION :=3D -v
X-XALAN_OUTFILE_OPTION :=3D -o
X-XALAN_PARAM_OPTION :=3D -p
X-XALAN_INFILE_OPTION :=3D
X-XALAN_XSL_OPTION :=3D
X+#XALAN_VALIDATE_OPTION :=3D
X+XALAN_OUTFILE_OPTION :=3D -OUT
X+XALAN_PARAM_OPTION :=3D -PARAM
X+XALAN_INFILE_OPTION :=3D -IN
X+XALAN_XSL_OPTION :=3D -XSL
X+
X+ifeq ($(HOST_ARCH),FreeBSD)
X+ HOST_OS :=3D FreeBSD
X+endif
X=20
X # set up HOST_OS
X testFile =3D $(wildcard /etc/SuSE-release)
2308e02393c2e50b7ff94cfd4c877f29
echo x - isis3/files/patch-src-docsys-Makefile
sed 's/^X//' >isis3/files/patch-src-docsys-Makefile << 'bdca3f5d04f1158f9=
bff0bf72a52f810'
X--- src/docsys/Makefile.orig 2012-02-04 12:27:12.000000000 +0100
X+++ src/docsys/Makefile 2012-02-04 12:40:35.000000000 +0100
X@@ -76,7 +76,7 @@
X=20
X echo " [home page]"
X #rsync -lHptr --delete --rsh=3Dssh --cvs-exclude *.html $(DOCDIR)/
X- $(XALAN) $(XALAN_VALIDATE_OPTION) $(XALAN_PARAM_OPTION) menuPath "'./'=
" $(XALAN_OUTFILE_OPTION) $(DOCDIR)/index.html $(XALAN_INFILE_OPTION) bui=
ld/homepage.xml $(XALAN_XSL_OPTION) build/main.xsl
X+ #$(XALAN) $(XALAN_VALIDATE_OPTION) $(XALAN_PARAM_OPTION) menuPath "'./=
'" $(XALAN_OUTFILE_OPTION) $(DOCDIR)/index.html $(XALAN_INFILE_OPTION) bu=
ild/homepage.xml $(XALAN_XSL_OPTION) build/main.xsl
X=20
X echo " Finished Updating Directories"
X=20
bdca3f5d04f1158f9bff0bf72a52f810
echo x - isis3/files/patch-src-base-objs-Affine-Affine.cpp
sed 's/^X//' >isis3/files/patch-src-base-objs-Affine-Affine.cpp << '43277=
d2afbc00e477b4d0e5e08bcbee3'
X--- src/base/objs/Affine/Affine.cpp.orig 2010-11-19 22:20:35.168686503 +=
0100
X+++ src/base/objs/Affine/Affine.cpp 2010-11-19 22:20:35.169688574 +0100
X@@ -23,7 +23,12 @@
X #include <vector>
X #include <iostream>
X #include <string>
X+
X+#ifdef __FreeBSD__=20
X+#include "tnt/jama_svd.h"
X+#else
X #include "jama/jama_svd.h"
X+#endif
X=20
X #include "Affine.h"
X #include "PolynomialBivariate.h"
43277d2afbc00e477b4d0e5e08bcbee3
echo x - isis3/files/patch-src-base-objs-PrincipalComponentAnalysis-Princ=
ipalComponentAnalysis.cpp
sed 's/^X//' >isis3/files/patch-src-base-objs-PrincipalComponentAnalysis-=
PrincipalComponentAnalysis.cpp << 'f016f33a7b428c6558ae9fe3a5f04a15'
X--- src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.=
cpp.orig 2010-11-19 22:20:44.224827970 +0100
X+++ src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.=
cpp 2010-11-19 22:20:44.224827970 +0100
X@@ -21,8 +21,14 @@
X */
X=20
X #include "PrincipalComponentAnalysis.h"
X+
X+#ifdef __FreeBSD__=20
X+#include "tnt/jama_eig.h"
X+#include "tnt/jama_lu.h"
X+#else
X #include "jama/jama_eig.h"
X #include "jama/jama_lu.h"
X+#endif
X=20
X using namespace std;
X=20
f016f33a7b428c6558ae9fe3a5f04a15
echo x - isis3/files/patch-src-control-obj-BundleAdjust-BundleAdjust.h
sed 's/^X//' >isis3/files/patch-src-control-obj-BundleAdjust-BundleAdjust=
=2Eh << 'ecb128cbca3d8dfc11a935c920814e35'
X--- ./src/control/objs/BundleAdjust/BundleAdjust.h.orig 2011-11-11 20:55=
:31.000000000 +0100
X+++ ./src/control/objs/BundleAdjust/BundleAdjust.h 2011-11-11 20:56:35.0=
00000000 +0100
X@@ -113,8 +113,13 @@
X #include "ControlMeasure.h"
X #include "SparseBlockMatrix.h"
X=20
X+#ifdef __FreeBSD__
X+#include <suitesparse/cholmod.h>
X+#include <suitesparse/UFconfig.h>
X+#else
X #include <CHOLMOD/cholmod.h>
X #include <CHOLMOD/UFconfig.h>
X+#endif
X=20
X template< typename T > class QList;
X template< typename A, typename B > class QMap;
ecb128cbca3d8dfc11a935c920814e35
echo x - isis3/files/patch-src-base-objs-ForstnerOpwerator-ForstnerOperat=
or.cpp
sed 's/^X//' >isis3/files/patch-src-base-objs-ForstnerOpwerator-ForstnerO=
perator.cpp << '051779319e4af9201446b7f725e53090'
X--- ./src/base/objs/ForstnerOperator/ForstnerOperator.cpp.orig 2010-11-0=
5 22:39:33.540435075 +0100
X+++ ./src/base/objs/ForstnerOperator/ForstnerOperator.cpp 2010-11-05 22:=
41:25.389989047 +0100
X@@ -2,7 +2,12 @@
X #include "Chip.h"
X #include "FourierTransform.h"
X #include "tnt/tnt_array2d.h"
X+
X+#ifdef __FreeBSD__
X+#include "tnt/jama_lu.h"
X+#else
X #include "jama/jama_lu.h"
X+#endif
X #include <complex>
X=20
X namespace Isis {
051779319e4af9201446b7f725e53090
echo x - isis3/files/patch-Makefile
sed 's/^X//' >isis3/files/patch-Makefile << '6f7335794407f704cdf8deb79463=
7188'
X--- Makefile.orig 2012-06-25 23:08:55.000000000 +0200
X+++ Makefile 2012-06-25 23:10:05.000000000 +0200
X@@ -37,7 +37,7 @@
X # After the API is created then the applications can be individually bu=
ilt
X # and installed. Finally create the web documentation for the entire sy=
stem.
X #----------------------------------------------------------------------=
------
X-all: config incs thirdParty api apps docs
X+all: config incs api apps docs
X=20
X #----------------------------------------------------------------------=
------
X # Target =3D config
6f7335794407f704cdf8deb794637188
echo x - isis3/files/patch-src-qisis-objs-RubberBandTool-RubberBandTool.c=
pp
sed 's/^X//' >isis3/files/patch-src-qisis-objs-RubberBandTool-RubberBandT=
ool.cpp << '67f64b0cff17e95944f63991dfb9fa9a'
X--- src/qisis/objs/RubberBandTool/RubberBandTool.cpp.orig 2011-09-20 21:=
42:25.000000000 +0200
X+++ src/qisis/objs/RubberBandTool/RubberBandTool.cpp 2012-01-30 22:43:51=
=2E000000000 +0100
X@@ -2,6 +2,10 @@
X=20
X #include <float.h>
X=20
X+#ifdef __FreeBSD__
X+#include <math.h>
X+#endif
X+
X #include <QList>
X #include <QMessageBox>
X #include <QPainter>
67f64b0cff17e95944f63991dfb9fa9a
echo x - isis3/files/config.freebsd
sed 's/^X//' >isis3/files/config.freebsd << 'ef5ccb07cd7b4adb9d25495aa243=
6e7a'
X#-----------------------------------------------------------------------=
----
X# Compiler options, derived from config.linux-x86_64
X# CPP flags are CXX flags, but the USGS sources use CPP.
X# If used within the ports repository framework, $(CXXFLAGS)
X# should already be set properly.
X#
X# O. Hartmann (2010, 2011, 2012)
X#
X# ISIS 3.4.0
X#-----------------------------------------------------------------------=
----
X
XISISCPPFLAGS=3D $(CXXFLAGS)
XISISCPPFLAGS+=3D $(CPPFLAGS)
XISISCPPFLAGS+=3D -ansi
X#ISISCPPFLAGS+=3D -Wall
XISISCPPFLAGS+=3D -w
XISISCPPFLAGS+=3D -m64
XISISCPPFLAGS+=3D -fPIC
XISISCPPFLAGS+=3D -DISIS_LITTLE_ENDIAN=3D1
XISISCPPFLAGS+=3D -DGMM_USES_SUPERLU
X
X
X# Enable (1) or disable (0) usage of KAKADU
X# Kakadu is a licens protected library!
XISISCPPFLAGS +=3D -DENABLEJP2K=3D0
X
Xifeq ($(findstring DEBUG, $(MODE)),DEBUG)
X ISISCPPFLAGS +=3D -g=20
X ISISCPPFLAGS +=3D -O0
X ISISCPPFLAGS +=3D -DDEBUG
X ISISCPPFLAGS +=3D -W
X ifeq ($(findstring CWD, $(MODE)),CWD)
X ISISCPPFLAGS +=3D -DCWDEBUG -DLIBCWD_THREAD_SAFE -D_REENTRANT
X ifeq (,$(findstring MEMCHECK, $(MODE)))
X ISISCPPFLAGS +=3D -DNOMEMCHECK
X endif
X endif
Xelse
X #ISISCPPFLAGS +=3D -O0 -g
X ISISCPPFLAGS+=3D
Xendif
X
XISISCFLAGS=3D $(CFLAGS)
XISISCFLAGS=3D $(CPPFLAGS)
XISISCFLAGS+=3D -ansi
XISISCFLAGS+=3D -fPIC
XISISCFLAGS+=3D -m64
X
X#-----------------------------------------------------------------------=
----
X# Linker options
X# Runtime paths for FreeBSD are rooted to $ISISROOT.
X# $(LDFLAGS) should be already set with proper linker options
X# by the ports repository framework. Not properly checked yet.
X#
X#-----------------------------------------------------------------------=
----
X#RANLIB =3D /usr/bin/ranlib
XRANLIB=3D /usr/bin/true
XSHAREDLIBEXT=3D so
X
XISISLDFLAGS =3D $(LDFLAGS)
XISISLDFLAGS +=3D -L. -L.. -L/usr/local/lib
X#
XISISLDRPATH +=3D -Wl,-rpath,$(ISISROOT)/lib
X#
XISISSYSLIBS +=3D -lz -pthread
X#
XISISSTATIC =3D -Wl,-Bstatic
XISISDYNAMIC =3D -Wl,-Bdynamic
X
Xifeq ($(findstring DEBUG, $(MODE)),DEBUG)
X ifeq ($(findstring CWD, $(MODE)),CWD)
X ISISSYSLIBS +=3D -lcwd_r -pthread
X endif
Xendif
X
X#-----------------------------------------------------------------------=
----
X# Shared library options
X#-----------------------------------------------------------------------=
----
XISISSHAREDFLAGS =3D $(ISISLDFLAGS) -shared
XISISSHAREDON =3D -Wl,-whole-archive=20
XISISSHAREDOFF =3D -Wl,-no-whole-archive
XISISARFLAGS =3D
X
X#-----------------------------------------------------------------------=
----
X# Set up local library designations
X#-----------------------------------------------------------------------=
----
XISIS3LOCAL ?=3D $(LOCALBASE)
XISIS3SYSINC ?=3D $(ISIS3LOCAL)/include
XISIS3SYSLIB ?=3D $(ISIS3LOCAL)/lib
XISIS3CONTRIB ?=3D=20
X
X#-----------------------------------------------------------------------=
----
X# Set up for cwd
X#-----------------------------------------------------------------------=
----
XCWDINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include/libcwd
XCWDLIBDIR =3D -L$(ISIS3LOCAL)/lib
XCWDLIB =3D -lcwd
X
X
X#-----------------------------------------------------------------------=
----
X# Set up for Qt on FreeBSD platform.
X# Make environment and settings of CPPFLAGS are done via the ports
X# framework.
X#-----------------------------------------------------------------------=
----
XQTFLAGS +=3D $(QTCPPFLAGS) -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
X#
XQTDIR =3D $(QT_PREFIX)
X#
XQTINCDIR=3D -I$(QMAKESPEC)
XQTINCDIR+=3D -I$(QT_INCDIR)/Qt
XQTINCDIR+=3D -I$(QT_INCDIR)/QtCore
XQTINCDIR+=3D -I$(QT_INCDIR)/QtAssistant
XQTINCDIR+=3D -I$(QT_INCDIR)/QtGui
XQTINCDIR+=3D -I$(QT_INCDIR)/QtNetwork
XQTINCDIR+=3D -I$(QT_INCDIR)/QtOpenGL
XQTINCDIR+=3D -I$(QT_INCDIR)/QtScript
XQTINCDIR+=3D -I$(QT_INCDIR)/QtScriptTools
XQTINCDIR+=3D -I$(QT_INCDIR)/QtSql
XQTINCDIR+=3D -I$(QT_INCDIR)/QtSvg
XQTINCDIR+=3D -I$(QT_INCDIR)/QtTest
XQTINCDIR+=3D -I$(QT_INCDIR)/QtWebKit
XQTINCDIR+=3D -I$(QT_INCDIR)/QtXml
XQTINCDIR+=3D -I$(QT_INCDIR)/QtXmlPatterns
X
X#QTINCDIR +=3D -I$(ISIS3LOCAL)/share/qt4/mkspecs/default
X#QTINCDIR +=3D -I$(ISIS3LOCAL)/include/qt4
X
X#
X# Set by toplevel port's Makefile
X#
XQTLIBDIR =3D -L$(QT_LIBDIR)
X#
X#QTLIB =3D $(QTCFGLIBS)
XQTLIB =3D $(QTCFGLIBS) -lQtXmlPatterns -lQtXml -lQtNetwork -l=
QtSql -lQtGui -lQtCore -lQtSvg -lQtTest -lQtOpenGL -lQtWebKit
X#
XQTOPENGL =3D -lOpenGL -lAGL
X#
X#-----------------------------------------------------------------------=
----
X# Setup Qt4 moc compiler: should be provided by the ENV
X#-----------------------------------------------------------------------=
----
X#MOC =3D $(ISIS3LOCAL)/bin/moc-qt4
XMOCDEFINES +=3D $(QTFLAGS)
XMOCDEFINES +=3D $(QTINCDIR)
X
X#-----------------------------------------------------------------------=
----
X# Setup Qt4 uic compiler: should be provided by the ENV
X#-----------------------------------------------------------------------=
----
X#UIC =3D $(ISIS3LOCAL)/bin/uic-qt4
XUICDEFINES +=3D $(QTCPPFLAGS)
XUICDEFINES +=3D $(QTINCDIR)
X
X
X#-----------------------------------------------------------------------=
----
X# Setup Qt4 qmake=20
X#-----------------------------------------------------------------------=
----
X#QMAKE =3D $(ISIS3LOCAL)/bin/qmake-qt4
X
X#-----------------------------------------------------------------------=
----
X# Setup Qt4 rcc compiler
X#-----------------------------------------------------------------------=
----
X#RCC =3D $(ISIS3LOCAL)/bin/rcc
X
X#-----------------------------------------------------------------------=
----
X# Set up for Qwt
X#-----------------------------------------------------------------------=
----
XQWTINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include/qwt6
XQWTLIBDIR =3D -L$(ISIS3LOCAL)/lib
XQWTLIB =3D -lqwt6
X
X#-----------------------------------------------------------------------=
----
X# Set up for Xerces=20
X#-----------------------------------------------------------------------=
----
XXERCESINCDIR =3D `pkg-config --cflags xerces-c`
XXERCESLIBDIR =3D `pkg-config --libs-only-L xerces-c`
XXERCESLIB =3D `pkg-config --libs-only-l xerces-c`
X
X#-----------------------------------------------------------------------=
----
X# Set up for Tiff
X#-----------------------------------------------------------------------=
----
XTIFFINCDIR =3D -I$(ISIS3LOCAL)/include
XTIFFLIBDIR =3D -L$(ISIS3LOCAL)/lib
XTIFFLIB =3D -ltiff
X
X#-----------------------------------------------------------------------=
----
X# Set up for naif
X# This is a FreeBSD specific setting of a specific port
X# not published yet.
X#-----------------------------------------------------------------------=
----
XNAIFINCDIR =3D -I$(ISIS3LOCAL)/include/naif
XNAIFLIBDIR =3D -L$(ISIS3LOCAL)/lib/
XNAIFLIB =3D -lcspice
X
X#-----------------------------------------------------------------------=
----
X# Set up for TNT
X#-----------------------------------------------------------------------=
----
XTNTINCDIR =3D -I$(ISIS3LOCAL)/include/tnt
XTNTLIBDIR =3D
XTNTLIB =3D=20
X
X#-----------------------------------------------------------------------=
----
X# Set up for JAMA
X#-----------------------------------------------------------------------=
----
XJAMAINCDIR =3D $(TNTINCDIR)
XJAMALIBDIR =3D $(TNTLIBDIR)
XJAMALIB =3D $(TNTLIB)=20
X
X#-----------------------------------------------------------------------=
----
X# Set up for GEOS
X#-----------------------------------------------------------------------=
----
XGEOSINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include/geos
XGEOSLIBDIR =3D -L$(ISIS3LOCAL)/lib
XGEOSLIB =3D -lgeos
X
X#-----------------------------------------------------------------------=
----
X# Set up for the GNU Scientific Library (GSL). Note that this setup
X# suppports include patterns such as <gsl/gsl_errno.h>. With this
X# format, any other include spec that points to the general include
X# directory, such as GEOS, will suffice. Therefore, an explicit
X# include directive is ommitted but provided as an empty reference
X# in cases where it may be located elsewhere. This also goes for the
X# library reference.
X#-----------------------------------------------------------------------=
----
XGSLINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include/gsl
XGSLLIBDIR =3D -L$(ISIS3LOCAL)/lib
XGSLLIB =3D -lgsl -lgslcblas
X
X#-----------------------------------------------------------------------=
----
X# Set up for X11
X#-----------------------------------------------------------------------=
----
XX11INCDIR =3D
XX11LIBDIR =3D
XX11LIB =3D -lX11
X
X#-----------------------------------------------------------------------=
----
X# Set up for GMM
X#-----------------------------------------------------------------------=
----
XGMMINCDIR =3D -D_THREAD_SAFE -I$(ISIS3LOCAL)/include
XGMMLIBDIR =3D
XGMMLIB =3D=20
X
X#-----------------------------------------------------------------------=
----
X# Set up for SuperLU
X#-----------------------------------------------------------------------=
----
XSUPERLUINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include/super=
lu
XSUPERLULIBDIR =3D -L$(ISIS3LOCAL)/lib
XSUPERLULIB =3D -lsuperlu -lblas
X
X#-----------------------------------------------------------------------=
----
X# Set up for Google Protocol Buffers (ProtoBuf)
X#-----------------------------------------------------------------------=
----
XPROTOBUFINCDIR =3D `pkg-config --cflags protobuf`
XPROTOBUFLIBDIR =3D `pkg-config --libs-only-L protobuf`
XPROTOBUFLIB =3D `pkg-config --libs-only-l protobuf`
X
X#-----------------------------------------------------------------------=
----
X# Set up for kakadu
X# The Kakadu library is proprietary. The source files cannot be distribu=
ted
X# with ISIS3. If you need to rebuild ISIS3 on your system, then you will=
X# need to modify the lines below that pertain to the location of the
X# header files and library on your system. The compilation flag, ENABLEJ=
P2K,
X# should be set to true if you are building with the Kakadu library and
X# you want to use the JPEG2000 specific code in the ISIS3 system. Otherw=
ise,
X# set the ENABLEJP2K flag to false.
X#-----------------------------------------------------------------------=
----
Xifdef DENABLEJP2K
Xifeq $( $HOST_ARCH, FreeBSD )
XKAKADUINCDIR =3D -I$(ISIS3LOCAL)/include/
XKAKADULIBDIR =3D -L$(ISIS3LOCAL)/lib
XKAKADULIB =3D -lopenjpeg -llibecwj2
Xelse
XKAKADUINCDIR =3D -I$(ISIS3LOCAL)/include/kakadu/
XKAKADULIBDIR =3D -L$(ISIS3LOCAL)/lib
XKAKADULIB =3D -lkdu_a63R
Xendif
Xelse
XKAKADUINCDIR =3D -I$(ISIS3LOCAL)/include/kakadu/
XKAKADULIBDIR =3D -L$(ISIS3LOCAL)/lib
XKAKADULIB =3D
Xendif
X
X#-----------------------------------------------------------------------=
----
X# Set up for BOOST
X#-----------------------------------------------------------------------=
----
XBOOSTINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include/boost/
XBOOSTLIBDIR =3D
XBOOSTLIB =3D
X#BOOSTLIBDIR =3D -L$(ISIS3LOCAL)/lib
X#BOOSTLIB =3D -lboost_date_time -lboost_filesystem -lboost_graph -lb=
oost_math_c99f \
X# -lboost_math_c99l -lboost_math_c99 -lboost_math_tr1f -lb=
oost_math_tr1l \
X# -lboost_math_tr1 -lboost_prg_exec_monitor -lboost_progra=
m_options \
X# -lboost_regex -lboost_serialization -lboost_signals -lbo=
ost_system \
X# -lboost_thread -lboost_unit_test_framework -lboost_wave =
-lboost_wserialization
X
X#-----------------------------------------------------------------------=
----
X# Set up for Cholmod libraries=20
X#-----------------------------------------------------------------------=
----
XCHOLMODINCDIR =3D -D_THREAD_SAFE -pthread -I$(ISIS3LOCAL)/include
XCHOLMODLIBDIR =3D -L$(ISIS3LOCAL)/lib
XCHOLMODLIB =3D -lcholmod -lamd -lcolamd -llapack
ef5ccb07cd7b4adb9d25495aa2436e7a
echo x - isis3/files/patch-src-base-apps-equalizer-equalizer.cpp
sed 's/^X//' >isis3/files/patch-src-base-apps-equalizer-equalizer.cpp << =
'70972c341f22baadebb1285f3388011b'
X--- src/base/apps/equalizer/equalizer.cpp.orig 2011-11-09 19:16:35.00000=
0000 +0100
X+++ src/base/apps/equalizer/equalizer.cpp 2011-11-09 19:17:22.000000000 =
+0100
X@@ -2,7 +2,11 @@
X=20
X #include <cmath>
X=20
X+#ifdef __FreeBSD__
X+#include "tnt/jama_svd.h"
X+#else
X #include "jama/jama_svd.h"
X+#endif
X #include "tnt/tnt_array2d.h"
X=20
X #include "CubeAttribute.h"
70972c341f22baadebb1285f3388011b
echo x - isis3/files/patch-src-base-objs-LeastSquares-LeastSquares.cpp
sed 's/^X//' >isis3/files/patch-src-base-objs-LeastSquares-LeastSquares.c=
pp << '00c53ae950a49487ec911bbc7fca8489'
X--- ./src/base/objs/LeastSquares/LeastSquares.cpp.orig 2011-03-26 23:39:=
56.000000000 +0100
X+++ ./src/base/objs/LeastSquares/LeastSquares.cpp 2012-01-30 22:39:17.00=
0000000 +0100
X@@ -20,8 +20,13 @@
X * http://isis.astrogeology.usgs.gov, and the USGS privacy and discla=
imers on
X * http://www.usgs.gov/privacy.html.
X */
X+#if defined(__FreeBSD__)
X+#include "tnt/jama_svd.h"
X+#include "tnt/jama_qr.h"
X+#else
X #include "jama/jama_svd.h"
X #include "jama/jama_qr.h"
X+#endif
X=20
X #if !defined(__sun__)
X #include "gmm/gmm_superlu_interface.h"
00c53ae950a49487ec911bbc7fca8489
echo x - isis3/files/patch-src-base-objs-Matrix-Matrix.cpp
sed 's/^X//' >isis3/files/patch-src-base-objs-Matrix-Matrix.cpp << '7c80a=
8b7ea27e5a7ce0fbce6275c8bf0'
X--- src/base/objs/Matrix/Matrix.cpp.orig 2010-07-03 03:34:37.000000000 +=
0200
X+++ src/base/objs/Matrix/Matrix.cpp 2012-01-30 22:57:07.000000000 +0100
X@@ -23,9 +23,16 @@
X #include <vector>
X #include <iostream>
X #include <string>
X+
X+#ifdef __FreeBSD__
X+#include "tnt/jama_svd.h"
X+#include "tnt/jama_eig.h"
X+#include "tnt/jama_lu.h"
X+#else
X #include "jama/jama_svd.h"
X #include "jama/jama_eig.h"
X #include "jama/jama_lu.h"
X+#endif
X=20
X #include "Matrix.h"
X #include "iException.h"
7c80a8b7ea27e5a7ce0fbce6275c8bf0
echo x - isis3/files/patch-config-Makefile
sed 's/^X//' >isis3/files/patch-config-Makefile << 'b4b92d5a202b51a7789eb=
31e93d892d8'
X--- config/Makefile.orig 2012-06-16 18:04:26.000000000 +0200
X+++ config/Makefile 2012-06-16 18:15:23.000000000 +0200
X@@ -8,18 +8,19 @@
X=20
X ####### Compiler, tools and options
X=20
X-CC =3D gcc
X-CXX =3D g++
X+CC ?=3D clang
X+CXX ?=3D clang++
X DEFINES =3D -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
X-CFLAGS =3D -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
X-CXXFLAGS =3D -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
X-INCPATH =3D -I../../../local/v002/mkspecs/default -I. -I../../../=
local/v002/include/qt/qt4.8.0/QtCore -I../../../local/v002/include/qt/qt4=
=2E8.0/QtGui -I../../../local/v002/include/qt/qt4.8.0 -I.
X-LINK =3D g++
X-LFLAGS =3D -m64 -Wl,-O1 -Wl,-rpath,/usgs/pkgs/local/v002/lib
X-LIBS =3D $(SUBLIBS) -L/usgs/pkgs/local/v002//lib -lQtGui -L/u=
sgs/pkgs/local/v002//lib -L/usr/X11R6/lib64 -lQtCore -lpthread=20
X+CFLAGS +=3D -Wall -W -D_REENTRANT $(DEFINES)
X+CXXFLAGS +=3D -Wall -W -D_REENTRANT $(DEFINES)
X+#INCPATH =3D -I../../../local/v002/mkspecs/default -I. -I../../..=
/local/v002/include/qt/qt4.8.0/QtCore -I../../../local/v002/include/qt/qt=
4.8.0/QtGui -I../../../local/v002/include/qt/qt4.8.0 -I.
X+INCPATH ?=3D ${CPPFLAGS} -I.
X+LINK ?=3D clang++
X+LFLAGS =3D ${LDFLAGS}
X+LIBS =3D $(SUBLIBS) -lQtGui -lQtCore -lpthread=20
X AR =3D ar cqs
X RANLIB =3D=20
X-QMAKE =3D /usgs/pkgs/local/v002/bin/qmake
X+QMAKE =3D qmake-qt4
X TAR =3D tar -cf
X COMPRESS =3D gzip -9f
X COPY =3D cp -f
X@@ -45,31 +46,7 @@
X=20
X SOURCES =3D =20
X OBJECTS =3D=20
X-DIST =3D ../../../local/v002/mkspecs/common/unix.conf \
X- ../../../local/v002/mkspecs/common/linux.conf \
X- ../../../local/v002/mkspecs/common/gcc-base.conf \
X- ../../../local/v002/mkspecs/common/gcc-base-unix.conf \
X- ../../../local/v002/mkspecs/common/g++-base.conf \
X- ../../../local/v002/mkspecs/common/g++-unix.conf \
X- ../../../local/v002/mkspecs/qconfig.pri \
X- ../../../local/v002/mkspecs/modules/qt_webkit_version.pri \
X- ../../../local/v002/mkspecs/features/qt_functions.prf \
X- ../../../local/v002/mkspecs/features/qt_config.prf \
X- ../../../local/v002/mkspecs/features/exclusive_builds.prf \
X- ../../../local/v002/mkspecs/features/default_pre.prf \
X- ../../../local/v002/mkspecs/features/release.prf \
X- ../../../local/v002/mkspecs/features/default_post.prf \
X- ../../../local/v002/mkspecs/features/unix/gdb_dwarf_index.prf \
X- ../../../local/v002/mkspecs/features/warn_on.prf \
X- ../../../local/v002/mkspecs/features/qt.prf \
X- ../../../local/v002/mkspecs/features/unix/thread.prf \
X- ../../../local/v002/mkspecs/features/moc.prf \
X- ../../../local/v002/mkspecs/features/resources.prf \
X- ../../../local/v002/mkspecs/features/uic.prf \
X- ../../../local/v002/mkspecs/features/yacc.prf \
X- ../../../local/v002/mkspecs/features/lex.prf \
X- ../../../local/v002/mkspecs/features/include_source_dir.prf \
X- config.pro
X+DIST =3D config.pro
X QMAKE_TARGET =3D isis.conf
X DESTDIR =3D $(ISISROOT)/make/
X TARGET =3D $(ISISROOT)/make/isis.conf
X@@ -102,59 +79,10 @@
X @$(CHK_DIR_EXISTS) $(ISISROOT)/make/ || $(MKDIR) $(ISISROOT)/make/=20
X $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
X=20
X-Makefile: config.pro ../../../local/v002/mkspecs/default/qmake.conf ..=
/../../local/v002/mkspecs/common/unix.conf \
X- ../../../local/v002/mkspecs/common/linux.conf \
X- ../../../local/v002/mkspecs/common/gcc-base.conf \
X- ../../../local/v002/mkspecs/common/gcc-base-unix.conf \
X- ../../../local/v002/mkspecs/common/g++-base.conf \
X- ../../../local/v002/mkspecs/common/g++-unix.conf \
X- ../../../local/v002/mkspecs/qconfig.pri \
X- ../../../local/v002/mkspecs/modules/qt_webkit_version.pri \
X- ../../../local/v002/mkspecs/features/qt_functions.prf \
X- ../../../local/v002/mkspecs/features/qt_config.prf \
X- ../../../local/v002/mkspecs/features/exclusive_builds.prf \
X- ../../../local/v002/mkspecs/features/default_pre.prf \
X- ../../../local/v002/mkspecs/features/release.prf \
X- ../../../local/v002/mkspecs/features/default_post.prf \
X- ../../../local/v002/mkspecs/features/unix/gdb_dwarf_index.prf \
X- ../../../local/v002/mkspecs/features/warn_on.prf \
X- ../../../local/v002/mkspecs/features/qt.prf \
X- ../../../local/v002/mkspecs/features/unix/thread.prf \
X- ../../../local/v002/mkspecs/features/moc.prf \
X- ../../../local/v002/mkspecs/features/resources.prf \
X- ../../../local/v002/mkspecs/features/uic.prf \
X- ../../../local/v002/mkspecs/features/yacc.prf \
X- ../../../local/v002/mkspecs/features/lex.prf \
X- ../../../local/v002/mkspecs/features/include_source_dir.prf \
X- /usgs/pkgs/local/v002/lib/libQtGui.prl \
X- /usgs/pkgs/local/v002/lib/libQtCore.prl
X+Makefile: config.pro
X+ =09
X $(QMAKE) -o Makefile config.pro
X-../../../local/v002/mkspecs/common/unix.conf:
X-../../../local/v002/mkspecs/common/linux.conf:
X-../../../local/v002/mkspecs/common/gcc-base.conf:
X-../../../local/v002/mkspecs/common/gcc-base-unix.conf:
X-../../../local/v002/mkspecs/common/g++-base.conf:
X-../../../local/v002/mkspecs/common/g++-unix.conf:
X-../../../local/v002/mkspecs/qconfig.pri:
X-../../../local/v002/mkspecs/modules/qt_webkit_version.pri:
X-../../../local/v002/mkspecs/features/qt_functions.prf:
X-../../../local/v002/mkspecs/features/qt_config.prf:
X-../../../local/v002/mkspecs/features/exclusive_builds.prf:
X-../../../local/v002/mkspecs/features/default_pre.prf:
X-../../../local/v002/mkspecs/features/release.prf:
X-../../../local/v002/mkspecs/features/default_post.prf:
X-../../../local/v002/mkspecs/features/unix/gdb_dwarf_index.prf:
X-../../../local/v002/mkspecs/features/warn_on.prf:
X-../../../local/v002/mkspecs/features/qt.prf:
X-../../../local/v002/mkspecs/features/unix/thread.prf:
X-../../../local/v002/mkspecs/features/moc.prf:
X-../../../local/v002/mkspecs/features/resources.prf:
X-../../../local/v002/mkspecs/features/uic.prf:
X-../../../local/v002/mkspecs/features/yacc.prf:
X-../../../local/v002/mkspecs/features/lex.prf:
X-../../../local/v002/mkspecs/features/include_source_dir.prf:
X-/usgs/pkgs/local/v002/lib/libQtGui.prl:
X-/usgs/pkgs/local/v002/lib/libQtCore.prl:
X+
X qmake: FORCE
X @$(QMAKE) -o Makefile config.pro
X=20
b4b92d5a202b51a7789eb31e93d892d8
echo x - isis3/files/patch-src-base-objs-SpiceRotation-SpiceRotation.cpp
sed 's/^X//' >isis3/files/patch-src-base-objs-SpiceRotation-SpiceRotation=
=2Ecpp << 'b69f20bf8d8a5620558fd2a1c9399bd5'
X--- ./src/base/objs/SpiceRotation/SpiceRotation.cpp.orig 2012-09-24 21:5=
7:17.000000000 +0200
X+++ ./src/base/objs/SpiceRotation/SpiceRotation.cpp 2012-09-24 21:57:50.=
000000000 +0200
X@@ -586,12 +586,12 @@
X if (p_source =3D=3D PolyFunctionOverSpice) {
X LineCache(tableName);
X=20
X- std::cout << "Full cache size is " << p_cache.size() << endl;
X+ std::cout << "Full cache size is " << p_cache.size() << std::endl=
;
X=20
X p_minimizeCache =3D Yes;
X LoadTimeCache();
X=20
X- std::cout << "Minimized cache size is " << p_cache.size() << endl=
;
X+ std::cout << "Minimized cache size is " << p_cache.size() << std:=
:endl;
X }
X=20
X // Load the list of rotations and their corresponding times
b69f20bf8d8a5620558fd2a1c9399bd5
echo x - isis3/files/patch-src-base-objs-CollectorMap-CollectorMap.h
sed 's/^X//' >isis3/files/patch-src-base-objs-CollectorMap-CollectorMap.h=
<< 'c16aa2167753032ff749aa54dfd7f403'
X--- ./src/base/objs/CollectorMap/CollectorMap.h.orig 2012-09-25 01:32:30=
=2E000000000 +0200
X+++ ./src/base/objs/CollectorMap/CollectorMap.h 2012-09-25 01:36:09.0000=
00000 +0200
X@@ -696,7 +696,7 @@
X=20
X CollectorIter Itr2 =3D _list.upper_bound(key);
X while(Itr1 !=3D Itr2) {
X- destroy(&Itr1->second);
X+ this->destroy(&Itr1->second);
X ++Itr1;
X }
X return (_list.erase(key));
X@@ -753,7 +753,7 @@
X void selfDestruct() {
X CollectorIter itr;
X for(itr =3D _list.begin() ; itr !=3D _list.end() ; itr++) {
X- destroy(&itr->second);
X+ this->destroy(&itr->second);
X }
X _list.clear();
X }
c16aa2167753032ff749aa54dfd7f403
echo x - isis3/distinfo
sed 's/^X//' >isis3/distinfo << 'a088da048508577e5eeb49b32d1c8af5'
XSHA256 (isis3-3.4.1.tar.gz) =3D 773e7bc22ad1d716f581f4eac4a14c645c472242=
d89ab6d1241be78df7aa780e
XSIZE (isis3-3.4.1.tar.gz) =3D 171494570
a088da048508577e5eeb49b32d1c8af5
echo x - isis3/pkg-descr
sed 's/^X//' >isis3/pkg-descr << 'a55f3cf3fe7966bde184bb2a483f0e22'
XISIS3 - Integrated Software for Imagers and Spectrometers Version 3
X
XIsis, an image processing software package. The focus of the software=20
Xis to manipulate imagery collected by current and past NASA planetary=20
Xmissions sent to Mars, Jupiter, Saturn, and other solar system bodies.
XFor more information on the software see
Xhttp://isis.astrogeology.usgs.gov
X
a55f3cf3fe7966bde184bb2a483f0e22
echo x - isis3/pkg-plist
sed 's/^X//' >isis3/pkg-plist << '65b134f0d82fc23433717f57e8aa4397'
Xisis/3.4.1/IsisPreferences
Xisis/3.4.1/bin/algebra
Xisis/3.4.1/bin/apollo2isis
Xisis/3.4.1/bin/apollocal
Xisis/3.4.1/bin/apollofindrx
Xisis/3.4.1/bin/apollopaninit
Xisis/3.4.1/bin/apollopanstitcher
Xisis/3.4.1/bin/apolloremrx
Xisis/3.4.1/bin/apollowarp
Xisis/3.4.1/bin/appjit
Xisis/3.4.1/bin/ascii2isis
Xisis/3.4.1/bin/automos
Xisis/3.4.1/bin/autoregtemplate
Xisis/3.4.1/bin/autoseed
Xisis/3.4.1/bin/bandnorm
Xisis/3.4.1/bin/bandtrim
Xisis/3.4.1/bin/bit2bit
Xisis/3.4.1/bin/blend
Xisis/3.4.1/bin/blobdump
Xisis/3.4.1/bin/butterworth
Xisis/3.4.1/bin/cam2cam
Xisis/3.4.1/bin/cam2map
Xisis/3.4.1/bin/caminfo
Xisis/3.4.1/bin/campt
Xisis/3.4.1/bin/camrange
Xisis/3.4.1/bin/camstats
Xisis/3.4.1/bin/camtrim
Xisis/3.4.1/bin/cathist
Xisis/3.4.1/bin/catlab
Xisis/3.4.1/bin/catoriglab
Xisis/3.4.1/bin/circle
Xisis/3.4.1/bin/ciss2isis
Xisis/3.4.1/bin/cisscal
Xisis/3.4.1/bin/ckwriter
Xisis/3.4.1/bin/clem2isis
Xisis/3.4.1/bin/clemhirescal
Xisis/3.4.1/bin/clemnircal
Xisis/3.4.1/bin/clemnirclean
Xisis/3.4.1/bin/clemnirnoise
Xisis/3.4.1/bin/clemuvviscal
Xisis/3.4.1/bin/cnet2mat
Xisis/3.4.1/bin/cnetadd
Xisis/3.4.1/bin/cnetbin2pvl
Xisis/3.4.1/bin/cnetcheck
Xisis/3.4.1/bin/cnetdiff
Xisis/3.4.1/bin/cnetedit
Xisis/3.4.1/bin/cneteditor
Xisis/3.4.1/bin/cnetextract
Xisis/3.4.1/bin/cnethist
Xisis/3.4.1/bin/cnetmerge
Xisis/3.4.1/bin/cnetnewradii
Xisis/3.4.1/bin/cnetpvl2bin
Xisis/3.4.1/bin/cnetref
Xisis/3.4.1/bin/cnetsplit
Xisis/3.4.1/bin/cnetstats
Xisis/3.4.1/bin/cnettable
Xisis/3.4.1/bin/cnetwinnow
Xisis/3.4.1/bin/copylabel
Xisis/3.4.1/bin/coreg
Xisis/3.4.1/bin/cosi
Xisis/3.4.1/bin/crism2isis
Xisis/3.4.1/bin/crop
Xisis/3.4.1/bin/cropspecial
Xisis/3.4.1/bin/csspckgen
Xisis/3.4.1/bin/ctxcal
Xisis/3.4.1/bin/ctxevenodd
Xisis/3.4.1/bin/cubeatt
Xisis/3.4.1/bin/cubeavg
Xisis/3.4.1/bin/cubediff
Xisis/3.4.1/bin/cubefunc
Xisis/3.4.1/bin/cubeit
Xisis/3.4.1/bin/cubenorm
Xisis/3.4.1/bin/dawnfc2isis
Xisis/3.4.1/bin/dawnvir2isis
Xisis/3.4.1/bin/ddd2isis
Xisis/3.4.1/bin/decorstretch
Xisis/3.4.1/bin/deltack
Xisis/3.4.1/bin/dempack
Xisis/3.4.1/bin/demprep
Xisis/3.4.1/bin/deriv
Xisis/3.4.1/bin/desmear
Xisis/3.4.1/bin/divfilter
Xisis/3.4.1/bin/dstripe
Xisis/3.4.1/bin/editlab
Xisis/3.4.1/bin/edrget
Xisis/3.4.1/bin/enlarge
Xisis/3.4.1/bin/equalizer
Xisis/3.4.1/bin/errors
Xisis/3.4.1/bin/explode
Xisis/3.4.1/bin/fakecube
Xisis/3.4.1/bin/fft
Xisis/3.4.1/bin/fillgap
Xisis/3.4.1/bin/findgaps
Xisis/3.4.1/bin/findimageoverlaps
Xisis/3.4.1/bin/findrx
Xisis/3.4.1/bin/fits2isis
Xisis/3.4.1/bin/flip
Xisis/3.4.1/bin/footprintinit
Xisis/3.4.1/bin/footprintmerge
Xisis/3.4.1/bin/fplanemap
Xisis/3.4.1/bin/fx
Xisis/3.4.1/bin/gauss
Xisis/3.4.1/bin/gaussstretch
Xisis/3.4.1/bin/getkey
Xisis/3.4.1/bin/getsn
Xisis/3.4.1/bin/gllssi2isis
Xisis/3.4.1/bin/gllssical
Xisis/3.4.1/bin/gradient
Xisis/3.4.1/bin/greyscale
Xisis/3.4.1/bin/grid
Xisis/3.4.1/bin/handmos
Xisis/3.4.1/bin/hi2isis
Xisis/3.4.1/bin/hical
Xisis/3.4.1/bin/hicalbeta
Xisis/3.4.1/bin/hicalproc
Xisis/3.4.1/bin/hiccdstitch
Xisis/3.4.1/bin/hicolormos
Xisis/3.4.1/bin/hicubeit
Xisis/3.4.1/bin/hicubenorm
Xisis/3.4.1/bin/hidestripe
Xisis/3.4.1/bin/hidtmgen
Xisis/3.4.1/bin/hiequal
Xisis/3.4.1/bin/hifringe
Xisis/3.4.1/bin/hifurrows
Xisis/3.4.1/bin/highpass
Xisis/3.4.1/bin/higlob
Xisis/3.4.1/bin/hijitreg
Xisis/3.4.1/bin/hijitter
Xisis/3.4.1/bin/himos
Xisis/3.4.1/bin/hinoise
Xisis/3.4.1/bin/hirdr2isis
Xisis/3.4.1/bin/hirdrgen
Xisis/3.4.1/bin/hisharpen
Xisis/3.4.1/bin/hist
Xisis/3.4.1/bin/histat
Xisis/3.4.1/bin/histeq
Xisis/3.4.1/bin/histitch
Xisis/3.4.1/bin/histmatch
Xisis/3.4.1/bin/hrsc2isis
Xisis/3.4.1/bin/hsv2rgb
Xisis/3.4.1/bin/ifft
Xisis/3.4.1/bin/interestcube
Xisis/3.4.1/bin/isis2ascii
Xisis/3.4.1/bin/isis2fits
Xisis/3.4.1/bin/isis2gml
Xisis/3.4.1/bin/isis2pds
Xisis/3.4.1/bin/isis2raw
Xisis/3.4.1/bin/isis2std
Xisis/3.4.1/bin/isiscomplete
Xisis/3.4.1/bin/isisui
Xisis/3.4.1/bin/jigsaw
Xisis/3.4.1/bin/kaguyatc2isis
Xisis/3.4.1/bin/kerneldbgen
Xisis/3.4.1/bin/kernfilter
Xisis/3.4.1/bin/kuwahara
Xisis/3.4.1/bin/lineeq
Xisis/3.4.1/bin/lo2isis
Xisis/3.4.1/bin/lopdsgen
Xisis/3.4.1/bin/lowpass
Xisis/3.4.1/bin/lronac2isis
Xisis/3.4.1/bin/lronac2pds
Xisis/3.4.1/bin/lronaccal
Xisis/3.4.1/bin/lrowac2isis
Xisis/3.4.1/bin/lrowac2pds
Xisis/3.4.1/bin/lrowaccal
Xisis/3.4.1/bin/lrowacpho
Xisis/3.4.1/bin/makecube
Xisis/3.4.1/bin/makeflat
Xisis/3.4.1/bin/map2cam
Xisis/3.4.1/bin/map2map
Xisis/3.4.1/bin/mapgrid
Xisis/3.4.1/bin/maplab
Xisis/3.4.1/bin/mapmos
Xisis/3.4.1/bin/mappt
Xisis/3.4.1/bin/mapsize
Xisis/3.4.1/bin/maptemplate
Xisis/3.4.1/bin/maptrim
Xisis/3.4.1/bin/mar102isis
Xisis/3.4.1/bin/mar10cal
Xisis/3.4.1/bin/mar10clean
Xisis/3.4.1/bin/mar10nonoise
Xisis/3.4.1/bin/mar10restore
Xisis/3.4.1/bin/marci2isis
Xisis/3.4.1/bin/marcical
Xisis/3.4.1/bin/marciflip
Xisis/3.4.1/bin/mask
Xisis/3.4.1/bin/mat2cnet
Xisis/3.4.1/bin/mdis2isis
Xisis/3.4.1/bin/mdis2pds
Xisis/3.4.1/bin/mdiscal
Xisis/3.4.1/bin/mdisddr
Xisis/3.4.1/bin/mdisedrinfo
Xisis/3.4.1/bin/mdisproc
Xisis/3.4.1/bin/median
Xisis/3.4.1/bin/mer2isis
Xisis/3.4.1/bin/messckgen
Xisis/3.4.1/bin/messspkgen
Xisis/3.4.1/bin/mical
Xisis/3.4.1/bin/minmax
Xisis/3.4.1/bin/mirror
Xisis/3.4.1/bin/moc2isis
Xisis/3.4.1/bin/moccal
Xisis/3.4.1/bin/mocevenodd
Xisis/3.4.1/bin/mocgap
Xisis/3.4.1/bin/mocnoise50
Xisis/3.4.1/bin/mocproc
Xisis/3.4.1/bin/mocuncompress
Xisis/3.4.1/bin/mode
Xisis/3.4.1/bin/mosrange
Xisis/3.4.1/bin/mrf2isis
Xisis/3.4.1/bin/mrf2pds
Xisis/3.4.1/bin/mroctx2isis
Xisis/3.4.1/bin/mvstats
Xisis/3.4.1/bin/nocam2map
Xisis/3.4.1/bin/noisefilter
Xisis/3.4.1/bin/noproj
Xisis/3.4.1/bin/noseam
Xisis/3.4.1/bin/outline
Xisis/3.4.1/bin/overlapstats
Xisis/3.4.1/bin/pad
Xisis/3.4.1/bin/pca
Xisis/3.4.1/bin/pds2isis
Xisis/3.4.1/bin/percent
Xisis/3.4.1/bin/phocube
Xisis/3.4.1/bin/phoempglobal
Xisis/3.4.1/bin/phoemplocal
Xisis/3.4.1/bin/phohillier
Xisis/3.4.1/bin/photemplate
Xisis/3.4.1/bin/photomet
Xisis/3.4.1/bin/photrim
Xisis/3.4.1/bin/pointreg
Xisis/3.4.1/bin/poly
Xisis/3.4.1/bin/prtloganalyzer
Xisis/3.4.1/bin/pvldiff
Xisis/3.4.1/bin/qmos
Xisis/3.4.1/bin/qnet
Xisis/3.4.1/bin/qtie
Xisis/3.4.1/bin/qview
Xisis/3.4.1/bin/ratio
Xisis/3.4.1/bin/raw2isis
Xisis/3.4.1/bin/reduce
Xisis/3.4.1/bin/remrx
Xisis/3.4.1/bin/rgb2hsv
Xisis/3.4.1/bin/rolo2isis
Xisis/3.4.1/bin/rotate
Xisis/3.4.1/bin/seedgrid
Xisis/3.4.1/bin/segment
Xisis/3.4.1/bin/shade
Xisis/3.4.1/bin/shadowtau
Xisis/3.4.1/bin/sharpen
Xisis/3.4.1/bin/sigmastretch
Xisis/3.4.1/bin/skymap
Xisis/3.4.1/bin/skypt
Xisis/3.4.1/bin/skyrange
Xisis/3.4.1/bin/slither
Xisis/3.4.1/bin/slpmap
Xisis/3.4.1/bin/smtk
Xisis/3.4.1/bin/specadd
Xisis/3.4.1/bin/specdivfilter
Xisis/3.4.1/bin/spechighpass
Xisis/3.4.1/bin/speclowpass
Xisis/3.4.1/bin/specpix
Xisis/3.4.1/bin/spicefit
Xisis/3.4.1/bin/spiceinit
Xisis/3.4.1/bin/spiceserver
Xisis/3.4.1/bin/spkwriter
Xisis/3.4.1/bin/stats
Xisis/3.4.1/bin/std2isis
Xisis/3.4.1/bin/stretch
Xisis/3.4.1/bin/svfilter
Xisis/3.4.1/bin/table2cube
Xisis/3.4.1/bin/tabledump
Xisis/3.4.1/bin/thm2isis
Xisis/3.4.1/bin/thmbasemap1
Xisis/3.4.1/bin/thmdriftcor
Xisis/3.4.1/bin/thmnoseam
Xisis/3.4.1/bin/thmproc
Xisis/3.4.1/bin/thmvisflat
Xisis/3.4.1/bin/thmvistrim
Xisis/3.4.1/bin/tonematch
Xisis/3.4.1/bin/translate
Xisis/3.4.1/bin/trim
Xisis/3.4.1/bin/trimfilter
Xisis/3.4.1/bin/uncrop
Xisis/3.4.1/bin/vdcomp
Xisis/3.4.1/bin/vicar2isis
Xisis/3.4.1/bin/vik2isis
Xisis/3.4.1/bin/vikcal
Xisis/3.4.1/bin/vikclean
Xisis/3.4.1/bin/vikfixtrx
Xisis/3.4.1/bin/viknobutter
Xisis/3.4.1/bin/viknonoodle
Xisis/3.4.1/bin/viknopepper
Xisis/3.4.1/bin/viknosalt
Xisis/3.4.1/bin/vims2isis
Xisis/3.4.1/bin/vimscal
Xisis/3.4.1/bin/voy2isis
Xisis/3.4.1/bin/voycal
Xisis/3.4.1/bin/voyramp
Xisis/3.4.1/bin/warp
Xisis/3.4.1/bin/xml/algebra.xml
Xisis/3.4.1/bin/xml/apollo2isis.xml
Xisis/3.4.1/bin/xml/apollocal.xml
Xisis/3.4.1/bin/xml/apollofindrx.xml
Xisis/3.4.1/bin/xml/apollopaninit.xml
Xisis/3.4.1/bin/xml/apollopanstitcher.xml
Xisis/3.4.1/bin/xml/apolloremrx.xml
Xisis/3.4.1/bin/xml/apollowarp.xml
Xisis/3.4.1/bin/xml/appjit.xml
Xisis/3.4.1/bin/xml/applicationTOC.xml
Xisis/3.4.1/bin/xml/ascii2isis.xml
Xisis/3.4.1/bin/xml/automos.xml
Xisis/3.4.1/bin/xml/autoregtemplate.xml
Xisis/3.4.1/bin/xml/autoseed.xml
Xisis/3.4.1/bin/xml/bandnorm.xml
Xisis/3.4.1/bin/xml/bandtrim.xml
Xisis/3.4.1/bin/xml/bit2bit.xml
Xisis/3.4.1/bin/xml/blend.xml
Xisis/3.4.1/bin/xml/blobdump.xml
Xisis/3.4.1/bin/xml/butterworth.xml
Xisis/3.4.1/bin/xml/cam2cam.xml
Xisis/3.4.1/bin/xml/cam2map.xml
Xisis/3.4.1/bin/xml/caminfo.xml
Xisis/3.4.1/bin/xml/campt.xml
Xisis/3.4.1/bin/xml/camrange.xml
Xisis/3.4.1/bin/xml/camstats.xml
Xisis/3.4.1/bin/xml/camtrim.xml
Xisis/3.4.1/bin/xml/cathist.xml
Xisis/3.4.1/bin/xml/catlab.xml
Xisis/3.4.1/bin/xml/catoriglab.xml
Xisis/3.4.1/bin/xml/circle.xml
Xisis/3.4.1/bin/xml/ciss2isis.xml
Xisis/3.4.1/bin/xml/cisscal.xml
Xisis/3.4.1/bin/xml/ckwriter.xml
Xisis/3.4.1/bin/xml/clem2isis.xml
Xisis/3.4.1/bin/xml/clemhirescal.xml
Xisis/3.4.1/bin/xml/clemnircal.xml
Xisis/3.4.1/bin/xml/clemnirclean.xml
Xisis/3.4.1/bin/xml/clemnirnoise.xml
Xisis/3.4.1/bin/xml/clemuvviscal.xml
Xisis/3.4.1/bin/xml/cnet2mat.xml
Xisis/3.4.1/bin/xml/cnetadd.xml
Xisis/3.4.1/bin/xml/cnetbin2pvl.xml
Xisis/3.4.1/bin/xml/cnetcheck.xml
Xisis/3.4.1/bin/xml/cnetdiff.xml
Xisis/3.4.1/bin/xml/cnetedit.xml
Xisis/3.4.1/bin/xml/cneteditor.xml
Xisis/3.4.1/bin/xml/cnetextract.xml
Xisis/3.4.1/bin/xml/cnethist.xml
Xisis/3.4.1/bin/xml/cnetmerge.xml
Xisis/3.4.1/bin/xml/cnetnewradii.xml
Xisis/3.4.1/bin/xml/cnetpvl2bin.xml
Xisis/3.4.1/bin/xml/cnetref.xml
Xisis/3.4.1/bin/xml/cnetsplit.xml
Xisis/3.4.1/bin/xml/cnetstats.xml
Xisis/3.4.1/bin/xml/cnettable.xml
Xisis/3.4.1/bin/xml/cnetwinnow.xml
Xisis/3.4.1/bin/xml/copylabel.xml
Xisis/3.4.1/bin/xml/coreg.xml
Xisis/3.4.1/bin/xml/cosi.xml
Xisis/3.4.1/bin/xml/crism2isis.xml
Xisis/3.4.1/bin/xml/crop.xml
Xisis/3.4.1/bin/xml/cropspecial.xml
Xisis/3.4.1/bin/xml/csspckgen.xml
Xisis/3.4.1/bin/xml/ctxcal.xml
Xisis/3.4.1/bin/xml/ctxevenodd.xml
Xisis/3.4.1/bin/xml/cubeatt.xml
Xisis/3.4.1/bin/xml/cubeavg.xml
Xisis/3.4.1/bin/xml/cubediff.xml
Xisis/3.4.1/bin/xml/cubefunc.xml
Xisis/3.4.1/bin/xml/cubeit.xml
Xisis/3.4.1/bin/xml/cubenorm.xml
Xisis/3.4.1/bin/xml/dawnfc2isis.xml
Xisis/3.4.1/bin/xml/dawnvir2isis.xml
Xisis/3.4.1/bin/xml/ddd2isis.xml
Xisis/3.4.1/bin/xml/decorstretch.xml
Xisis/3.4.1/bin/xml/deltack.xml
Xisis/3.4.1/bin/xml/dempack.xml
Xisis/3.4.1/bin/xml/demprep.xml
Xisis/3.4.1/bin/xml/deriv.xml
Xisis/3.4.1/bin/xml/desmear.xml
Xisis/3.4.1/bin/xml/divfilter.xml
Xisis/3.4.1/bin/xml/dstripe.xml
Xisis/3.4.1/bin/xml/editlab.xml
Xisis/3.4.1/bin/xml/edrget.xml
Xisis/3.4.1/bin/xml/enlarge.xml
Xisis/3.4.1/bin/xml/equalizer.xml
Xisis/3.4.1/bin/xml/errors.xml
Xisis/3.4.1/bin/xml/explode.xml
Xisis/3.4.1/bin/xml/fakecube.xml
Xisis/3.4.1/bin/xml/fft.xml
Xisis/3.4.1/bin/xml/fillgap.xml
Xisis/3.4.1/bin/xml/findgaps.xml
Xisis/3.4.1/bin/xml/findimageoverlaps.xml
Xisis/3.4.1/bin/xml/findrx.xml
Xisis/3.4.1/bin/xml/fits2isis.xml
Xisis/3.4.1/bin/xml/flip.xml
Xisis/3.4.1/bin/xml/footprintinit.xml
Xisis/3.4.1/bin/xml/footprintmerge.xml
Xisis/3.4.1/bin/xml/fplanemap.xml
Xisis/3.4.1/bin/xml/fx.xml
Xisis/3.4.1/bin/xml/gauss.xml
Xisis/3.4.1/bin/xml/gaussstretch.xml
Xisis/3.4.1/bin/xml/getkey.xml
Xisis/3.4.1/bin/xml/getsn.xml
Xisis/3.4.1/bin/xml/gllssi2isis.xml
Xisis/3.4.1/bin/xml/gllssical.xml
Xisis/3.4.1/bin/xml/gradient.xml
Xisis/3.4.1/bin/xml/greyscale.xml
Xisis/3.4.1/bin/xml/grid.xml
Xisis/3.4.1/bin/xml/handmos.xml
Xisis/3.4.1/bin/xml/hi2isis.xml
Xisis/3.4.1/bin/xml/hical.xml
Xisis/3.4.1/bin/xml/hicalbeta.xml
Xisis/3.4.1/bin/xml/hicalproc.xml
Xisis/3.4.1/bin/xml/hiccdstitch.xml
Xisis/3.4.1/bin/xml/hicolormos.xml
Xisis/3.4.1/bin/xml/hicubeit.xml
Xisis/3.4.1/bin/xml/hicubenorm.xml
Xisis/3.4.1/bin/xml/hidestripe.xml
Xisis/3.4.1/bin/xml/hidtmgen.xml
Xisis/3.4.1/bin/xml/hiequal.xml
Xisis/3.4.1/bin/xml/hifringe.xml
Xisis/3.4.1/bin/xml/hifurrows.xml
Xisis/3.4.1/bin/xml/highpass.xml
Xisis/3.4.1/bin/xml/higlob.xml
Xisis/3.4.1/bin/xml/hijitreg.xml
Xisis/3.4.1/bin/xml/hijitter.xml
Xisis/3.4.1/bin/xml/himos.xml
Xisis/3.4.1/bin/xml/hinoise.xml
Xisis/3.4.1/bin/xml/hirdr2isis.xml
Xisis/3.4.1/bin/xml/hirdrgen.xml
Xisis/3.4.1/bin/xml/hisharpen.xml
Xisis/3.4.1/bin/xml/hist.xml
Xisis/3.4.1/bin/xml/histat.xml
Xisis/3.4.1/bin/xml/histeq.xml
Xisis/3.4.1/bin/xml/histitch.xml
Xisis/3.4.1/bin/xml/histmatch.xml
Xisis/3.4.1/bin/xml/hrsc2isis.xml
Xisis/3.4.1/bin/xml/hsv2rgb.xml
Xisis/3.4.1/bin/xml/ifft.xml
Xisis/3.4.1/bin/xml/interestcube.xml
Xisis/3.4.1/bin/xml/isis2ascii.xml
Xisis/3.4.1/bin/xml/isis2fits.xml
Xisis/3.4.1/bin/xml/isis2gml.xml
Xisis/3.4.1/bin/xml/isis2pds.xml
Xisis/3.4.1/bin/xml/isis2raw.xml
Xisis/3.4.1/bin/xml/isis2std.xml
Xisis/3.4.1/bin/xml/isiscomplete.xml
Xisis/3.4.1/bin/xml/isisui.xml
Xisis/3.4.1/bin/xml/jigsaw.xml
Xisis/3.4.1/bin/xml/kaguyatc2isis.xml
Xisis/3.4.1/bin/xml/kerneldbgen.xml
Xisis/3.4.1/bin/xml/kernfilter.xml
Xisis/3.4.1/bin/xml/kuwahara.xml
Xisis/3.4.1/bin/xml/lineeq.xml
Xisis/3.4.1/bin/xml/lo2isis.xml
Xisis/3.4.1/bin/xml/lopdsgen.xml
Xisis/3.4.1/bin/xml/lowpass.xml
Xisis/3.4.1/bin/xml/lronac2isis.xml
Xisis/3.4.1/bin/xml/lronac2pds.xml
Xisis/3.4.1/bin/xml/lronaccal.xml
Xisis/3.4.1/bin/xml/lrowac2isis.xml
Xisis/3.4.1/bin/xml/lrowac2pds.xml
Xisis/3.4.1/bin/xml/lrowaccal.xml
Xisis/3.4.1/bin/xml/lrowacpho.xml
Xisis/3.4.1/bin/xml/makecube.xml
Xisis/3.4.1/bin/xml/makeflat.xml
Xisis/3.4.1/bin/xml/map2cam.xml
Xisis/3.4.1/bin/xml/map2map.xml
Xisis/3.4.1/bin/xml/mapgrid.xml
Xisis/3.4.1/bin/xml/maplab.xml
Xisis/3.4.1/bin/xml/mapmos.xml
Xisis/3.4.1/bin/xml/mappt.xml
Xisis/3.4.1/bin/xml/mapsize.xml
Xisis/3.4.1/bin/xml/maptemplate.xml
Xisis/3.4.1/bin/xml/maptrim.xml
Xisis/3.4.1/bin/xml/mar102isis.xml
Xisis/3.4.1/bin/xml/mar10cal.xml
Xisis/3.4.1/bin/xml/mar10clean.xml
Xisis/3.4.1/bin/xml/mar10nonoise.xml
Xisis/3.4.1/bin/xml/mar10restore.xml
Xisis/3.4.1/bin/xml/marci2isis.xml
Xisis/3.4.1/bin/xml/marcical.xml
Xisis/3.4.1/bin/xml/marciflip.xml
Xisis/3.4.1/bin/xml/mask.xml
Xisis/3.4.1/bin/xml/mat2cnet.xml
Xisis/3.4.1/bin/xml/mdis2isis.xml
Xisis/3.4.1/bin/xml/mdis2pds.xml
Xisis/3.4.1/bin/xml/mdiscal.xml
Xisis/3.4.1/bin/xml/mdisddr.xml
Xisis/3.4.1/bin/xml/mdisedrinfo.xml
Xisis/3.4.1/bin/xml/mdisproc.xml
Xisis/3.4.1/bin/xml/median.xml
Xisis/3.4.1/bin/xml/mer2isis.xml
Xisis/3.4.1/bin/xml/messckgen.xml
Xisis/3.4.1/bin/xml/messspkgen.xml
Xisis/3.4.1/bin/xml/mical.xml
Xisis/3.4.1/bin/xml/minmax.xml
Xisis/3.4.1/bin/xml/mirror.xml
Xisis/3.4.1/bin/xml/moc2isis.xml
Xisis/3.4.1/bin/xml/moccal.xml
Xisis/3.4.1/bin/xml/mocevenodd.xml
Xisis/3.4.1/bin/xml/mocgap.xml
Xisis/3.4.1/bin/xml/mocnoise50.xml
Xisis/3.4.1/bin/xml/mocproc.xml
Xisis/3.4.1/bin/xml/mocuncompress.xml
Xisis/3.4.1/bin/xml/mode.xml
Xisis/3.4.1/bin/xml/mosrange.xml
Xisis/3.4.1/bin/xml/mrf2isis.xml
Xisis/3.4.1/bin/xml/mrf2pds.xml
Xisis/3.4.1/bin/xml/mroctx2isis.xml
Xisis/3.4.1/bin/xml/mvstats.xml
Xisis/3.4.1/bin/xml/nocam2map.xml
Xisis/3.4.1/bin/xml/noisefilter.xml
Xisis/3.4.1/bin/xml/noproj.xml
Xisis/3.4.1/bin/xml/noseam.xml
Xisis/3.4.1/bin/xml/outline.xml
Xisis/3.4.1/bin/xml/overlapstats.xml
Xisis/3.4.1/bin/xml/pad.xml
Xisis/3.4.1/bin/xml/pca.xml
Xisis/3.4.1/bin/xml/pds2isis.xml
Xisis/3.4.1/bin/xml/percent.xml
Xisis/3.4.1/bin/xml/phocube.xml
Xisis/3.4.1/bin/xml/phoempglobal.xml
Xisis/3.4.1/bin/xml/phoemplocal.xml
Xisis/3.4.1/bin/xml/phohillier.xml
Xisis/3.4.1/bin/xml/photemplate.xml
Xisis/3.4.1/bin/xml/photomet.xml
Xisis/3.4.1/bin/xml/photrim.xml
Xisis/3.4.1/bin/xml/pointreg.xml
Xisis/3.4.1/bin/xml/poly.xml
Xisis/3.4.1/bin/xml/prtloganalyzer.xml
Xisis/3.4.1/bin/xml/pvldiff.xml
Xisis/3.4.1/bin/xml/qmos.xml
Xisis/3.4.1/bin/xml/qnet.xml
Xisis/3.4.1/bin/xml/qtie.xml
Xisis/3.4.1/bin/xml/qview.xml
Xisis/3.4.1/bin/xml/ratio.xml
Xisis/3.4.1/bin/xml/raw2isis.xml
Xisis/3.4.1/bin/xml/reduce.xml
Xisis/3.4.1/bin/xml/remrx.xml
Xisis/3.4.1/bin/xml/rgb2hsv.xml
Xisis/3.4.1/bin/xml/rolo2isis.xml
Xisis/3.4.1/bin/xml/rotate.xml
Xisis/3.4.1/bin/xml/seedgrid.xml
Xisis/3.4.1/bin/xml/segment.xml
Xisis/3.4.1/bin/xml/shade.xml
Xisis/3.4.1/bin/xml/shadowtau.xml
Xisis/3.4.1/bin/xml/sharpen.xml
Xisis/3.4.1/bin/xml/sigmastretch.xml
Xisis/3.4.1/bin/xml/skymap.xml
Xisis/3.4.1/bin/xml/skypt.xml
Xisis/3.4.1/bin/xml/skyrange.xml
Xisis/3.4.1/bin/xml/slither.xml
Xisis/3.4.1/bin/xml/slpmap.xml
Xisis/3.4.1/bin/xml/smtk.xml
Xisis/3.4.1/bin/xml/specadd.xml
Xisis/3.4.1/bin/xml/specdivfilter.xml
Xisis/3.4.1/bin/xml/spechighpass.xml
Xisis/3.4.1/bin/xml/speclowpass.xml
Xisis/3.4.1/bin/xml/specpix.xml
Xisis/3.4.1/bin/xml/spicefit.xml
Xisis/3.4.1/bin/xml/spiceinit.xml
Xisis/3.4.1/bin/xml/spiceserver.xml
Xisis/3.4.1/bin/xml/spkwriter.xml
Xisis/3.4.1/bin/xml/stats.xml
Xisis/3.4.1/bin/xml/std2isis.xml
Xisis/3.4.1/bin/xml/stretch.xml
Xisis/3.4.1/bin/xml/svfilter.xml
Xisis/3.4.1/bin/xml/table2cube.xml
Xisis/3.4.1/bin/xml/tabledump.xml
Xisis/3.4.1/bin/xml/thm2isis.xml
Xisis/3.4.1/bin/xml/thmbasemap1.xml
Xisis/3.4.1/bin/xml/thmdriftcor.xml
Xisis/3.4.1/bin/xml/thmnoseam.xml
Xisis/3.4.1/bin/xml/thmproc.xml
Xisis/3.4.1/bin/xml/thmvisflat.xml
Xisis/3.4.1/bin/xml/thmvistrim.xml
Xisis/3.4.1/bin/xml/tonematch.xml
Xisis/3.4.1/bin/xml/translate.xml
Xisis/3.4.1/bin/xml/trim.xml
Xisis/3.4.1/bin/xml/trimfilter.xml
Xisis/3.4.1/bin/xml/uncrop.xml
Xisis/3.4.1/bin/xml/vdcomp.xml
Xisis/3.4.1/bin/xml/vicar2isis.xml
Xisis/3.4.1/bin/xml/vik2isis.xml
Xisis/3.4.1/bin/xml/vikcal.xml
Xisis/3.4.1/bin/xml/vikclean.xml
Xisis/3.4.1/bin/xml/vikfixtrx.xml
Xisis/3.4.1/bin/xml/viknobutter.xml
Xisis/3.4.1/bin/xml/viknonoodle.xml
Xisis/3.4.1/bin/xml/viknopepper.xml
Xisis/3.4.1/bin/xml/viknosalt.xml
Xisis/3.4.1/bin/xml/vims2isis.xml
Xisis/3.4.1/bin/xml/vimscal.xml
Xisis/3.4.1/bin/xml/voy2isis.xml
Xisis/3.4.1/bin/xml/voycal.xml
Xisis/3.4.1/bin/xml/voyramp.xml
Xisis/3.4.1/bin/xml/warp.xml
Xisis/3.4.1/include/AbstractPlotTool.h
Xisis/3.4.1/include/AdaptiveGruen.h
Xisis/3.4.1/include/AdvancedStretch.h
Xisis/3.4.1/include/AdvancedStretchDialog.h
Xisis/3.4.1/include/AdvancedTrackTool.h
Xisis/3.4.1/include/Affine.h
Xisis/3.4.1/include/Albedo.h
Xisis/3.4.1/include/AlbedoAtm.h
Xisis/3.4.1/include/AlphaCube.h
Xisis/3.4.1/include/Angle.h
Xisis/3.4.1/include/Anisotropic1.h
Xisis/3.4.1/include/Anisotropic2.h
Xisis/3.4.1/include/Apollo.h
Xisis/3.4.1/include/ApolloMetricCamera.h
Xisis/3.4.1/include/ApolloMetricDistortionMap.h
Xisis/3.4.1/include/ApolloPanIO.h
Xisis/3.4.1/include/ApolloPanoramicCamera.h
Xisis/3.4.1/include/ApolloPanoramicDetectorMap.h
Xisis/3.4.1/include/Application.h
Xisis/3.4.1/include/Area3D.h
Xisis/3.4.1/include/AtmosModel.h
Xisis/3.4.1/include/AtmosModelFactory.h
Xisis/3.4.1/include/AutoReg.h
Xisis/3.4.1/include/AutoRegFactory.h
Xisis/3.4.1/include/BandManager.h
Xisis/3.4.1/include/BandSpinBox.h
Xisis/3.4.1/include/BandTool.h
Xisis/3.4.1/include/Basis1VariableFunction.h
Xisis/3.4.1/include/BasisFunction.h
Xisis/3.4.1/include/BinaryStretchType.h
Xisis/3.4.1/include/BlinkTool.h
Xisis/3.4.1/include/Blob.h
Xisis/3.4.1/include/Blobber.h
Xisis/3.4.1/include/BoxcarCachingAlgorithm.h
Xisis/3.4.1/include/BoxcarManager.h
Xisis/3.4.1/include/Brick.h
Xisis/3.4.1/include/BrowseDialog.h
Xisis/3.4.1/include/Buffer.h
Xisis/3.4.1/include/BufferManager.h
Xisis/3.4.1/include/BundleAdjust.h
Xisis/3.4.1/include/CSVReader.h
Xisis/3.4.1/include/CTXCamera.h
Xisis/3.4.1/include/Calculator.h
Xisis/3.4.1/include/Camera.h
Xisis/3.4.1/include/CameraDetectorMap.h
Xisis/3.4.1/include/CameraDistortionMap.h
Xisis/3.4.1/include/CameraFactory.h
Xisis/3.4.1/include/CameraFocalPlaneMap.h
Xisis/3.4.1/include/CameraGroundMap.h
Xisis/3.4.1/include/CameraPointInfo.h
Xisis/3.4.1/include/CameraSkyMap.h
Xisis/3.4.1/include/CameraStatistics.h
Xisis/3.4.1/include/Centroid.h
Xisis/3.4.1/include/CentroidApolloPan.h
Xisis/3.4.1/include/Chip.h
Xisis/3.4.1/include/ChipViewport.h
Xisis/3.4.1/include/CissLabels.h
Xisis/3.4.1/include/CisscalFile.h
Xisis/3.4.1/include/CollectorMap.h
Xisis/3.4.1/include/Column.h
Xisis/3.4.1/include/ConcurrentControlNetReader.h
Xisis/3.4.1/include/Constants.h
Xisis/3.4.1/include/ControlCubeGraphNode.h
Xisis/3.4.1/include/ControlGraph.h
Xisis/3.4.1/include/ControlMeasure.h
Xisis/3.4.1/include/ControlMeasureLogData.h
Xisis/3.4.1/include/ControlNet.h
Xisis/3.4.1/include/ControlNetDiff.h
Xisis/3.4.1/include/ControlNetFile.h
Xisis/3.4.1/include/ControlNetFileV0001.h
Xisis/3.4.1/include/ControlNetFileV0001.pb.h
Xisis/3.4.1/include/ControlNetFileV0002.h
Xisis/3.4.1/include/ControlNetFileV0002.pb.h
Xisis/3.4.1/include/ControlNetFilter.h
Xisis/3.4.1/include/ControlNetGraphicsItem.h
Xisis/3.4.1/include/ControlNetStatistics.h
Xisis/3.4.1/include/ControlNetValidMeasure.h
Xisis/3.4.1/include/ControlNetVersioner.h
Xisis/3.4.1/include/ControlPoint.h
Xisis/3.4.1/include/ControlPointEdit.h
Xisis/3.4.1/include/ControlPointGraphicsItem.h
Xisis/3.4.1/include/ControlPointList.h
Xisis/3.4.1/include/Cube.h
Xisis/3.4.1/include/CubeAttribute.h
Xisis/3.4.1/include/CubeBsqHandler.h
Xisis/3.4.1/include/CubeCachingAlgorithm.h
Xisis/3.4.1/include/CubeCalculator.h
Xisis/3.4.1/include/CubeDataThread.h
Xisis/3.4.1/include/CubeDisplayProperties.h
Xisis/3.4.1/include/CubeInfixToPostfix.h
Xisis/3.4.1/include/CubeIoHandler.h
Xisis/3.4.1/include/CubeManager.h
Xisis/3.4.1/include/CubePlotCurve.h
Xisis/3.4.1/include/CubePlotCurveConfigureDialog.h
Xisis/3.4.1/include/CubeTileHandler.h
Xisis/3.4.1/include/CubeViewport.h
Xisis/3.4.1/include/Database.h
Xisis/3.4.1/include/DatabaseFactory.h
Xisis/3.4.1/include/DawnFcCamera.h
Xisis/3.4.1/include/DawnFcDistortionMap.h
Xisis/3.4.1/include/DawnVirCamera.h
Xisis/3.4.1/include/DbAccess.h
Xisis/3.4.1/include/DbProfile.h
Xisis/3.4.1/include/Displacement.h
Xisis/3.4.1/include/Distance.h
Xisis/3.4.1/include/EditTool.h
Xisis/3.4.1/include/Endian.h
Xisis/3.4.1/include/EndianSwapper.h
Xisis/3.4.1/include/Enlarge.h
Xisis/3.4.1/include/Environment.h
Xisis/3.4.1/include/Equalization.h
Xisis/3.4.1/include/Equirectangular.h
Xisis/3.4.1/include/ExportDescription.h
Xisis/3.4.1/include/FeatureNomenclature.h
Xisis/3.4.1/include/FeatureNomenclatureTool.h
Xisis/3.4.1/include/FileDialog.h
Xisis/3.4.1/include/FileList.h
Xisis/3.4.1/include/FileName.h
Xisis/3.4.1/include/FileTool.h
Xisis/3.4.1/include/FilterCachingAlgorithm.h
Xisis/3.4.1/include/FindSpotGraphicsItem.h
Xisis/3.4.1/include/FindTool.h
Xisis/3.4.1/include/ForstnerOperator.h
Xisis/3.4.1/include/FourierTransform.h
Xisis/3.4.1/include/FramingCamera.h
Xisis/3.4.1/include/FunctionTools.h
Xisis/3.4.1/include/GSLUtility.h
Xisis/3.4.1/include/GaussianDistribution.h
Xisis/3.4.1/include/GaussianStretch.h
Xisis/3.4.1/include/GradientOperator.h
Xisis/3.4.1/include/GraphicsView.h
Xisis/3.4.1/include/GridGraphicsItem.h
Xisis/3.4.1/include/GridPolygonSeeder.h
Xisis/3.4.1/include/GroundGrid.h
Xisis/3.4.1/include/GroupedStatistics.h
Xisis/3.4.1/include/Gruen.h
Xisis/3.4.1/include/GruenTypes.h
Xisis/3.4.1/include/Gui.h
Xisis/3.4.1/include/GuiBooleanParameter.h
Xisis/3.4.1/include/GuiComboBoxParameter.h
Xisis/3.4.1/include/GuiCubeParameter.h
Xisis/3.4.1/include/GuiDoubleParameter.h
Xisis/3.4.1/include/GuiEditFile.h
Xisis/3.4.1/include/GuiFilenameParameter.h
Xisis/3.4.1/include/GuiHelperAction.h
Xisis/3.4.1/include/GuiInputAttribute.h
Xisis/3.4.1/include/GuiIntegerParameter.h
Xisis/3.4.1/include/GuiListParameter.h
Xisis/3.4.1/include/GuiLog.h
Xisis/3.4.1/include/GuiOutputAttribute.h
Xisis/3.4.1/include/GuiParameter.h
Xisis/3.4.1/include/GuiParameterFactory.h
Xisis/3.4.1/include/GuiStringParameter.h
Xisis/3.4.1/include/Hapke.h
Xisis/3.4.1/include/HapkeAtm1.h
Xisis/3.4.1/include/HapkeAtm2.h
Xisis/3.4.1/include/HelpTool.h
Xisis/3.4.1/include/HiEqualization.h
Xisis/3.4.1/include/HiLab.h
Xisis/3.4.1/include/HiresCamera.h
Xisis/3.4.1/include/HiriseCamera.h
Xisis/3.4.1/include/Histogram.h
Xisis/3.4.1/include/HistogramItem.h
Xisis/3.4.1/include/HistogramPlotWindow.h
Xisis/3.4.1/include/HistogramTool.h
Xisis/3.4.1/include/HistogramWidget.h
Xisis/3.4.1/include/History.h
Xisis/3.4.1/include/HrscCamera.h
Xisis/3.4.1/include/ID.h
Xisis/3.4.1/include/IException.h
Xisis/3.4.1/include/IdealCamera.h
Xisis/3.4.1/include/ImageExporter.h
Xisis/3.4.1/include/ImageImporter.h
Xisis/3.4.1/include/ImageOverlap.h
Xisis/3.4.1/include/ImageOverlapSet.h
Xisis/3.4.1/include/ImagePolygon.h
Xisis/3.4.1/include/ImportPdsTable.h
Xisis/3.4.1/include/IndependentCubeViewport.h
Xisis/3.4.1/include/InfixToPostfix.h
Xisis/3.4.1/include/InterestOperator.h
Xisis/3.4.1/include/InterestOperatorFactory.h
Xisis/3.4.1/include/Interpolator.h
Xisis/3.4.1/include/Isis.h
Xisis/3.4.1/include/IsisAml.h
Xisis/3.4.1/include/IsisAmlData.h
Xisis/3.4.1/include/IsisDebug.h
Xisis/3.4.1/include/IsisXMLApplication.h
Xisis/3.4.1/include/IsisXMLChTrans.h
Xisis/3.4.1/include/IsisXMLGroup.h
Xisis/3.4.1/include/IsisXMLGroups.h
Xisis/3.4.1/include/IsisXMLHandler.h
Xisis/3.4.1/include/IsisXMLHelper.h
Xisis/3.4.1/include/IsisXMLHelpers.h
Xisis/3.4.1/include/IsisXMLHistory.h
Xisis/3.4.1/include/IsisXMLIgnore.h
Xisis/3.4.1/include/IsisXMLList.h
Xisis/3.4.1/include/IsisXMLMultipleValues.h
Xisis/3.4.1/include/IsisXMLParameter.h
Xisis/3.4.1/include/Isotropic1.h
Xisis/3.4.1/include/Isotropic2.h
Xisis/3.4.1/include/IssNACamera.h
Xisis/3.4.1/include/IssWACamera.h
Xisis/3.4.1/include/JP2Decoder.h
Xisis/3.4.1/include/JP2Encoder.h
Xisis/3.4.1/include/JP2Error.h
Xisis/3.4.1/include/JP2Exporter.h
Xisis/3.4.1/include/JP2Importer.h
Xisis/3.4.1/include/KernelDb.h
Xisis/3.4.1/include/Kernels.h
Xisis/3.4.1/include/Lambert.h
Xisis/3.4.1/include/LambertAzimuthalEqualArea.h
Xisis/3.4.1/include/LambertConformal.h
Xisis/3.4.1/include/Latitude.h
Xisis/3.4.1/include/LeastSquares.h
Xisis/3.4.1/include/LimitPolygonSeeder.h
Xisis/3.4.1/include/LineEquation.h
Xisis/3.4.1/include/LineManager.h
Xisis/3.4.1/include/LineScanCamera.h
Xisis/3.4.1/include/LineScanCameraDetectorMap.h
Xisis/3.4.1/include/LineScanCameraGroundMap.h
Xisis/3.4.1/include/LineScanCameraSkyMap.h
Xisis/3.4.1/include/LinearStretchType.h
Xisis/3.4.1/include/LoCameraFiducialMap.h
Xisis/3.4.1/include/LoHighCamera.h
Xisis/3.4.1/include/LoHighDistortionMap.h
Xisis/3.4.1/include/LoMediumCamera.h
Xisis/3.4.1/include/LoMediumDistortionMap.h
Xisis/3.4.1/include/LommelSeeliger.h
Xisis/3.4.1/include/Longitude.h
Xisis/3.4.1/include/LroNarrowAngleCamera.h
Xisis/3.4.1/include/LroNarrowAngleDistortionMap.h
Xisis/3.4.1/include/LroWideAngleCamera.h
Xisis/3.4.1/include/LroWideAngleCameraDistortionMap.h
Xisis/3.4.1/include/LunarAzimuthalEqualArea.h
Xisis/3.4.1/include/LunarLambert.h
Xisis/3.4.1/include/LunarLambertEmpirical.h
Xisis/3.4.1/include/LunarLambertMcEwen.h
Xisis/3.4.1/include/LwirCamera.h
Xisis/3.4.1/include/MainWindow.h
Xisis/3.4.1/include/ManualStretchType.h
Xisis/3.4.1/include/MarciCamera.h
Xisis/3.4.1/include/MarciDistortionMap.h
Xisis/3.4.1/include/Mariner10Camera.h
Xisis/3.4.1/include/MatchTool.h
Xisis/3.4.1/include/MatchToolDeletePointDialog.h
Xisis/3.4.1/include/MatchToolNewPointDialog.h
Xisis/3.4.1/include/Matrix.h
Xisis/3.4.1/include/MaximumCorrelation.h
Xisis/3.4.1/include/MaximumLikelihoodWFunctions.h
Xisis/3.4.1/include/MdiCubeViewport.h
Xisis/3.4.1/include/MdisCamera.h
Xisis/3.4.1/include/MeasureTool.h
Xisis/3.4.1/include/MeasureValidationResults.h
Xisis/3.4.1/include/Mercator.h
Xisis/3.4.1/include/Message.h
Xisis/3.4.1/include/MiniRF.h
Xisis/3.4.1/include/MinimumDifference.h
Xisis/3.4.1/include/Minnaert.h
Xisis/3.4.1/include/MinnaertEmpirical.h
Xisis/3.4.1/include/Mixed.h
Xisis/3.4.1/include/MocLabels.h
Xisis/3.4.1/include/MocNarrowAngleCamera.h
Xisis/3.4.1/include/MocNarrowAngleSumming.h
Xisis/3.4.1/include/MocWideAngleCamera.h
Xisis/3.4.1/include/MocWideAngleDetectorMap.h
Xisis/3.4.1/include/MocWideAngleDistortionMap.h
Xisis/3.4.1/include/MoonAlbedo.h
Xisis/3.4.1/include/MoravecOperator.h
Xisis/3.4.1/include/MosaicAreaTool.h
Xisis/3.4.1/include/MosaicControlNetTool.h
Xisis/3.4.1/include/MosaicController.h
Xisis/3.4.1/include/MosaicFileListWidget.h
Xisis/3.4.1/include/MosaicFindTool.h
Xisis/3.4.1/include/MosaicGraphicsView.h
Xisis/3.4.1/include/MosaicGridTool.h
Xisis/3.4.1/include/MosaicGridToolConfigDialog.h
Xisis/3.4.1/include/MosaicMainWindow.h
Xisis/3.4.1/include/MosaicPanTool.h
Xisis/3.4.1/include/MosaicSceneItem.h
Xisis/3.4.1/include/MosaicSceneWidget.h
Xisis/3.4.1/include/MosaicSelectTool.h
Xisis/3.4.1/include/MosaicTool.h
Xisis/3.4.1/include/MosaicTrackTool.h
Xisis/3.4.1/include/MosaicTreeWidget.h
Xisis/3.4.1/include/MosaicTreeWidgetItem.h
Xisis/3.4.1/include/MosaicZoomTool.h
Xisis/3.4.1/include/MultivariateStatistics.h
Xisis/3.4.1/include/NaifStatus.h
Xisis/3.4.1/include/NirCamera.h
Xisis/3.4.1/include/NoNormalization.h
Xisis/3.4.1/include/NoOperator.h
Xisis/3.4.1/include/NomenclatureToolConfigDialog.h
Xisis/3.4.1/include/NormModel.h
Xisis/3.4.1/include/NormModelFactory.h
Xisis/3.4.1/include/NumericalApproximation.h
Xisis/3.4.1/include/NumericalAtmosApprox.h
Xisis/3.4.1/include/ObliqueCylindrical.h
Xisis/3.4.1/include/ObservationNumber.h
Xisis/3.4.1/include/ObservationNumberList.h
Xisis/3.4.1/include/OriginalLabel.h
Xisis/3.4.1/include/Orthographic.h
Xisis/3.4.1/include/OverlapNormalization.h
Xisis/3.4.1/include/OverlapStatistics.h
Xisis/3.4.1/include/PaletteWindow.h
Xisis/3.4.1/include/PanTool.h
Xisis/3.4.1/include/Parabola.h
Xisis/3.4.1/include/PhotoModel.h
Xisis/3.4.1/include/PhotoModelFactory.h
Xisis/3.4.1/include/Photometry.h
Xisis/3.4.1/include/Pipeline.h
Xisis/3.4.1/include/PipelineApplication.h
Xisis/3.4.1/include/Pixel.h
Xisis/3.4.1/include/PixelType.h
Xisis/3.4.1/include/PlotCurve.h
Xisis/3.4.1/include/PlotWindow.h
Xisis/3.4.1/include/PlotWindowBestFitDialog.h
Xisis/3.4.1/include/Plugin.h
Xisis/3.4.1/include/PointPerspective.h
Xisis/3.4.1/include/PolarStereographic.h
Xisis/3.4.1/include/PolygonSeeder.h
Xisis/3.4.1/include/PolygonSeederFactory.h
Xisis/3.4.1/include/PolygonTools.h
Xisis/3.4.1/include/PolynomialBivariate.h
Xisis/3.4.1/include/PolynomialUnivariate.h
Xisis/3.4.1/include/Portal.h
Xisis/3.4.1/include/Preference.h
Xisis/3.4.1/include/PrincipalComponentAnalysis.h
Xisis/3.4.1/include/Process.h
Xisis/3.4.1/include/ProcessByBoxcar.h
Xisis/3.4.1/include/ProcessByBrick.h
Xisis/3.4.1/include/ProcessByLine.h
Xisis/3.4.1/include/ProcessByQuickFilter.h
Xisis/3.4.1/include/ProcessBySample.h
Xisis/3.4.1/include/ProcessBySpectra.h
Xisis/3.4.1/include/ProcessByTile.h
Xisis/3.4.1/include/ProcessExport.h
Xisis/3.4.1/include/ProcessExportPds.h
Xisis/3.4.1/include/ProcessGroundPolygons.h
Xisis/3.4.1/include/ProcessImport.h
Xisis/3.4.1/include/ProcessImportPds.h
Xisis/3.4.1/include/ProcessImportVicar.h
Xisis/3.4.1/include/ProcessMapMosaic.h
Xisis/3.4.1/include/ProcessMosaic.h
Xisis/3.4.1/include/ProcessPolygons.h
Xisis/3.4.1/include/ProcessRubberSheet.h
Xisis/3.4.1/include/ProfileDialog.h
Xisis/3.4.1/include/ProgramLauncher.h
Xisis/3.4.1/include/Progress.h
Xisis/3.4.1/include/ProgressBar.h
Xisis/3.4.1/include/Projection.h
Xisis/3.4.1/include/ProjectionFactory.h
Xisis/3.4.1/include/PushFrameCamera.h
Xisis/3.4.1/include/PushFrameCameraDetectorMap.h
Xisis/3.4.1/include/PushFrameCameraGroundMap.h
Xisis/3.4.1/include/Pvl.h
Xisis/3.4.1/include/PvlContainer.h
Xisis/3.4.1/include/PvlEditDialog.h
Xisis/3.4.1/include/PvlFormat.h
Xisis/3.4.1/include/PvlFormatPds.h
Xisis/3.4.1/include/PvlGroup.h
Xisis/3.4.1/include/PvlKeyword.h
Xisis/3.4.1/include/PvlObject.h
Xisis/3.4.1/include/PvlSequence.h
Xisis/3.4.1/include/PvlToken.h
Xisis/3.4.1/include/PvlTokenizer.h
Xisis/3.4.1/include/PvlTranslationManager.h
Xisis/3.4.1/include/PvlTranslationTable.h
Xisis/3.4.1/include/QHistogram.h
Xisis/3.4.1/include/QIsisApplication.h
Xisis/3.4.1/include/QStretch.h
Xisis/3.4.1/include/QtExporter.h
Xisis/3.4.1/include/QtImporter.h
Xisis/3.4.1/include/Quaternion.h
Xisis/3.4.1/include/QuickFilter.h
Xisis/3.4.1/include/RadarCamera.h
Xisis/3.4.1/include/RadarGroundMap.h
Xisis/3.4.1/include/RadarGroundRangeMap.h
Xisis/3.4.1/include/RadarPulseMap.h
Xisis/3.4.1/include/RadarSkyMap.h
Xisis/3.4.1/include/RadarSlantRangeMap.h
Xisis/3.4.1/include/RadialDistortionMap.h
Xisis/3.4.1/include/Ransac.h
Xisis/3.4.1/include/RawCubeChunk.h
Xisis/3.4.1/include/Reduce.h
Xisis/3.4.1/include/RegionalCachingAlgorithm.h
Xisis/3.4.1/include/ReseauDistortionMap.h
Xisis/3.4.1/include/RubberBandComboBox.h
Xisis/3.4.1/include/RubberBandTool.h
Xisis/3.4.1/include/SampleManager.h
Xisis/3.4.1/include/SaveAsDialog.h
Xisis/3.4.1/include/SawtoothStretchType.h
Xisis/3.4.1/include/ScatterPlotAlarmConfigDialog.h
Xisis/3.4.1/include/ScatterPlotConfigDialog.h
Xisis/3.4.1/include/ScatterPlotData.h
Xisis/3.4.1/include/ScatterPlotTool.h
Xisis/3.4.1/include/ScatterPlotWindow.h
Xisis/3.4.1/include/Selection.h
Xisis/3.4.1/include/Sensor.h
Xisis/3.4.1/include/SerialNumber.h
Xisis/3.4.1/include/SerialNumberList.h
Xisis/3.4.1/include/SessionLog.h
Xisis/3.4.1/include/Shade.h
Xisis/3.4.1/include/ShadeAtm.h
Xisis/3.4.1/include/SimpleCylindrical.h
Xisis/3.4.1/include/Sinusoidal.h
Xisis/3.4.1/include/SmtkMatcher.h
Xisis/3.4.1/include/SmtkPoint.h
Xisis/3.4.1/include/SmtkStack.h
Xisis/3.4.1/include/SocketThread.h
Xisis/3.4.1/include/SparseBlockMatrix.h
Xisis/3.4.1/include/SpatialPlotTool.h
Xisis/3.4.1/include/SpecialPixel.h
Xisis/3.4.1/include/SpecialPixelTool.h
Xisis/3.4.1/include/SpectralPlotTool.h
Xisis/3.4.1/include/SpectralPlotWindow.h
Xisis/3.4.1/include/Spice.h
Xisis/3.4.1/include/SpicePosition.h
Xisis/3.4.1/include/SpiceRotation.h
Xisis/3.4.1/include/SqlQuery.h
Xisis/3.4.1/include/SqlRecord.h
Xisis/3.4.1/include/SsiCamera.h
Xisis/3.4.1/include/StandardDeviationOperator.h
Xisis/3.4.1/include/StatCumProbDistDynCalc.h
Xisis/3.4.1/include/Statistics.h
Xisis/3.4.1/include/StatisticsTool.h
Xisis/3.4.1/include/Stereo.h
Xisis/3.4.1/include/StereoTool.h
Xisis/3.4.1/include/StreamExporter.h
Xisis/3.4.1/include/Stretch.h
Xisis/3.4.1/include/StretchTool.h
Xisis/3.4.1/include/StretchType.h
Xisis/3.4.1/include/StripPolygonSeeder.h
Xisis/3.4.1/include/SubArea.h
Xisis/3.4.1/include/SunShadowTool.h
Xisis/3.4.1/include/SurfaceModel.h
Xisis/3.4.1/include/SurfacePoint.h
Xisis/3.4.1/include/Tab.h
Xisis/3.4.1/include/TabBar.h
Xisis/3.4.1/include/Table.h
Xisis/3.4.1/include/TableField.h
Xisis/3.4.1/include/TableMainWindow.h
Xisis/3.4.1/include/TableRecord.h
Xisis/3.4.1/include/TaylorCameraDistortionMap.h
Xisis/3.4.1/include/TextFile.h
Xisis/3.4.1/include/ThemisIrCamera.h
Xisis/3.4.1/include/ThemisIrDistortionMap.h
Xisis/3.4.1/include/ThemisVisCamera.h
Xisis/3.4.1/include/ThemisVisDistortionMap.h
Xisis/3.4.1/include/TiffExporter.h
Xisis/3.4.1/include/TiffImporter.h
Xisis/3.4.1/include/TileManager.h
Xisis/3.4.1/include/Tool.h
Xisis/3.4.1/include/ToolPad.h
Xisis/3.4.1/include/Topo.h
Xisis/3.4.1/include/TopoAtm.h
Xisis/3.4.1/include/TrackTool.h
Xisis/3.4.1/include/Transform.h
Xisis/3.4.1/include/TransverseMercator.h
Xisis/3.4.1/include/UniqueIOCachingAlgorithm.h
Xisis/3.4.1/include/UniversalGroundMap.h
Xisis/3.4.1/include/UserInterface.h
Xisis/3.4.1/include/UvvisCamera.h
Xisis/3.4.1/include/VariableLineScanCameraDetectorMap.h
Xisis/3.4.1/include/VecFilter.h
Xisis/3.4.1/include/ViewportBuffer.h
Xisis/3.4.1/include/ViewportBufferAction.h
Xisis/3.4.1/include/ViewportBufferFill.h
Xisis/3.4.1/include/ViewportBufferStretch.h
Xisis/3.4.1/include/ViewportBufferTransform.h
Xisis/3.4.1/include/ViewportMainWindow.h
Xisis/3.4.1/include/ViewportMdiSubWindow.h
Xisis/3.4.1/include/VikingCamera.h
Xisis/3.4.1/include/VimsCamera.h
Xisis/3.4.1/include/VimsGroundMap.h
Xisis/3.4.1/include/VimsSkyMap.h
Xisis/3.4.1/include/VoyagerCamera.h
Xisis/3.4.1/include/WarningWidget.h
Xisis/3.4.1/include/WindowTool.h
Xisis/3.4.1/include/Workspace.h
Xisis/3.4.1/include/WorldMapper.h
Xisis/3.4.1/include/ZoomTool.h
Xisis/3.4.1/include/iString.h
Xisis/3.4.1/include/iTime.h
Xisis/3.4.1/include/mocxtrack.h
Xisis/3.4.1/lib/AtmosModel.plugin
Xisis/3.4.1/lib/AutoReg.plugin
Xisis/3.4.1/lib/Camera.plugin
Xisis/3.4.1/lib/InterestOperator.plugin
Xisis/3.4.1/lib/NormModel.plugin
Xisis/3.4.1/lib/PhotoModel.plugin
Xisis/3.4.1/lib/PolygonSeeder.plugin
Xisis/3.4.1/lib/Projection.plugin
Xisis/3.4.1/lib/libAdaptiveGruen.so
Xisis/3.4.1/lib/libAlbedo.so
Xisis/3.4.1/lib/libAlbedoAtm.so
Xisis/3.4.1/lib/libAnisotropic1.so
Xisis/3.4.1/lib/libAnisotropic2.so
Xisis/3.4.1/lib/libApolloMetricCamera.so
Xisis/3.4.1/lib/libApolloPanoramicCamera.so
Xisis/3.4.1/lib/libCTXCamera.so
Xisis/3.4.1/lib/libDawnFcCamera.so
Xisis/3.4.1/lib/libDawnVirCamera.so
Xisis/3.4.1/lib/libEquirectangular.so
Xisis/3.4.1/lib/libForstnerOperator.so
Xisis/3.4.1/lib/libGradientOperator.so
Xisis/3.4.1/lib/libGridPolygonSeeder.so
Xisis/3.4.1/lib/libHapke.so
Xisis/3.4.1/lib/libHapkeAtm1.so
Xisis/3.4.1/lib/libHapkeAtm2.so
Xisis/3.4.1/lib/libHiresCamera.so
Xisis/3.4.1/lib/libHiriseCamera.so
Xisis/3.4.1/lib/libHrscCamera.so
Xisis/3.4.1/lib/libIdealCamera.so
Xisis/3.4.1/lib/libIsotropic1.so
Xisis/3.4.1/lib/libIsotropic2.so
Xisis/3.4.1/lib/libIssNACamera.so
Xisis/3.4.1/lib/libIssWACamera.so
Xisis/3.4.1/lib/libLambert.so
Xisis/3.4.1/lib/libLambertAzimuthalEqualArea.so
Xisis/3.4.1/lib/libLambertConformal.so
Xisis/3.4.1/lib/libLimitPolygonSeeder.so
Xisis/3.4.1/lib/libLoHighCamera.so
Xisis/3.4.1/lib/libLoMediumCamera.so
Xisis/3.4.1/lib/libLommelSeeliger.so
Xisis/3.4.1/lib/libLroNarrowAngleCamera.so
Xisis/3.4.1/lib/libLroWideAngleCamera.so
Xisis/3.4.1/lib/libLunarAzimuthalEqualArea.so
Xisis/3.4.1/lib/libLunarLambert.so
Xisis/3.4.1/lib/libLunarLambertEmpirical.so
Xisis/3.4.1/lib/libLunarLambertMcEwen.so
Xisis/3.4.1/lib/libLwirCamera.so
Xisis/3.4.1/lib/libMarciCamera.so
Xisis/3.4.1/lib/libMariner10Camera.so
Xisis/3.4.1/lib/libMaximumCorrelation.so
Xisis/3.4.1/lib/libMdisCamera.so
Xisis/3.4.1/lib/libMercator.so
Xisis/3.4.1/lib/libMiniRF.so
Xisis/3.4.1/lib/libMinimumDifference.so
Xisis/3.4.1/lib/libMinnaert.so
Xisis/3.4.1/lib/libMinnaertEmpirical.so
Xisis/3.4.1/lib/libMixed.so
Xisis/3.4.1/lib/libMocNarrowAngleCamera.so
Xisis/3.4.1/lib/libMocWideAngleCamera.so
Xisis/3.4.1/lib/libMoonAlbedo.so
Xisis/3.4.1/lib/libMoravecOperator.so
Xisis/3.4.1/lib/libNirCamera.so
Xisis/3.4.1/lib/libNoNormalization.so
Xisis/3.4.1/lib/libNoOperator.so
Xisis/3.4.1/lib/libObliqueCylindrical.so
Xisis/3.4.1/lib/libOrthographic.so
Xisis/3.4.1/lib/libPointPerspective.so
Xisis/3.4.1/lib/libPolarStereographic.so
Xisis/3.4.1/lib/libShade.so
Xisis/3.4.1/lib/libShadeAtm.so
Xisis/3.4.1/lib/libSimpleCylindrical.so
Xisis/3.4.1/lib/libSinusoidal.so
Xisis/3.4.1/lib/libSsiCamera.so
Xisis/3.4.1/lib/libStandardDeviationOperator.so
Xisis/3.4.1/lib/libStripPolygonSeeder.so
Xisis/3.4.1/lib/libThemisIrCamera.so
Xisis/3.4.1/lib/libThemisVisCamera.so
Xisis/3.4.1/lib/libTopo.so
Xisis/3.4.1/lib/libTopoAtm.so
Xisis/3.4.1/lib/libTransverseMercator.so
Xisis/3.4.1/lib/libUvvisCamera.so
Xisis/3.4.1/lib/libVikingCamera.so
Xisis/3.4.1/lib/libVimsCamera.so
Xisis/3.4.1/lib/libVoyagerCamera.so
Xisis/3.4.1/lib/libisis3.4.1.a
Xisis/3.4.1/lib/libisis3.4.1.so
Xisis/3.4.1/lib/libisis3.4.1.so.3
Xisis/3.4.1/lib/libisis3.4.so
Xisis/3.4.1/lib/libisis3.so
Xisis/3.4.1/templates/gui/basictemplate.xml
Xisis/3.4.1/templates/gui/comparisontemplate.xml
Xisis/3.4.1/templates/gui/defaulttemplate.xml
Xisis/3.4.1/templates/gui/listtemplate.xml
Xisis/3.4.1/templates/gui/typetemplate.xml
Xisis/3.4.1/version
X at dirrm isis/3.4.1/templates/gui
X at dirrm isis/3.4.1/templates
X at dirrm isis/3.4.1/lib
X at dirrm isis/3.4.1/include
X at dirrm isis/3.4.1/bin/xml
X at dirrm isis/3.4.1/bin
X at dirrm isis/3.4.1
X at dirrm isis
65b134f0d82fc23433717f57e8aa4397
echo x - isis3/Makefile
sed 's/^X//' >isis3/Makefile << 'de0c704a7a1cfe07904b1ca1a4fba3a3'
XPORTNAME=3D isis3
XPORTVERSION=3D 3.4.1
XCATEGORIES=3D science
X
XMAINTAINER=3D ohartman at zedat.fu-berlin.de
X
XMASTER_SITES=3D # http://isis.astrogeology.usgs.gov/documents/InstallGu=
ide/index.html
X
XLICENSE_FILE=3D ${WRKSRC}/license.txt
X
XCOMMENT=3D Integrated Software for Imagers and Spectrometers
X#COMMENT+=3D SOURCE: rsync -azv --delete --partial isisdist.astrogeolog=
y.usgs.gov::x86-64_linux_DEBIAN/isis .
X#COMMENT+=3D DATA: rsync -azv --delete --partial isisdist.astrogeology.=
usgs.gov::isis3data/data .
X
XUSE_QT4=3D corelib network linguist opengl qtestlib script scripttools
XUSE_QT4+=3D graphicssystems-opengl gui imageformats inputmethods
XUSE_QT4+=3D sql sql-odbc sql-mysql sql-pgsql svg webkit assistant assis=
tantclient=20
XUSE_QT4+=3D designer xml xmlpatterns xmlpatterns-tool=20
XUSE_QT4+=3D moc qmake rcc uic
X
XUSE_X11=3D x11
XUSE_GL=3D yes
XUSE_LDCONFIG=3D yes
XUSE_GMAKE=3D yes
XUSE_MYSQL=3D yes
XUSE_PGSQL=3D yes
X
XMAKE_ARGS=3D config incs api apps
X
XOPTIONS_DEFINE=3D DOCS GCC
XDOCS_DESC=3D Make and install docs
XGCC_DESC=3D Use gcc (4.6+) compiler
XOPTIONS_DEFAULT=3D GCC
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MGCC}
XUSE_GCC=3D 4.6+
X.endif
X.if ${PORT_OPTIONS:MDOCS}
XMAKE_ARGS+=3D docs
X.endif
X
XBUILD_DEPENDS+=3D ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX
XBUILD_DEPENDS+=3D ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
XBUILD_DEPENDS+=3D ${LOCALBASE}/include/tnt/jama_lu.h:${PORTSDIR}/math/j=
ama
XBUILD_DEPENDS+=3D ${LOCALBASE}/include/gmm/gmm.h:${PORTSDIR}/math/gmm++=
XBUILD_DEPENDS+=3D ${LOCALBASE}/bin/gawk:${PORTSDIR}/lang/gawk
XBUILD_DEPENDS+=3D ${LOCALBASE}/bin/xalan-j:${PORTSDIR}/textproc/xalan-j=
X#
XLIB_DEPENDS+=3D qwt6.6:${PORTSDIR}/x11-toolkits/qwt6
XLIB_DEPENDS+=3D boost_thread.4:${PORTSDIR}/devel/boost-libs
XLIB_DEPENDS+=3D cwd.2:${PORTSDIR}/devel/libcwd
XLIB_DEPENDS+=3D gsl.16:${PORTSDIR}/math/gsl
XLIB_DEPENDS+=3D cholmod.1:${PORTSDIR}/math/suitesparse
XLIB_DEPENDS+=3D jpeg.11:${PORTSDIR}/graphics/jpeg
XLIB_DEPENDS+=3D tiff.4:${PORTSDIR}/graphics/tiff
XLIB_DEPENDS+=3D png15.15:${PORTSDIR}/graphics/png
XLIB_DEPENDS+=3D geos.0:${PORTSDIR}/graphics/geos
XLIB_DEPENDS+=3D gdal.17:${PORTSDIR}/graphics/gdal
XLIB_DEPENDS+=3D protobuf.7:${PORTSDIR}/devel/protobuf
XLIB_DEPENDS+=3D phonon:${PORTSDIR}/multimedia/phonon
XLIB_DEPENDS+=3D superlu.4:${PORTSDIR}/math/superlu
XLIB_DEPENDS+=3D cspice.6:${PORTSDIR}/astro/cspice
XLIB_DEPENDS+=3D xerces-c.3:${PORTSDIR}/textproc/xerces-c3
X#
XISIS3_LIB_VERSION=3D ${PORTVERSION:C/\.[0-9]*\.[0-9]*$//}=09
XISIS3_LIB_STATIC_FULL=3D lib${PORTNAME:C/[0-9]*$//}${PORTVERSION}.a
X
XISIS3_LIB_MAIN=3D lib${PORTNAME:C/[0-9]*$//}${PORTVERSION}.so.${ISIS3_L=
IB_VERSION}
XISIS3_LIB_1LN=3D lib${PORTNAME:C/[0-9]*$//}${PORTVERSION}.so
XISIS3_LIB_2LN=3D lib${PORTNAME:C/[0-9]*$//}${PORTVERSION:C/\.[0-9]+[0-9=
]*$//}.so
XISIS3_LIB_3LN=3D lib${PORTNAME:C/[0-9]*$//}${PORTVERSION:C/\.[0-9]+[0-9=
]*\.[0-9][0-9]*$//}.so
X
XISIS3_ROOT=3D ${PREFIX}/${PORTNAME:C/[0-9]*$//}/${PORTVERSION}
X
XMAKE_ENV+=3D ISISROOT=3D${WRKSRC} \
X ${CONFIGURE_ENV} \
X QT_INCDIR=3D${QT_INCDIR} \
X QT_LIBDIR=3D${QT_LIBDIR} \
X QMAKESPEC=3D${QMAKESPEC} \
X RCC=3D$(RCC) \
X UIC=3D$(UIC) \
X MOC=3D$(MOC) \
X QMAKE=3D$(QMAKE)
X
X# necessary for CLANG
XCPPFLAGS+=3D -I{LOCALBASE}/include \
X -I${QT_INCDIR}
X
X.include <bsd.port.pre.mk>
X
Xpre-configure:
X unset ISISROOT
X export ISISROOT=3D${WRKSRC}
X ${INSTALL_DATA} ${FILESDIR}/config.freebsd ${WRKSRC}/make/
X
Xdo-install:
X# Install the shared libraries
X.if !exists(${ISIS3_ROOT}/lib)
X ${MKDIR} ${ISIS3_ROOT}/lib
X.endif
X ${INSTALL_PROGRAM} ${WRKSRC}/lib/${ISIS3_LIB_1LN} ${ISIS3_ROOT}/lib/${I=
SIS3_LIB_MAIN}
X ${INSTALL_PROGRAM} ${WRKSRC}/lib/lib[A-Z]*.so ${ISIS3_ROOT}/lib/
X
X ${INSTALL_DATA} ${WRKSRC}/lib/${ISIS3_LIB_STATIC_FULL} ${ISIS3_ROOT}/li=
b/
X ${INSTALL_DATA} ${WRKSRC}/lib/*.plugin ${ISIS3_ROOT}/lib/
X
X.if !exists(${ISIS3_ROOT}/include)
X ${MKDIR} ${ISIS3_ROOT}/include
X.endif
X ${INSTALL_DATA} ${WRKSRC}/inc/*.h ${ISIS3_ROOT}/include/
X
X.if !exists(${ISIS3_ROOT}/templates/gui/)
X ${MKDIR} ${ISIS3_ROOT}/templates/gui
X.endif
X
X ${INSTALL_DATA} ${WRKSRC}/templates/gui/*.xml ${ISIS3_ROOT}/templates/g=
ui/
X
X.if !exists(${ISIS3_ROOT}/bin)
X ${MKDIR} ${ISIS3_ROOT}/bin
X.endif
X ${INSTALL_PROGRAM} ${WRKSRC}/bin/[a-wz]* ${ISIS3_ROOT}/bin/
X
X.if !exists(${ISIS3_ROOT}/bin/xml/)
X ${MKDIR} ${ISIS3_ROOT}/bin/xml
X.endif
X ${INSTALL_DATA} ${WRKSRC}/bin/xml/* ${ISIS3_ROOT}/bin/xml/
X ${INSTALL_DATA} ${WRKSRC}/IsisPreferences ${ISIS3_ROOT}/
X=09
Xpost-install:
X @${ECHO} "post-install:"; \
X cd ${ISIS3_ROOT}/lib &&\
X ${LN} -fs ${ISIS3_LIB_MAIN} ${ISIS3_LIB_1LN} &&\
X ${LN} -fs ${ISIS3_LIB_1LN} ${ISIS3_LIB_2LN} &&\
X ${LN} -fs ${ISIS3_LIB_2LN} ${ISIS3_LIB_3LN} &&\
X ${ECHO} ${PORTVERSION} > ${ISIS3_ROOT}/version
X
X.include <bsd.port.post.mk>
de0c704a7a1cfe07904b1ca1a4fba3a3
exit
--------------080904040108080205020100--
--------------enigD5C4A32F7C1F8E48DEB154A6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
iQEcBAEBAgAGBQJQYbcAAAoJEOgBcD7A/5N8SmcH/ihyp4QqK8v7s0kcdTZzj1zd
KcTO7VvKcz85QP28CSdUUtWMKfw5Qtnv+8t6LYX0c7b8BtA7fpO4jIiR4Qua60bN
g4IRdHMZy/wMz59Peb84LXPRMXP5mbB9e3BTOgaf6PNL+rWZXx8f2ia7ZPIh2bbf
p6yci6krM3702HlX0CNjqD3ENpDucRESRiErF737qeJSn2ZfYSDK8DTNSUkETr62
uSTKAX3lRZRjARj0Ll+9S5FYXplJzNC+FM39KHpkSOAltWsCLhpUc/T6mYqIlCK/
BW0yCyNcUM/j5sqHFlLanIWmHo43wCPLmnAPo+Scd6/m4iFk23khyPQgC4ADOB0=
=ykt/
-----END PGP SIGNATURE-----
--------------enigD5C4A32F7C1F8E48DEB154A6--
More information about the freebsd-ports-bugs
mailing list