diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-10 20:59:19 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-10 20:59:19 +0000 |
commit | 3fb72e318f7be626e4315a026032d644cbce5540 (patch) | |
tree | 2a596dd3fcd96be66f808d42941a229b7263d43e /astro/viking | |
parent | e326d6ecabc7c690696221959746ed24f26c6420 (diff) | |
download | ports-3fb72e318f7be626e4315a026032d644cbce5540.tar.gz ports-3fb72e318f7be626e4315a026032d644cbce5540.zip |
Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained
2020-01-10 games/stonesoup-sdl: Broken for more than 8 months
2020-01-10 games/xtris: Broken for more than 3 months
2020-01-10 graphics/mapnik: Broken for more than 8 months
2020-01-10 graphics/vv: Broken for more than 4 months
2020-01-10 lang/js_of_ocaml: Depends on broken and expiring devel/ocaml-deriving-ocsigen
2020-01-10 lang/rubinius: Broken for more than 7 months
2020-01-10 math/dynare: Broken for more than 9 months
2020-01-10 science/meep: Broken for more than 6 months
2020-01-10 sysutils/hfm: Broken for more than 4 months
2020-01-10 sysutils/u-boot-zedboard: Broken for more than 6 months
2020-01-10 sysutils/u-boot-zybo: Broken for more than 6 months
2020-01-10 x11-themes/kde-icons-kool-gorilla: Broken for more than 3 months, unmaintained
Notes
Notes:
svn path=/head/; revision=522617
Diffstat (limited to 'astro/viking')
-rw-r--r-- | astro/viking/Makefile | 98 | ||||
-rw-r--r-- | astro/viking/distinfo | 3 | ||||
-rw-r--r-- | astro/viking/files/pkg-message.in | 13 | ||||
-rw-r--r-- | astro/viking/pkg-descr | 8 | ||||
-rw-r--r-- | astro/viking/pkg-plist | 43 |
5 files changed, 0 insertions, 165 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile deleted file mode 100644 index 00c425a5bad4..000000000000 --- a/astro/viking/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# Created by: David Le Brun <david@trucs.org> -# $FreeBSD$ - -PORTNAME= viking -PORTVERSION= 1.7 -PORTREVISION= 1 -CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}/ - -MAINTAINER= wen@FreeBSD.org -COMMENT= Program to manage GPS data (tracks, waypoints, etc.) - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Depends on broken and expiring graphics/mapnik -EXPIRATION_DATE= 2020-01-10 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs -LIB_DEPENDS= libcurl.so:ftp/curl \ - libexpat.so:textproc/expat2 \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libgexiv2.so:graphics/gexiv2 \ - libpcre.so:devel/pcre \ - libpng.so:graphics/png \ - libgeoclue-2.so:net/geoclue \ - liboauth.so:net/liboauth -RUN_DEPENDS= gpsbabel:astro/gpsbabel - -USES= compiler:c++11-lib gmake gnome iconv desktop-file-utils perl5 \ - pkgconfig tar:bzip2 xorg -USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ - xfixes xi xinerama xrandr xrender -USE_GNOME= cairo gnomedocutils gtk20 intlhack -USE_PERL5= run -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread - -PORTDOCS= AUTHORS ChangeLog NEWS README - -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 -NLS_USES= gettext - -GEOTAG_LIB_DEPENDS= libexif.so:graphics/libexif -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 - -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 ${PREFIX}/share/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 deleted file mode 100644 index 67bc6c0c1f1d..000000000000 --- a/astro/viking/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1551680207 -SHA256 (viking-1.7.tar.bz2) = 7c791e8cdb62dbf4776e37f95fdb2825ac48550e3f6829a015e1b30c76135824 -SIZE (viking-1.7.tar.bz2) = 3438343 diff --git a/astro/viking/files/pkg-message.in b/astro/viking/files/pkg-message.in deleted file mode 100644 index 462f12f71131..000000000000 --- a/astro/viking/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -[ -{ 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 deleted file mode 100644 index 7572c6956924..000000000000 --- a/astro/viking/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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. - -WWW: https://sourceforge.net/p/viking/wikiallura/Main_Page/ diff --git a/astro/viking/pkg-plist b/astro/viking/pkg-plist deleted file mode 100644 index bcb81c2650c4..000000000000 --- a/astro/viking/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/viking -share/applications/viking.desktop -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%%/routing.xml -%%DATADIR%%/maps.xml |