Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 417938) +++ head/astro/Makefile (revision 417939) @@ -1,125 +1,126 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += R-cran-maptools SUBDIR += accrete SUBDIR += astrometry SUBDIR += boinc-astropulse SUBDIR += boinc-setiathome-v7 SUBDIR += celestia SUBDIR += celestia-gnome SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += fowsr SUBDIR += foxtrotgps SUBDIR += garmindev SUBDIR += geographiclib SUBDIR += gkrellmoon2 SUBDIR += gmapcatcher 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 += libosmpbf SUBDIR += luna SUBDIR += marble SUBDIR += match SUBDIR += merkaartor SUBDIR += mkgmap SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall SUBDIR += openuniverse SUBDIR += osmium SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS 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-Geo-METAR SUBDIR += p5-Misc-Quality SUBDIR += p5-Starlink-AST SUBDIR += p5-Weather-Underground SUBDIR += p5-ZConf-Weather SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-RO SUBDIR += py-aipy SUBDIR += py-astLib + SUBDIR += py-astropy SUBDIR += py-pyfits SUBDIR += py-pymetar SUBDIR += pyephem SUBDIR += pyweather SUBDIR += qlandkartegt SUBDIR += qmapshack SUBDIR += readosm SUBDIR += rmap SUBDIR += roadmap SUBDIR += routino SUBDIR += saoimage SUBDIR += sextractor SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += stellarium-qt4 SUBDIR += sunclock SUBDIR += swe SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking SUBDIR += wcslib SUBDIR += weather SUBDIR += weatherspect SUBDIR += wmjupiter SUBDIR += wmmoonclock SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun SUBDIR += xearth SUBDIR += xeartk SUBDIR += xephem SUBDIR += xglobe SUBDIR += xmoontool SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xtide SUBDIR += xworld .include Index: head/astro/py-astropy/Makefile =================================================================== --- head/astro/py-astropy/Makefile (nonexistent) +++ head/astro/py-astropy/Makefile (revision 417939) @@ -0,0 +1,21 @@ +# Created by: nwhitehorn +# $FreeBSD$ + +PORTNAME= astropy +PORTVERSION= 1.1.2 +CATEGORIES= astro +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nwhitehorn@FreeBSD.org +COMMENT= Community-developed python astronomy tools + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: head/astro/py-astropy/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/py-astropy/distinfo =================================================================== --- head/astro/py-astropy/distinfo (nonexistent) +++ head/astro/py-astropy/distinfo (revision 417939) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465919806 +SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 +SIZE (astropy-1.1.2.tar.gz) = 8059713 Property changes on: head/astro/py-astropy/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/py-astropy/files/patch-astropy_io_fits_setup__package.py =================================================================== --- head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (nonexistent) +++ head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (revision 417939) @@ -0,0 +1,11 @@ +--- astropy/io/fits/setup_package.py.orig 2016-07-02 18:54:36 UTC ++++ astropy/io/fits/setup_package.py +@@ -39,7 +39,7 @@ def _get_compression_extension(): + '-Wno-uninitialized', '-Wno-format', + '-Wno-strict-prototypes', '-Wno-unused', '-Wno-comments', + '-Wno-switch', '-Wno-strict-aliasing', '-Wno-return-type', +- '-Wno-address', '-Wno-unused-result' ++ '-Wno-address' + ]) + + cfitsio_path = os.path.join('cextern', 'cfitsio') Property changes on: head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py ___________________________________________________________________ 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/py-astropy/files/patch-astropy_modeling_setup__package.py =================================================================== --- head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py (nonexistent) +++ head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py (revision 417939) @@ -0,0 +1,12 @@ +--- astropy/modeling/setup_package.py.orig 2016-03-10 22:20:43 UTC ++++ astropy/modeling/setup_package.py +@@ -123,8 +123,7 @@ def preprocess_source(): + + def get_package_data(): + return { +- 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr', +- '../../wcs/tests/maps/*.hdr'] ++ 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr' ] + } + + Property changes on: head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py ___________________________________________________________________ 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/py-astropy/files/patch-astropy_wcs_setup__package.py =================================================================== --- head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py (nonexistent) +++ head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py (revision 417939) @@ -0,0 +1,12 @@ +--- astropy/wcs/setup_package.py.orig 2016-07-02 18:53:24 UTC ++++ astropy/wcs/setup_package.py +@@ -244,8 +244,7 @@ def get_wcslib_cfg(cfg, wcslib_files, in + '-Wno-strict-prototypes', + '-Wno-unused-function', + '-Wno-unused-value', +- '-Wno-uninitialized', +- '-Wno-unused-but-set-variable']) ++ '-Wno-uninitialized']) + + + Property changes on: head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py ___________________________________________________________________ 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/py-astropy/pkg-descr =================================================================== --- head/astro/py-astropy/pkg-descr (nonexistent) +++ head/astro/py-astropy/pkg-descr (revision 417939) @@ -0,0 +1,6 @@ +Astropy is a package intended to contain core functionality and some common +tools needed for performing astronomy and astrophysics research with Python. It +also provides an index for other astronomy packages and tools for managing +them. + +WWW: http://www.astropy.org Property changes on: head/astro/py-astropy/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