Update to 0.65
This commit is contained in:
parent
38711cdbd7
commit
7622145aa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413876
3 changed files with 48 additions and 21 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= astrometry
|
||||
PORTVERSION= 0.50
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.65
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://www.astrometry.net/downloads/
|
||||
DISTNAME= ${PORTNAME}.net-${PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (astrometry.net-0.50.tar.bz2) = 6a7c1727339a00d1b35aec802b1e553511c4ab0f9b62fb0c3edbf59cb085f79f
|
||||
SIZE (astrometry.net-0.50.tar.bz2) = 8799626
|
||||
SHA256 (astrometry.net-0.65.tar.bz2) = ef28a6e46d0c2c24fe4506753e526bd230368c0c92bb86725d2331febf35d9a2
|
||||
SIZE (astrometry.net-0.65.tar.bz2) = 10434497
|
||||
|
|
|
@ -29,11 +29,9 @@ astrometry/bin/pad-file
|
|||
astrometry/bin/plot-constellations
|
||||
astrometry/bin/plotann.py
|
||||
astrometry/bin/plotquad
|
||||
astrometry/bin/plotstuff
|
||||
astrometry/bin/plotxy
|
||||
astrometry/bin/query-starkd
|
||||
astrometry/bin/removelines.py
|
||||
astrometry/bin/search-index
|
||||
astrometry/bin/solve-field
|
||||
astrometry/bin/subtable
|
||||
astrometry/bin/tablist
|
||||
|
@ -43,6 +41,8 @@ astrometry/bin/text2fits.py
|
|||
astrometry/bin/uniformize.py
|
||||
astrometry/bin/votabletofits.py
|
||||
astrometry/bin/wcs-grab
|
||||
astrometry/bin/wcs-match
|
||||
astrometry/bin/wcs-pv2sip
|
||||
astrometry/bin/wcs-rd2xy
|
||||
astrometry/bin/wcs-resample
|
||||
astrometry/bin/wcs-to-tan
|
||||
|
@ -52,7 +52,7 @@ astrometry/doc/CREDITS
|
|||
astrometry/doc/LICENSE
|
||||
astrometry/doc/README.md
|
||||
astrometry/doc/report.txt
|
||||
astrometry/etc/astrometry.cfg
|
||||
astrometry/%%ETCDIR%%.cfg
|
||||
astrometry/examples/CREDITS
|
||||
astrometry/examples/apod1.jpg
|
||||
astrometry/examples/apod1.xyls
|
||||
|
@ -98,6 +98,7 @@ astrometry/include/astrometry/coadd.h
|
|||
astrometry/include/astrometry/codefile.h
|
||||
astrometry/include/astrometry/codekd.h
|
||||
astrometry/include/astrometry/codetree.h
|
||||
astrometry/include/astrometry/constellation-boundaries.h
|
||||
astrometry/include/astrometry/constellations.h
|
||||
astrometry/include/astrometry/convolve-image.h
|
||||
astrometry/include/astrometry/ctmf.h
|
||||
|
@ -167,7 +168,6 @@ astrometry/include/astrometry/qidxfile.h
|
|||
astrometry/include/astrometry/quad-builder.h
|
||||
astrometry/include/astrometry/quad-utils.h
|
||||
astrometry/include/astrometry/quadfile.h
|
||||
astrometry/include/astrometry/radix.h
|
||||
astrometry/include/astrometry/rdlist.h
|
||||
astrometry/include/astrometry/resample.h
|
||||
astrometry/include/astrometry/resort-xylist.h
|
||||
|
@ -185,7 +185,6 @@ astrometry/include/astrometry/starkd.h
|
|||
astrometry/include/astrometry/starutil.h
|
||||
astrometry/include/astrometry/starutil.inc
|
||||
astrometry/include/astrometry/starxy.h
|
||||
astrometry/include/astrometry/svn.h
|
||||
astrometry/include/astrometry/tabsort.h
|
||||
astrometry/include/astrometry/tic.h
|
||||
astrometry/include/astrometry/tweak.h
|
||||
|
@ -200,6 +199,7 @@ astrometry/include/astrometry/unpermute-stars.h
|
|||
astrometry/include/astrometry/usnob-fits.h
|
||||
astrometry/include/astrometry/usnob.h
|
||||
astrometry/include/astrometry/verify.h
|
||||
astrometry/include/astrometry/wcs-pv2sip.h
|
||||
astrometry/include/astrometry/wcs-rd2xy.h
|
||||
astrometry/include/astrometry/wcs-xy2rd.h
|
||||
astrometry/include/astrometry/xylist.h
|
||||
|
@ -213,6 +213,7 @@ astrometry/lib/libkd.a
|
|||
astrometry/lib/libqfits.a
|
||||
astrometry/lib/python/astrometry/__init__.py
|
||||
astrometry/lib/python/astrometry/blind/__init__.py
|
||||
astrometry/lib/python/astrometry/blind/_plotstuff_c.so
|
||||
astrometry/lib/python/astrometry/blind/plotann.py
|
||||
astrometry/lib/python/astrometry/blind/plotstuff.py
|
||||
astrometry/lib/python/astrometry/blind/plotstuff_c.py
|
||||
|
@ -220,9 +221,12 @@ astrometry/lib/python/astrometry/catalogs/__init__.py
|
|||
astrometry/lib/python/astrometry/catalogs/ngc2000.py
|
||||
astrometry/lib/python/astrometry/libkd/__init__.py
|
||||
astrometry/lib/python/astrometry/libkd/spherematch.py
|
||||
astrometry/lib/python/astrometry/libkd/spherematch_c.so
|
||||
astrometry/lib/python/astrometry/sdss/__init__.py
|
||||
astrometry/lib/python/astrometry/sdss/_cutils.so
|
||||
astrometry/lib/python/astrometry/sdss/common.py
|
||||
astrometry/lib/python/astrometry/sdss/cutils.py
|
||||
astrometry/lib/python/astrometry/sdss/cutout.py
|
||||
astrometry/lib/python/astrometry/sdss/dr10.py
|
||||
astrometry/lib/python/astrometry/sdss/dr7.py
|
||||
astrometry/lib/python/astrometry/sdss/dr8.py
|
||||
|
@ -231,8 +235,12 @@ astrometry/lib/python/astrometry/sdss/fields.py
|
|||
astrometry/lib/python/astrometry/sdss/runList-dr10.par
|
||||
astrometry/lib/python/astrometry/sdss/runList-dr8.par
|
||||
astrometry/lib/python/astrometry/sdss/runList-dr9.par
|
||||
astrometry/lib/python/astrometry/sdss/sdss_das.py
|
||||
astrometry/lib/python/astrometry/sdss/sdss_name.py
|
||||
astrometry/lib/python/astrometry/sdss/yanny.py
|
||||
astrometry/lib/python/astrometry/util/EXIF.py
|
||||
astrometry/lib/python/astrometry/util/__init__.py
|
||||
astrometry/lib/python/astrometry/util/_util.so
|
||||
astrometry/lib/python/astrometry/util/addpath.py
|
||||
astrometry/lib/python/astrometry/util/casjobs.py
|
||||
astrometry/lib/python/astrometry/util/degtohms.py
|
||||
|
@ -246,7 +254,6 @@ astrometry/lib/python/astrometry/util/hmstodeg.py
|
|||
astrometry/lib/python/astrometry/util/horizons.py
|
||||
astrometry/lib/python/astrometry/util/image2pnm.py
|
||||
astrometry/lib/python/astrometry/util/imageutils.py
|
||||
astrometry/lib/python/astrometry/util/lsstutils.py
|
||||
astrometry/lib/python/astrometry/util/merge-columns.py
|
||||
astrometry/lib/python/astrometry/util/miscutils.py
|
||||
astrometry/lib/python/astrometry/util/multiproc.py
|
||||
|
@ -255,19 +262,13 @@ astrometry/lib/python/astrometry/util/plotutils.py
|
|||
astrometry/lib/python/astrometry/util/removelines.py
|
||||
astrometry/lib/python/astrometry/util/resample.py
|
||||
astrometry/lib/python/astrometry/util/run_command.py
|
||||
astrometry/lib/python/astrometry/util/sdss_das.py
|
||||
astrometry/lib/python/astrometry/util/sdss_filenames.py
|
||||
astrometry/lib/python/astrometry/util/sdss_get_catalog.py
|
||||
astrometry/lib/python/astrometry/util/sdss_noise.py
|
||||
astrometry/lib/python/astrometry/util/sdss_psf.py
|
||||
astrometry/lib/python/astrometry/util/sdss_psfield.py
|
||||
astrometry/lib/python/astrometry/util/shell.py
|
||||
astrometry/lib/python/astrometry/util/siap.py
|
||||
astrometry/lib/python/astrometry/util/sqlcl.py
|
||||
astrometry/lib/python/astrometry/util/stages.py
|
||||
astrometry/lib/python/astrometry/util/starutil.py
|
||||
astrometry/lib/python/astrometry/util/starutil_numpy.py
|
||||
astrometry/lib/python/astrometry/util/text2fits.py
|
||||
astrometry/lib/python/astrometry/util/timingpool.py
|
||||
astrometry/lib/python/astrometry/util/ttime.py
|
||||
astrometry/lib/python/astrometry/util/uniformize.py
|
||||
astrometry/lib/python/astrometry/util/usnob_catalog.py
|
||||
|
@ -275,8 +276,35 @@ astrometry/lib/python/astrometry/util/usnob_get_image.py
|
|||
astrometry/lib/python/astrometry/util/usnob_get_region.py
|
||||
astrometry/lib/python/astrometry/util/util.py
|
||||
astrometry/lib/python/astrometry/util/votabletofits.py
|
||||
astrometry/lib/python/astrometry/util/w3c_validator.py
|
||||
astrometry/lib/python/astrometry/util/yanny.py
|
||||
astrometry/ups/astrometry_net.cfg
|
||||
astrometry/ups/astrometry_net.table
|
||||
astrometry/share/man/man1/an-fitstopnm.1
|
||||
astrometry/share/man/man1/an-pnmtofits.1
|
||||
astrometry/share/man/man1/astrometry-engine.1
|
||||
astrometry/share/man/man1/build-astrometry-index.1
|
||||
astrometry/share/man/man1/coadd.1
|
||||
astrometry/share/man/man1/downsample-fits.1
|
||||
astrometry/share/man/man1/fit-wcs.1
|
||||
astrometry/share/man/man1/fits-flip-endian.1
|
||||
astrometry/share/man/man1/fits-guess-scale.1
|
||||
astrometry/share/man/man1/fitsgetext.1
|
||||
astrometry/share/man/man1/get-healpix.1
|
||||
astrometry/share/man/man1/get-wcs.1
|
||||
astrometry/share/man/man1/hpsplit.1
|
||||
astrometry/share/man/man1/image2xy.1
|
||||
astrometry/share/man/man1/new-wcs.1
|
||||
astrometry/share/man/man1/pad-file.1
|
||||
astrometry/share/man/man1/plot-constellations.1
|
||||
astrometry/share/man/man1/plotquad.1
|
||||
astrometry/share/man/man1/plotxy.1
|
||||
astrometry/share/man/man1/query-starkd.1
|
||||
astrometry/share/man/man1/solve-field.1
|
||||
astrometry/share/man/man1/subtable.1
|
||||
astrometry/share/man/man1/tabsort.1
|
||||
astrometry/share/man/man1/wcs-grab.1
|
||||
astrometry/share/man/man1/wcs-match.1
|
||||
astrometry/share/man/man1/wcs-pv2sip.1
|
||||
astrometry/share/man/man1/wcs-rd2xy.1
|
||||
astrometry/share/man/man1/wcs-resample.1
|
||||
astrometry/share/man/man1/wcs-to-tan.1
|
||||
astrometry/share/man/man1/wcs-xy2rd.1
|
||||
astrometry/share/man/man1/wcsinfo.1
|
||||
@dir astrometry/data
|
||||
|
|
Loading…
Reference in a new issue