pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/opencpn-plugin-statusbar
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Apr 14 16:38:54 UTC 2017
Added Files:
pkgsrc/geography/opencpn-plugin-statusbar: DESCR Makefile PLIST
distinfo
pkgsrc/geography/opencpn-plugin-statusbar/patches:
patch-cmake_PluginConfigure.cmake
Log Message:
Add opencpn-plugin-statusbar version 20170414
OpenCPN is a free software (GPLv2) 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.
The status bar plugin provides customizable, easier to read output text
and lower cpu usage than the builtin statusbar.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/opencpn-plugin-statusbar/DESCR \
pkgsrc/geography/opencpn-plugin-statusbar/Makefile \
pkgsrc/geography/opencpn-plugin-statusbar/PLIST \
pkgsrc/geography/opencpn-plugin-statusbar/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/geography/opencpn-plugin-statusbar/patches/patch-cmake_PluginConfigure.cmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/geography/opencpn-plugin-statusbar/DESCR
diff -u /dev/null pkgsrc/geography/opencpn-plugin-statusbar/DESCR:1.1
--- /dev/null Fri Apr 14 16:38:54 2017
+++ pkgsrc/geography/opencpn-plugin-statusbar/DESCR Fri Apr 14 16:38:54 2017
@@ -0,0 +1,7 @@
+OpenCPN is a free software (GPLv2) 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.
+
+The status bar plugin provides customizable, easier to read output text
+and lower cpu usage than the builtin statusbar.
Index: pkgsrc/geography/opencpn-plugin-statusbar/Makefile
diff -u /dev/null pkgsrc/geography/opencpn-plugin-statusbar/Makefile:1.1
--- /dev/null Fri Apr 14 16:38:54 2017
+++ pkgsrc/geography/opencpn-plugin-statusbar/Makefile Fri Apr 14 16:38:54 2017
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 16:38:54 bouyer Exp $
+#
+
+VERSION= 20170414
+DISTNAME= statusbar_pi-${VERSION}
+PKGNAME= opencpn-plugin-statusbar-${VERSION}
+#PKGREVISION= 3
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_GITHUB:=seandepagnier/}
+GITHUB_PROJECT= statusbar_pi
+GITHUB_TAG= b3653d44f6ecff05fbf49b49076d9a57e479268f
+
+MAINTAINER= bouyer%NetBSD.org@localhost
+HOMEPAGE= https://opencpn.org/OpenCPN/plugins/statusbar.html
+COMMENT= statusbar to display various info to users in OpenCPN
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+
+CMAKE_ARGS+= -DPREFIX:PATH=${PREFIX} -DPREFIX_PLUGINS:PATH=${PREFIX}/lib/opencpn
+CMAKE_MODULE_PATH_OVERRIDE = \
+ cmake/PluginConfigure.cmake \
+ cmake/PluginInstall.cmake \
+ cmake/PluginLocalization.cmake \
+ cmake/PluginPackage.cmake
+
+.include "../../devel/cmake/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../textproc/tinyxml/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/opencpn-plugin-statusbar/PLIST
diff -u /dev/null pkgsrc/geography/opencpn-plugin-statusbar/PLIST:1.1
--- /dev/null Fri Apr 14 16:38:54 2017
+++ pkgsrc/geography/opencpn-plugin-statusbar/PLIST Fri Apr 14 16:38:54 2017
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 16:38:54 bouyer Exp $
+lib/opencpn/libstatusbar_pi.so
+share/locale/ca/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/cs/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/da/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/de/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/el/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/es/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/et/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/fi/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/fr/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/gl/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/hu/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/it/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/ja/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/nb/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/nl/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/pl/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/pt/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/ru/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/sv/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/tr/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/vi/LC_MESSAGES/opencpn-statusbar_pi.mo
+share/locale/zh/LC_MESSAGES/opencpn-statusbar_pi.mo
Index: pkgsrc/geography/opencpn-plugin-statusbar/distinfo
diff -u /dev/null pkgsrc/geography/opencpn-plugin-statusbar/distinfo:1.1
--- /dev/null Fri Apr 14 16:38:54 2017
+++ pkgsrc/geography/opencpn-plugin-statusbar/distinfo Fri Apr 14 16:38:54 2017
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 16:38:54 bouyer Exp $
+
+SHA1 (statusbar_pi-20170414-b3653d44f6ecff05fbf49b49076d9a57e479268f.tar.gz) = 6a73c9641f15586c279350906a133ca7c54e09d4
+RMD160 (statusbar_pi-20170414-b3653d44f6ecff05fbf49b49076d9a57e479268f.tar.gz) = 2fab65f1345b583dccd9b5a59184977533ef948c
+SHA512 (statusbar_pi-20170414-b3653d44f6ecff05fbf49b49076d9a57e479268f.tar.gz) =
31acc25e65e8d6db464bb6e664fc65b53b732d91853ef441c62e57e83a6476c602f160a0270874d77be5c7f0aeb295b5a5dccab5b6f3dc04ebfa8356ad538ee0
+Size (statusbar_pi-20170414-b3653d44f6ecff05fbf49b49076d9a57e479268f.tar.gz) = 214972 bytes
+SHA1 (patch-cmake_PluginConfigure.cmake) = 5c0484bc31d4aff8ae631bf679dd363e9590896c
Index: pkgsrc/geography/opencpn-plugin-statusbar/patches/patch-cmake_PluginConfigure.cmake
diff -u /dev/null pkgsrc/geography/opencpn-plugin-statusbar/patches/patch-cmake_PluginConfigure.cmake:1.1
--- /dev/null Fri Apr 14 16:38:54 2017
+++ pkgsrc/geography/opencpn-plugin-statusbar/patches/patch-cmake_PluginConfigure.cmake Fri Apr 14 16:38:54 2017
@@ -0,0 +1,22 @@
+$NetBSD: patch-cmake_PluginConfigure.cmake,v 1.1 2017/04/14 16:38:54 bouyer Exp $
+Do not overwrite CMAKE_SHARED_LINKER_FLAGS
+
+--- cmake/PluginConfigure.cmake.orig 2016-05-09 14:08:57.000000000 +0200
++++ cmake/PluginConfigure.cmake 2017-04-14 17:00:15.000000000 +0200
+@@ -34,11 +34,13 @@
+ ADD_DEFINITIONS( "-Wall -Wno-unused-result -g -O2 -fexceptions" )
+ ENDIF(PROFILING)
+
+- IF(NOT APPLE)
++ IF(CMAKE_SYSTEM_NAME MATCHES ".*Linux")
+ SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bsymbolic")
+- ELSE(NOT APPLE)
++ ADD_DEFINITIONS( "-fPIC")
++ ENDIF(CMAKE_SYSTEM_NAME MATCHES ".*Linux")
++ if(APPLE)
+ SET(CMAKE_SHARED_LINKER_FLAGS "-Wl -undefined dynamic_lookup")
+- ENDIF(NOT APPLE)
++ ENDIF(APPLE)
+
+ ENDIF(NOT MSVC)
+
Home |
Main Index |
Thread Index |
Old Index