interferometry. In addition to pure-python phasing,
calibration, imaging, and deconvolution code, this package
includes interfaces to MIRIAD (a Fortran interferometry
package) and HEALPix (a package for representing spherical
data sets), and some math/fitting routines from SciPy.
WWW: http://setiathome.berkeley.edu/~aparsons/aipy
PR: ports/128811
Submitted by: Wen Heping <wenheping at gmail.com>
under the Python scripting language. It is useful for
interactive data analysis and for writing analysis
scripts in Python using FITS files as either input or
output. PyFITS is a development project of the Science
Software Branch at the Space Telescope Science Institute.
WWW: http://www.stsci.edu/resources/software_hardware/pyfits
PR: ports/128456
Submitted by: Wen Heping <wenheping at gmail.com>
developed by Astrodienst, largely based upon the DE406
ephemeris from NASA's JPL.
Developers can license the Ephemeris library.Ephemeris
users find 3200 years of read-made printable files of
ephemerides, containing 19'200 print pages in PDF quality.
The Swiss Ephemeris is available under a dual licensing
model: GPL2 or Swiss Ephemeris Professional License.
WWW: http://www.astro.com/swisseph/
PR: ports/128481
Submitted by: Wen Heping <wenheping at gmail.com>
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
provided by the US Census Bureau, and thus only cover the US.
RoadMap is at an early stage of development. At this time there are no
routing features implemented yet. RoadMap can only display the map around
a specified street address or follow a GPS device (using gpsd). The plan
for the future is to implement some navigation features similar to those
found in commercial street navigation systems.
RoadMap uses a binary file format for representing the maps that is compact
enough to allow the storage of many maps on a Compact Flash or MultiMedia
card. The map of Los Angeles county takes about 10 Mbytes of flash space.
RoadMap comes with a set of tools to convert the US Census bureau data
into its own map format.
WWW: http://roadmap.digitalomaha.net/
PR: ports/126056
Submitted by: Steve Franks <stevefranks at ieee dot org>
Approved by: miwi (mentor implicit)