FreeBSD Bugzilla – Attachment 242875 Details for
Bug 272076
astro/viking: Restore and upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
viking.patch (text/plain), 9.82 KB, created by
Ting-Wei Lan
on 2023-06-19 09:48:58 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ting-Wei Lan
Created:
2023-06-19 09:48:58 UTC
Size:
9.82 KB
patch
obsolete
>diff --git a/MOVED b/MOVED >index 7587930adf83..ea8814c14661 100644 >--- a/MOVED >+++ b/MOVED >@@ -3210,7 +3210,6 @@ devel/gperf31|devel/gperf|2020-01-04|No longer needed as devel/gperf has been up > devel/yosys|cad/yosys|2020-01-04|Move to a proper category > cad/ujprog|comms/ujprog|2020-01-05|Move to a proper category > net/gnatsd|net/nats-server|2020-01-06|Renamed upstream >-astro/viking||2020-01-10|Has expired: Depends on broken and expiring graphics/mapnik > audio/slv2||2020-01-10|Has expired: Broken for more than 5 months (last version 0.6.6 released in 2009, replaced by lilv) > cad/brickutils||2020-01-10|Has expired: Broken for more than 3 months, unmaintained > devel/elixir-gen_state_machine||2020-01-10|Has expired: Broken for more than 6 months >diff --git a/astro/Makefile b/astro/Makefile >index 10fd52b16dea..8cc9e700b354 100644 >--- a/astro/Makefile >+++ b/astro/Makefile >@@ -127,6 +127,7 @@ > SUBDIR += swe > SUBDIR += tclgeomap > SUBDIR += tkgeomap >+ SUBDIR += viking > SUBDIR += wcslib > SUBDIR += weather > SUBDIR += wmglobe >diff --git a/astro/viking/Makefile b/astro/viking/Makefile >new file mode 100644 >index 000000000000..660d10c615d7 >--- /dev/null >+++ b/astro/viking/Makefile >@@ -0,0 +1,87 @@ >+PORTNAME= viking >+PORTVERSION= 1.10 >+CATEGORIES= astro >+MASTER_SITES= SF/${PORTNAME}/ >+ >+MAINTAINER= ports@FreeBSD.org >+COMMENT= Program to manage GPS data (tracks, waypoints, etc.) >+WWW= https://sourceforge.net/p/viking/wikiallura/Main_Page/ >+ >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= itstool:textproc/itstool \ >+ ${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools \ >+ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl >+LIB_DEPENDS= libcurl.so:ftp/curl \ >+ libexpat.so:textproc/expat2 \ >+ libgeoclue-2.so:net/geoclue \ >+ libjson-glib-1.0.so:devel/json-glib \ >+ libnettle.so:security/nettle \ >+ liboauth.so:net/liboauth \ >+ libzip.so:archivers/libzip >+RUN_DEPENDS= gpsbabel:astro/gpsbabel >+ >+USES= compiler:c++11-lib desktop-file-utils gettext gmake gnome \ >+ iconv localbase perl5 pkgconfig tar:bzip2 xorg >+USE_XORG= x11 >+USE_GNOME= gtk30 intlhack >+USE_PERL5= run >+GNU_CONFIGURE= yes >+ >+PORTDOCS= AUTHORS ChangeLog NEWS README.md >+ >+OPTIONS_DEFINE= DOCS GEOCACHES NLS GEOTAG GPSD MAPNIK MBTILES >+OPTIONS_DEFAULT= GEOTAG GPSD JOSM MAPNIK MBTILES >+ >+OPTIONS_MULTI= EDITOR >+OPTIONS_MULTI_EDITOR= JOSM MERKAATOR >+ >+EDITOR_DESC= OpenStreetMap editor >+GEOCACHES_DESC= GeoCaches Acquire support >+GEOTAG_DESC= Geotag support >+GPSD_DESC= Realtime GPS tracking >+MAPNIK_DESC= Mapnik support >+MBTILES_DESC= MBTiles support >+JOSM_DESC= Edit OpenStreetMap via JOSM >+MERKAATOR_DESC= Edit OpenStreetMap via Merkaartor >+ >+OPTIONS_SUB= yes >+ >+GEOCACHES_CONFIGURE_ENABLE= geocaches >+GEOCACHES_SUB_FILES= pkg-message >+ >+NLS_CONFIGURE_ENABLE= nls >+ >+GEOTAG_LIB_DEPENDS= libgexiv2.so:graphics/gexiv2 >+GEOTAG_CONFIGURE_ENABLE=geotag >+ >+GPSD_LIB_DEPENDS= libgps.so:astro/gpsd >+GPSD_CONFIGURE_ENABLE= realtime-gps-tracking >+ >+MAPNIK_LIB_DEPENDS= libmapnik.so:graphics/mapnik >+MAPNIK_CONFIGURE_ENV= ac_cv_lib_icuuc_main=no # indirect >+MAPNIK_CONFIGURE_ENABLE= mapnik >+MAPNIK_CPPFLAGS= -I${LOCALBASE}/include/mapnik >+ >+MBTILES_USES= sqlite >+MBTILES_CONFIGURE_ENABLE= mbtiles >+ >+JOSM_RUN_DEPENDS= josm:astro/josm >+MERKAATOR_RUN_DEPENDS= merkaartor:astro/merkaartor >+ >+post-patch: >+ @${REINPLACE_CMD} -e '/as_fn_error.*libicuuc/d' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e '/^AM_CFLAGS/s| -g | |' ${WRKSRC}/src/Makefile.in >+ @${REINPLACE_CMD} -e 's|Science;|Education;Science;|' \ >+ ${WRKSRC}/src/viking.desktop.in >+ >+post-install: >+ ${LN} -sf ../icons/hicolor/48x48/apps/${PORTNAME}.png \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps/ >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/astro/viking/distinfo b/astro/viking/distinfo >new file mode 100644 >index 000000000000..2211b3c62ec1 >--- /dev/null >+++ b/astro/viking/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1687051955 >+SHA256 (viking-1.10.tar.bz2) = 9455c895f98bc13de24bd6b234cd0f1d5ecdc1b068b4cbc6eb6644f6126e45ac >+SIZE (viking-1.10.tar.bz2) = 5035598 >diff --git a/astro/viking/files/pkg-message.in b/astro/viking/files/pkg-message.in >new file mode 100644 >index 000000000000..462f12f71131 >--- /dev/null >+++ b/astro/viking/files/pkg-message.in >@@ -0,0 +1,13 @@ >+[ >+{ type: install >+ message: <<EOM >+Viking has been installed. >+ >+When you wish to use GeoCaches Acquire Option, please make an account at >+ >+ http://www.geocaching.com/ >+ >+Have fun! >+EOM >+} >+] >diff --git a/astro/viking/pkg-descr b/astro/viking/pkg-descr >new file mode 100644 >index 000000000000..b66fff119f1d >--- /dev/null >+++ b/astro/viking/pkg-descr >@@ -0,0 +1,6 @@ >+Viking is a free/open source program to manage GPS data. >+ >+You can import and plot tracks, routes and waypoints, show OpenStreetMap, >+Terraserver, Bing Aerial and other maps in it, download geocaches for >+an area on the map, make new tracks and waypoints, geotag images, >+see real-time GPS position, etc. >diff --git a/astro/viking/pkg-plist b/astro/viking/pkg-plist >new file mode 100644 >index 000000000000..6bdf4a07d917 >--- /dev/null >+++ b/astro/viking/pkg-plist >@@ -0,0 +1,95 @@ >+bin/viking >+man/man1/viking.1.gz >+share/applications/viking.desktop >+%%PORTDOCS%%share/help/C/viking/attribution.xml >+%%PORTDOCS%%share/help/C/viking/commandline.xml >+%%PORTDOCS%%share/help/C/viking/dem_layer.xml >+%%PORTDOCS%%share/help/C/viking/edit_view_menus.xml >+%%PORTDOCS%%share/help/C/viking/figures/Aggregate_heatmap.png >+%%PORTDOCS%%share/help/C/viking/figures/Aggregate_statistics.png >+%%PORTDOCS%%share/help/C/viking/figures/Aggregate_statistics_years.png >+%%PORTDOCS%%share/help/C/viking/figures/DEM_Example.png >+%%PORTDOCS%%share/help/C/viking/figures/DEM_file_info_dialog.png >+%%PORTDOCS%%share/help/C/viking/figures/Goto_Main_Window.png >+%%PORTDOCS%%share/help/C/viking/figures/LayersTracksList.png >+%%PORTDOCS%%share/help/C/viking/figures/LayersTracksStatistics.png >+%%PORTDOCS%%share/help/C/viking/figures/Maps_download_region_dialog.png >+%%PORTDOCS%%share/help/C/viking/figures/Panel_Stats_Tab.png >+%%PORTDOCS%%share/help/C/viking/figures/Track_elevation_graph.png >+%%PORTDOCS%%share/help/C/viking/figures/Track_properties.png >+%%PORTDOCS%%share/help/C/viking/figures/Track_statistics.png >+%%PORTDOCS%%share/help/C/viking/figures/Track_time_splits.png >+%%PORTDOCS%%share/help/C/viking/figures/Trackpoint_edit_dialog.png >+%%PORTDOCS%%share/help/C/viking/figures/Viking-OSM-CycleMap-ManyTracks.jpg >+%%PORTDOCS%%share/help/C/viking/figures/Viking-TAC.png >+%%PORTDOCS%%share/help/C/viking/figures/WaypointProperties.png >+%%PORTDOCS%%share/help/C/viking/figures/WaypointsList.png >+%%PORTDOCS%%share/help/C/viking/figures/addtr_18.png >+%%PORTDOCS%%share/help/C/viking/figures/addwp_18.png >+%%PORTDOCS%%share/help/C/viking/figures/customize_toolbar_dialog.png >+%%PORTDOCS%%share/help/C/viking/figures/demdl_18.png >+%%PORTDOCS%%share/help/C/viking/figures/edtr_18.png >+%%PORTDOCS%%share/help/C/viking/figures/edwp_18.png >+%%PORTDOCS%%share/help/C/viking/figures/geomove_18.png >+%%PORTDOCS%%share/help/C/viking/figures/geozoom_18.png >+%%PORTDOCS%%share/help/C/viking/figures/map_tile_info_dialog.png >+%%PORTDOCS%%share/help/C/viking/figures/mapdl_18.png >+%%PORTDOCS%%share/help/C/viking/figures/mover_22.png >+%%PORTDOCS%%share/help/C/viking/figures/properties_degree.png >+%%PORTDOCS%%share/help/C/viking/figures/properties_units.png >+%%PORTDOCS%%share/help/C/viking/figures/route_finder_18.png >+%%PORTDOCS%%share/help/C/viking/figures/ruler_18.png >+%%PORTDOCS%%share/help/C/viking/figures/select_18.png >+%%PORTDOCS%%share/help/C/viking/figures/showpic_18.png >+%%PORTDOCS%%share/help/C/viking/figures/trw_statusbar.png >+%%PORTDOCS%%share/help/C/viking/figures/vik_new_route_18.png >+%%PORTDOCS%%share/help/C/viking/figures/zoom_18.png >+%%PORTDOCS%%share/help/C/viking/figures/zoom_status_popup.png >+%%PORTDOCS%%share/help/C/viking/geoclue_layer.xml >+%%PORTDOCS%%share/help/C/viking/georef_layer.xml >+%%PORTDOCS%%share/help/C/viking/index.docbook >+%%PORTDOCS%%share/help/C/viking/legal.xml >+%%PORTDOCS%%share/help/C/viking/mapnik_rendering_layer.xml >+%%PORTDOCS%%share/help/C/viking/recommends.xml >+share/icons/hicolor/48x48/apps/viking.png >+%%NLS%%share/locale/ast/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/da/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/de/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/el/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/es/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/fi/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/he/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/id/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/it/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/jv/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/ko/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/ku/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/lv/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/sk/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/sl/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/uk/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/viking.mo >+%%NLS%%share/locale/zh_TW/LC_MESSAGES/viking.mo >+share/pixmaps/viking.png >+%%DATADIR%%/datasources.xml >+%%DATADIR%%/external_tools.xml >+%%DATADIR%%/goto_tools.xml >+%%DATADIR%%/latlontz.txt >+%%DATADIR%%/maps.xml >+%%DATADIR%%/routing.xml >+%%DATADIR%%/unreachable_tiles.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272076
: 242875