1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
Commit Graph

249 Commits

Author SHA1 Message Date
Satoshi Asami
036f1dd3e0 Put CATEGORIES above MASTER_SITES. 1996-11-09 01:09:20 +00:00
David E. O'Brien
a81eb15fb2 Turned on xripple. (and fixed alphabetical ordering problem) 1996-11-09 00:02:53 +00:00
David E. O'Brien
b9c36dc4b5 XRipple is a program that causes the bottom of the screen to ripple,
like a pool of water.

Submitted by:	oly@world.std.com (w/changes by me)
1996-11-09 00:01:32 +00:00
James FitzGibbon
f6a68e27d5 Add IS_INTERACTIVE
Fix placement of USE_X11
Submitted by:	asami@freebsd.org
1996-11-04 12:59:50 +00:00
Satoshi Asami
751a221bb6 Fix typo in $Id$ (was "$Id:")
Use ${LOCALBASE}, not /usr/local.
1996-11-04 10:04:36 +00:00
Satoshi Asami
78bb37984f Oh please, don't put the name of the port in the beginning of this file.
I spent one full night going through the whole ports tree just to fix
this so nobody will have a bad example to follow! ;)
1996-11-04 10:03:49 +00:00
James FitzGibbon
12b6234620 Import of Shisen-sho puzzle game for X11
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	Nakai@Mlab.t.u-tokyo.ac.jp
1996-11-03 21:11:09 +00:00
James FitzGibbon
d6f3ce2414 Update for new imported ports 1996-11-03 21:07:05 +00:00
Andreas Klemm
3514b5fc61 After a pkg_delete directories remain, so use mkdir -p in the install
target of Makefile. Changed order in install target.
1996-11-03 19:28:00 +00:00
Andreas Klemm
fed9e4cbb8 Added two patches from crossfire mailinglist.
1) get experience points if you use skills
2) don't crash if player logs in with 2 skills enabled
3) cleaned up PLIST (removed 2 player characters of mine
   which aren't part of the distribution)
1996-11-03 19:19:20 +00:00
Andreas Klemm
5b3ff8fcce crossfire binary now runs with mode 6555, needed for server mode. 1996-11-02 18:55:22 +00:00
Andreas Klemm
3a32ea5367 Ooops, had to move rplay from RUN_DEPEND to BUILD_DEPEND 1996-11-02 16:31:33 +00:00
Andreas Klemm
b3a0d3277f Enabled crossfire, have fun ! 1996-11-02 13:56:40 +00:00
Andreas Klemm
ff14487404 added crossfire 0.92.8
crossfire is a multiplayer graphical arcade and adventure game made for
X-Windows. It contains elements of various famous games like nethack and
moria. There are different quests to solve, many maps make the game really
interesting. Nice sound capabilities via rplay. Different players can form
a team over network. Treasure and experience points will be shared equally
among the players of a team.

Could please someone try to fix the password authentication ?!
In server/main.c the function check_passwd doesn't work properly.
I made a workaround returning always ok (1) here and marked it as
UGLY_PASSWORD_HACK...
1996-11-02 13:53:37 +00:00
James FitzGibbon
54e5c81bf6 Make the dependancy on linux_lib's libc.so less specific so that upgrades to that port won't break this one. 1996-10-30 16:22:51 +00:00
James FitzGibbon
59d6a527a6 Add qcc and quakeserver. 1996-10-30 14:41:09 +00:00
James FitzGibbon
78b9429e37 Not sure about the legality of including Quake shareware on the CD. I'll check into it, but for now, set NO_CDROM to be safe. 1996-10-28 19:16:36 +00:00
James FitzGibbon
dd3d3d10e9 Import of port to host Quake netgames under FreeBSD.
(what good was the QuakeC compiler without a server to run the games on?)
1996-10-28 10:49:53 +00:00
James FitzGibbon
e1ab5d8574 Import of qcc, the QuakeC compiler for building custom games of Quake. 1996-10-27 05:18:55 +00:00
Masafumi Max NAKANE
5563a48e64 Removed USE_X11=yes as USE_IMAKE=yes is specified.
Submitted by:	asami
1996-10-15 07:30:48 +00:00
Masafumi Max NAKANE
152c56e9cf Added the app-defaults file.
(Closes PR #1794.)

Submitted by:	nakai@mlab.t.u-tokyo.ac.jp
1996-10-15 02:10:20 +00:00
Chuck Robey
7941639857 Add in new game port, xrubik.
Submitted by:	Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
1996-10-12 00:14:34 +00:00
Chuck Robey
3424625c58 New game port, Rubik's Cube type game.
Submitted by:	Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
1996-10-12 00:11:34 +00:00
Masafumi Max NAKANE
20cf049684 Oops, I didn't meant to put x11 in the CATEGORIES. 1996-10-10 05:19:29 +00:00
Masafumi Max NAKANE
a1c61bea1d rt of xeyes+ -- horrible eyes looking at your mouse cursor
Reviewed by:	max
Submitted by:	nakai@mlab.t.u-tokyo.ac.jp
1996-10-10 05:12:01 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Thomas Gellekum
bdbbe2be11 Use tk41. 1996-10-09 06:19:19 +00:00
Masafumi Max NAKANE
e0b4dfb10e Removed meaningless @cwd directive.
Submitted by:	asami
1996-09-30 21:51:54 +00:00
Masafumi Max NAKANE
25cb0ddb4a Use @dirrm instead of @unexec rm -rf to delete directory. 1996-09-25 09:23:24 +00:00
Masafumi Max NAKANE
563a6d3afa Fix to update score file correctly.
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-09-22 08:56:11 +00:00
Masafumi Max NAKANE
bd739e320d Added yamsweeper to the SUBDIR. 1996-09-21 17:25:01 +00:00
Masafumi Max NAKANE
25b55e7f93 Yet another mine sweeper Ver. 1.9
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-09-21 16:56:47 +00:00
Satoshi Asami
acbed80277 Add xmahjongg. 1996-09-16 00:31:37 +00:00
Satoshi Asami
630522a890 Manpages were installed mode 640.
Submitted by:	max@sfc.wide.ac.jp
1996-08-30 08:29:55 +00:00
Joerg Wunsch
abaa2d7e06 The X11 version of the old Chinese game. One of the oldest X11 games.
Alas, restricted to NO_CDROM.
1996-08-27 20:16:32 +00:00
Satoshi Asami
3b1e7cb385 Seems like the checksum has already changed. 1996-08-19 10:57:11 +00:00
Satoshi Asami
a40390c34b Change -lXm to ${MOTIFLIB}. Use #include <Xm/*.h> instead of
<X11/Xm/*.h> (this port had both ;)!
1996-08-19 10:56:49 +00:00
Satoshi Asami
1fcef4fb85 Just a little variable reordering, to make MAINTAINER stand out a bit more
(so we can yell at Eric if it doesn't work, haha :).
1996-08-17 10:26:10 +00:00
Eric L. Hernes
b2953d8991 added in my new ports 1996-08-16 13:45:57 +00:00
Eric L. Hernes
a8adcff438 New port for `xblackjack' 1996-08-16 13:28:47 +00:00
Mark Murray
b849088316 Update this from 2.0 to 4.7 :-) and add optional NAS (audio) support
OK-ed by:	joerg
1996-08-13 20:10:19 +00:00
Chuck Robey
2b6e0d0dd0 New X11 game, or I should say games (pool, pool-deluxe, snooker,
hockey, curling, cannon, carrom).
Submitted by:	Michael Searle
1996-08-09 21:25:54 +00:00
Satoshi Asami
51ed6dfcb9 Upgrade, 3.2.0 -> 3.2.1. 1996-07-23 10:34:39 +00:00
Satoshi Asami
efc3695e3c Upgrade, 3.4.0 -> 3.4.1. Note this now BUILD_DEPENDS on autoconf, and
the 1,347 line patch is gone!

Submitted by:	markm
1996-07-12 11:08:40 +00:00
Satoshi Asami
76d301aa2d Shorten and fix typos.
Typo fix submitted by:	James Raynard <fports@jraynard.demon.co.uk>
1996-07-10 08:17:53 +00:00
Satoshi Asami
fb6aa57be2 Upgrade, 4.0.75 -> 4.0.77.
Submitted by:	markm
1996-07-10 02:36:45 +00:00
Gary Palmer
93f2c75063 Since I haven't even heard from swallace about why he upgraded
a port during a freeze, back out his change until AFTER 2.1.5 is out.
1996-06-28 20:48:21 +00:00
Steven Wallace
ab05f108d2 Update xpilot to version 3.5.1 1996-06-26 19:55:24 +00:00
Satoshi Asami
15a2b12163 This port depends on the xpm lib.
Submitted by:	Masafumi NAKANE (max@sfc.wide.ad.jp)
1996-06-14 07:59:34 +00:00
Satoshi Asami
60d03e7afe Empty this file so we won't see checksum mismatches. This is an
"on-the-fly" tarball.
1996-06-14 04:56:01 +00:00