git: 39955d38ad81 - main - astro/xeartk: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 12:53:45 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39955d38ad814580c39316a8b78e30692715e6e3
commit 39955d38ad814580c39316a8b78e30692715e6e3
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-12-02 12:53:30 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-12-02 12:53:30 +0000
astro/xeartk: Remove expired port
2023-11-30 astro/xeartk: Depends on expired astro/tkgeomap
---
MOVED | 1 +
astro/Makefile | 1 -
astro/xeartk/Makefile | 32 --------------------------------
astro/xeartk/distinfo | 2 --
astro/xeartk/pkg-descr | 9 ---------
5 files changed, 1 insertion(+), 44 deletions(-)
diff --git a/MOVED b/MOVED
index 5664f2ce9798..58d753b100d0 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/astro/Makefile b/astro/Makefile
index c96bebf35e7a..eca279f7a2b8 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -137,7 +137,6 @@
SUBDIR += wmspaceweather
SUBDIR += wmsun
SUBDIR += xearth
- SUBDIR += xeartk
SUBDIR += xephem
SUBDIR += xmoontool
SUBDIR += xphoon
diff --git a/astro/xeartk/Makefile b/astro/xeartk/Makefile
deleted file mode 100644
index 19b063d5ab73..000000000000
--- a/astro/xeartk/Makefile
+++ /dev/null
@@ -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>
diff --git a/astro/xeartk/distinfo b/astro/xeartk/distinfo
deleted file mode 100644
index f08ed577f7bb..000000000000
--- a/astro/xeartk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xeartk-2.2.tar.gz) = 06b49e204cfe39b3ce05271147d2368ac3ea0b258197aa67f889eeea8c335125
-SIZE (xeartk-2.2.tar.gz) = 150214
diff --git a/astro/xeartk/pkg-descr b/astro/xeartk/pkg-descr
deleted file mode 100644
index f4db653a1dbd..000000000000
--- a/astro/xeartk/pkg-descr
+++ /dev/null
@@ -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.