CVS log for ports/games/xeji/Attic/Makefile
Up to [FreeBSD] / ports / games / xeji
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12
Wed Jan 17 13:48:39 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.11: +1 -1 lines
2007-01-17 games/hlserver-opera: distfile and homepage disappeared 2007-01-17 games/mythserver: distfile disappeared 2007-01-16 games/nwnusers: Does not make any sense any more. (NWN 2 is out there) 2007-01-17 games/urban-sounds: distfile and homepage disappeared 2007-01-17 games/urban: distfile and homepage disappeared 2007-01-17 games/x3eyes: distfile disappeared and has no homepage 2007-01-17 games/xeji: distfile disappeared and has no homepage 2007-01-17 games/xemeraldia: distfile disappeared and has no homepage 2007-01-17 games/xlifegame: distfile disappeared and has no homepage 2007-01-17 games/xpilotmon: distfile disappeared and has no homepage 2007-01-17 games/xsok: distfile disappeared and has no homepage
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 18 18:00:07 2006 UTC (5 years, 1 month ago) by gabor
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -0 lines
- Deprecate - Set EXPIRATION_DATE Approved by: erwin (mentor)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 6 18:17:18 2005 UTC (6 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Reset bouncing maintainer address. Noticed by: jmelo
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 22 06:58:11 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
[Maintainer Update] games/xeji fix unfetchable distfile * Change MASTER_SITES to fix unfetchable distfile * Change MAINTAINER(change e-mail address to my another one) PR: ports/89375 Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 6 13:11:22 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Use PLIST_FILES (bento-tested, marcus-reviewed).
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:05:57 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
De-pkg-comment.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jul 14 05:53:14 2001 UTC (10 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update MAINTAINER's address. PR: 28939, 28940, 28941, 28942, 28943, 28944, 28945 Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (MAINTAINER)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 27 03:54:36 2001 UTC (10 years, 10 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Change maintainer's address. Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp> (maintainer) PR: ports/26101
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 13 20:31:38 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Fix Imakefile breakage under XFree86 4.x PR: 21640 Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:24:05 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 14 12:27:17 2000 UTC (11 years, 9 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Convert to PORTNAME/PORTVERSION. The following ports hand invalid version strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Oct 10 23:54:47 1999 UTC (12 years, 4 months ago) by steve
Branches: HIYAMA
CVS tags: v1_2, RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of xeji version 1.2. An xeyes-like game except with an old man watching you mouse cursor. PR: 14244 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 10 23:54:47 1999 UTC (12 years, 4 months ago) by steve
Branches: MAIN
Initial revision
