git: 856f230aac04 - main - misc/xgas: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 13:46:19 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=856f230aac046a7c3e99737e7ed6254434a962de commit 856f230aac046a7c3e99737e7ed6254434a962de Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-06 13:46:13 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-06 13:46:13 +0000 misc/xgas: Remove expired port 2024-04-05 misc/xgas: SUNSITE is no longer maintained --- MOVED | 1 + misc/Makefile | 1 - misc/xgas/Makefile | 28 ---------------------------- misc/xgas/distinfo | 2 -- misc/xgas/pkg-descr | 22 ---------------------- 5 files changed, 1 insertion(+), 53 deletions(-) diff --git a/MOVED b/MOVED index d0cf0e5e0f80..762e21c9256a 100644 --- a/MOVED +++ b/MOVED @@ -3157,3 +3157,4 @@ science/py-qiskit-nature||2024-04-05|Removed science/py-qiskit-optimization||2024-04-05|Removed games/spider||2024-04-06|Has expired: SUNSITE is no longer maintained graphics/liblug||2024-04-06|Has expired: SUNSITE is no longer maintained +misc/xgas||2024-04-06|Has expired: SUNSITE is no longer maintained diff --git a/misc/Makefile b/misc/Makefile index da3460a5501a..6b86f0521fa2 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -651,7 +651,6 @@ SUBDIR += xfce4-appfinder SUBDIR += xfce4-weather-plugin SUBDIR += xfce4-wm-themes - SUBDIR += xgas SUBDIR += xgboost SUBDIR += xiphos SUBDIR += xless diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile deleted file mode 100644 index 06d96c28ec15..000000000000 --- a/misc/xgas/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= xgas -PORTVERSION= 1.0 -PORTREVISION= 4 -CATEGORIES= misc -MASTER_SITES= SUNSITE/X11/demos -DISTNAME= ${PORTNAME} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= The animated simulation of an ideal gas - -LICENSE= MIT - -DEPRECATED= SUNSITE is no longer maintained -EXPIRATION_DATE=2024-04-05 - -USES= imake xorg -USE_XORG= ice sm x11 xaw xext xmu xt - -PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas \ - share/man/man1/xgas.1.gz - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) -CFLAGS+= -Wno-error=int-conversion -.endif - -.include <bsd.port.post.mk> diff --git a/misc/xgas/distinfo b/misc/xgas/distinfo deleted file mode 100644 index 50a577d2dfe3..000000000000 --- a/misc/xgas/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xgas.tar.gz) = ef2253e1eddd0adeb2ba68b67b8953d0e0eed7011e2498458eaa9c445fef9759 -SIZE (xgas.tar.gz) = 35456 diff --git a/misc/xgas/pkg-descr b/misc/xgas/pkg-descr deleted file mode 100644 index 79b73d1001e0..000000000000 --- a/misc/xgas/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Xgas, animated simulation of an ideal gas - -Xgas is a physical simulation of an ideal gas in a heated box. Gas molecules -move around the box with velocities dependent on their temperature. A chamber -consisting of two boxes contains the gas molecules collide with the walls, their -temperature approaches that of the box. - -Use mouse button 1 to create molecules one at a time at the cursor position. -Use mouse button 2 to create the maximum number of molecules at the cursor -position. - -Usage: xgas [ -options ] - -Options: - -as Sets the autoStart resource. - -ts Sets the timeStepSize resource. - -d Sets the delay resource. - -rb Sets the randomBounce resource. - -eq Sets the equilibrium resource. - -mm Sets the maxMolecules resource. - -fg Sets the foreground. - -bg Sets the background.