diff options
author | mrg <mrg@pkgsrc.org> | 1997-12-05 00:13:32 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1997-12-05 00:13:32 +0000 |
commit | d2b345415c31c49dba6ccf333990d9c9eb586d3c (patch) | |
tree | 6e18ec16d536ce3fbaa769d9ef3669a3a9723d56 | |
parent | c0eb70b133e5d872dc27b3a55bf83705a6bbefc2 (diff) | |
download | pkgsrc-d2b345415c31c49dba6ccf333990d9c9eb586d3c.tar.gz |
moved files.
-rw-r--r-- | misc/xgas/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/xgas/pkg/DESCR | 25 | ||||
-rw-r--r-- | misc/xgas/pkg/PLIST | 4 | ||||
-rw-r--r-- | misc/xless/patches/patch-aa | 12 | ||||
-rw-r--r-- | misc/xless/patches/patch-ab | 32 | ||||
-rw-r--r-- | misc/xpns/patches/patch-aa | 28 | ||||
-rw-r--r-- | misc/xpns/patches/patch-ab | 13 |
7 files changed, 0 insertions, 115 deletions
diff --git a/misc/xgas/pkg/COMMENT b/misc/xgas/pkg/COMMENT deleted file mode 100644 index 848ac355c75..00000000000 --- a/misc/xgas/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The animated simulation of an ideal gas diff --git a/misc/xgas/pkg/DESCR b/misc/xgas/pkg/DESCR deleted file mode 100644 index 71681390abb..00000000000 --- a/misc/xgas/pkg/DESCR +++ /dev/null @@ -1,25 +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 -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 deleted file mode 100644 index 6aceaa48a60..00000000000 --- a/misc/xgas/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:03:24 agc Exp $ -bin/xgas -lib/X11/app-defaults/XGas -man/cat1/xgas.0.gz diff --git a/misc/xless/patches/patch-aa b/misc/xless/patches/patch-aa deleted file mode 100644 index a71f4ffc80e..00000000000 --- a/misc/xless/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- Imakefile.orig Thu Jun 2 16:22:14 1994 -+++ Imakefile Fri Dec 27 18:52:23 1996 -@@ -5,7 +5,8 @@ - * -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer - * -DTILDE_EXPANSION - perform ~ expansion on filenames - */ -- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION -+ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \ -+ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\" - - - SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \ diff --git a/misc/xless/patches/patch-ab b/misc/xless/patches/patch-ab deleted file mode 100644 index b41554543c2..00000000000 --- a/misc/xless/patches/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -*** ../work/xless-1.7/xless.h Mon Dec 23 15:57:37 1996 ---- xless.h Mon Dec 23 16:11:53 1996 -*************** -*** 38,50 **** - - #define XLESS_MAX_INPUT 256 - -! /* handle differences between K&R and ANSI C */ - #if __STDC__ - #define __P(a) a - #else - #define __P(a) () - #define const - #endif - - /* - * The default editor; make sure the file exists. ---- 38,51 ---- - - #define XLESS_MAX_INPUT 256 - -! /* handle differences between K&R and ANSI C - #if __STDC__ - #define __P(a) a - #else - #define __P(a) () - #define const - #endif -+ */ - - /* - * The default editor; make sure the file exists. diff --git a/misc/xpns/patches/patch-aa b/misc/xpns/patches/patch-aa deleted file mode 100644 index aa8b025d4e2..00000000000 --- a/misc/xpns/patches/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- makefile.orig Wed Jul 14 06:05:14 1993 -+++ makefile Tue Apr 8 11:49:27 1997 -@@ -7,19 +7,19 @@ - #I = -I/usr/include - - #------------------------------------------ --# OPTIONEN SUN -+# OPTIONEN FreeBSD - #------------------------------------------ --O = -O --I = -I/usr/local/X11R5/include -+O = -O2 -m486 -+I = -I/usr/X11R6/include - --L = -L/usr/local/X11R5/lib -lXaw -lXmu -lXt -lXext -lX11 -lm -+L = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lXext -lX11 -lm - - - #------------------------------------------ - # COMPILER UND LINKER - #------------------------------------------ --B = gcc-2.3.3 $O -o --CC = gcc-2.3.3 $O $I -+B = gcc $O -o -+CC = gcc $O $I - - #------------------------------------------ - # FUNKTIONEN DIR diff --git a/misc/xpns/patches/patch-ab b/misc/xpns/patches/patch-ab deleted file mode 100644 index 6f224dbc0bd..00000000000 --- a/misc/xpns/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- xpns.orig Tue Apr 8 11:27:14 1997 -+++ xpns Tue Apr 8 11:29:05 1997 -@@ -1,6 +1,7 @@ --#!/bin/tcsh --setenv XAPPLRESDIR $PWD/ --pns -+#!/bin/csh -+setenv XAPPLRESDIR /usr/X11R6/lib/xpns/ -+# Note pns will dump core if environment is not correct -+/usr/X11R6/lib/xpns/pns - - - |