diff options
author | asami <asami@FreeBSD.org> | 1996-11-15 09:55:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-15 09:55:46 +0000 |
commit | 4940094d5f5bfdd816b3eb3e0ca3e0702a08dfd0 (patch) | |
tree | c7f2d81ae540051509d0862ee766a4ee1c801ae8 /misc/xgas | |
parent | fc42bb4dcc5fcfceab3ee153d14ab9c5a67d81f0 (diff) | |
download | FreeBSD-ports-4940094d5f5bfdd816b3eb3e0ca3e0702a08dfd0.zip FreeBSD-ports-4940094d5f5bfdd816b3eb3e0ca3e0702a08dfd0.tar.gz |
Ideal gas simulator. Maybe we should make a "physics" category
for stuff like this.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'misc/xgas')
-rw-r--r-- | misc/xgas/Makefile | 22 | ||||
-rw-r--r-- | misc/xgas/distinfo | 1 | ||||
-rw-r--r-- | misc/xgas/pkg-comment | 1 | ||||
-rw-r--r-- | misc/xgas/pkg-descr | 25 | ||||
-rw-r--r-- | misc/xgas/pkg-plist | 3 |
5 files changed, 52 insertions, 0 deletions
diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile new file mode 100644 index 0000000..66ed0e1 --- /dev/null +++ b/misc/xgas/Makefile @@ -0,0 +1,22 @@ +#New ports collection makefile for: xgas +# Version required: +# Date created: 20 Oct 1996 +# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= xgas +PKGNAME= xgas-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ + +MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp + +USE_IMAKE= yes + +post-install: + @chmod 755 ${PREFIX}/bin/xgas + @chown bin.bin ${PREFIX}/bin/xgas + +.include <bsd.port.mk> diff --git a/misc/xgas/distinfo b/misc/xgas/distinfo new file mode 100644 index 0000000..5046d0c --- /dev/null +++ b/misc/xgas/distinfo @@ -0,0 +1 @@ +MD5 (xgas.tar.gz) = d48372429fbada32acf403105865924d diff --git a/misc/xgas/pkg-comment b/misc/xgas/pkg-comment new file mode 100644 index 0000000..848ac35 --- /dev/null +++ b/misc/xgas/pkg-comment @@ -0,0 +1 @@ +The animated simulation of an ideal gas diff --git a/misc/xgas/pkg-descr b/misc/xgas/pkg-descr new file mode 100644 index 0000000..7168139 --- /dev/null +++ b/misc/xgas/pkg-descr @@ -0,0 +1,25 @@ +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 +approarches 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. + +Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> diff --git a/misc/xgas/pkg-plist b/misc/xgas/pkg-plist new file mode 100644 index 0000000..8634c62 --- /dev/null +++ b/misc/xgas/pkg-plist @@ -0,0 +1,3 @@ +bin/xgas +lib/X11/app-defaults/XGas +man/man1/xgas.1.gz |