diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 9f1f0114cbf8..30553487c42a 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -1,61 +1,69 @@ # Created by: Sébastien Santoro PORTNAME= astrometry -PORTVERSION= 0.80 -PORTREVISION= 2 +PORTVERSION= 0.85 CATEGORIES= astro MASTER_SITES= http://astrometry.net/downloads/ DISTNAME= ${PORTNAME}.net-${PORTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Astronomic calibration service LICENSE= GPLv2 BROKEN_armv6= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name' BROKEN_armv7= fails to link: os-features-test.c:10: undefined symbol 'canonicalize_file_name' BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libcairo.so:graphics/cairo \ libcfitsio.so:astro/cfitsio \ libgsl.so:math/gsl \ libpng.so:graphics/png \ libnetpbm.so:graphics/netpbm \ libwcs.so:astro/wcslib -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \ + ${PYNUMPY} USES= gmake jpeg localbase pkgconfig python shebangfix -SHEBANG_FILES= bin/* blind/*.py sdss/*.py util/[!c]*.py USE_LDCONFIG= yes +SHEBANG_FILES= bin/* sdss/*.py solver/*.py util/[!c]*.py -ALL_TARGET= all extra MAKE_ARGS= NETPBM_INC="-I${LOCALBASE}/include/netpbm" \ NETPBM_LIB="-L${LOCALBASE}/lib -lnetpbm" \ SYSTEM_GSL=yes MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX} \ - DOC_INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME}/doc \ - EXAMPLE_INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME}/examples \ + DOC_INSTALL_DIR=${STAGEDIR}${DOCSDIR} \ + EXAMPLE_INSTALL_DIR=${STAGEDIR}${EXAMPLESDIR} \ MAN1_INSTALL_DIR=${STAGEDIR}${PREFIX}/man/man1 \ PYTHON=${PYTHON_CMD} PYTHON_SCRIPT=${PYTHON_CMD} MAKE_JOBS_UNSAFE= yes -# Changes search path in astrometry-engine -DATA_INSTALL_DIR= ${STAGEDIR}${DATADIR} +ALL_TARGET= all extra +LDFLAGS+= -lz + # Need this to get gzipped man pages MANDIRS= ${MANPREFIX}/man/man1 SUB_FILES= pkg-message -LDFLAGS+= -lz + +PORTDOCS= * +PORTEXAMPLES= * + +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFAULT= EXAMPLES + +# Changes search path in astrometry-engine +DATA_INSTALL_DIR= ${STAGEDIR}${DATADIR} # DATA_INSTALL_DIR does not work globally :( post-install: @${REINPLACE_CMD} -i '' \ -e 's|${STAGEDIR}/usr/local/data|${DATADIR}|' \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg @${RMDIR} ${STAGEDIR}${PREFIX}/data @${MKDIR} ${STAGEDIR}${DATADIR}/sdss - @${MKDIR} ${STAGEDIR}${DATADIR}/blind + @${MKDIR} ${STAGEDIR}${DATADIR}/solver @${MKDIR} ${STAGEDIR}${DATADIR}/catalogs ${INSTALL_DATA} ${WRKSRC}/sdss/testdata/*.fit* ${STAGEDIR}${DATADIR}/sdss - ${INSTALL_DATA} ${WRKSRC}/blind/index-9918.fits ${STAGEDIR}${DATADIR}/blind + ${INSTALL_DATA} ${WRKSRC}/solver/index-9918.fits ${STAGEDIR}${DATADIR}/solver ${INSTALL_DATA} ${WRKSRC}/catalogs/*.fit* ${STAGEDIR}${DATADIR}/catalogs .include diff --git a/astro/astrometry/distinfo b/astro/astrometry/distinfo index 9c1e759053c3..476b6bd73cad 100644 --- a/astro/astrometry/distinfo +++ b/astro/astrometry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587972675 -SHA256 (astrometry.net-0.80.tar.gz) = 6eb73c2371df30324d6532955c46d5f324f2aad87f1af67c12f9354cfd4a7864 -SIZE (astrometry.net-0.80.tar.gz) = 11637496 +TIMESTAMP = 1618499902 +SHA256 (astrometry.net-0.85.tar.gz) = e5aa28cbd6c5dd2eaf6df68f95398c3cae190668d86e9922521d29689fc27221 +SIZE (astrometry.net-0.85.tar.gz) = 11633235 diff --git a/astro/astrometry/files/os-features-config.h b/astro/astrometry/files/os-features-config.h index ad00021dd871..644a53d2ec55 100644 --- a/astro/astrometry/files/os-features-config.h +++ b/astro/astrometry/files/os-features-config.h @@ -1,5 +1,2 @@ #define NEED_CANONICALIZE_FILE_NAME 1 -#define NEED_DECLARE_QSORT_R 1 -#define NEED_QSORT_R 0 -#define NEED_SWAP_QSORT_R 0 #define HAVE_NETPBM 1 diff --git a/astro/astrometry/files/patch-blind_Makefile b/astro/astrometry/files/patch-blind_Makefile deleted file mode 100644 index 74cf81babd94..000000000000 --- a/astro/astrometry/files/patch-blind_Makefile +++ /dev/null @@ -1,61 +0,0 @@ ---- blind/Makefile.orig 2019-04-22 16:25:30 UTC -+++ blind/Makefile -@@ -223,11 +223,11 @@ PYTHON_EXECS := plotann.py - PYTHON_INSTALL := $(PYTHON_EXECS) __init__.py - - install: $(INSTALL_EXECS) $(INSTALL_LIB) -- @echo Installing in directory '$(INSTALL_DIR)' -+ @echo Installing executables in directory '$(INSTALL_DIR)' - $(MKDIR) '$(INSTALL_DIR)/bin' - @for x in $(INSTALL_EXECS); do \ -- echo $(CP) $$x '$(INSTALL_DIR)/bin'; \ -- $(CP) $$x '$(INSTALL_DIR)/bin'; \ -+ echo $(BSD_INSTALL_PROGRAM) $$x '$(INSTALL_DIR)/bin'; \ -+ $(BSD_INSTALL_PROGRAM) $$x '$(INSTALL_DIR)/bin'; \ - done - $(MKDIR) '$(ETC_INSTALL_DIR)' - $(PYTHON) -c "import os; print(open('../etc/astrometry.cfg-dist').read().replace('DATA_INSTALL_DIR', '$(DATA_FINAL_DIR)'))" > '$(ETC_INSTALL_DIR)/astrometry.cfg' -@@ -238,8 +238,8 @@ install: $(INSTALL_EXECS) $(INSTALL_LIB) - done - $(MKDIR) '$(LIB_INSTALL_DIR)' - @for x in $(INSTALL_LIB); do \ -- echo $(CP) $$x '$(LIB_INSTALL_DIR)'; \ -- $(CP) $$x '$(LIB_INSTALL_DIR)'; \ -+ echo $(BSD_INSTALL_LIB) $$x '$(LIB_INSTALL_DIR)'; \ -+ $(BSD_INSTALL_LIB) $$x '$(LIB_INSTALL_DIR)'; \ - done - $(MKDIR) '$(PY_INSTALL_DIR)' - @for x in $(PYTHON_INSTALL); do \ -@@ -254,26 +254,27 @@ install: $(INSTALL_EXECS) $(INSTALL_LIB) - done - - --PYTHON_EXTRA_INSTALL := plotstuff.py plotstuff_c.py _plotstuff_c$(PYTHON_SO_EXT) -+PYTHON_EXTRA_INSTALL := plotstuff.py plotstuff_c.py - - install-extra: $(INSTALL_CAIRO_EXECS) -- @echo Installing in directory '$(INSTALL_DIR)' -+ @echo Installing executables in directory '$(INSTALL_DIR)' - $(MKDIR) '$(INSTALL_DIR)/bin' - @for x in $(INSTALL_CAIRO_EXECS); do \ -- echo $(CP) $$x '$(INSTALL_DIR)/bin'; \ -- $(CP) $$x '$(INSTALL_DIR)/bin'; \ -+ echo $(BSD_INSTALL_PROGRAM) $$x '$(INSTALL_DIR)/bin'; \ -+ $(BSD_INSTALL_PROGRAM) $$x '$(INSTALL_DIR)/bin'; \ - done - $(MKDIR) '$(INCLUDE_INSTALL_DIR)' - @for x in $(PLOT_INSTALL_H); do \ - echo $(CP) '$(INCLUDE_DIR)/'$$x '$(INCLUDE_INSTALL_DIR)'; \ - $(CP) '$(INCLUDE_DIR)/'$$x '$(INCLUDE_INSTALL_DIR)'; \ - done -- $(MAKE) $(PYTHON_EXTRA_INSTALL) -+ $(MAKE) $(PYTHON_EXTRA_INSTALL) _plotstuff_c$(PYTHON_SO_EXT) - $(MKDIR) '$(PY_INSTALL_DIR)' - @for x in $(PYTHON_EXTRA_INSTALL); do \ - echo $(CP) $$x '$(PY_INSTALL_DIR)/'$$x; \ - $(CP) $$x '$(PY_INSTALL_DIR)/'$$x; \ - done -+ $(BSD_INSTALL_LIB) _plotstuff_c$(PYTHON_SO_EXT) '$(PY_INSTALL_DIR)' - - test-solver: test-solver.o solver_test.o $(SLIB) - test-solver-2: test-solver-2.o solver_test_2.o $(SLIB) diff --git a/astro/astrometry/files/patch-plot_Makefile b/astro/astrometry/files/patch-plot_Makefile new file mode 100644 index 000000000000..879b71c4bc0a --- /dev/null +++ b/astro/astrometry/files/patch-plot_Makefile @@ -0,0 +1,31 @@ +--- plot/Makefile.orig 2020-07-16 20:26:35 UTC ++++ plot/Makefile +@@ -119,23 +119,24 @@ install: + PYTHON_EXTRA_INSTALL := plotstuff.py plotstuff_c.py _plotstuff_c$(PYTHON_SO_EXT) + + install-extra: $(INSTALL_CAIRO_EXECS) +- @echo Installing in directory '$(INSTALL_DIR)' ++ @echo Installing executables in directory '$(INSTALL_DIR)' + $(MKDIR) '$(INSTALL_DIR)/bin' + @for x in $(INSTALL_CAIRO_EXECS); do \ +- echo $(CP) $$x '$(INSTALL_DIR)/bin'; \ +- $(CP) $$x '$(INSTALL_DIR)/bin'; \ ++ echo $(BSD_INSTALL_PROGRAM) $$x '$(INSTALL_DIR)/bin'; \ ++ $(BSD_INSTALL_PROGRAM) $$x '$(INSTALL_DIR)/bin'; \ + done + $(MKDIR) '$(INCLUDE_INSTALL_DIR)' + @for x in $(PLOT_INSTALL_H); do \ + echo $(CP) '$(INCLUDE_DIR)/'$$x '$(INCLUDE_INSTALL_DIR)'; \ + $(CP) '$(INCLUDE_DIR)/'$$x '$(INCLUDE_INSTALL_DIR)'; \ + done +- $(MAKE) $(PYTHON_EXTRA_INSTALL) ++ $(MAKE) $(PYTHON_EXTRA_INSTALL) _plotstuff_c$(PYTHON_SO_EXT) + $(MKDIR) '$(PY_INSTALL_DIR)' + @for x in $(PYTHON_EXTRA_INSTALL); do \ + echo $(CP) $$x '$(PY_INSTALL_DIR)/'$$x; \ + $(CP) $$x '$(PY_INSTALL_DIR)/'$$x; \ + done ++ $(BSD_INSTALL_LIB) _plotstuff_c$(PYTHON_SO_EXT) '$(PY_INSTALL_DIR)' + + $(COMMON)/cairoutils.o: + $(MAKE) -C $(COMMON) cairoutils.o diff --git a/astro/astrometry/files/patch-sdss_Makefile b/astro/astrometry/files/patch-sdss_Makefile index 845ed7218512..d4c6b524fbab 100644 --- a/astro/astrometry/files/patch-sdss_Makefile +++ b/astro/astrometry/files/patch-sdss_Makefile @@ -1,22 +1,22 @@ ---- sdss/Makefile.orig 2019-04-22 16:25:30 UTC +--- sdss/Makefile.orig 2021-03-22 15:27:41 UTC +++ sdss/Makefile @@ -25,15 +25,15 @@ _cutils$(PYTHON_SO_EXT) cutils.py: cutils.i INSTALL_PY := __init__.py common.py cutout.py dr7.py dr8.py runList-dr8.par \ dr9.py fields.py cutout.py runList-dr9.par dr10.py runList-dr10.par \ -- sdss_das.py sdss_name.py yanny.py -+ sdss_das.py sdss_name.py yanny.py cutils.py +- sdss_das.py sdss_name.py yanny.py casjobs.py ++ sdss_das.py sdss_name.py yanny.py casjobs.py cutils.py -INSTALL_LIB := cutils.py _cutils$(PYTHON_SO_EXT) +INSTALL_LIB := _cutils$(PYTHON_SO_EXT) install-lib: $(MKDIR) '$(MY_DIR)' @for x in $(INSTALL_LIB); do \ - echo $(CP) $$x '$(MY_DIR)'; \ - $(CP) $$x '$(MY_DIR)'; \ + echo $(BSD_INSTALL_LIB) $$x '$(MY_DIR)'; \ + $(BSD_INSTALL_LIB) $$x '$(MY_DIR)'; \ done .PHONY: install-lib diff --git a/astro/astrometry/pkg-plist b/astro/astrometry/pkg-plist index 16770fcb27a8..7b2e23ac583b 100644 --- a/astro/astrometry/pkg-plist +++ b/astro/astrometry/pkg-plist @@ -1,318 +1,297 @@ -astrometry/doc/CREDITS -astrometry/doc/LICENSE -astrometry/doc/README.md -astrometry/doc/report.txt -astrometry/examples/CREDITS -astrometry/examples/apod1.jpg -astrometry/examples/apod1.xyls -astrometry/examples/apod2.jpg -astrometry/examples/apod2.xyls -astrometry/examples/apod3.jpg -astrometry/examples/apod3.xyls -astrometry/examples/apod4.jpg -astrometry/examples/apod4.xyls -astrometry/examples/apod5.jpg -astrometry/examples/apod5.xyls -astrometry/examples/m44-1910-04-01.jpg -astrometry/examples/m44-1975-01-18.jpg -astrometry/examples/sdss.jpg -astrometry/examples/sdss.xyls -astrometry/examples/tycho2-mag6.fits bin/an-fitstopnm bin/an-pnmtofits bin/astrometry-engine bin/build-astrometry-index bin/degtohms bin/downsample-fits bin/fit-wcs bin/fits-column-merge bin/fits-flip-endian bin/fits-guess-scale bin/fitscopy bin/fitsgetext bin/fitsverify bin/get-healpix bin/get-wcs bin/hmstodeg bin/hpsplit bin/image2pnm bin/image2xy bin/imarith bin/imcopy bin/imstat bin/listhead bin/liststruc bin/merge-columns bin/modhead bin/new-wcs bin/pad-file bin/plot-constellations -bin/plotann.py bin/plotquad bin/plotxy bin/query-starkd bin/removelines bin/solve-field bin/startree bin/subtable bin/tablist bin/tabmerge bin/tabsort bin/text2fits bin/uniformize bin/votabletofits bin/wcs-grab bin/wcs-match bin/wcs-pv2sip bin/wcs-rd2xy bin/wcs-resample bin/wcs-to-tan bin/wcs-xy2rd bin/wcsinfo etc/astrometry.cfg include/astrometry/2mass-fits.h include/astrometry/2mass.h include/astrometry/allquads.h include/astrometry/an-bool.h include/astrometry/an-endian.h include/astrometry/an-opts.h include/astrometry/an-thread-pthreads.h include/astrometry/an-thread.h include/astrometry/anqfits.h include/astrometry/anwcs.h include/astrometry/augment-xylist.h include/astrometry/axyfile.h include/astrometry/bl-nl.h include/astrometry/bl-nl.inc include/astrometry/bl-nl.ph include/astrometry/bl-sort.h include/astrometry/bl.h include/astrometry/bl.inc include/astrometry/bl.ph -include/astrometry/blind.h -include/astrometry/blindutils.h include/astrometry/brightstars.h include/astrometry/bt.h include/astrometry/build-index.h include/astrometry/cairoutils.h include/astrometry/catalog.h include/astrometry/coadd.h include/astrometry/codefile.h include/astrometry/codekd.h include/astrometry/codetree.h include/astrometry/constellation-boundaries.h include/astrometry/constellations.h include/astrometry/convolve-image.h include/astrometry/ctmf.h include/astrometry/dimage.h include/astrometry/dualtree.h include/astrometry/dualtree_nearestneighbour.h include/astrometry/dualtree_rangesearch.h include/astrometry/engine.h include/astrometry/errors.h include/astrometry/fileutils.h include/astrometry/fit-wcs.h include/astrometry/fits-guess-scale.h include/astrometry/fitsbin.h include/astrometry/fitsfile.h include/astrometry/fitsioutils.h include/astrometry/fitstable.h include/astrometry/gslutils.h include/astrometry/hd.h include/astrometry/healpix-utils.h include/astrometry/healpix.h include/astrometry/hpquads.h include/astrometry/image2xy-files.h include/astrometry/image2xy.h include/astrometry/index.h include/astrometry/intmap.h include/astrometry/ioutils.h include/astrometry/kdtree.h include/astrometry/kdtree_fits_io.h include/astrometry/keywords.h include/astrometry/log.h include/astrometry/matchfile.h include/astrometry/matchobj.h include/astrometry/mathutil.h include/astrometry/merge-index.h include/astrometry/multiindex.h include/astrometry/new-wcs.h include/astrometry/nomad-fits.h include/astrometry/nomad.h +include/astrometry/onefield.h include/astrometry/openngc.h include/astrometry/os-features-config.h include/astrometry/os-features.h include/astrometry/permutedsort.h include/astrometry/plotannotations.h include/astrometry/plotfill.h include/astrometry/plotgrid.h include/astrometry/plotimage.h include/astrometry/plotoutline.h include/astrometry/plotstuff.h include/astrometry/plotxy.h include/astrometry/qfits_byteswap.h include/astrometry/qfits_card.h include/astrometry/qfits_convert.h include/astrometry/qfits_error.h include/astrometry/qfits_float.h include/astrometry/qfits_header.h include/astrometry/qfits_image.h include/astrometry/qfits_keywords.h include/astrometry/qfits_md5.h include/astrometry/qfits_memory.h include/astrometry/qfits_rw.h include/astrometry/qfits_std.h include/astrometry/qfits_table.h include/astrometry/qfits_time.h include/astrometry/qfits_tools.h include/astrometry/qidxfile.h include/astrometry/quad-builder.h include/astrometry/quad-utils.h include/astrometry/quadfile.h include/astrometry/rdlist.h include/astrometry/resample.h include/astrometry/resort-xylist.h include/astrometry/scamp-catalog.h include/astrometry/scamp.h include/astrometry/simplexy-common.h include/astrometry/simplexy.h include/astrometry/sip-utils.h include/astrometry/sip.h include/astrometry/sip_qfits.h include/astrometry/solvedfile.h include/astrometry/solver.h +include/astrometry/solverutils.h include/astrometry/starkd.h include/astrometry/starutil.h include/astrometry/starutil.inc include/astrometry/starxy.h include/astrometry/tabsort.h include/astrometry/tic.h include/astrometry/tweak.h include/astrometry/tweak2.h include/astrometry/tycho2-fits.h include/astrometry/tycho2.h include/astrometry/ucac3.h include/astrometry/ucac4.h include/astrometry/uniformize-catalog.h include/astrometry/unpermute-quads.h include/astrometry/unpermute-stars.h include/astrometry/usnob-fits.h include/astrometry/usnob.h include/astrometry/verify.h include/astrometry/wcs-pv2sip.h include/astrometry/wcs-rd2xy.h include/astrometry/wcs-xy2rd.h include/astrometry/xylist.h lib/libanbase.a lib/libanfiles.a lib/libanutils.a lib/libastrometry.a lib/libastrometry.so lib/libcatalogs.a lib/libkd.a lib/libqfits.a lib/python/astrometry/__init__.py -lib/python/astrometry/blind/__init__.py -lib/python/astrometry/blind/_plotstuff_c%%PYTHON_EXT_SUFFIX%%.so -lib/python/astrometry/blind/plotann.py -lib/python/astrometry/blind/plotstuff.py -lib/python/astrometry/blind/plotstuff_c.py lib/python/astrometry/catalogs/__init__.py lib/python/astrometry/libkd/__init__.py lib/python/astrometry/libkd/spherematch.py lib/python/astrometry/libkd/spherematch_c%%PYTHON_EXT_SUFFIX%%.so lib/python/astrometry/net/client/client.py +lib/python/astrometry/plot/_plotstuff_c%%PYTHON_EXT_SUFFIX%%.so +lib/python/astrometry/plot/plotstuff.py +lib/python/astrometry/plot/plotstuff_c.py lib/python/astrometry/sdss/__init__.py lib/python/astrometry/sdss/_cutils%%PYTHON_EXT_SUFFIX%%.so +lib/python/astrometry/sdss/casjobs.py lib/python/astrometry/sdss/common.py lib/python/astrometry/sdss/cutils.py lib/python/astrometry/sdss/cutout.py lib/python/astrometry/sdss/dr10.py lib/python/astrometry/sdss/dr7.py lib/python/astrometry/sdss/dr8.py lib/python/astrometry/sdss/dr9.py lib/python/astrometry/sdss/fields.py lib/python/astrometry/sdss/runList-dr10.par lib/python/astrometry/sdss/runList-dr8.par lib/python/astrometry/sdss/runList-dr9.par lib/python/astrometry/sdss/sdss_das.py lib/python/astrometry/sdss/sdss_name.py lib/python/astrometry/sdss/yanny.py +lib/python/astrometry/solver/__init__.py lib/python/astrometry/util/EXIF.py lib/python/astrometry/util/__init__.py lib/python/astrometry/util/_util%%PYTHON_EXT_SUFFIX%%.so lib/python/astrometry/util/addpath.py lib/python/astrometry/util/file.py lib/python/astrometry/util/filetype.py lib/python/astrometry/util/find_data_file.py lib/python/astrometry/util/fits.py lib/python/astrometry/util/fix_sdss_idr.py lib/python/astrometry/util/horizons.py lib/python/astrometry/util/image2pnm.py lib/python/astrometry/util/imageutils.py lib/python/astrometry/util/miscutils.py lib/python/astrometry/util/multiproc.py lib/python/astrometry/util/plotshift.py lib/python/astrometry/util/plotutils.py lib/python/astrometry/util/removelines.py lib/python/astrometry/util/resample.py lib/python/astrometry/util/run_command.py lib/python/astrometry/util/shell.py lib/python/astrometry/util/siap.py lib/python/astrometry/util/stages.py lib/python/astrometry/util/starutil.py lib/python/astrometry/util/starutil_numpy.py lib/python/astrometry/util/timingpool.py lib/python/astrometry/util/ttime.py lib/python/astrometry/util/uniformize.py lib/python/astrometry/util/usnob_catalog.py lib/python/astrometry/util/usnob_get_image.py lib/python/astrometry/util/usnob_get_region.py lib/python/astrometry/util/util.py man/man1/an-fitstopnm.1.gz man/man1/an-pnmtofits.1.gz man/man1/astrometry-engine.1.gz man/man1/build-astrometry-index.1.gz man/man1/coadd.1.gz man/man1/downsample-fits.1.gz man/man1/fit-wcs.1.gz man/man1/fits-flip-endian.1.gz man/man1/fits-guess-scale.1.gz man/man1/fitsgetext.1.gz man/man1/get-healpix.1.gz man/man1/get-wcs.1.gz man/man1/hpsplit.1.gz man/man1/image2xy.1.gz man/man1/new-wcs.1.gz man/man1/pad-file.1.gz man/man1/plot-constellations.1.gz man/man1/plotquad.1.gz man/man1/plotxy.1.gz man/man1/query-starkd.1.gz man/man1/solve-field.1.gz man/man1/subtable.1.gz man/man1/tabsort.1.gz man/man1/wcs-grab.1.gz man/man1/wcs-match.1.gz man/man1/wcs-pv2sip.1.gz man/man1/wcs-rd2xy.1.gz man/man1/wcs-resample.1.gz man/man1/wcs-to-tan.1.gz man/man1/wcs-xy2rd.1.gz man/man1/wcsinfo.1.gz -%%DATADIR%%/blind/index-9918.fits %%DATADIR%%/catalogs/abell-all.fits %%DATADIR%%/catalogs/brightstars.fits %%DATADIR%%/catalogs/openngc-ic.fits %%DATADIR%%/catalogs/openngc-names.fits %%DATADIR%%/catalogs/openngc-ngc.fits %%DATADIR%%/catalogs/ugc.fits %%DATADIR%%/catalogs/uzc2000.fits %%DATADIR%%/sdss/cut-tsObj-002830-6-0-0398.fit %%DATADIR%%/sdss/psf.fits %%DATADIR%%/sdss/psf00.fits %%DATADIR%%/sdss/psf01k.fits %%DATADIR%%/sdss/psf02k.fits %%DATADIR%%/sdss/psf1k0.fits %%DATADIR%%/sdss/psf2k0.fits %%DATADIR%%/sdss/tsField-002830-6-0398.fit +%%DATADIR%%/solver/index-9918.fits