Skip to content
Snippets Groups Projects
Commit 2a7682f4 authored by Rene Ladan's avatar Rene Ladan
Browse files

astro/ptiger: Remove expired port

2023-11-30 astro/ptiger: Depends on expired astro/tkgeomap
parent 458b5c68
No related branches found
No related tags found
No related merge requests found
......@@ -8120,3 +8120,4 @@ java/wildfly16||2023-12-02|Has expired: End of life upstream
java/wildfly90||2023-12-02|Has expired: End of life upstream
java/wildfly17||2023-12-02|Has expired: End of life upstream
java/wildfly15||2023-12-02|Has expired: End of life upstream
astro/ptiger||2023-12-02|Has expired: Depends on expired astro/tkgeomap
......@@ -79,7 +79,6 @@
SUBDIR += phd2
SUBDIR += phoon
SUBDIR += pp3
SUBDIR += ptiger
SUBDIR += py-astlib
SUBDIR += py-astral
SUBDIR += py-astroML
......
PORTNAME= ptiger
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= astro tk
MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Displays U.S. Census Bureau populated places on a map
WWW= http://www.tkgeomap.org/ptiger.html
DEPRECATED= Depends on expired astro/tkgeomap
EXPIRATION_DATE=2023-11-30
LIB_DEPENDS= libtkgeomap.so:astro/tkgeomap
USES+= tk:run
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -Ee 's,\[pwd\],${DATADIR}/src,;s,(lines/|places/|src/),${DATADIR}/\1,g;s,wish,${WISH},' ${WRKSRC}/src/PTiger.tcl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/PTiger.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${MKDIR} ${STAGEDIR}${DATADIR}
${CP} -Rf ${WRKSRC}/lines ${WRKSRC}/places ${WRKSRC}/src ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
SHA256 (ptiger-2.2.tar.gz) = abdf7d68d728a424014ed507bdda78768f1b8be9be0c48c354072822ddc0b63f
SIZE (ptiger-2.2.tar.gz) = 4300581
ptiger is a Tcl/Tk/Tkgeomap script that uses wdgeomap to display U.S.
Census Burea populated places on an interactive geographic map.
To run it, type ptiger on the command line. After a few seconds, a map
should appear. Adjust the view by Dragging or Double-Clicking. As the
cursor moves, a label below the map displays the cursor location and
the azimuth and range from the + marker to the cursor. Move the + marker
by Right-Double-Clicking. The map has dots at places with population
greater than a user selected threshold. Moving the cursor over a dot
labels the place with its name and displays the population in another
label below the map. In addition to the wdgeomap menus, a Places menu
enables adjustment of the population threshold and dot size. There is
also a Find menu that does a case insensitive regular expression search
for a named place.
bin/ptiger
%%DATADIR%%/lines/highways/interstate.xdr
%%DATADIR%%/lines/states/Alabama.xdr
%%DATADIR%%/lines/states/Alaska.xdr
%%DATADIR%%/lines/states/American Samoa.xdr
%%DATADIR%%/lines/states/Arizona.xdr
%%DATADIR%%/lines/states/Arkansas.xdr
%%DATADIR%%/lines/states/California.xdr
%%DATADIR%%/lines/states/Canada.xdr
%%DATADIR%%/lines/states/Colorado.xdr
%%DATADIR%%/lines/states/Connecticut.xdr
%%DATADIR%%/lines/states/Delaware.xdr
%%DATADIR%%/lines/states/District of Columbia.xdr
%%DATADIR%%/lines/states/Florida.xdr
%%DATADIR%%/lines/states/Georgia.xdr
%%DATADIR%%/lines/states/Guam.xdr
%%DATADIR%%/lines/states/Hawaii.xdr
%%DATADIR%%/lines/states/Idaho.xdr
%%DATADIR%%/lines/states/Illinois.xdr
%%DATADIR%%/lines/states/Indiana.xdr
%%DATADIR%%/lines/states/Iowa.xdr
%%DATADIR%%/lines/states/Kansas.xdr
%%DATADIR%%/lines/states/Kentucky.xdr
%%DATADIR%%/lines/states/Louisiana.xdr
%%DATADIR%%/lines/states/Maine.xdr
%%DATADIR%%/lines/states/Marianas.xdr
%%DATADIR%%/lines/states/Maryland.xdr
%%DATADIR%%/lines/states/Massachusetts.xdr
%%DATADIR%%/lines/states/Mexico.xdr
%%DATADIR%%/lines/states/Michigan.xdr
%%DATADIR%%/lines/states/Midway.xdr
%%DATADIR%%/lines/states/Minnesota.xdr
%%DATADIR%%/lines/states/Mississippi.xdr
%%DATADIR%%/lines/states/Missouri.xdr
%%DATADIR%%/lines/states/Montana.xdr
%%DATADIR%%/lines/states/Nebraska.xdr
%%DATADIR%%/lines/states/Nevada.xdr
%%DATADIR%%/lines/states/New Hampshire.xdr
%%DATADIR%%/lines/states/New Jersey.xdr
%%DATADIR%%/lines/states/New Mexico.xdr
%%DATADIR%%/lines/states/New York.xdr
%%DATADIR%%/lines/states/North Carolina.xdr
%%DATADIR%%/lines/states/North Dakota.xdr
%%DATADIR%%/lines/states/Ohio.xdr
%%DATADIR%%/lines/states/Oklahoma.xdr
%%DATADIR%%/lines/states/Oregon.xdr
%%DATADIR%%/lines/states/Pennsylvania.xdr
%%DATADIR%%/lines/states/Puerto Rico.xdr
%%DATADIR%%/lines/states/Rhode Island.xdr
%%DATADIR%%/lines/states/South Carolina.xdr
%%DATADIR%%/lines/states/South Dakota.xdr
%%DATADIR%%/lines/states/Tennessee.xdr
%%DATADIR%%/lines/states/Texas.xdr
%%DATADIR%%/lines/states/Utah.xdr
%%DATADIR%%/lines/states/Vermont.xdr
%%DATADIR%%/lines/states/Virgin Islands.xdr
%%DATADIR%%/lines/states/Virginia.xdr
%%DATADIR%%/lines/states/Washington.xdr
%%DATADIR%%/lines/states/West Virginia.xdr
%%DATADIR%%/lines/states/Wisconsin.xdr
%%DATADIR%%/lines/states/Wyoming.xdr
%%DATADIR%%/lines/world/World.xdr
%%DATADIR%%/places/places2k.sort
%%DATADIR%%/src/Convert.tcl
%%DATADIR%%/src/PTiger.tcl
%%DATADIR%%/src/PTiger.tcl.bak
%%DATADIR%%/src/pkgIndex.tcl
%%DATADIR%%/src/plus.bm
%%DATADIR%%/src/us_census.tcl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment