Commit 88e826bf authored by Rene Ladan's avatar Rene Ladan
Browse files

math/topaz: Remove expired port

2026-08-03 math/topaz: Last release was in 2011 and WWW is unavailable
parent 072e8c3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5546,3 +5546,4 @@ devel/p5-Data-Swap||2026-08-02|Has expired: uses hidden Perl functions that are
devel/p5-Devel-BeginLift||2026-08-02|Has expired: uses hidden Perl functions that are hidden after 5.37.0
textproc/p5-Text-ClearSilver||2026-08-02|Has expired: uses hidden Perl functions that are hidden after 5.37.0
x11-fonts/nerd-fonts-d2coding|x11-fonts/nerd-fonts-d2koding|2026-08-03|Renamed by upstream due to licensing reasons
math/topaz||2026-08-04|Has expired: Last release was in 2011 and WWW is unavailable
+0 −1
Original line number Diff line number Diff line
@@ -1309,7 +1309,6 @@
    SUBDIR += tlfloat
    SUBDIR += tmv
    SUBDIR += tomsfastmath
    SUBDIR += topaz
    SUBDIR += topcom
    SUBDIR += topologic
    SUBDIR += triangle

math/topaz/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
PORTNAME=	topaz
DISTVERSION=	3_41
PORTREVISION=	3
CATEGORIES=	math
MASTER_SITES=	http://hp.vector.co.jp/authors/VA007663/topaz/bin/
DISTNAME=	${PORTNAME}-${DISTVERSION}-src

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Command driven graph plotting system for scientists and engineers
WWW=		https://hp.vector.co.jp/authors/VA007663/topaz/

LICENSE=	GPLv2

DEPRECATED=		Last release was in 2011 and WWW is unavailable
EXPIRATION_DATE=	2026-08-03

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

USES=		ncurses readline xorg
USE_XORG=	x11
MAKEFILE=	Makefile.freebsd

OPTIONS_DEFINE=	EXAMPLES

post-install:
	${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${STAGEDIR}${PREFIX}/bin/topaz
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>

math/topaz/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (topaz-3_41-src.tar.gz) = df364c549c9fbc6ed470ce3bd6c253a0f2272e712609ba884229c466c45e54e1
SIZE (topaz-3_41-src.tar.gz) = 283783
+0 −73
Original line number Diff line number Diff line
--- Makefile.freebsd.orig	Sun Oct 22 21:00:30 2000
+++ Makefile.freebsd	Sun Dec 24 16:59:06 2000
@@ -1,50 +1,29 @@
-INSTALLDIR=/usr/local/lib/topaz
+INSTALLDIR=$(PREFIX)/lib/topaz
 
 ###############################################
 # do not change following lines
 all:
-	cd ./topaz; make -f Makefile.freebsd; cd ..
+	cd ./topaz; ${MAKE} -f Makefile.freebsd; cd ..
 .PHONY: clean
 clean:
-	cd ./topaz; make -f Makefile.freebsd clean; cd ..
+	cd ./topaz; ${MAKE} -f Makefile.freebsd clean; cd ..
 .PHONY: install
 install:
-#checking $(INSTALLDIR)
-	@if  test ! -d $(INSTALLDIR) \
-	; then  \
-		echo "install directory does not exist!!"; \
-		exit 1  \
-	; fi
-	strip ./topaz/topaz
-	strip ./topaz/tpv2ps
-	strip ./topaz/tpvview
-	cp ./topaz.sh $(INSTALLDIR)
-	cp ./head.ps $(INSTALLDIR)
-	cp ./HISTORY $(INSTALLDIR)
-	cp ./LICENSE $(INSTALLDIR)
-	cp ./README.euc $(INSTALLDIR)/README
-	cp ./INSTALL.euc $(INSTALLDIR)/INSTALL
-	cp ./topaz/topaz $(INSTALLDIR)
-	cp ./topaz/tpv2ps $(INSTALLDIR)
-	cp ./topaz/tpvview $(INSTALLDIR)
-	chmod 755 $(INSTALLDIR)/topaz.sh
-	chmod 755 $(INSTALLDIR)/topaz
-	chmod 755 $(INSTALLDIR)/tpv2ps
-	chmod 755 $(INSTALLDIR)/tpvview
-#checking $(INSTALLDIR)/_topaz
-	@if  test ! -d $(INSTALLDIR)/_topaz \
-        ; then  \
-           mkdir $(INSTALLDIR)/_topaz \
-        ; fi
-	cp ./_topaz/* $(INSTALLDIR)/_topaz
-	cp ./cuirc.lnx $(INSTALLDIR)/_topaz/cui.rc
-	cp ./topazfontmap $(INSTALLDIR)/_topaz
-	cp ./topazkfontmap $(INSTALLDIR)/_topaz
-	chmod 755 $(INSTALLDIR)/_topaz/*
-#checking $(INSTALLDIR)/sample
-	@if  test ! -d $(INSTALLDIR)/sample \
-        ; then  \
-           mkdir $(INSTALLDIR)/sample \
-        ; fi
-	cp ./sample/* $(INSTALLDIR)/sample
+	-mkdir -p ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_SCRIPT) ./topaz.sh ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_DATA) ./head.ps ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_DATA) ./HISTORY ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_DATA) ./LICENSE ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_DATA) ./README.euc ${DESTDIR}$(INSTALLDIR)/README
+	$(BSD_INSTALL_DATA) ./INSTALL.euc ${DESTDIR}$(INSTALLDIR)/INSTALL
+	$(BSD_INSTALL_PROGRAM) ./topaz/topaz ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_PROGRAM) ./topaz/tpv2ps ${DESTDIR}$(INSTALLDIR)
+	$(BSD_INSTALL_PROGRAM) ./topaz/tpvview ${DESTDIR}$(INSTALLDIR)
+	-mkdir -p ${DESTDIR}$(INSTALLDIR)/_topaz
+	$(BSD_INSTALL_DATA) ./_topaz/* ${DESTDIR}$(INSTALLDIR)/_topaz
+	$(BSD_INSTALL_DATA) ./cuirc.lnx ${DESTDIR}$(INSTALLDIR)/_topaz/cui.rc
+	$(BSD_INSTALL_DATA) ./topazfontmap ${DESTDIR}$(INSTALLDIR)/_topaz
+	$(BSD_INSTALL_DATA) ./topazkfontmap ${DESTDIR}$(INSTALLDIR)/_topaz
+#	-mkdir -p $(PREFIX)/share/examples/topaz
+#	$(BSD_INSTALL_DATA) ./sample/* ${PREFIX}/share/examples/topaz
 
Loading