summaryrefslogtreecommitdiffstats
path: root/games/xoj
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-24 06:38:22 +0000
committersteve <steve@FreeBSD.org>1999-12-24 06:38:22 +0000
commit046a5ff1a6d219622456be749291f8eef0b38809 (patch)
treee101f4848d8fd00b70550f9af371c8215db80aa9 /games/xoj
parent44dbb28101911a8c78481249696e878cea8dd245 (diff)
downloadFreeBSD-ports-046a5ff1a6d219622456be749291f8eef0b38809.zip
FreeBSD-ports-046a5ff1a6d219622456be749291f8eef0b38809.tar.gz
I committed this port in the interest of closing a PR, but I'm really
uncomforatble with how people might interpret what this port symbolizes. If someone wants it back, then they can commit it themselves. Thanks and sorry for the confusion.
Diffstat (limited to 'games/xoj')
-rw-r--r--games/xoj/Makefile22
-rw-r--r--games/xoj/distinfo1
-rw-r--r--games/xoj/files/patch-aa28
-rw-r--r--games/xoj/pkg-comment1
-rw-r--r--games/xoj/pkg-descr3
-rw-r--r--games/xoj/pkg-plist1
6 files changed, 0 insertions, 56 deletions
diff --git a/games/xoj/Makefile b/games/xoj/Makefile
deleted file mode 100644
index 91a2e96..0000000
--- a/games/xoj/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: xoj
-# Version required: 1.0
-# Date created: 30 March 1998
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-DISTNAME= xoj-1.0
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= X11/demos
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= andy@icc.surw.chel.su
-
-USE_IMAKE= yes
-
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/xoj ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/games/xoj/distinfo b/games/xoj/distinfo
deleted file mode 100644
index 1218e1d..0000000
--- a/games/xoj/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xoj-1.0.tgz) = 590e0d06454812a0714482b9831841b7
diff --git a/games/xoj/files/patch-aa b/games/xoj/files/patch-aa
deleted file mode 100644
index f012597..0000000
--- a/games/xoj/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- xoj.c.orig Tue Jul 26 09:10:19 1994
-+++ xoj.c Sun Dec 19 22:32:12 1999
-@@ -106,7 +106,9 @@
- void UpdateCop();
- void DrawCop();
- void EraseCop();
-+#ifndef __FreeBSD__
- void usleep();
-+#endif
- Pixel AllocNamedColor();
-
- void
-@@ -584,6 +586,7 @@
- /*
- * sleep for a number of micro-seconds
- */
-+#ifndef __FreeBSD__
- void usleep(usec)
- unsigned long usec;
- {
-@@ -596,6 +599,7 @@
- select(0, (void *)0, (void *)0, (void *)0, &t);
- #endif
- }
-+#endif
-
-
-
diff --git a/games/xoj/pkg-comment b/games/xoj/pkg-comment
deleted file mode 100644
index cd1b811..0000000
--- a/games/xoj/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-O. J. Simpson Simulator root window demo
diff --git a/games/xoj/pkg-descr b/games/xoj/pkg-descr
deleted file mode 100644
index 452c4a5..0000000
--- a/games/xoj/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
- Another root window demo. Lots of pretty icons scurry around
-your screen, chasing O.J. Simpson and degrading your systems
-performance no doubt! "Relive the experience".
diff --git a/games/xoj/pkg-plist b/games/xoj/pkg-plist
deleted file mode 100644
index f521d48..0000000
--- a/games/xoj/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/xoj
OpenPOWER on IntegriCloud