Commit graph

27 commits

Author SHA1 Message Date
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
bouyer
22dfef239d Update to 1.6.8 (distinfo commited on 2019/09/12, for some reason Makefile
was skipped). Changes:
- updated translations
- UI bugfixes
- Added DeleteBoundary and DeleteBoundaryPoint to API and json messages
2019-11-22 12:36:31 +00:00
bouyer
7d68cbb772 Update to 1.6.8. Changes:
- updated translations
- UI bugfixes
- Added DeleteBoundary and DeleteBoundaryPoint to API and json messages
2019-09-12 16:54:34 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bouyer
4721dc6db4 Update to 1.5_20190311. Changes since 1.5_20180827:
- lots of bug fixes
- translations upadate
- Add create/delete TextPoints to ODAPI
- Add links in OPpoint
- Add 'AddPointIcon' and 'RemovePointIcon' to both ODAPI and JSON
- Allow setting of display of Text Point name via ODAPI
- handle new OpenCPN MUI (dual-canvas)
2019-03-25 11:44:52 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
bouyer
563cfecabb Update to 20180827. Changes since 20180405:
Implement Create Boundary JSON interface
Implement CreateTextPoint ODAPI
New 'createtextpoint' api
Bug fixes
2018-08-27 15:54:09 +00:00
bouyer
551c13c4ab Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mk
(especially, remove gtk2 buildlink3).
Make opencpn build with gtk3
Conservatively bump PKGREVISIONs
2018-07-19 17:58:57 +00:00
wiz
9f420cb917 *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
bouyer
d537068420 Update to 1.5_20180405. Changes since 1.4:
Add ability to check for the first line crossing as well as the closest line
crossing.
Import csv file to define new boundary and boundary points
Allow right click in Points and Layers tabs of Pathmanager to Hide/Show items

And lots of UI and bug fixes, speedup, cleanup.
2018-04-05 15:56:25 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bouyer
d3d6479d98 We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.
The reason is that a plugin may include its private version of some
code that opencpn also has in its source. Without -Bsymbolic the plugin
may use the objects from opencpn instead of its version, and which do
not match the includes it was compiled with, and bad things happens.
bump PKGREVISIONs
2017-08-24 13:01:32 +00:00
bouyer
e406bfd6ee Update to 1.4.Changes since 1.3:
Various fixes, mostly for PIL and EBL
2017-07-07 13:03:33 +00:00
bouyer
c5ef9c227d Update URLs for new OpenCPN web site 2017-04-14 16:42:24 +00:00
bouyer
69b6a3f67a Update to 1.3.31. Changes since 1.2.0:
Implement Parallel Index Lines (PILs)
Use an EBL to generate a perpendicular index line
Allow Ctrl-Left Mouse click to select multiple boundaries. Right click
  then allows Merge with keep and Merge with delete
Add ability to move boundaries and point using left click and drag. Ability
 is set in general properties of plugin
Add ability to constrain boundary movement
Add ability to move a single boundary segment
2017-04-14 16:28:40 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
bouyer
07e0a89ba6 Update to 1.2.0.
Changes since 1.1p13:
- bug fixes.
- install more icons
- updated translations
- provide permament layers
2016-07-18 14:18:51 +00:00
bouyer
7d3436b890 Update to 1.1p13.
Changes since previous:
Bug fixes
- boundary lines
- guard zones attached to boat
2016-06-16 15:57:02 +00:00
bouyer
0a515b0ad0 The memory leak fix introcuced a double free, that didn't cause problems
on linux but did on NetBSD. Fix the double free and bump PKGREVISION
2016-05-23 13:10:15 +00:00
bouyer
5adb72683b Fix memory leak. Bump PKGREVISION 2016-05-23 08:55:15 +00:00
bouyer
6397424f69 Make theses build (and run) on linux 2016-05-21 10:50:41 +00:00
bouyer
69996a21f5 Add opencpn-plugin-draw version 20160415
This plugin is designed to allow users to place objects/items on the OpenCPN
interface and have these georeferenced. This allows the objects/items to move
with the chart and have a definined Latitude and Longitude. There are two
basic types of object/item that can be used: points and paths.

Points are very similar to Waypoints and mark locations on the chart.
Paths joint two or more points together and draw a line between them.
Currently these Points exist: Boundary Point, Text Point,
Electronic Brearing Line (EBL) Point, Dead Reckoning (DR) Point.

These Points are used to construct special types of Paths: Boundary,
Electronic Bearing Line (EBL) and Dead Reckoning (DR).
2016-04-24 10:21:54 +00:00