aboutsummaryrefslogtreecommitdiffstats
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* Update `astro/stellarium' to version 0.15.1.danfe2016-12-285-299/+71
| | | | TIMESTAMP (stellarium-0.15.1.tar.gz) = 1482657338
* - Fix build on 11+amdmi32016-12-272-21/+30
| | | | - Cosmetic fixes
* Assign maintainership to Larry Rosenman.adamw2016-12-271-1/+1
| | | | Submitted by: Larry Rosenman (via private email)
* Reset ports per maintainer request.rene2016-12-262-7/+4
| | | | | PR: 215557 Submitted by: A.J. "Fonz" van Werven (maintainer)
* - Fix conflict with utf8cpp by using it as dependencyamdmi32016-12-262-7/+8
| | | | | PR: 215391 Reported by: jbeich
* - Update to 18.6amdmi32016-12-212-4/+4
|
* - Install all required headersamdmi32016-12-192-0/+22
| | | | | | | | | These headers belong to third party libraries (gdalcpp, protozero, utfcpp), but since these are not in the ports yet, just install bundled ones for now. PR: 215391 Submitted by: mmd.osm+freebsd@gmail.com
* Get rid of QT_PREFIX in favour of PREFIX.tcberner2016-12-192-21/+20
| | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
* astro/pp3: Fix build on gcc (missing head include)marino2016-12-181-0/+10
|
* astro/astronomy: Fix DF buildmarino2016-12-182-0/+12
|
* - Fix another comment typeamdmi32016-12-181-1/+1
| | | | Reported by: jhale
* - Mark BROKEN on 9.xamdmi32016-12-171-1/+3
| | | | - Fix typo
* Add licensesehaupt2016-12-171-0/+3
|
* - Update devel/protobuf to 3.1.0sunpoet2016-12-152-1/+2
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-092-1/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-072-0/+2
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* - Update to 0.8-40tota2016-12-062-5/+8
| | | | - Add "compiles" argument to USES=cran
* - Sort PLISTsunpoet2016-12-041-1/+1
|
* - Update yo 0.077wen2016-12-042-4/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.077/Changes
* Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Update java version requirementamdmi32016-11-241-4/+14
| | | | | | - Install icon and .desktop file PR: 209895
* - Update osmium to 2.10.3 and rename to libosmiumamdmi32016-11-2411-163/+246
|
* devel/boost-*: update to 1.62.0jbeich2016-11-232-1/+2
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* - Use USES=localbasesunpoet2016-11-212-14/+12
| | | | - Cosmetic change
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* devel/icu: update to 58.1jbeich2016-11-201-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - Update to 0.21sunpoet2016-11-203-6/+7
| | | | | | | | - Update MASTER_SITES - Update WWW - Add GitHub repository to WWW Changes: https://github.com/klausman/pymetar/commits/master
* - Update to 2.3sunpoet2016-11-202-8/+8
| | | | Changes: http://fungi.yuggoth.org/weather/src/weather/NEWS
* - Fix build on Sparc64sunpoet2016-11-201-1/+2
|
* astro/gpsd: Set USES+=ncurses when NCURSES option is onmarino2016-11-181-0/+1
| | | | Approved by: ncurses blanket
* Mark as broken on various tier-2 archs.linimon2016-11-141-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Update to 11223amdmi32016-11-112-4/+4
|
* Track used or drop unused devel/icu dependencyjbeich2016-11-111-1/+3
| | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1)
* - Update to 0.095wen2016-11-102-4/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.095/Changes
* Fix build with newer gcc versions.tcberner2016-11-091-0/+63
| | | | | | | | | | | | | | | Add upstream patch [1] that uses * math.h -> cmath * isnan() -> std::isnan() This fixes compilation with gcc5. [1] https://quickgit.kde.org/?p=marble.git&a=commit&h=486f6181d6fef15c9b6c72504e3588be502bea80 PR: 213995 Reported by: Kenneth Salerno <kennethsalerno@yahoo.com> Approved by: rakuco (mentor) Obtained from: https://quickgit.kde.org/?p=marble.git&a=commit&h=486f6181d6fef15c9b6c72504e3588be502bea80
* - Update to 0.076wen2016-11-072-4/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.076/Changes
* Update to 7.1.7.2606 and allow hardware 3D rendering with Mesa drivers.tijl2016-11-057-678/+307
| | | | Note the previous version was actually 6.0.3.2197, not 7.1.5.1557.
* Remove NVIDIA option from Linux ports now that the nvidia-driver can betijl2016-11-041-0/+1
| | | | installed later.
* Cleanup USE_GITHUB usage.mat2016-10-262-9/+9
| | | | Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* update qmapshack to 1.7.1cmt2016-10-193-4/+15
| | | | | | PR: 212844 Approved by: rene (mentor) Approved by: maintainer timeout
* Introduce new extensible virtual categories for KDEtcberner2016-10-192-6/+2
| | | | | | | | | | | | | | | | | | | | | A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor)
* astro/opencpn: minor fixupjbeich2016-10-094-6/+78
| | | | | | | | | - Unbreak plugins runtime [1] - Better enumerate serial devices - Reduce std namespace pollution even more Obtained from: PkgSrc PR: 211199
* astro/opencpn: list together with other geo appsjbeich2016-10-091-1/+1
|
* astro/opencpn: add new portjbeich2016-10-099-0/+1230
| | | | | | | | | | | | PR: 211199 Submitted by: ml@netfence.it (based on) OpenCPN is a free software project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. http://opencpn.org/
* Update to 0.036.adamw2016-10-022-4/+6
| | | | Changes: https://metacpan.org/changes/distribution/Astro-SIMBAD-Client
* Add my spiritual home to the listsevan2016-10-011-0/+1
| | | | Approved by: bcr (mentor)
* Chase dependencies affected by the name change devel/google-sparsehash -> ↵matthew2016-09-301-2/+2
| | | | | | | | devel/sparsehash Which sould fix the INDEX Submitted by: cperciva
* I moved some time agoeadler2016-09-291-1/+1
|
* - Update to 0.035wen2016-09-262-3/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.035/Changes
* - Update devel/icu to 57.1.tijl2016-09-242-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Add myself (jrm) to freebsd.committers.markersjrm2016-09-221-0/+1
| | | | Approved by: swills (mentor)
* - Update to 3.390wen2016-09-202-5/+5
| | | | | | PR: 212405 Submitted by: wen@(myself) Approved by: maintainer(timeout, >=14 days)
* - Fix versioning, simplify the portamdmi32016-09-192-4/+3
| | | | - Add TIMESTAMP
* - Update to 2.0.netchild2016-09-194-48/+25
| | | | | | | - project moved to github PR: 212737, 212738 Submitted by: shun.fbsd.pr@dropcut.net
* - Update to 10966amdmi32016-09-172-4/+4
|
* GOOGLE_CODE has gone away.mat2016-09-142-0/+4
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Update to 18.5amdmi32016-09-142-4/+5
|
* Mark NO_ARCHehaupt2016-09-103-0/+3
|
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-071-0/+1
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* Use proper portscout syntaxamdmi32016-09-071-1/+1
|
* - Update to 0.074wen2016-09-062-4/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.074/Changes
* - Update to 1.11wen2016-09-062-4/+4
| | | | Changes: http://search.cpan.org/src/PRATZLAFF/Astro-FITS-CFITSIO-1.11/ChangeLog
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* - Ignore completely in portscout as the version number is just revision; ↵amdmi32016-09-051-0/+2
| | | | stable revisions should be handled by hand
* - Update to 0.094wen2016-09-042-3/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.094/Changes
* astro/google-earth: Update to 7.1.5.1557woodsb022016-08-293-39/+33
| | | | | | | | | | | | | | | | - Switch to USES=makeself to minimize Makefile - Improve COMMENT and pkg-descr, to clarify exactly what this port provides - Do not set WRKSRC, as the default works just fine - Fix whitespace at the end of LINUX_DRI_DESC (pet portlint) - Install files with COPYTREE_SHARE instead of CP, to ensure permissions are set correctly - Remove redundant -f after ${RM} Changes this release: http://www.gearthblog.com/blog/archives/2015/05/new-version-google-earth-7-1-5.html Reviewed by: adamw (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7673
* Fix build with libc++ 3.8.0riggs2016-08-281-0/+26
| | | | | | PR: 210991 Submitted by: dev2@heesakkers.info (maintainer) MFH: 2016Q3 (ports-secteam build fix blanket)
* Update WWWehaupt2016-08-261-1/+1
|
* astro/google-earth: Fix post-patch related to NVIDIA options post r420803woodsb022016-08-251-2/+2
| | | | | | PR: 201693 Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7636
* astro/google-earth: Allow installation with NVIDIA legacy driverswoodsb022016-08-241-4/+11
| | | | | | | PR: 201693 Submitted by: cmangin@arobas.net Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7629
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-243-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* - Update to 10786amdmi32016-08-162-4/+4
|
* - Update to 0.073wen2016-08-082-4/+4
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.073/Changes
* Remove unneeded dependency on devel/py-six.kevlo2016-08-071-2/+2
| | | | Spotted by: koobs
* Set DISTNAME to PORTNAME.kevlo2016-08-051-2/+1
| | | | Sugessted by: mat
* Import py-horoscopegenerator 0.1.8kevlo2016-08-054-0/+30
| | | | py-horoscopegenerator generates horoscopes using context-free grammar.
* - Install official PDF User Guide as part of the documentation (versiondanfe2016-08-052-18/+27
| | | | | | | | | | | | number is hardcoded as it is not always in sync with the PORTVERSION) - Make telescope control plugin (and Qt5SerialPort dependency) optional - Remove enforced distfiles checksum recalculation added in r377577: it turned out that updating distinfo manually is easier and a lot faster - Replace some options imperative (explicit) handling with helper knobs - Do not install high resolution textures by default, since they do not have their prime meridians recalibrated yet while stock textures have Discussed with: Alexander Wolf (upstream)
* Update to version 0.15.0.danfe2016-08-055-36/+250
|
* Import py-pywapi 0.3.8kevlo2016-08-044-0/+36
| | | | | The pywapi module provides a python wrapper around the Yahoo! Weather, Weather.com and NOAA APIs.
* Update graphics/exiv2 to 0.25.tcberner2016-07-271-1/+1
| | | | | | | | | | | | As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
* Cleanup patches, a* categories.mat2016-07-27110-716/+709
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* astro/xearth: Fix sorting of freebsd.committers.markerswoodsb022016-07-241-4/+4
| | | | | | Reported by: adamw Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7297
* astro/xearth: Update my location in freebsd.committers.markerswoodsb022016-07-241-1/+1
| | | | | Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7296
* - update libgd to 2.2.2dinoex2016-07-201-1/+1
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* astro/qmapshack: Update version 1.6.1=>1.6.3bofh2016-07-156-64/+20
| | | | | | | - Upstream FreeBSD support PR: 210808 Submitted by: cmt
* - Update to 10526amdmi32016-07-122-4/+4
|
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-1/+1
|
* - Update to 0.072wen2016-07-042-3/+4
| | | | CHanges: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.072/Changes
* astro/py-astropy: create portswills2016-07-037-0/+66
| | | | | | | | | | | | 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 PR: 210278 Submitted by: nathanw
* astro/gpsbabel: Update to upstream 1.5.3cem2016-06-296-8/+51
| | | | | | | | | - Use system minizip - Convert to Github master site - Update jeeps patch Reviewed by: AMDmi3 Differential Revision: https://reviews.freebsd.org/D6963
* - Clarify LICENSE, add LICENSE_FILEamdmi32016-06-231-5/+4
| | | | | | - Fix dependency on qt5-dbus (move to USE_QT5) Approved by: portmgr blanket
* Prefer relative links to make packages more relocation friendlybapt2016-06-231-2/+2
|
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-213-12/+12
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* astro/routino: revbump to fix astro/qmapshackmarino2016-06-191-0/+1
| | | | | | | | The previous commit added two libraries to the package, but failed to bump the port. The immediate fallout is astro/qmapshack fails at run-depends stage on incremental bulk builds. PR: 210062
* Rename all files containing a : in their filename.mat2016-06-183-16/+17
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* astro/qmapshack: Update version 1.3.1=>1.6.1bofh2016-06-106-9/+74
| | | | | | | | | - UNBREAK - Remove depreceation - Reqiores c++11 based compiler PR: 210063 Submitted by: cmt
* astro/swe: Update version 2.04=>2.05.01bofh2016-06-102-3/+6
|
* astro/routino: Install shared librarybofh2016-06-107-2/+209
| | | | | PR: 210062 Submitted by: cmt
* - Update to 10327amdmi32016-06-062-4/+4
|
* - Update to 10301amdmi32016-06-042-3/+4
| | | | | PR: 209895 Submitted by: bsam
* Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+2
|
* - Add LICENSEamdmi32016-05-311-0/+4
| | | | - Add NO_ARCH
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-263-3/+3
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove useless WRKSRC definitions.mat2016-05-253-4/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-198-11/+11
| | | | Approved by: portmgr blanket
* - Add myself to freebsd.committers.markers.stephen2016-05-101-0/+1
|
* Add myself to freebsd.committers.markerswoodsb022016-05-101-0/+1
| | | | Approved by: adamw (mentor)
* - Update to 10168amdmi32016-05-092-3/+3
|
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-2/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* - Use qt5-linguisttools to produce *.qm translation files.lme2016-04-252-6/+16
| | | | | | | | | | | | | - Add option to enable support for Protobuf Binary Format (export/import). - Move sqlite dependency to USES. - Fix pkg-descr ('based on Qt4' -> 'based on Qt5'). - Bump PORTREVISION. - While here, pet portlint by adding INSTALLS_ICONS PR: 208684 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Approved by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016
* Update to 0.65cs2016-04-233-21/+48
|
* Convert a few more ports to USES=tcl:teagahr2016-04-212-8/+2
|
* Update DigiKam and related ports to 4.14.0.rakuco2016-04-153-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to 4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based release, and 5.0.0 will be based on KDE Frameworks 5. Noteworthy port changes: - Most patches in graphics/digikam-kde4 are no longer necessary. - graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have been merged into graphics/kipi-plugin-googleservices following what upstream did to those plugins. - astro/libkgeomap and graphics/libkface are no longer included in the DigiKam tarball and are now completely independent ports whose tarballs are released as part of KDE Applications. - net/libmediawiki is neither included in the DigiKam tarball nor released as a separate tarball, so we had to resort to fetching it from an older DigiKam release which contains it. - graphics/digikam-kde4 now has a runtime dependency on x11/kde4-runtime. See bug 203222 for details. A lot of people have contributed to this update over the years in our experimental area51 repository. Tobias Berner (our usual suspect), Adriaan de Groot, makc@, alonso@ and jhale@ at the very least. PR: 203222 PR: 204623 Submitted by: Tobias Berner <tcberner@gmail.com>, Adriaan de Groot <groot@kde.org>, alonso, jhale, makc, rakuco
* - Update to 9979amdmi32016-04-112-3/+3
|
* - Update to 5.15danilo2016-04-103-4/+4
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-0166-189/+189
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-012-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Reassign to the heap, on maintainer's requestculot2016-03-311-1/+1
|
* - Reduce the diffs with `astro/stellarium', by using some option helpersdanfe2016-03-301-9/+7
| | | | | and clarifying LICENSE (GPLv2+) - Drop currently no-op attempt of in-place patching 's|std::free|::free|'
* - Update to version 0.14.3, which contains few closed bugs (ported fromdanfe2016-03-294-44/+323
| | | | | | | version 0.15.0) and adds Bengali description for landscapes - Make scripting support optional and sanitize Qt5 dependencies - Disable building the unit tests for the time being (needs more work) - While here, use some option helpers and clarify LICENSE (GPLv2+)
* Change header installation location for kdelibs4-based ports.rakuco2016-03-152-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* - Update to 1.6.2amdmi32016-03-103-50/+21
| | | | | | | | | - Fix license - Make mapnik support optional PR: 207249 Submitted by: amdmi3 Approved by: maitainer timeout (koalative@gmail.com, 3 weeks)
* astro/routino: Update version 3.0=>3.1.1bofh2016-03-093-9/+7
|
* - Add NO_ARCHamdmi32016-03-061-1/+2
| | | | - Switch to USES=tar
* Update to 3.4.vanilla2016-03-052-4/+3
|
* - Update to 3.7.6.0wen2016-03-033-5/+7
| | | | | | - Sort USE_PYTHON - Add LICENSE - Pet portlint
* - Update to 9900amdmi32016-03-022-3/+3
|
* Add missing distinfo (wvs.tar.gz) back.vanilla2016-02-251-0/+2
| | | | | Submitted by: Manfred Antar <null@pozo.com> Pointy hat: me
* - Update to 0.1002jadawin2016-02-243-4/+8
|
* Update to 2.15.1.vanilla2016-02-234-41/+4
|
* 1: Add a patch from upstream to fix bind issue.vanilla2016-02-222-0/+35
| | | | | | 2: Bump version. Obtained from: Manfred Antar <null@pozo.com>
* Update to 2.15.vanilla2016-02-183-26/+29
| | | | | PR: 206889 Submitted by: Ports Fury.
* Pass maintainership to John Hein <z7dr6ut7gs snkmail.com>. Unfortunately,glebius2016-02-181-1/+1
| | | | I no longer travel with my precious FreeBSD based CarPC.
* Update to 1.46.rakuco2016-02-163-20/+9
| | | | | PR: 207238 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
* Add myself in xeartholivier2016-02-161-0/+1
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5296
* - Update to 5.14danilo2016-02-093-4/+4
|
* - Add NO_ARCHsunpoet2016-02-031-0/+1
|
* astro/mymoon: fix typo (thanks freshports sanity check!)marino2016-02-021-1/+1
|
* astro/mymoon: USES+=ncurses, link with libncurses instead of libcursesmarino2016-02-022-1/+12
|
* - Update to 0.8-39tota2016-02-012-5/+4
| | | | - Fix LICENSE
* - Update to 5.13danilo2016-01-313-4/+4
|
* - Update to 0.093sunpoet2016-01-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
* - Convert to USES=localbasepawel2016-01-221-11/+5
| | | | | | | - Add LICENSE_FILE - Use options helper for desktop entry, also don't use full path for the icon, desktop entry spec discourages this if the icon is in searched pixmap directories
* Use options helperspawel2016-01-211-8/+3
| | | | Approved by: portmgr blanket
* Update to version 0.14.2.danfe2016-01-192-3/+3
|
* - Update to 9329amdmi32016-01-142-3/+3
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-137-7/+7
| | | | Approved by: portmgr blanket
* - Update to 0.071wen2016-01-122-3/+3
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.071/Changes
* - Update to 0.034wen2016-01-122-3/+3
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.034/Changes
* - Drop unneeded PLIST_DIRSamdmi32016-01-101-1/+0
|
* - Add NO_ARCHamdmi32016-01-101-6/+7
| | | | | - Drop unneeded PLIST_DIRS - Unsilence install
* Add linux-c6-nss as a dependency.sbruno2016-01-091-2/+2
| | | | | PR: 202640 Submitted by: Johannes Meixner <johannes@meixner.dk>
* - Update to 1.3.3amdmi32016-01-097-48/+35
|
* - Clarify LICENSEamdmi32016-01-071-1/+4
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Add LICENSEamdmi32016-01-071-0/+5
| | | | - Switch to options helpers
* Remove perl5.16-specific bits from perl@ ports. While here, sortadamw2016-01-022-9/+2
| | | | plists as necessary.
* Update to 0.18.2 and unmark BROKEN.rakuco2015-12-316-18/+90
| | | | | | | | | | | | 0.18.2 was released a while ago, and includes support for GDAL 2.0. Other noteworthy changes: - Set LICENSE_FILE. - Use quazip from ports instead of building a bundled copy. - Switch to using Qt5 instead of Qt4. PR: 205675 Approved by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer) MFH: 2015Q4
* Cleanup GH_* and variables order.mat2015-12-292-2/+0
| | | | Sponsored by: Absolight
* - Update to 9060amdmi32015-12-272-3/+3
|
* Update my daylight location.osa2015-12-181-1/+1
|
* Remove expired ports:rene2015-12-1612-335/+0
| | | | | | | | | 2015-12-09 www/py-django-pipeline12: Django 1.4 extended support ended on 2015-10-01 2015-12-09 www/py-django14: Django 1.4 extended support ended on 2015-10-01 2015-12-12 net/py-pysphere: No longer maintained, please use net/py-pyvmomi by VMware 2015-12-13 ftp/ftpcube: No releases for 8+ years, no supporting newer wxWidget 2015-12-13 astro/libroadnav: No releases for 8+ years, no supporting newer wxWidget 2015-12-13 astro/roadnav: No releases for 8+ years, no supporting newer wxWidget
* Fix `make fetch'.rakuco2015-12-151-3/+1
| | | | Update MASTER_SITE to the new location of luna19s.lzh.
* Reset maintainereadler2015-12-141-1/+1
|
* - Clarify LICENSEamdmi32015-12-142-3/+6
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
* mark some of the ports that don't build on powerpc64 for meswills2015-12-141-0/+2
|
* - Move astro/py-metar to astro/py-pymetarsunpoet2015-12-115-4/+4
| | | | - Add LICENSE_FILE
* Upgrade to 3.6.9.vanilla2015-12-092-3/+3
|
* - Fix LICENSEsunpoet2015-12-071-3/+3
| | | | - Convert to new options target helper
* - Update to 1.1.araujo2015-12-062-8/+11
| | | | | | | | | - Add LICENSE. - Pass the maintainership to the author. - Project moved to github. Submitted by: Thomas Kuiper <tkuiper@inxsoft.net> Sponsored by: Hackathon Taipei.
* - Update to 1.21.araujo2015-12-063-12/+18
| | | | | | | | | - Add LICENSes. - Pass the maintainership to the author. - Regenerate the Makefile patch. Submitted by: Thomas Kuiper tkuiper@inxsoft.net Sponsored by: HackAthon Taipei
* Update to version 0.14.1, which contains 13 closed bugs (ported from 0.15.0).danfe2015-12-053-4/+12
|
* Update giflib to 5.1.1antoine2015-12-041-1/+1
| | | | PR: 204492
* Remove expired ports:rene2015-11-2950-1129/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-11-26 audio/pecl-id3: Broken for more than 6 months 2015-11-26 dns/geta: Broken for more than 6 months 2015-11-26 finance/openerp-web: Broken for more than 6 months 2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream 2015-11-26 chinese/kon2: Depends on expiring chinese/cce 2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi 2015-11-26 archivers/wzip: Broken for more than 6 months 2015-11-26 databases/sybtcl: Broken for more than 6 months 2015-11-26 biology/povchem: Broken for more than 6 months 2015-11-26 audio/btc: Broken for more than 6 months 2015-11-26 astro/wmglobe: Broken for more than 6 months 2015-11-26 graphics/pyro: Broken for more than 6 months 2015-11-26 graphics/jpeg2ps: Broken for more than 6 months 2015-11-26 chinese/gugod-clean: Broken for more than 6 months 2015-11-26 comms/bforce: Broken for more than 6 months 2015-11-26 cad/geda-docs: Broken for more than 6 months 2015-11-26 chinese/cwtexttf: Broken for more than 6 months 2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months 2015-11-26 astro/sky2000: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months 2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months 2015-11-26 chinese/bg5ps: Broken for more than 6 months 2015-11-26 deskutils/x-tile: Broken for more than 6 months 2015-11-26 graphics/pure-gl: Broken for more than 6 months 2015-11-26 audio/dvda-author: Broken for more than 6 months 2015-11-26 chinese/oxim: Broken for more than 6 months 2015-11-26 editors/spe: Broken for more than 6 months 2015-11-26 audio/mpdscribble: Broken for more than 6 months 2015-11-26 cad/geda-symcheck: Broken for more than 6 months 2015-11-26 audio/linux-fmodapi: Broken for more than 6 months 2015-11-26 audio/pure-audio: Broken for more than 6 months 2015-11-26 editors/bpatch: Broken for more than 6 months 2015-11-26 benchmarks/geekbench: Broken for more than 6 months 2015-11-26 graphics/icoconvert: Broken for more than 6 months 2015-11-26 cad/geda-utils: Broken for more than 6 months 2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months 2015-11-26 graphics/sketch: Broken for more than 6 months 2015-11-26 ftp/spegla: Broken for more than 6 months 2015-11-26 graphics/clutter-box2d: Broken for more than 6 months 2015-11-26 audio/scmpc: Broken for more than 6 months 2015-11-26 ftp/gnusget: Broken for more than 6 months 2015-11-26 comms/gpsk31: Broken for more than 6 months 2015-11-26 cad/geda-gschem: Broken for more than 6 months 2015-11-26 audio/ampache: Broken for more than 6 months 2015-11-26 cad/slffea: Broken for more than 6 months 2015-11-26 audio/cripple: Broken for more than 6 months 2015-11-26 cad/geda-gattrib: Broken for more than 6 months 2015-11-26 cad/findhier: Broken for more than 6 months 2015-11-26 biology/njplot: Broken for more than 6 months 2015-11-26 audio/wmmp: Broken for more than 6 months 2015-11-26 x11/avant-window-navigator: Broken for more than 6 months 2015-11-26 cad/geda-netlist: Broken for more than 6 months 2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months 2015-11-26 biology/ortep3: Broken for more than 6 months 2015-11-26 astro/aa: Broken for more than 6 months 2015-11-26 french/belote: Broken for more than 6 months 2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months 2015-11-26 cad/geda-examples: Broken for more than 6 months 2015-11-26 editors/yasnippet: Broken for more than 6 months 2015-11-26 audio/musica: Broken for more than 6 months 2015-11-26 graphics/rubyphoto: Broken for more than 6 months 2015-11-26 german/bsdpaste: Broken for more than 6 months 2015-11-26 audio/amrcoder: Broken for more than 6 months 2015-11-26 sysutils/bashburn: Broken for more than 6 months 2015-11-26 editors/e93: Broken for more than 6 months 2015-11-26 audio/tepsonic: Broken for more than 6 months 2015-11-26 astro/ephem: Broken for more than 6 months 2015-11-26 chinese/cce: Broken for more than 6 months 2015-11-26 graphics/qcread: Broken for more than 6 months 2015-11-26 databases/py-sqlkit: Broken for more than 6 months 2015-11-26 databases/usogres: Broken for more than 6 months 2015-11-26 cad/libgeda: Broken for more than 6 months 2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months 2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months 2015-11-26 deskutils/mrundlg: Broken for more than 6 months 2015-11-26 databases/erlang-mysql: Broken for more than 6 months 2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months 2015-11-26 deskutils/akamaru: Broken for more than 6 months 2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months 2015-11-26 astro/dgpsip: Broken for more than 6 months 2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months 2015-11-26 audio/cymbaline: Broken for more than 6 months 2015-11-26 french/dico: Broken for more than 6 months 2015-11-26 comms/qpage: Broken for more than 6 months 2015-11-26 audio/sonice: Broken for more than 6 months 2015-11-26 cad/geda-symbols: Broken for more than 6 months 2015-11-26 databases/java-mybatis: Broken for more than 6 months 2015-11-26 databases/openbase-jdbc: Broken for more than 6 months 2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25 2015-11-28 www/R-cran-Rpad: Unmaintained upstream
* - Add LICENSEamdmi32015-11-201-0/+7
| | | | - Switch to options helpers
* - Update to 5.12danilo2015-11-173-4/+4
|
* - Sort PLISTsunpoet2015-11-151-1/+1
|
* - Switch to options helpersamdmi32015-11-141-0/+2
|
* Allow building with giflib 5.1antoine2015-11-131-5/+22
| | | | PR: 204492
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
|
* - Update to 0.8-37tota2015-11-083-4/+4
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-2/+0
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Update to 0.95.tobez2015-11-052-4/+3
| | | | | | | | | | | | | | | | | | | | | | | Changes: 0.95 Tuesday 21 April 2015 - Some improvements in the POD documentation. - New time_zone parameter to sun_rise and sun_set. - New tests for fork-less systems - New tests to check for parameter checking 0.94 Tuesday 10 March 2015 - Fix typos in the POD documentation - Fix problem in the t/03dst.t test file. 0.93 Tuesday 3 March 2015 - Stylistic and kwalitee issues: license, distro structure, etc. - Fix ticket 62593 (patch from Slaven Rezic) - Parameters to sunrise can be passed by name (using a hashref) - The upper_limb is not longer hard-coded, it is now a parameter - The behaviour for polar day and polar night can change: no warning, but a special return value. - Make degree-trigonometric functions available for import.
* Update to version 0.14.0.danfe2015-11-023-14/+40
|
* Mark BROKEN: unfetchableantoine2015-11-011-0/+2
| | | | Reported by: pkg-fallout
* - Update to 8964amdmi32015-10-302-3/+3
|
* [NEW] astro/qmapshack: Ultimate outdoor aficionado's toolbofh2015-10-276-0/+48
| | | | | | | | | Use QMapShack to plan your next outdoor trip or to visualize and archive all the GPS recordings of your past exciting adventures. QMapShack is the next generation of the famous QLandkarte GT application. And of course it's even better and easier to use. WWW: http://bitbucket.org/maproom/qmapshack
* astro/routino: Fix typo in Created By fieldbofh2015-10-271-1/+1
|
* [NEW] astro/routino: Router for OpenStreetMap Databofh2015-10-275-0/+1020
| | | | | | | | | | | | | | | | | | | | | | | | | | | Routino is an application for finding a route between two points using the dataset of topographical information collected by http://www.OpenStreetMap.org. This router uses a routing algorithm that takes OSM format data as its input and calculates either the shortest or quickest route between two points. To optimise the routing a custom database format is used. This allows the routing to be performed quickly after a modest one-off pre-processing stage. A selection is possible for any of the major OSM transport types and for each of the main OSM highway types a preference can be provided and a speed limit. Restrictions on one-way streets, weight, height, width and length are also options. Further preferences about road properties (e.g. paved or not) can also be selected. The processing of the input XML file is based on rules in a configuration file that transform the highway tags into tags that are understood by Routino. The generation of the output files (HTML and GPX) uses language fragments selected from another configuration file which allows multi-lingual output from the same database. The router takes into account private/public/permissive restrictions on highways as well as tagged speed limits and barriers (gates, bollards). The simplest and most common turn restriction relations (those composed of a way, node and way) are also supported. WWW: http://www.routino.org/
* astro/qlandkartegt: Unbreak by fixing MASTER_SITESbofh2015-10-263-10/+8
| | | | | | - Update version 1.7.1=>1.8.1 - Make patches 'make makepatch' compatible - Add desktop-file-utils
* Deprecate ports broken for more than 6 monthsantoine2015-10-265-0/+10
|
* - Update MASTER_SITESsunpoet2015-10-251-1/+2
| | | | | | | - While I'm here, add LICENSE_FILE PR: 204004 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
* astro/swe: UNBREAKbofh2015-10-242-4/+3
| | | | - Update version 2.03=>2.04
* Mark as broken, does not fetchbapt2015-10-241-0/+1
|
* Mark as broken, does not fetchbapt2015-10-241-0/+1
|
* astro/gpstk: Fix patches and CMake buildkoobs2015-10-224-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | After the last commit to this port [1], that updated DISTFILES, patch errors were reported on pkg-fallout: patch: **** can't cd to /wrkdirs/usr/ports/astro/gpstk/work/dev: No such file or directory => Patch patch-ext__lib__FileDirProc__FileHunter.cpp failed to apply cleanly. *** Error code 1 This change replaces a WRKSRC override with a CMAKE_SOURCE_PATH variable to declare the source directory and regenerates patchfiles against the default WRKSRC. While I'm here: switch to USES=cmake:outsource to match the build instructions upstream [2] It was also noted during testing that this port builds with the base Clang c++ compiler and does not require USE_GCC. Upstream documentation requires only 'a modern, ANSI compliant C++ compiler' [3] [1] https://svnweb.freebsd.org/changeset/ports/399654 [2] http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix [3] http://www.gpstk.org/bin/view/Documentation/SystemRequirements PR: 201196 MFH: 2015Q4
* - Update to 5.11danilo2015-10-203-4/+4
|
* astro/swe: Update version 2.02.01=>2.03bofh2015-10-202-3/+3
|
* Improve shebangfix frameworkamdmi32015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* astro/gpstk: Fix fatal portlint(8) errorkoobs2015-10-191-1/+2
| | | | | | | | Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint error. PR: 201196 MFH: 2015Q4
* astro/gpstk: Fix distinfo, Mark Unbrokenkoobs2015-10-192-3/+3
| | | | | | | | | | | - Update distinfo - Add EXTRACT_AFTER_ARGS - Mark unbroken PR: 201196 Submitted by: John Hein <z7dr6ut7gs snkmail com Approved by: unmaintained (blanket) MFH: 2014Q4
* - Add LICENSE_FILEsunpoet2015-10-171-2/+9
| | | | - Fix packaging with Python 3.5
* - Update to 1.45amdmi32015-10-153-19/+27
| | | | | PR: 203631 Submitted by: tatsuki_makino@hotmail.com (maintainer)
* Drop 8 support.mat2015-10-151-2/+0
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Fix parallel build: don't use MFLAGS in upstream Makefile as it's reserved ↵amdmi32015-10-131-1/+5
| | | | | | by make and contains -j flag - Use MANPREFIX
* - Update to 5.10danilo2015-10-133-4/+4
|
* - Update to 8800amdmi32015-10-052-3/+3
| | | | | PR: 203538 Submitted by: kalten@gmx.at
* Upgrade to 3.6.5.vanilla2015-10-012-5/+4
|
* Upgrade to 1.86, and regen patches.vanilla2015-10-017-15/+30
|
* Implemented complete support for test target.amdmi32015-09-291-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
* - Switch to options helpersamdmi32015-09-281-4/+1
| | | | Approved by: portmgr blanket
* Convert to @samplebapt2015-09-262-3/+2
|
* - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qaamdmi32015-09-231-2/+2
|
* - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qaamdmi32015-09-231-2/+2
|
* Updating location.xride2015-09-231-1/+1
|
* Update astro/viking to v1.6uqs2015-09-193-13/+20
| | | | | | | Also switch to working dependency astro/josm to unbreak the dep-tree PR: 203025 Submitted by: uqs
* - Add NO_ARCHsunpoet2015-09-181-0/+1
|
* - Add NO_ARCHsunpoet2015-09-181-0/+1
|
* - Add NO_ARCHsunpoet2015-09-181-0/+1
|
* - Add LICENSEsunpoet2015-09-181-0/+4
| | | | - Add NO_ARCH
* - Add NO_ARCHsunpoet2015-09-181-0/+1
|
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-172-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
* Use the compressed file for generating distinfojpaetzel2015-09-151-2/+2
| | | | | | | Thanks chrome, you were helpful...not PR: 203102 Submitted by: martin.dieringer@gmx.de
* Update to 3.7.7jpaetzel2015-09-143-28/+16
| | | | Sponsored by: iXsystems
* Make it so that the default Perl is always called perl5.mat2015-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
* astro/swe: Update version 2.01.00=>2.02.01bofh2015-09-143-4/+4
|
* Update to upstream version 1.0.0eriggs2015-09-142-5/+5
| | | | | | | | While on it: - Pet portlint PR: 202496 Submitted by: coder@tuxfamily.org (maintainer)
* Mark as deprecated:bapt2015-09-142-0/+6
| | | | Does not support newer wxWidget and no release upstream for 8 years
* astro/osmium: unbreak build with DOXYGEN=on after r394778jbeich2015-09-091-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
* Drop USES=iconv.rakuco2015-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
* - Update to 8677amdmi32015-08-282-3/+3
|
* astro/geographiclib: Rectify assignment mistakemarino2015-08-271-3/+3
| | | | | I missed the unnecessary use of immediate evaluation assignment operators. Let's fix that once and for all.
* - Update to 1.44amdmi32015-08-273-7/+15
| | | | | PR: 202441 Submitted by: tatsuki_makino@hotmail.com (maintainer)
* - Add LICENSEamdmi32015-08-251-2/+5
| | | | | | - Fix library installation Approved by: portmgr blanket
* Fix previous commit.mat2015-08-191-4/+2
| | | | | Pointy hat to: mat Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-1910-239/+77
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* astro/gpsbabel: add GUI option, clean up dependenciespgollucci2015-08-193-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
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-302-3/+1
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* - Update to 5.9danilo2015-07-223-4/+4
|
* - Update to 5.8danilo2015-07-133-4/+4
|
* - Update to 2.0.0sunpoet2015-07-103-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
* Update location.brooks2015-07-091-1/+1
|
* - Update to 0.070wen2015-06-282-3/+3
| | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.070/Changes
* Fix packaging as Userbapt2015-06-271-9/+5
| | | | Fix wrong conversion to stage
* Use broken helpersbapt2015-06-271-8/+3
|
* Update astro/geographiclib 1.41 -> 1.42pgollucci2015-06-253-77/+95
| | | | | | | - Convert to autoreconf - note shared lib bump, but nothing to chase Submitted by: tatsuki_makino@hotmail.com (maintainer)