Initial import
This commit is contained in:
parent
d6fa16f846
commit
41ee277061
24
x11/xsnow/Makefile
Normal file
24
x11/xsnow/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# OpenBSD makefile for: xsnow
|
||||
# Version required: 1.40
|
||||
# Date created: December 22, 1997
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:00:47 don Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xsnow-1.40
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= games
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= don@OpenBSD.ORG
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} -p ${PREFIX}/bin
|
||||
@${MKDIR} -p ${PREFIX}/man/cat6
|
||||
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xsnow/files/md5
Normal file
1
x11/xsnow/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xsnow-1.40.tar.Z) = 3d47c3bf4df725ecf41f282a185f51b9
|
13
x11/xsnow/patches/patch-aa
Normal file
13
x11/xsnow/patches/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
*** Imakefile.orig Mon Dec 22 12:54:33 1997
|
||||
--- Imakefile Mon Dec 22 12:54:39 1997
|
||||
***************
|
||||
*** 3,7 ****
|
||||
--- 3,10 ----
|
||||
DEPLIBS = $(DEPXLIB)
|
||||
SRCS = xsnow.c snowmap.h vroot.h
|
||||
OBJS = xsnow.o
|
||||
+ BINDIR=/usr/X11R6/bin
|
||||
+ MANDIR=/usr/X11R6/man/cat6
|
||||
+ MANSUFFIX=6
|
||||
|
||||
ComplexProgramTarget(xsnow)
|
19
x11/xsnow/patches/patch-ab
Normal file
19
x11/xsnow/patches/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
*** xsnow.c.orig Thu Nov 23 08:33:50 1995
|
||||
--- xsnow.c Mon Dec 22 12:53:41 1997
|
||||
***************
|
||||
*** 464,470 ****
|
||||
#ifdef VMS
|
||||
srand((int)time((unsigned long *)NULL));
|
||||
#else
|
||||
! srand((int)time((long *)NULL));
|
||||
#endif
|
||||
|
||||
|
||||
--- 464,470 ----
|
||||
#ifdef VMS
|
||||
srand((int)time((unsigned long *)NULL));
|
||||
#else
|
||||
! srand((int)time((time_t *)NULL));
|
||||
#endif
|
||||
|
||||
|
1
x11/xsnow/pkg/COMMENT
Normal file
1
x11/xsnow/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Create a snowy and Santa-y desktop.
|
2
x11/xsnow/pkg/DESCR
Normal file
2
x11/xsnow/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Xsnow displays lovely moving snowflakes on your desktop, with Santa Claus
|
||||
running all over the screen.
|
2
x11/xsnow/pkg/PLIST
Normal file
2
x11/xsnow/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xsnow
|
||||
man/cat6/xsnow.0
|
27
x11/xtacy/Makefile
Normal file
27
x11/xtacy/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# OpenBSD makefile for: xtacy
|
||||
# Version required: 1.13
|
||||
# Date created: December 21, 1997
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:02:17 don Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Xtacy113
|
||||
PKGNAME= xtacy-1.13
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://sidehack.gweep.net/pub/gweep_progs/ \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= X11/toys
|
||||
|
||||
MAINTAINER= don@OpenBSD.ORG
|
||||
|
||||
MAN1= xtacy.1
|
||||
|
||||
USE_X11= yes
|
||||
WRKSRC= ${WRKDIR}/Xtacy
|
||||
ALL_TARGET= xtacy
|
||||
|
||||
pre-install:
|
||||
${CP} ${WRKSRC}/Xtacy.1 ${WRKSRC}/xtacy.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xtacy/files/md5
Normal file
1
x11/xtacy/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Xtacy113.tar.gz) = ee7c43b698b2736bf67b276985ab6c55
|
36
x11/xtacy/patches/patch-aa
Normal file
36
x11/xtacy/patches/patch-aa
Normal file
@ -0,0 +1,36 @@
|
||||
*** Makefile.orig Sat Aug 12 14:37:22 1995
|
||||
--- Makefile Sun Dec 21 23:08:38 1997
|
||||
***************
|
||||
*** 1,8 ****
|
||||
LIBS = -lm -lX11 #-lefence
|
||||
! LIBFLAGS = -L/usr/X11/lib
|
||||
CC = gcc
|
||||
! CFLAGS = -O2 #-g
|
||||
! MANDIR = /usr/local/man/
|
||||
OBJ = trippy.o frame.o kaleid.o color.o plasma.o gravity.o life.o fields.o starback.o bezier.o swarm.o rotate.o
|
||||
|
||||
xtacy: $(OBJ) vroot.h trippy.h
|
||||
--- 1,8 ----
|
||||
LIBS = -lm -lX11 #-lefence
|
||||
! LIBFLAGS = -L$(X11BASE)/lib
|
||||
CC = gcc
|
||||
! CFLAGS = -O2 -I$(X11BASE)/include #-g
|
||||
! MANDIR = $(PREFIX)/man/man1
|
||||
OBJ = trippy.o frame.o kaleid.o color.o plasma.o gravity.o life.o fields.o starback.o bezier.o swarm.o rotate.o
|
||||
|
||||
xtacy: $(OBJ) vroot.h trippy.h
|
||||
***************
|
||||
*** 40,46 ****
|
||||
rm xtacy
|
||||
|
||||
install: xtacy
|
||||
! strip xtacy
|
||||
! cp xtacy /usr/local/bin/xtacy
|
||||
! chmod a+x /usr/local/bin/xtacy
|
||||
! cp Xtacy.1 $(MANDIR)/man1/
|
||||
--- 40,44 ----
|
||||
rm xtacy
|
||||
|
||||
install: xtacy
|
||||
! $(BSD_INSTALL_PROGRAM) ./xtacy $(PREFIX)/bin
|
||||
! $(BSD_INSTALL_MAN) ./xtacy.1 $(MANDIR)
|
1
x11/xtacy/pkg/COMMENT
Normal file
1
x11/xtacy/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
an X11 trippy color-cycling toy
|
23
x11/xtacy/pkg/DESCR
Normal file
23
x11/xtacy/pkg/DESCR
Normal file
@ -0,0 +1,23 @@
|
||||
Xtacy, a Graphics Hack for X11 windows
|
||||
--------------------------------------
|
||||
|
||||
"Wow! This is better than snorting caffeine!" --Neil Braun
|
||||
|
||||
http://sidehack.gweep.net/~jer/xtacy.html
|
||||
|
||||
Xtacy is a graphics hack which I've been, well, hacking on, for 2 or 3
|
||||
years now. It's been compiled on DECstations 3100, SGI running IRIX 5.3,
|
||||
and Linux boxen. I think someone got it running on a Sun once, but it
|
||||
had problems with the circle draw function, so a couple of the modes
|
||||
looked quite odd. Not that odd is bad. Just odd.
|
||||
|
||||
So what does it do? Xtacy displays bouncing shapes, rotating palettes,
|
||||
a couple fractals, a kaleidascope, and lots of more stuff.
|
||||
|
||||
Xtacy is distributed under the GNU License.
|
||||
|
||||
Xtacy 1.13 New Features
|
||||
|
||||
- New Modes! Bezier curves, Spinning Cube, Dog Plasma, Swarm, and More !
|
||||
- New Color Palettes! ummm... well, try 'em ,they're NEW
|
||||
- Bug fixes Xtacy 1.12 had a memory leak or two.. I plugged 'em
|
2
x11/xtacy/pkg/PLIST
Normal file
2
x11/xtacy/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xtacy
|
||||
man/man1/xtacy.1
|
17
x11/xtattr/Makefile
Normal file
17
x11/xtattr/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# OpenBSD makefile for: xtattr
|
||||
# Version required: 1.0
|
||||
# Date created: 11 January 1998
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:03:58 don Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xtattr-1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
MAINTAINER= don@OpenBSD.ORG
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xtattr/files/md5
Normal file
1
x11/xtattr/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xtattr-1.0.tar.gz) = 4d3a3d2585f058b6459fe761cc8e7a0e
|
1
x11/xtattr/pkg/COMMENT
Normal file
1
x11/xtattr/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
A tool for changing xterm attributes
|
7
x11/xtattr/pkg/DESCR
Normal file
7
x11/xtattr/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
xtattr spits out xterm escape sequences to change various xterm attributes.
|
||||
|
||||
Author:
|
||||
John Sellens
|
||||
Math Faculty Computing Facility
|
||||
University of Waterloo
|
||||
jmsellens@watmath.waterloo.edu
|
2
x11/xtattr/pkg/PLIST
Normal file
2
x11/xtattr/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xtattr
|
||||
man/cat1/xtattr.0
|
17
x11/xtestpicture/Makefile
Normal file
17
x11/xtestpicture/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# OpenBSD makefile for: xtestpicture
|
||||
# Version required: 1.1
|
||||
# Date created: 11 March 1997
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:05:18 don Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xtestpicture-1.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
MAINTAINER= don@OpenBSD.ORG
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xtestpicture/files/md5
Normal file
1
x11/xtestpicture/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xtestpicture-1.1.tar.gz) = 4ccd7a39082a849d73ac1addabe9f819
|
1
x11/xtestpicture/pkg/COMMENT
Normal file
1
x11/xtestpicture/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Create a full-screen image to adjust your monitor
|
12
x11/xtestpicture/pkg/DESCR
Normal file
12
x11/xtestpicture/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
Xtestpicture creates a full-screen picture that is intended to help
|
||||
you adjusting your monitor, resembling the usual TV test pictures.
|
||||
|
||||
The picture consists of some geometrical elements, like two crossing
|
||||
diagonals, a circle, a couple of recatangles. In the center, there's
|
||||
a rectangle filled with vertical lines, to prove sharpness and video
|
||||
bandwidth, and a color area to adjust the color saturation and contrast.
|
||||
|
||||
That's about all there is to be, doesn't sound very impressive, right?
|
||||
Simply click a mouse button to get rid of it again.
|
||||
|
||||
Dresden, March 1997 Joerg Wunsch <joerg@FreeBSD.org>
|
2
x11/xtestpicture/pkg/PLIST
Normal file
2
x11/xtestpicture/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xtestpicture
|
||||
man/cat1/xtestpicture.0
|
16
x11/xtoolwait/Makefile
Normal file
16
x11/xtoolwait/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# OpenBSD makefile for: xtoolwait
|
||||
# Date created: 11 January 1998
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:06:14 don Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xtoolwait-1.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \
|
||||
ftp://ftp.hacom.nl/pub/users/richard/
|
||||
|
||||
USE_IMAKE= yes
|
||||
MAN1= xtoolwait.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xtoolwait/files/md5
Normal file
1
x11/xtoolwait/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xtoolwait-1.1.tar.gz) = 3be234f763bd238c5ac20d15ad4d6953
|
1
x11/xtoolwait/pkg/COMMENT
Normal file
1
x11/xtoolwait/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Tool startup utility for X11
|
23
x11/xtoolwait/pkg/DESCR
Normal file
23
x11/xtoolwait/pkg/DESCR
Normal file
@ -0,0 +1,23 @@
|
||||
This utility notably decreases the startup time of your X sessions, provided
|
||||
that you start a number of X clients automatically during the X session
|
||||
startup.
|
||||
Most people, for instance, start X clients like xterm, xclock, xconsole and
|
||||
xosview from their .xinitrc, .openwin-init, .xtoolplaces or .xsession file.
|
||||
|
||||
These X clients are started simultaneously (in the background) which puts a
|
||||
high load on the X server and the OS:
|
||||
|
||||
* The X server is not multi-threaded, so all X clients are competing to get
|
||||
access to the X server and to use its resources, which causes a lot of
|
||||
overhead (= delay).
|
||||
|
||||
* The performance of other (non X related) tasks served by the system degrades
|
||||
badly due to the high load.
|
||||
If the system has not enough RAM to hold all the X clients, it is swapping
|
||||
heavily, resulting again in a lot of delay.
|
||||
|
||||
On the Sun platform there is a utility called 'toolwait' which solves these
|
||||
problems: it starts one X client in the background, waits until it has mapped
|
||||
a window and then exits.
|
||||
|
||||
Xtoolwait is a free implementation of exactly the same idea.
|
2
x11/xtoolwait/pkg/PLIST
Normal file
2
x11/xtoolwait/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xtoolwait
|
||||
man/cat1/xtoolwait.0
|
Loading…
Reference in New Issue
Block a user