aboutsummaryrefslogtreecommitdiff
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.370Sunpoet Po-Chuan Hsieh2014-10-012-5/+4
| | | | | | | Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt Notes: svn path=/head/; revision=369749
* - Update to r3336Dmitry Marakasov2014-09-302-3/+3
| | | | Notes: svn path=/head/; revision=369581
* - Update to r412Dmitry Marakasov2014-09-302-3/+3
| | | | Notes: svn path=/head/; revision=369580
* astro/xtide: Add support for non-ports GCCJohn Marino2014-09-241-0/+1
| | | | | | | | | | | This port requires GCC, so it loads the lang/gcc. The ports GCC will look in /usr/local/include by default, but others (such as DF base compiler) will not. Specify -I${LOCALBASE}/include in CFLAGS explicitly as it is needed to locate the X11/Xaw/Box.h header. This is covered by "Just Fix It" blanket. Notes: svn path=/head/; revision=369179
* - Switch to PORTDOCS/PORTDATADmitry Marakasov2014-09-242-3134/+3
| | | | Notes: svn path=/head/; revision=369150
* - Cleanup plistDmitry Marakasov2014-09-221-15/+0
| | | | Notes: svn path=/head/; revision=368939
* - Cleanup plistDmitry Marakasov2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368937
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-222-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* - Update from 4.23 to 4.24Danilo Egea Gondolfo2014-09-203-89/+85
| | | | Notes: svn path=/head/; revision=368645
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* - Add USES=libtoolTijl Coosemans2014-09-112-17/+9
| | | | | | | | | - Replace pre-configure with standard USE_AUTOTOOLS - Remove CFLAGS that are already default - pkg-plist fixes Notes: svn path=/head/; revision=367962
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1023-16/+23
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 7480Dmitry Marakasov2014-09-062-3/+3
| | | | Notes: svn path=/head/; revision=367406
* Revert r367333, it doesn't workAntoine Brodin2014-09-051-1/+3
| | | | | | | Mark BROKEN instead Notes: svn path=/head/; revision=367334
* Make fetchable againAntoine Brodin2014-09-051-1/+1
| | | | Notes: svn path=/head/; revision=367333
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-11/+0
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Fix packagingAntoine Brodin2014-09-032-6/+7
| | | | Notes: svn path=/head/; revision=367212
* Remove support for pkg_installBaptiste Daroussin2014-09-011-5/+0
| | | | | | | | | | | Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693 Notes: svn path=/head/; revision=366875
* math/fftw3:Tijl Coosemans2014-08-312-2/+2
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Add new port astro/geographic libJohn Marino2014-08-305-0/+326
| | | | | | | | | | | | | | | | | PR: 187280 Submitted by: Tatsuki Makino GeographicLib is a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems. The library may be used from .NET applications using the NETGeographicLib wrapper library. It is a suitable replacement for the core functionality provided by geotrans. Notes: svn path=/head/; revision=366683
* - Update to 7347Dmitry Marakasov2014-08-282-3/+3
| | | | Notes: svn path=/head/; revision=366383
* Remove deletion of LC_MESSAGES directories that are owned by devel/gettextMichael Gmelin2014-08-201-4/+0
| | | | | | | | Reviewed by: bdrewery Approved by: bdrewery Notes: svn path=/head/; revision=365430
* astro/p5-Astro: 0.75 -> 0.77Kurt Jaeger2014-08-152-4/+3
| | | | | | | - Added mjd2epoch Notes: svn path=/head/; revision=365053
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-153-2/+3
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-4/+2
| | | | Notes: svn path=/head/; revision=364905
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-2/+2
| | | | | | | - Fix PLIST: add missing PLIST_DIRS Notes: svn path=/head/; revision=364883
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid aMarcus von Appen2014-08-141-2/+2
| | | | | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@ Notes: svn path=/head/; revision=364857
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-101-1/+1
| | | | | | | | | (a* to d* categories) PR: 192062 Notes: svn path=/head/; revision=364564
* astro/xearth: add myself to freebsd.committers.markersWilliam Grzybowski2014-08-101-0/+1
| | | | Notes: svn path=/head/; revision=364544
* - Update to 3.5.1Wen Heping2014-08-102-7/+6
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=364508
* astro/p5-Starlink-AST: 1.02 -> 1.04Kurt Jaeger2014-08-092-5/+11
| | | | | | | | | | - Now ships with AST v8.0.0+ (this includes ERFA 1.1 and PAL 0.5.0) - AST now uses the LGPL license - Add AST__ALLFRAMES constant - add astMapDefined Notes: svn path=/head/; revision=364427
* Forgotten part of r363973.Alexey Dokuchaev2014-08-041-23/+0
| | | | Notes: svn path=/head/; revision=363974
* - Stop trying to remove directories owned by dependenciesAlexey Dokuchaev2014-08-041-1/+0
| | | | | | | | | - Optimize away USE_GL knob (implied by USE_QT4=opengl) Reported by: QAT Notes: svn path=/head/; revision=363973
* - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguistAlexey Dokuchaev2014-08-041-3/+4
| | | | | | | | | | | should be replaced with linguisttools_build [*] - Remove USE_GL knob altogether, it is pulled automatically with Qt ports - While here, use less aggressive patching of CMakeLists.txt Requested by: makc [*] Notes: svn path=/head/; revision=363971
* A couple items in DOCSDIR were missing from PORTDOCS protection.Adam Weinberger2014-08-031-3/+3
| | | | Notes: svn path=/head/; revision=363940
* Update Stellarium to version 0.13.0. It's a new major release, and is basedAlexey Dokuchaev2014-08-0212-383/+1707
| | | | | | | | | | | | | | | | on Qt version 5 now; for those who are not comfortable with upgrading to the new version of Qt, `astro/stellarium-qt4' port is available, serving version 0.12.4. Add an UPDATING entry to alert users about this. While here, make scripting support optional in `astro/stellarium-qt4', since it allows to use one less dependency. Unfortunately, this is not applicable to 0.13.0 as required `x11-toolkits/qt5-declarative' port has USE_QT5=script unconditionally. Relax USE_GL knob for both ports: only libGL itself is required, not libGLU. Notes: svn path=/head/; revision=363837
* - Update to 1.07Sunpoet Po-Chuan Hsieh2014-08-022-3/+5
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Astro-PAL/README Notes: svn path=/head/; revision=363823
* - Update from 4.13.4 to 4.23Danilo Egea Gondolfo2014-08-024-228/+285
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=363782
* - Update to 1.06Sunpoet Po-Chuan Hsieh2014-07-312-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Astro-PAL/README Notes: svn path=/head/; revision=363568
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-292-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename old-style patch-xy patches in astro to reflect what filesAdam Weinberger2014-07-2829-3/+3
| | | | | | | they modify. Notes: svn path=/head/; revision=363147
* astro/p5-Astro-satpass: 0.063 -> 0.065Kurt Jaeger2014-07-282-3/+3
| | | | | | | http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.065/Changes Notes: svn path=/head/; revision=363137
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2014-07-271-5/+3
| | | | Notes: svn path=/head/; revision=363081
* - Update to 2.1.0Wen Heping2014-07-273-158/+5
| | | | | | | - Convert to PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=363010
* - Stagify; unbreak the against ClangAlexey Dokuchaev2014-07-233-15/+46
| | | | | | | | | | | - Allow for parallel (-jX) builds - Cleanup Makefile while I'm at here - Augment port description, fix WWW N.b., there's version 2.4 available. Notes: svn path=/head/; revision=362621
* - Update to version 0.46, stagify, and cleanup the portAlexey Dokuchaev2014-07-225-253/+257
| | | | | | | | | - Remove old BROKEN statement; builds fine on PowerPC at least (it was marked broken on sparc64 almost 5 years ago due to stdlib.h vs. malloc.h conflict, which no longer seems to be the issue) Notes: svn path=/head/; revision=362535
* astro/py-pyfits: update 3.1.2 -> 3.3Bartek Rutkowski2014-07-192-4/+3
| | | | | | | Approved by: marino (mentor) Notes: svn path=/head/; revision=362273
* - Add missing USE_LDCONFIGSunpoet Po-Chuan Hsieh2014-07-181-1/+1
| | | | | | | | | | | | - Use USES=libtool - Fix USE_PYTHON - Convert to new options helper - Bump PORTREVISION for package change - Do not hard-coded PORTVERSION in PLIST - Bump PORTREVISION for graphics/geos shlib change Notes: svn path=/head/; revision=362205