aboutsummaryrefslogtreecommitdiffstats
path: root/games/jetpack
Commit message (Collapse)AuthorAgeFilesLines
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}olgeni2001-02-011-1/+1
| | | | files.
* Install the html man page in right location.jmz2000-10-101-112/+80
|
* Allow the program to run on displays with depth > 8 bits.jmz2000-06-101-38/+46
|
* Make the score directory group writable.jmz2000-06-091-0/+1
|
* Oops, this was actually being installed setuid root as well as setuidkris2000-05-011-1/+1
| | | | games.
* update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefilemharo2000-04-141-4/+4
|
* Install setgid games, not setuid games.kris2000-03-091-3/+3
| | | | Reviewed by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-5/+5
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Move manpages from pkg/PLIST to MAN* macro in Makefile.steve1998-09-282-3/+4
|
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andobrien1997-01-031-3/+3
| | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-4/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | 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!
* chown and chmod should have been in post-install, not do-install,asami1995-05-021-2/+2
| | | | | or the "real" install would not be done! Whew, I wouldn't have caught this if I didn't remove /usr/X11R6 first.
* Take out invocation of fake-pkg from do-install target. It is nowasami1995-04-241-2/+1
| | | | done in the main install target itself.
* Don't forget to addasami1995-04-211-1/+3
| | | | | | @${MAKE} ${.MAKEFLAGS} fake-pkg to your do-install target! ;)
* Updates of games Makefiles. I think they work, but don't quoteasami1995-04-211-4/+4
| | | | me on this. ;)
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-1/+2
|
* And here comes the next round of Makefile updates, for games. Folks,asami1995-04-111-2/+12
| | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* updatejmz1995-03-261-1/+1
|
* Change the master site.jmz1995-03-261-1/+1
|
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-201-1/+1
|
* A file was missingjmz1995-02-131-3/+2
|
* New feature: a "turbo" mode to fly a little faster.jmz1995-02-131-0/+113
|
* Add missing '@'sjmz1995-02-131-4/+4
|
* Converted Makefiles as much as I could.asami1995-02-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* @cd /usr/X11R6swallace1995-01-031-5/+5
| | | | | .gz manpage. install whole jetpack lib dir.
* Add MANSUFFIX=6 to Imakefile.swallace1995-01-032-20/+34
| | | | | | Change LIBDIR to $(PREFIX)/lib/X11 Switch to real uid before XOpenDisplay call and back afterwards so won't get can't opend display since u+s games.
* Use INSTALL_MANPAGES= yes.swallace1995-01-031-10/+5
| | | | | Remove pre-install: Update install:
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Set ownership and permissionsjmz1994-11-211-1/+2
|
* Use mode 644 for score filejmz1994-11-211-0/+19
|
* Use ${PREFIX}jmz1994-11-211-0/+10
| | | | | Create destination directories before install Set correct permissions
* I found the problem with the MASTER_SITES line. There was an extrajkh1994-11-101-1/+1
| | | | colon in there.
* Jean-Marc Zucconi's updates from October 6th.jkh1994-10-091-5/+5
| | | | Submitted by: jmz
* Update this to fix install problem.jkh1994-09-241-12/+22
| | | | Submitted by: jmz
* Latest changes from Jean-Marcjkh1994-09-233-30/+54
| | | | Submitted by: Jean-Marc Zucconi
* Switch from numeric to ascii mode specs in order to avoid wipingjkh1994-09-211-1/+1
| | | | directory execute bits.
* The X11 jetpack game, from Jean-Marc Zucconi.jkh1994-09-219-0/+243
Submitted by: Jean-Marc Zucconi