1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
Commit Graph

3198 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
97349561b4 [NEW] astro/qmapshack: Ultimate outdoor aficionado's tool
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
2015-10-27 13:43:31 +00:00
Muhammad Moinur Rahman
db5442bb8a astro/routino: Fix typo in Created By field 2015-10-27 13:17:55 +00:00
Muhammad Moinur Rahman
5ac8784f27 [NEW] astro/routino: Router for OpenStreetMap Data
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/
2015-10-26 17:44:39 +00:00
Muhammad Moinur Rahman
0ca7985813 astro/qlandkartegt: Unbreak by fixing MASTER_SITES
- Update version 1.7.1=>1.8.1
- Make patches 'make makepatch' compatible
- Add desktop-file-utils
2015-10-26 12:49:39 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Sunpoet Po-Chuan Hsieh
232e462026 - Update MASTER_SITES
- While I'm here, add LICENSE_FILE

PR:		204004
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
2015-10-24 17:46:02 +00:00
Muhammad Moinur Rahman
6b7930963c astro/swe: UNBREAK
- Update version 2.03=>2.04
2015-10-24 01:18:51 +00:00
Baptiste Daroussin
4dee53c678 Mark as broken, does not fetch 2015-10-24 00:21:06 +00:00
Baptiste Daroussin
10415c5bf7 Mark as broken, does not fetch 2015-10-24 00:19:56 +00:00
Kubilay Kocak
858eedd27e astro/gpstk: Fix patches and CMake build
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
2015-10-22 07:01:46 +00:00
Danilo Egea Gondolfo
754e02f61c - Update to 5.11 2015-10-20 13:53:38 +00:00
Muhammad Moinur Rahman
bcb367e072 astro/swe: Update version 2.02.01=>2.03 2015-10-20 11:27:22 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- 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
2015-10-19 14:50:52 +00:00
Kubilay Kocak
7424d81366 astro/gpstk: Fix fatal portlint(8) error
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.

PR:		201196
MFH:		2015Q4
2015-10-19 13:49:16 +00:00
Kubilay Kocak
42cb46691e astro/gpstk: Fix distinfo, Mark Unbroken
- Update distinfo
- Add EXTRACT_AFTER_ARGS
- Mark unbroken

PR:		201196
Submitted by:	John Hein <z7dr6ut7gs snkmail com
Approved by:	unmaintained (blanket)
MFH:		2014Q4
2015-10-19 10:18:12 +00:00
Sunpoet Po-Chuan Hsieh
7dc599b6c5 - Add LICENSE_FILE
- Fix packaging with Python 3.5
2015-10-16 19:35:52 +00:00
Dmitry Marakasov
c19baf495c - Update to 1.45
PR:		203631
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2015-10-15 14:57:01 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
b6e3b399b6 - Fix parallel build: don't use MFLAGS in upstream Makefile as it's reserved by make and contains -j flag
- Use MANPREFIX
2015-10-13 03:40:07 +00:00
Danilo Egea Gondolfo
228eca2c7a - Update to 5.10 2015-10-12 23:36:32 +00:00
Dmitry Marakasov
1886402f79 - Update to 8800
PR:		203538
Submitted by:	kalten@gmx.at
2015-10-05 12:55:39 +00:00
Vanilla I. Shu
47a58a1d7c Upgrade to 3.6.5. 2015-10-01 05:05:05 +00:00
Vanilla I. Shu
05a1225b3b Upgrade to 1.86, and regen patches. 2015-10-01 03:53:02 +00:00
Dmitry Marakasov
5c57225987 Implemented complete support for test target.
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
2015-09-28 17:20:42 +00:00
Dmitry Marakasov
97ba4d036b - Switch to options helpers
Approved by:	portmgr blanket
2015-09-27 21:38:59 +00:00
Baptiste Daroussin
39c4477881 Convert to @sample 2015-09-26 12:29:04 +00:00
Dmitry Marakasov
c7a4875536 - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa 2015-09-22 19:13:46 +00:00
Dmitry Marakasov
57985c2d15 - Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa 2015-09-22 19:13:40 +00:00
Soeren Straarup
11ed033966 Updating location. 2015-09-22 16:18:20 +00:00
Ulrich Spörlein
db5b008af8 Update astro/viking to v1.6
Also switch to working dependency astro/josm to unbreak the dep-tree

PR:		203025
Submitted by:	uqs
2015-09-18 16:16:04 +00:00
Sunpoet Po-Chuan Hsieh
53c4f66b8b - Add NO_ARCH 2015-09-17 17:12:47 +00:00
Sunpoet Po-Chuan Hsieh
773d36ae5b - Add NO_ARCH 2015-09-17 17:12:39 +00:00
Sunpoet Po-Chuan Hsieh
ce91a34d01 - Add NO_ARCH 2015-09-17 17:12:35 +00:00
Sunpoet Po-Chuan Hsieh
16825ef923 - Add LICENSE
- Add NO_ARCH
2015-09-17 17:10:21 +00:00
Sunpoet Po-Chuan Hsieh
3118668365 - Add NO_ARCH 2015-09-17 17:10:17 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
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
2015-09-16 19:51:26 +00:00
Josh Paetzel
19fc7c682c Use the compressed file for generating distinfo
Thanks chrome, you were helpful...not

PR:	203102
Submitted by:	martin.dieringer@gmx.de
2015-09-14 20:41:14 +00:00
Josh Paetzel
5a8c5fdaa5 Update to 3.7.7
Sponsored by:	iXsystems
2015-09-14 14:53:22 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- 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
2015-09-14 12:19:48 +00:00
Muhammad Moinur Rahman
67461ad288 astro/swe: Update version 2.01.00=>2.02.01 2015-09-14 10:43:43 +00:00
Thomas Zander
3bb29d1d4e Update to upstream version 1.0.0e
While on it:
- Pet portlint

PR:		202496
Submitted by:	coder@tuxfamily.org (maintainer)
2015-09-14 05:44:28 +00:00
Baptiste Daroussin
e2afe86598 Mark as deprecated:
Does not support newer wxWidget and no release upstream for 8 years
2015-09-13 17:05:49 +00:00
Jan Beich
752f07242d astro/osmium: unbreak build with DOXYGEN=on after r394778
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
2015-09-08 16:13:58 +00:00
Raphael Kubo da Costa
4d68d66087 Drop USES=iconv.
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
2015-08-30 10:19:23 +00:00
Dmitry Marakasov
82e12ffe80 - Update to 8677 2015-08-28 13:25:53 +00:00
John Marino
3f973d6a9b astro/geographiclib: Rectify assignment mistake
I missed the unnecessary use of immediate evaluation assignment operators.
Let's fix that once and for all.
2015-08-27 12:22:45 +00:00
Dmitry Marakasov
238037ffa3 - Update to 1.44
PR:		202441
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2015-08-27 09:44:35 +00:00
Dmitry Marakasov
d8bf0ca72f - Add LICENSE
- Fix library installation

Approved by:	portmgr blanket
2015-08-25 11:12:15 +00:00
Mathieu Arnold
bc0d524329 Fix previous commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-08-19 13:41:51 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00