aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-04-11 01:11:02 +0800
committertrevor <trevor@FreeBSD.org>2004-04-11 01:11:02 +0800
commit70d560530d177b6e890f86e3a32cca2f456a7520 (patch)
treea550a657a6948dd20d5bed1d239b7d33be9a3733 /misc
parente3652acbdf905f62f517c4977faa9c4b751b404e (diff)
downloadfreebsd-ports-gnome-70d560530d177b6e890f86e3a32cca2f456a7520.tar.gz
freebsd-ports-gnome-70d560530d177b6e890f86e3a32cca2f456a7520.tar.zst
freebsd-ports-gnome-70d560530d177b6e890f86e3a32cca2f456a7520.zip
Cram into 80 columns by 24 rows.
Diffstat (limited to 'misc')
-rw-r--r--misc/xgas/pkg-descr15
-rw-r--r--misc/xpns/pkg-descr16
2 files changed, 11 insertions, 20 deletions
diff --git a/misc/xgas/pkg-descr b/misc/xgas/pkg-descr
index 71681390abb7..7c247c732241 100644
--- a/misc/xgas/pkg-descr
+++ b/misc/xgas/pkg-descr
@@ -1,14 +1,13 @@
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.
+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.
+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 ]
diff --git a/misc/xpns/pkg-descr b/misc/xpns/pkg-descr
index a5e5db770587..023ab7bff10d 100644
--- a/misc/xpns/pkg-descr
+++ b/misc/xpns/pkg-descr
@@ -1,29 +1,21 @@
-PNS
----
-Is a public domain Petri net simulation tool
-for Unix systems.
-PNS is a graphics tool and requires the X window system.
-
-WWW: http://www.ee.uwa.edu.au/~braunl/pns/
+PNS is a public domain Petri net simulation tool for Unix systems. It requires
+the X Window System.
Examples:
---------
- simple.net
3-2 Reduction
-
- add.net
x = x + y
-
- sub1.net
x >= y : x = x - y
x < y : y = y - x
-
- sub2.net
x = x - y
NEGATIVE = 1 <=> x-y < 0
-
- mult.net
z = x * y
-
- phil.net
Dining Philosophers Problem
+
+WWW: http://www.ee.uwa.edu.au/~braunl/pns/