diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-12-02 12:53:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-12-02 12:53:30 +0000 |
commit | 39955d38ad814580c39316a8b78e30692715e6e3 (patch) | |
tree | 5b7cc879fcfdc828ecfb4761f205c4626ee65749 /astro | |
parent | bfcb22eaff0c065bf762751645176de9653da3c7 (diff) |
astro/xeartk: Remove expired port
2023-11-30 astro/xeartk: Depends on expired astro/tkgeomap
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/xeartk/Makefile | 32 | ||||
-rw-r--r-- | astro/xeartk/distinfo | 2 | ||||
-rw-r--r-- | astro/xeartk/pkg-descr | 9 |
4 files changed, 0 insertions, 44 deletions
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. |