Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 497483) +++ head/astro/Makefile (revision 497484) @@ -1,133 +1,134 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += R-cran-maptools SUBDIR += accrete SUBDIR += astrometry SUBDIR += boinc-astropulse SUBDIR += boinc-setiathome SUBDIR += celestia SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += fowsr SUBDIR += foxtrotgps SUBDIR += garmindev SUBDIR += geographiclib SUBDIR += gkrellmoon2 + SUBDIR += gnuastro SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpsbabel14 SUBDIR += gpscorrelate SUBDIR += gpsd SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += gpsprune SUBDIR += gpstk SUBDIR += gpxloggerd SUBDIR += jday SUBDIR += josm SUBDIR += kstars SUBDIR += libgal SUBDIR += libkgeomap SUBDIR += libnova SUBDIR += libosmium SUBDIR += libosmpbf SUBDIR += luna SUBDIR += marble SUBDIR += match SUBDIR += merkaartor SUBDIR += mkgmap SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall SUBDIR += opencpn SUBDIR += openuniverse SUBDIR += oskar SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-App-Satpass2 SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-Constants SUBDIR += p5-Astro-Coords SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-CFITSIO SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-Flux SUBDIR += p5-Astro-Hipparcos SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-PAL SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-Astro-Telescope SUBDIR += p5-Astro-WaveBand SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS SUBDIR += p5-GPS-Babel SUBDIR += p5-GPS-OID SUBDIR += p5-GPS-Point SUBDIR += p5-Geo-METAR SUBDIR += p5-Misc-Quality SUBDIR += p5-Net-GPSD3 SUBDIR += p5-Starlink-AST SUBDIR += p5-Weather-Underground SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-RO SUBDIR += py-aipy SUBDIR += py-astLib SUBDIR += py-astropy SUBDIR += py-horoscopegenerator SUBDIR += py-metar SUBDIR += py-metpy SUBDIR += py-pymetar SUBDIR += py-pysofa SUBDIR += py-pywapi SUBDIR += py-spacetrack SUBDIR += pyephem SUBDIR += pyweather SUBDIR += qmapshack SUBDIR += readosm SUBDIR += rmap SUBDIR += roadmap SUBDIR += routino SUBDIR += saoimage SUBDIR += sextractor SUBDIR += siril SUBDIR += sofa SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock SUBDIR += sunwait SUBDIR += swe SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking SUBDIR += wcslib SUBDIR += weather SUBDIR += wmglobe SUBDIR += wmjupiter SUBDIR += wmmoonclock SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun SUBDIR += xearth SUBDIR += xeartk SUBDIR += xephem SUBDIR += xmoontool SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xtide SUBDIR += xworld .include Index: head/astro/gnuastro/Makefile =================================================================== --- head/astro/gnuastro/Makefile (nonexistent) +++ head/astro/gnuastro/Makefile (revision 497484) @@ -0,0 +1,45 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= gnuastro +PORTVERSION= 0.8 +CATEGORIES= astro +MASTER_SITES= GNU + +MAINTAINER= danfe@FreeBSD.org +COMMENT= GNU astronomy utilities and library + +LICENSE= GPLv3+ + +LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ + libwcs.so:astro/wcslib \ + libcurl.so:ftp/curl \ + libgsl.so:math/gsl \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff + +USES= gmake jpeg libtool:build localbase +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +TEST_TARGET= check + +INFO= ${PORTNAME} +PORTDOCS= AUTHORS ChangeLog NEWS README THANKS + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's,gcc,${CC},' ${WRKSRC}/bin/buildprog/buildprog.c + @${REINPLACE_CMD} -e 's,/bash,/sh,' ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e '31s,^,#include ,' \ + ${WRKSRC}/lib/gnuastro/table.h + +post-install: + @${FIND} ${STAGEDIR}${PREFIX}/etc -name \*.conf \ + -exec ${MV} '{}' '{}.sample' \; + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/astro/gnuastro/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/gnuastro/distinfo =================================================================== --- head/astro/gnuastro/distinfo (nonexistent) +++ head/astro/gnuastro/distinfo (revision 497484) @@ -0,0 +1,3 @@ +TIMESTAMP = 1553427026 +SHA256 (gnuastro-0.8.tar.gz) = 3a8070f9dd896a463f1d898be82b1fe5abcd39e6407be9162f4dbea7fe9caed4 +SIZE (gnuastro-0.8.tar.gz) = 5140848 Property changes on: head/astro/gnuastro/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/gnuastro/pkg-descr =================================================================== --- head/astro/gnuastro/pkg-descr (nonexistent) +++ head/astro/gnuastro/pkg-descr (revision 497484) @@ -0,0 +1,8 @@ +The GNU Astronomy Utilities (Gnuastro) is an official GNU software package +consisting of various programs and library functions for the manipulation +and analysis of astronomical data. All the programs share the same basic +command-line user interface enabling easy and efficient operation combined +with other installed programs in shell scripts or Makefiles; the libraries +are also usable in C and C++ programs. + +WWW: http://www.gnu.org/software/gnuastro/ Property changes on: head/astro/gnuastro/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/gnuastro/pkg-plist =================================================================== --- head/astro/gnuastro/pkg-plist (nonexistent) +++ head/astro/gnuastro/pkg-plist (revision 497484) @@ -0,0 +1,104 @@ +bin/astarithmetic +bin/astbuildprog +bin/astconvertt +bin/astconvolve +bin/astcosmiccal +bin/astcrop +bin/astfits +bin/astmatch +bin/astmkcatalog +bin/astmknoise +bin/astmkprof +bin/astnoisechisel +bin/astsegment +bin/aststatistics +bin/asttable +bin/astwarp +@sample etc/astarithmetic.conf.sample +@sample etc/astbuildprog.conf.sample +@sample etc/astconvertt.conf.sample +@sample etc/astconvolve.conf.sample +@sample etc/astcosmiccal.conf.sample +@sample etc/astcrop.conf.sample +@sample etc/astfits.conf.sample +@sample etc/astmatch.conf.sample +@sample etc/astmkcatalog.conf.sample +@sample etc/astmknoise.conf.sample +@sample etc/astmkprof.conf.sample +@sample etc/astnoisechisel.conf.sample +@sample etc/astsegment.conf.sample +@sample etc/aststatistics.conf.sample +@sample etc/asttable.conf.sample +@sample etc/astwarp.conf.sample +@sample etc/gnuastro.conf.sample +include/gnuastro/arithmetic.h +include/gnuastro/array.h +include/gnuastro/binary.h +include/gnuastro/blank.h +include/gnuastro/box.h +include/gnuastro/config.h +include/gnuastro/convolve.h +include/gnuastro/cosmology.h +include/gnuastro/data.h +include/gnuastro/dimension.h +include/gnuastro/eps.h +include/gnuastro/fits.h +include/gnuastro/git.h +include/gnuastro/interpolate.h +include/gnuastro/jpeg.h +include/gnuastro/label.h +include/gnuastro/list.h +include/gnuastro/match.h +include/gnuastro/pdf.h +include/gnuastro/permutation.h +include/gnuastro/pointer.h +include/gnuastro/polygon.h +include/gnuastro/qsort.h +include/gnuastro/statistics.h +include/gnuastro/table.h +include/gnuastro/threads.h +include/gnuastro/tiff.h +include/gnuastro/tile.h +include/gnuastro/txt.h +include/gnuastro/type.h +include/gnuastro/wcs.h +lib/libgnuastro.a +lib/libgnuastro.so +lib/libgnuastro.so.6 +lib/libgnuastro.so.6.0.0 +libdata/pkgconfig/gnuastro.pc +man/man1/astarithmetic.1.gz +man/man1/astbuildprog.1.gz +man/man1/astconvertt.1.gz +man/man1/astconvolve.1.gz +man/man1/astcosmiccal.1.gz +man/man1/astcrop.1.gz +man/man1/astfits.1.gz +man/man1/astmatch.1.gz +man/man1/astmkcatalog.1.gz +man/man1/astmknoise.1.gz +man/man1/astmkprof.1.gz +man/man1/astnoisechisel.1.gz +man/man1/astsegment.1.gz +man/man1/aststatistics.1.gz +man/man1/asttable.1.gz +man/man1/astwarp.1.gz +share/info/gnuastro-figures/epicycles.eps +share/info/gnuastro-figures/epicycles.png +share/info/gnuastro-figures/epicycles.txt +share/info/gnuastro-figures/flatplane.eps +share/info/gnuastro-figures/flatplane.pdf +share/info/gnuastro-figures/flatplane.png +share/info/gnuastro-figures/flatplane.txt +share/info/gnuastro-figures/iandtime.eps +share/info/gnuastro-figures/iandtime.pdf +share/info/gnuastro-figures/iandtime.png +share/info/gnuastro-figures/iandtime.txt +share/info/gnuastro-figures/samplingfreq.eps +share/info/gnuastro-figures/samplingfreq.pdf +share/info/gnuastro-figures/samplingfreq.png +share/info/gnuastro-figures/samplingfreq.txt +share/info/gnuastro-figures/sphereandplane.eps +share/info/gnuastro-figures/sphereandplane.pdf +share/info/gnuastro-figures/sphereandplane.png +share/info/gnuastro-figures/sphereandplane.txt Property changes on: head/astro/gnuastro/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property