diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-12-02 13:43:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-12-02 13:43:57 +0000 |
commit | 4649a3e537e0256f4c21ab559ac87d4fa5d488b8 (patch) | |
tree | 5d9fc13c5847825923bb55db31de62a1a8a87118 | |
parent | f19cf1d2bc1c362f61dd9368b8ad156af3fedf7d (diff) |
cleanup: Remove expired geomap ports:
2023-08-31 astro/tkgeomap: abandoned
2023-08-31 astro/tclgeomap: abandoned
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | astro/Makefile | 2 | ||||
-rw-r--r-- | astro/tclgeomap/Makefile | 37 | ||||
-rw-r--r-- | astro/tclgeomap/distinfo | 2 | ||||
-rw-r--r-- | astro/tclgeomap/pkg-descr | 14 | ||||
-rw-r--r-- | astro/tclgeomap/pkg-plist | 21 | ||||
-rw-r--r-- | astro/tkgeomap/Makefile | 43 | ||||
-rw-r--r-- | astro/tkgeomap/distinfo | 2 | ||||
-rw-r--r-- | astro/tkgeomap/pkg-descr | 14 | ||||
-rw-r--r-- | astro/tkgeomap/pkg-plist | 11 |
10 files changed, 2 insertions, 146 deletions
@@ -8158,3 +8158,5 @@ multimedia/obs-scrab||2023-12-02|Has expired: Fails to package and marked broken archivers/jzlib||2023-12-02|Has expired: Abandonware, untouched for over 10 years and Java Platform 8+ provides a Deflater class java/wildfly26||2023-12-02|Has expired: End of life upstream science/libgeodecomp||2023-12-02|Has expired: BROKEN for more than an year +astro/tkgeomap||2023-12-02|Has expired: abandoned +astro/tclgeomap||2023-12-02|Has expired: abandoned diff --git a/astro/Makefile b/astro/Makefile index eca279f7a2b8..97b3e87b0c88 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -125,8 +125,6 @@ SUBDIR += sunclock SUBDIR += sunwait SUBDIR += swe - SUBDIR += tclgeomap - SUBDIR += tkgeomap SUBDIR += viking SUBDIR += wcslib SUBDIR += weather diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile deleted file mode 100644 index 1c58687dd25c..000000000000 --- a/astro/tclgeomap/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= tclgeomap -PORTVERSION= 2.11.6 -CATEGORIES= astro tcl -MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION} - -MAINTAINER= tcltk@FreeBSD.org -COMMENT= Read, manipulate, and display geo data -WWW= https://web.archive.org/web/20130807000308/http://www.tkgeomap.org/ - -LICENSE= GPLv2 - -DEPRECATED= abandoned -EXPIRATION_DATE=2023-08-31 - -USES+= tcl:tea -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e '/=.*PACKAGE_VERSION/s|$${PACKAGE_VERSION}||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@PACKAGE_VERSION@||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^package/!s|@PACKAGE_VERSION@||g' ${WRKSRC}/pkgIndex.tcl.in - @${REINPLACE_CMD} -e '2s|.*|exit 0|' ${WRKSRC}/mkLinks - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/tclgeomap - ${FIND} ${WRKSRC}/.. -name "*.h" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/tclgeomap \; - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/tclgeomap - ${INSTALL_DATA} ${WRKSRC}/../library/tclgeomap_procs.tcl ${STAGEDIR}${PREFIX}/lib/tclgeomap - ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/tclgeomap - ${INSTALL_DATA} ${WRKSRC}/libtclgeomap.so ${STAGEDIR}${PREFIX}/lib/libtclgeomap.so.0 - ${LN} -sf libtclgeomap.so.0 ${STAGEDIR}${PREFIX}/lib/libtclgeomap.so - ${FIND} ${WRKSRC}/../doc -name "*.3" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/man/man3 \; - ${FIND} ${WRKSRC}/../doc -name "*.n" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/man/mann \; - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtclgeomap.so.0 - -.include <bsd.port.mk> diff --git a/astro/tclgeomap/distinfo b/astro/tclgeomap/distinfo deleted file mode 100644 index 7d1e1d6d4f74..000000000000 --- a/astro/tclgeomap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tclgeomap-2.11.6.tar.gz) = 9c862a99376f267f7d7ad632ec5fecdf91f25bf6527c3405e1426fc3902f2e16 -SIZE (tclgeomap-2.11.6.tar.gz) = 314337 diff --git a/astro/tclgeomap/pkg-descr b/astro/tclgeomap/pkg-descr deleted file mode 100644 index 105ac141d33d..000000000000 --- a/astro/tclgeomap/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Tkgeomap is an open source set of extensions to the Tcl/Tk scripting -language. It adds commands that read, manipulate, and display geographic -data. - -It provides four packages: -* tclgeomap - library written in C adds commands for basic geography - calculations and data access. -* tclgeomap_procs - library written in Tcl adds procedures that - supplement tclgeomap. -* tkgeomap - library written in C that adds the ability to draw maps -* tkgeomap_procs - library written in Tcl adds procedures that - supplement tkgeomap. - -This port contains the Tcl part. diff --git a/astro/tclgeomap/pkg-plist b/astro/tclgeomap/pkg-plist deleted file mode 100644 index 5a99c81bae65..000000000000 --- a/astro/tclgeomap/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -lib/libtclgeomap.so -lib/libtclgeomap.so.0 -man/man3/geoLn.3.gz -man/man3/geoLnArr.3.gz -man/man3/geoLnArrToMap.3.gz -man/man3/geoProj.3.gz -man/man3/geography.3.gz -man/man3/mapLn.3.gz -man/man3/mapLnArr.3.gz -man/man3/tclgeomap.3.gz -man/mann/tclgeomap.n.gz -man/mann/tclgeomap_procs.n.gz -include/tclgeomap/geoLines.h -include/tclgeomap/geoLnArrToMap.h -include/tclgeomap/geoProj.h -include/tclgeomap/geography.h -include/tclgeomap/mapLines.h -include/tclgeomap/tclgeomap.h -include/tclgeomap/tclgeomapInt.h -lib/tclgeomap/pkgIndex.tcl -lib/tclgeomap/tclgeomap_procs.tcl diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile deleted file mode 100644 index eddf22159855..000000000000 --- a/astro/tkgeomap/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= tkgeomap -PORTVERSION= 2.11.6 -CATEGORIES= astro tk -MASTER_SITES= SF - -MAINTAINER= tcltk@FreeBSD.org -COMMENT= Read, manipulate, and display geo data -WWW= https://web.archive.org/web/20130807000308/http://www.tkgeomap.org/ - -LICENSE= GPLv2 - -BROKEN= does not build -DEPRECATED= abandoned -EXPIRATION_DATE=2023-08-31 - -LIB_DEPENDS= libtclgeomap.so:astro/tclgeomap - -USES+= tk:tea -CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x \ - --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include -MAKE_ENV+= TCLGEOMAP_LIB="-L ${LOCALBASE}/lib -ltclgeomap" -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e '/=.*PACKAGE_VERSION/s|$${PACKAGE_VERSION}||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@PACKAGE_VERSION@||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^package/!s|@PACKAGE_VERSION@||g' ${WRKSRC}/pkgIndex.tcl.in - @${REINPLACE_CMD} -e '2s|.*|exit 0|' ${WRKSRC}/mkLinks - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/include/tkgeomap - ${FIND} ${WRKSRC}/.. -name "*.h" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/tkgeomap \; - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/tkgeomap - ${INSTALL_DATA} ${WRKSRC}/../library/tkgeomap_procs.tcl ${STAGEDIR}${PREFIX}/lib/tkgeomap - ${INSTALL_DATA} ${WRKSRC}/../library/wdgeomap.tcl ${STAGEDIR}${PREFIX}/lib/tkgeomap - ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/tkgeomap - ${INSTALL_DATA} ${WRKSRC}/libtkgeomap.so ${STAGEDIR}${PREFIX}/lib/libtkgeomap.so.0 - ${LN} -sf libtkgeomap.so.0 ${STAGEDIR}${PREFIX}/lib/libtkgeomap.so - ${FIND} ${WRKSRC}/../doc -name "*.n" -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/man/mann \; - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtkgeomap.so.0 - -.include <bsd.port.mk> diff --git a/astro/tkgeomap/distinfo b/astro/tkgeomap/distinfo deleted file mode 100644 index 306bdb466caf..000000000000 --- a/astro/tkgeomap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tkgeomap-2.11.6.tar.gz) = 7e2cd9c2c08f947bac1bbc56ccd277f3cb560526cf9e89eca45e959597f7a35d -SIZE (tkgeomap-2.11.6.tar.gz) = 4429992 diff --git a/astro/tkgeomap/pkg-descr b/astro/tkgeomap/pkg-descr deleted file mode 100644 index acd1675448d6..000000000000 --- a/astro/tkgeomap/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Tkgeomap is an open source set of extensions to the Tcl/Tk scripting -language. It adds commands that read, manipulate, and display geographic -data. - -It provides four packages: -* tclgeomap - library written in C adds commands for basic geography - calculations and data access. -* tclgeomap_procs - library written in Tcl adds procedures that - supplement tclgeomap. -* tkgeomap - library written in C that adds the ability to draw maps -* tkgeomap_procs - library written in Tcl adds procedures that - supplement tkgeomap. - -This port contains the Tk part. diff --git a/astro/tkgeomap/pkg-plist b/astro/tkgeomap/pkg-plist deleted file mode 100644 index ab0b752fcbfd..000000000000 --- a/astro/tkgeomap/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -lib/libtkgeomap.so -lib/libtkgeomap.so.0 -include/tkgeomap/tkgeomap.h -include/tkgeomap/tkgeomapInt.h -lib/tkgeomap/pkgIndex.tcl -lib/tkgeomap/tkgeomap_procs.tcl -lib/tkgeomap/wdgeomap.tcl -man/mann/igeomap.n.gz -man/mann/tkgeomap.n.gz -man/mann/tkgeomap_procs.n.gz -man/mann/wdgeomap.n.gz |