astro/xeartk: Remove expired port

2023-11-30 astro/xeartk: Depends on expired astro/tkgeomap
This commit is contained in:
Rene Ladan 2023-12-02 13:53:30 +01:00
parent bfcb22eaff
commit 39955d38ad
5 changed files with 1 additions and 44 deletions

1
MOVED
View file

@ -8136,3 +8136,4 @@ www/linux-opera||2023-12-02|Has expired: outdated and unsupported version
sysutils/gtk-imonc||2023-12-02|Has expired: BROKEN for more than 2 years
audio/gradio||2023-12-02|Has expired: BROKEN for more than a year
java/wildfly13||2023-12-02|Has expired: End of life upstream
astro/xeartk||2023-12-02|Has expired: Depends on expired astro/tkgeomap

View file

@ -137,7 +137,6 @@
SUBDIR += wmspaceweather
SUBDIR += wmsun
SUBDIR += xearth
SUBDIR += xeartk
SUBDIR += xephem
SUBDIR += xmoontool
SUBDIR += xphoon

View file

@ -1,32 +0,0 @@
PORTNAME= xeartk
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= astro tk
MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Small demo for tkgeomap
WWW= http://www.tkgeomap.org/xeartk.html
DEPRECATED= Depends on expired astro/tkgeomap
EXPIRATION_DATE=2023-11-30
LIB_DEPENDS= libtkgeomap.so:astro/tkgeomap
USES= tk:run
NO_BUILD= yes
NO_ARCH= yes
DATA_FILES= README cities land.xdr rivers.xdr water.xdr
PLIST_FILES= bin/${PORTNAME} \
${DATA_FILES:S,^,%%DATADIR%%/,}
post-patch:
@${REINPLACE_CMD} -e 's,data/,${DATADIR}/,g;s,wish,${WISH},' ${WRKSRC}/src/XEartk.tcl
@${REINPLACE_CMD} -e 's| 0\([0-9]\)| \1|g' ${WRKSRC}/data/cities
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/XEartk.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${DATA_FILES:S,^,${WRKSRC}/data/,} ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (xeartk-2.2.tar.gz) = 06b49e204cfe39b3ce05271147d2368ac3ea0b258197aa67f889eeea8c335125
SIZE (xeartk-2.2.tar.gz) = 150214

View file

@ -1,9 +0,0 @@
xeartk is a tkgeomap application that uses the geomap::wdgeomap command
to create an interactive map. The geographic data is from the xearth
root window program. by Kirk Lauritz Johnson in an interactive widget.
xeartk is not part of and does not require xearth. It only uses the
outline data defined in file mapdata.c of the xearth source
distribution. The cities are from factmonster.
Adjust the map view by Shift-Double-Clicking or Shift-Dragging. Double
click a dot to display information about the city there on the terminal.