The NetBSD Project

CVS log for pkgsrc/geography/opencpn-plugin-draw/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / opencpn-plugin-draw

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jun 24 09:55:43 2024 UTC (8 months, 3 weeks ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Fix build on netbsd-10; need stddef.h for NULL

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:45:12 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
geography: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:09:27 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
geography: Remove SHA1 hashes for distfiles

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 12 16:54:34 2019 UTC (5 years, 6 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -6 lines
Update to 1.6.8. Changes:
- updated translations
- UI bugfixes
- Added DeleteBoundary and DeleteBoundaryPoint to API and json messages

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 25 11:44:52 2019 UTC (5 years, 11 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
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)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:54:09 2018 UTC (6 years, 6 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6 lines
Update to 20180827. Changes since 20180405:
Implement Create Boundary JSON interface
Implement CreateTextPoint ODAPI
New 'createtextpoint' api
Bug fixes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 5 15:56:25 2018 UTC (6 years, 11 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -6 lines
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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 24 13:01:32 2017 UTC (7 years, 6 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 7 13:03:33 2017 UTC (7 years, 8 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Update to 1.4.Changes since 1.3:
Various fixes, mostly for PIL and EBL

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 14 16:28:40 2017 UTC (7 years, 11 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -6 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 18 14:18:51 2016 UTC (8 years, 8 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Update to 1.2.0.
Changes since 1.1p13:
- bug fixes.
- install more icons
- updated translations
- provide permament layers

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 16 15:57:02 2016 UTC (8 years, 9 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -6 lines
Update to 1.1p13.
Changes since previous:
Bug fixes
- boundary lines
- guard zones attached to boat

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 23 13:10:15 2016 UTC (8 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 23 08:55:15 2016 UTC (8 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Fix memory leak. Bump PKGREVISION

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 21 10:50:41 2016 UTC (8 years, 10 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Make theses build (and run) on linux

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 24 10:21:54 2016 UTC (8 years, 10 months ago) by bouyer
Branches: MAIN
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).

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>