aboutsummaryrefslogtreecommitdiff
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* - Fix parallel build: don't use MFLAGS in upstream Makefile as it's reserved ↵Dmitry Marakasov2015-10-131-1/+5
| | | | | | | | | by make and contains -j flag - Use MANPREFIX Notes: svn path=/head/; revision=399173
* - Update to 5.10Danilo Egea Gondolfo2015-10-123-4/+4
| | | | Notes: svn path=/head/; revision=399166
* - Update to 8800Dmitry Marakasov2015-10-052-3/+3
| | | | | | | | PR: 203538 Submitted by: kalten@gmx.at Notes: svn path=/head/; revision=398647
* Upgrade to 3.6.5.Vanilla I. Shu2015-10-012-5/+4
| | | | Notes: svn path=/head/; revision=398248
* Upgrade to 1.86, and regen patches.Vanilla I. Shu2015-10-017-15/+30
| | | | Notes: svn path=/head/; revision=398247
* Implemented complete support for test target.Dmitry Marakasov2015-09-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | You can now `make test' on any port to run test sequence, no-op by default. If a port defines TEST_TARGET, it'll run sub-make with specified target, usually `check' or `test', useful if upstream supports that. The port may instead define custom do-test target, as well as usual satellite targets: {pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off `make test' builds and stages port first, so test may use both WRKDIR and STAGEDIR, and both BUILD and RUN depends are available for test target. Additionally, TEST_DEPENDS is now properly supported and may be used to define additional depends specifically for testing. Framework may define default tests for specific cases. For instance, perl5.mk and cran.mk already provide default test target on their own. This commit also converts my ports which have tests to this new framework. Approved by: portmgr (bapt) Differential Revision: D3680 Notes: svn path=/head/; revision=398125
* - Switch to options helpersDmitry Marakasov2015-09-271-4/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=398057
* Convert to @sampleBaptiste Daroussin2015-09-262-3/+2
| | | | Notes: svn path=/head/; revision=397966
* - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qaDmitry Marakasov2015-09-221-2/+2
| | | | Notes: svn path=/head/; revision=397577
* - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qaDmitry Marakasov2015-09-221-2/+2
| | | | Notes: svn path=/head/; revision=397576
* Updating location.Soeren Straarup2015-09-221-1/+1
| | | | Notes: svn path=/head/; revision=397549
* Update astro/viking to v1.6Ulrich Spörlein2015-09-183-13/+20
| | | | | | | | | | Also switch to working dependency astro/josm to unbreak the dep-tree PR: 203025 Submitted by: uqs Notes: svn path=/head/; revision=397258
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-171-0/+1
| | | | Notes: svn path=/head/; revision=397171
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-171-0/+1
| | | | Notes: svn path=/head/; revision=397169
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-171-0/+1
| | | | Notes: svn path=/head/; revision=397168
* - Add LICENSESunpoet Po-Chuan Hsieh2015-09-171-0/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=397145
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-171-0/+1
| | | | Notes: svn path=/head/; revision=397144
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-162-2/+2
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Use the compressed file for generating distinfoJosh Paetzel2015-09-141-2/+2
| | | | | | | | | | Thanks chrome, you were helpful...not PR: 203102 Submitted by: martin.dieringer@gmx.de Notes: svn path=/head/; revision=396931
* Update to 3.7.7Josh Paetzel2015-09-143-28/+16
| | | | | | | Sponsored by: iXsystems Notes: svn path=/head/; revision=396902
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-145-5/+5
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* astro/swe: Update version 2.01.00=>2.02.01Muhammad Moinur Rahman2015-09-143-4/+4
| | | | Notes: svn path=/head/; revision=396887
* Update to upstream version 1.0.0eThomas Zander2015-09-142-5/+5
| | | | | | | | | | | While on it: - Pet portlint PR: 202496 Submitted by: coder@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=396881
* Mark as deprecated:Baptiste Daroussin2015-09-132-0/+6
| | | | | | | Does not support newer wxWidget and no release upstream for 8 years Notes: svn path=/head/; revision=396835
* astro/osmium: unbreak build with DOXYGEN=on after r394778Jan Beich2015-09-081-1/+0
| | | | | | | | | | | | | | | | | | | NO_BUILD does more than dummy do-build. It creates BUILD_COOKIE that marks all targets in _BUILD_SEQ as done, including do-build-${opt}-on/off and post-build-${opt}-on/off. Since the targets haven't been run yet do-install-DOXYGEN-on fails due to missing files. Fix by leaking a call to nop "all" target in vendor Makefile. It should be less kludgy than defining our own dummy do-build and less confusing than treating do-build itself as an option helper. In case "all" starts doing something useful the port would automatically take advantage of it. PR: 202951 Reviewed by: mat Approved by: portmgr blanket Notes: svn path=/head/; revision=396400
* Drop USES=iconv.Raphael Kubo da Costa2015-08-301-1/+2
| | | | | | | | | | | | Even though the port still has a few FindIconv.cmake files scattered around, they are not actually used by the build system anymore, so the dependency is unnecessary. Approved by: danfe (maintainer) Differential Revision: https://reviews.freebsd.org/D3531 Notes: svn path=/head/; revision=395607
* - Update to 8677Dmitry Marakasov2015-08-282-3/+3
| | | | Notes: svn path=/head/; revision=395475
* astro/geographiclib: Rectify assignment mistakeJohn Marino2015-08-271-3/+3
| | | | | | | | I missed the unnecessary use of immediate evaluation assignment operators. Let's fix that once and for all. Notes: svn path=/head/; revision=395417
* - Update to 1.44Dmitry Marakasov2015-08-273-7/+15
| | | | | | | | PR: 202441 Submitted by: tatsuki_makino@hotmail.com (maintainer) Notes: svn path=/head/; revision=395409
* - Add LICENSEDmitry Marakasov2015-08-251-2/+5
| | | | | | | | | - Fix library installation Approved by: portmgr blanket Notes: svn path=/head/; revision=395236
* Fix previous commit.Mathieu Arnold2015-08-191-4/+2
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=394780
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-1910-239/+77
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* astro/gpsbabel: add GUI option, clean up dependenciesPhilip M. Gollucci2015-08-183-15/+49
| | | | | | | | | | | | | | | - Add GUI option (requires qt4-gui,qt4-xml,qt4-network and qt4-webkit at runtime). - Remove autoconf/pcre/glib20/gettext dependencies (unused). - USE_QT4=linguist_build -> USE_QT4=linguisttools_build (GUI option only). - Use system zlib. - Regenerate patch. PR: 201680 Submitted by: s3erios@gmail.com Approved by: dev2@heesakkers.info Notes: svn path=/head/; revision=394642
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-08-171-1/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=394462
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-292-3/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* - Update to 5.9Danilo Egea Gondolfo2015-07-213-4/+4
| | | | Notes: svn path=/head/; revision=392647
* - Update to 5.8Danilo Egea Gondolfo2015-07-123-4/+4
| | | | Notes: svn path=/head/; revision=391829
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2015-07-093-2/+4
| | | | | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Notes: svn path=/head/; revision=391657
* Update location.Brooks Davis2015-07-081-1/+1
| | | | Notes: svn path=/head/; revision=391602
* - Update to 0.070Wen Heping2015-06-282-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes Notes: svn path=/head/; revision=390749
* Fix packaging as UserBaptiste Daroussin2015-06-271-9/+5
| | | | | | | Fix wrong conversion to stage Notes: svn path=/head/; revision=390714
* Use broken helpersBaptiste Daroussin2015-06-271-8/+3
| | | | Notes: svn path=/head/; revision=390709
* Update astro/geographiclib 1.41 -> 1.42Philip M. Gollucci2015-06-253-77/+95
| | | | | | | | | | - Convert to autoreconf - note shared lib bump, but nothing to chase Submitted by: tatsuki_makino@hotmail.com (maintainer) Notes: svn path=/head/; revision=390530
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-243-3/+0
| | | | | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Notes: svn path=/head/; revision=390487
* Convert to USES=jpegAntoine Brodin2015-06-228-16/+11
| | | | Notes: svn path=/head/; revision=390310
* - Update to 8491Dmitry Marakasov2015-06-192-3/+3
| | | | Notes: svn path=/head/; revision=390113
* - Add NO_ARCHDmitry Marakasov2015-06-181-0/+1
| | | | Notes: svn path=/head/; revision=390062
* - Update to 5.6Danilo Egea Gondolfo2015-06-163-4/+4
| | | | Notes: svn path=/head/; revision=389864
* - Update graphics/proj to 4.9.1Wen Heping2015-06-152-2/+2
| | | | | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days) Notes: svn path=/head/; revision=389704
* - Add NO_ARCHDmitry Marakasov2015-06-141-0/+1
| | | | Notes: svn path=/head/; revision=389651