git: cef69e3ca706 - main - graphics/quat-gui: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 19:50:52 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cef69e3ca70641c9bac5c87581cd7d297a91abf6
commit cef69e3ca70641c9bac5c87581cd7d297a91abf6
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-06 19:50:33 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-06 19:50:33 +0000
graphics/quat-gui: Remove expired port
2025-05-05 graphics/quat-gui: Last upstream release was in 2003
---
MOVED | 1 +
graphics/Makefile | 1 -
graphics/quat-gui/Makefile | 69 ---------------------------------------------
graphics/quat-gui/distinfo | 2 --
graphics/quat-gui/pkg-descr | 10 -------
5 files changed, 1 insertion(+), 82 deletions(-)
diff --git a/MOVED b/MOVED
index d7f2bccd1d7d..5a66e1ad51a3 100644
--- a/MOVED
+++ b/MOVED
@@ -4395,3 +4395,4 @@ www/publicfile||2025-05-04|Has expired: Unmaintained for years upstream and in t
science/gtamsanalyzer||2025-05-05|Has expired: Upstream unmaintained as last release was in 2004
www/dot-http||2025-05-05|Remove broken, unmaintained upstream port
security/linux-rl9-libxcrypt|emulators/linux_base-rl9|2025-05-06|Integrated into linux_base-rl9
+graphics/quat-gui||2025-05-06|Has expired: Last upstream release was in 2003
diff --git a/graphics/Makefile b/graphics/Makefile
index 0b7d60131107..6c47b3e8a4c7 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1060,7 +1060,6 @@
SUBDIR += qtpbfimageplugin
SUBDIR += qtqr
SUBDIR += quat
- SUBDIR += quat-gui
SUBDIR += quesa
SUBDIR += quesoglc
SUBDIR += quickqanava
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile
deleted file mode 100644
index 38e5ed31b5a2..000000000000
--- a/graphics/quat-gui/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-PORTNAME= quat
-DISTVERSION= 1.20
-PORTREVISION= 18
-CATEGORIES= graphics
-MASTER_SITES= https://www.physcip.uni-stuttgart.de/pages/~phy11733/download/
-PKGNAMESUFFIX= -gui
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Three-dimensional fractal creator (X11 GUI)
-WWW= https://www.physcip.uni-stuttgart.de/pages/~phy11733/index_e.html
-
-LICENSE= GPLv2+
-
-DEPRECATED= Last upstream release was in 2003
-EXPIRATION_DATE= 2025-05-05
-
-LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
-
-USES= gl localbase:ldflags xorg
-USE_GL= gl glut
-USE_XORG= xext
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc
-CONFIGURE_ENV= FLUID="${LOCALBASE}/bin/fluid"
-
-DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
-DESKTOP_ENTRIES="Quat" "3D Fractal Generator" "" "${PORTNAME}" "" ""
-
-PLIST_FILES= bin/quat
-PORTDOCS= *
-
-OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
-
-OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+= -Wno-error=int-conversion
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -E -e \
- 's,-(march=pentium|O3|ffast-math),,g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -E -e \
- 's|-I\.[[:space:]]+-I\$$\(srcdir\)[[:space:]]+||' \
- ${WRKSRC}/gui/Makefile.in
- @${REINPLACE_CMD} -e \
- 's|<FL/fl_file_chooser.H>|<FL/Fl_File_Chooser.H>| ; \
- s|/doc/quat/|/doc/${PKGBASE}/|' \
- ${WRKSRC}/gui/MainWindow.cxx
-# disable data file installation since distfile does not do
-# The Right Thing(TM)
- @${REINPLACE_CMD} -E -e \
- 's|^(install-data-am:).*$$|\1| ; \
- s|^(SUBDIRS.*)doc|\1|' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e \
- 's|@PACKAGE@|${PKGBASE}|' \
- ${WRKSRC}/doc/Makefile.in
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
-
-.include <bsd.port.post.mk>
diff --git a/graphics/quat-gui/distinfo b/graphics/quat-gui/distinfo
deleted file mode 100644
index 5be1ea282bbe..000000000000
--- a/graphics/quat-gui/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (quat-1.20.tar.gz) = 0c18262944507559a91615c0e02e3560279817544fd596051d3f1ab452566331
-SIZE (quat-1.20.tar.gz) = 474448
diff --git a/graphics/quat-gui/pkg-descr b/graphics/quat-gui/pkg-descr
deleted file mode 100644
index c97d2cac9751..000000000000
--- a/graphics/quat-gui/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Idea and purpose of this program is the calculation of three-dimensional
-fractals. The calculated objects are twisted, freely in space
-floating (and - of course - fractal) "lumps" which look like made
-of dough - in contrast to what is normally called "three-dimensional"
-fractals (namely a simple reinterpretation of the two-dimensional
-data).
-
-Generation of a really three dimensional view is possible (3d
-stereo). The fractal can be seen three dimensional without any
-utilities like 3d glasses.