Aleph One is a game engine currently in development by the Open Source

community. It is based on the source code of Marathon 2: Durandal, a 
game created by Bungie Software in 1995. Since Bungie released the 
source code, Aleph One has matured to include a variety of new features 
and improvements. 

ok merdely
This commit is contained in:
phessler 2008-07-09 16:56:43 +00:00
parent b9a28d6528
commit 8b2afd99af
31 changed files with 986 additions and 0 deletions

6
games/alephone/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
SUBDIR += alephone
SUBDIR += scenarios
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,44 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
DIST_SUBDIR ?= alephone
COMMENT = open source game engine based on Marathon 2: Durandal
DISTNAME = AlephOne-20080707
PKGNAME = alephone-0.20.1
EXTRACT_SUFX = .tar.bz2
CATEGORIES = games x11
HOMEPAGE = http://source.bungie.org
MAINTAINER = Peter Hessler <phessler@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=marathon/} \
http://www.treellama.org/alephone/
WANTLIB = GL GLU c m pthread smpeg stdc++ z
BUILD_DEPENDS = ::devel/automake/${AUTOMAKE_VER} \
::devel/autoconf/${AUTOCONF_VER}
LIB_DEPENDS = ::devel/boost \
SDL::devel/sdl \
SDL_net::devel/sdl-net \
SDL_image::devel/sdl-image \
SDL_ttf::devel/sdl-ttf \
smpeg.>=1.3::devel/smpeg \
mad::audio/libmad \
sndfile::audio/libsndfile \
speexdsp,speex::audio/speex
USE_X11 = Yes
USE_BZIP2 = Yes
CONFIGURE_STYLE = gnu
AUTOCONF_VER = 2.61
AUTOMAKE_VER = 1.9
CONFIGURE_ENV = AUTOCONF_VERSION=${AUTOCONF_VER} \
AUTOMAKE_VERSION=${AUTOMAKE_VER}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (alephone/AlephOne-20080707.tar.bz2) = VAI+uVsz8dvZlX1OHm/IWA==
RMD160 (alephone/AlephOne-20080707.tar.bz2) = WKi5IUeWc1Of5euBLkki3/UQ03o=
SHA1 (alephone/AlephOne-20080707.tar.bz2) = 92yiPUaOrJnOeBANjXgLjXjd9mY=
SHA256 (alephone/AlephOne-20080707.tar.bz2) = C+b8Kv/mmf8MOvdsbvH7we1YgwuP38e3cvMUkOLBLRg=
SIZE (alephone/AlephOne-20080707.tar.bz2) = 3024161

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
--- Makefile.in.orig Tue Jun 17 09:03:58 2008
+++ Makefile.in Tue Jun 17 09:04:24 2008
@@ -189,7 +189,7 @@ AUTOMAKE_OPTIONS = 1.5 foreign
EXTRA_DIST = COPYING.SDL INSTALL.BeOS INSTALL.Unix INSTALL.Windows Makefile.BeOS \
docs/MML.html docs/Cheat_Codes data/Fonts Resources/Windows/alephone.ico Resources/Windows/alephone.rc PBProjects/AlephOne-OSX10.4.xcodeproj/project.pbxproj PBProjects/English.lproj/InfoPlist.strings PBProjects/FilmIcon.icns PBProjects/ImagesIcon.icns PBProjects/MapIcon.icns PBProjects/MMLIcon.icns PBProjects/MusakIcon.icns PBProjects/PFIcon.icns PBProjects/PhysIcon.icns PBProjects/SaveIcon.icns PBProjects/ShapesIcon.icns PBProjects/SoundsIcon.icns PBProjects/Info-AlephOne_SDL.plist PBProjects/precompiled_headers.h PBProjects/SDLMain.h PBProjects/SDLMain.m PBProjects/AlephOne.icns Expat/xmltok/nametab.h PBProjects/config.h PBProjects/confpaths.h data/AlephSansMono-Bold.ttf data/AlephSansMonoLicense.txt
-man_MANS = docs/alephone.6
+#man_MANS = docs/alephone.6
WINDISTDIR = $(PACKAGE)-$(VERSION)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Source_Files_Misc_preferences_cpp,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
--- Source_Files/Misc/preferences.cpp.orig Tue Jun 17 08:32:20 2008
+++ Source_Files/Misc/preferences.cpp Tue Jun 17 08:33:20 2008
@@ -175,10 +175,8 @@ static bool validate_input_preferences(input_preferenc
static void default_environment_preferences(environment_preferences_data *preferences);
static bool validate_environment_preferences(environment_preferences_data *preferences);
-#if 0
static inline float log2(int x) { return std::log((float) x) / std::log(2.0); };
static inline float exp2(int x) { return std::exp((float) x + std::log(2.0)); };
-#endif
// Prototypes
static void player_dialog(void *arg);

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-Source_Files_Network_network_messages_cpp,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
--- Source_Files/Network/network_messages.cpp.orig Sat Jun 14 23:36:02 2008
+++ Source_Files/Network/network_messages.cpp Sun Jun 15 00:04:52 2008
@@ -104,9 +104,12 @@ static void inflateNetPlayer(AIStream& inputStream, Ne
bool BigChunkOfZippedDataMessage::inflateFrom(const UninflatedMessage& inUninflated)
{
uLongf size;
+ uint32 size_temp;
AIStreamBE inputStream(inUninflated.buffer(), 4);
-
- inputStream >> (uint32&) size;
+
+ inputStream >> (uint32&) size_temp;
+
+ size = (uLongf)size_temp;
// extra copy because we can't access private mBuffer
std::auto_ptr<byte> temp(new byte[size]);

View File

@ -0,0 +1,5 @@
Aleph One is a game engine currently in development by the Open Source
community. It is based on the source code of Marathon 2: Durandal, a
game created by Bungie Software in 1995. Since Bungie released the
source code, Aleph One has matured to include a variety of new features
and improvements.

View File

@ -0,0 +1,49 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
@bin bin/alephone
share/AlephOne/
share/AlephOne/Fonts
share/AlephOne/MML/
share/AlephOne/MML/Interface_Rects.mml
share/AlephOne/MML/Transparent_Liquids.mml
share/AlephOne/MML/Transparent_Sprites.mml
share/AlephOne/Themes/
share/AlephOne/Themes/Default/
share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-Bold.ttf
share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-BoldOblique.ttf
share/AlephOne/Themes/Default/bankgthd.ttf
share/AlephOne/Themes/Default/button_c.bmp
share/AlephOne/Themes/Default/button_c_p.bmp
share/AlephOne/Themes/Default/button_l.bmp
share/AlephOne/Themes/Default/button_l_p.bmp
share/AlephOne/Themes/Default/button_r.bmp
share/AlephOne/Themes/Default/button_r_p.bmp
share/AlephOne/Themes/Default/frame_b.bmp
share/AlephOne/Themes/Default/frame_bl.bmp
share/AlephOne/Themes/Default/frame_br.bmp
share/AlephOne/Themes/Default/frame_l.bmp
share/AlephOne/Themes/Default/frame_r.bmp
share/AlephOne/Themes/Default/frame_t.bmp
share/AlephOne/Themes/Default/frame_tl.bmp
share/AlephOne/Themes/Default/frame_tr.bmp
share/AlephOne/Themes/Default/list_b.bmp
share/AlephOne/Themes/Default/list_bl.bmp
share/AlephOne/Themes/Default/list_br.bmp
share/AlephOne/Themes/Default/list_l.bmp
share/AlephOne/Themes/Default/list_r.bmp
share/AlephOne/Themes/Default/list_t.bmp
share/AlephOne/Themes/Default/list_tl.bmp
share/AlephOne/Themes/Default/list_tr.bmp
share/AlephOne/Themes/Default/resources
share/AlephOne/Themes/Default/slider.bmp
share/AlephOne/Themes/Default/slider_c.bmp
share/AlephOne/Themes/Default/slider_l.bmp
share/AlephOne/Themes/Default/slider_r.bmp
share/AlephOne/Themes/Default/theme2.mml
share/AlephOne/Themes/Default/thumb_b.bmp
share/AlephOne/Themes/Default/thumb_bc.bmp
share/AlephOne/Themes/Default/thumb_c.bmp
share/AlephOne/Themes/Default/thumb_t.bmp
share/AlephOne/Themes/Default/thumb_tc.bmp
share/AlephOne/Themes/Default/tiny_button_c.bmp
share/AlephOne/Themes/Default/tiny_button_l.bmp
share/AlephOne/Themes/Default/tiny_button_r.bmp

View File

@ -0,0 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
SUBDIR += marathon
SUBDIR += marathon2
SUBDIR += marathoninfinity
.include <bsd.port.subdir.mk>

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile.inc,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
DIST_SUBDIR ?= alephone
CATEGORIES = games
MAINTAINER = Peter Hessler <phessler@openbsd.org>
MASTER_SITES = http://trilogyrelease.bungie.org/files/
MASTER_SITES0 = ftp://ftp2.fileball.net/fileball/marathon/aleph1/alterations/
MASTER_SITES1 = http://www.lhowon.org/
MASTER_SITES2 = http://nardofiles.bungie.org/
MASTER_SITES3 = http://www.appleswitch.com/uploads/
RUN_DEPENDS = ::games/alephone/alephone
NO_BUILD = Yes
NO_REGRESS = Yes

View File

@ -0,0 +1,49 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
PKG_ARCH = *
COMMENT = marathon one data files
V = 0.0.20080413
DISTNAME = marathon-${V}
PKGNAME = marathon-${V}
HOMEPAGE = http://source.bungie.org/get/
DISTFILES = M1A1.zip
# http://trilogyrelease.bungie.org/faq.html
PERMIT_PACKAGE_CDROM = "not for sale"
PERMIT_PACKAGE_FTP = YES
PERMIT_DISTFILES_CDROM = "not for sale"
PERMIT_DISTFILES_FTP = YES
INSTALL_LOC = ${PREFIX}/share/alephone
INSTALL_M = ${INSTALL_LOC}/Marathon
do-install:
${INSTALL_DATA_DIR} ${INSTALL_M}
# Marathon 1
@cd ${WRKDIR}/M1A1 && pax -rw . ${INSTALL_M}
${INSTALL_SCRIPT} ${FILESDIR}/marathon.sh ${PREFIX}/bin/marathon
#do-install:
# ${INSTALL_DATA_DIR} ${INSTALL_M}
# # Marathon 1
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"Fonts" ${INSTALL_M}
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"M1A1 Images.imgA" ${INSTALL_M}
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"M1A1 Map.sceA" ${INSTALL_M}
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"M1A1 Music.aif" ${INSTALL_M}
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"M1A1 Shapes.shpA" ${INSTALL_M}
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"M1A1 Sounds.sndA" ${INSTALL_M}
# ${INSTALL_DATA} ${WRKDIR}/M1A1/"Read Me M1A1.html" ${INSTALL_M}
# ${INSTALL_DATA_DIR} ${INSTALL_M}/Scripts
# ${INSTALL_DATA} ${WRKDIR}/M1A1/Scripts/*.mml ${INSTALL_M}/Scripts
# ${INSTALL_DATA_DIR} ${INSTALL_M}/Themes/Default
# ${INSTALL_DATA} ${WRKDIR}/M1A1/Themes/Default/* ${INSTALL_M}/Themes/Default
# ${INSTALL_DATA_DIR} ${INSTALL_M}/Tracks
# ${INSTALL_DATA} ${WRKDIR}/M1A1/Tracks/* ${INSTALL_M}/Tracks/
# ${INSTALL_SCRIPT} ${FILESDIR}/marathon.sh ${PREFIX}/bin/marathon
NO_BUILD = Yes
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (alephone/M1A1.zip) = szOjP+dg+GMCQ7jqGtQtWg==
RMD160 (alephone/M1A1.zip) = S1bsI9Dy5yytMrt+3AGFGxltrbY=
SHA1 (alephone/M1A1.zip) = xmQYL/cWj1qpjxnWZhTSKBizguw=
SHA256 (alephone/M1A1.zip) = XRwxrvfJjN3sEpBqI8Wu7lIOryjpl+QHPZcNKAJ1CBQ=
SIZE (alephone/M1A1.zip) = 39698222

View File

@ -0,0 +1 @@
cd /usr/local/share/alephone/Marathon && alephone $@ .; cd ${OLDPWD}

View File

@ -0,0 +1,5 @@
Marathon is a First Person Shooter, originally released in 1994 for the
Macintosh. Uses the AlephOne engine.

View File

@ -0,0 +1,66 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
bin/marathon
share/alephone/
share/alephone/Marathon/
share/alephone/Marathon/Fonts
share/alephone/Marathon/M1A1 Images.imgA
share/alephone/Marathon/M1A1 Map.sceA
share/alephone/Marathon/M1A1 Music.aif
share/alephone/Marathon/M1A1 Shapes.shpA
share/alephone/Marathon/M1A1 Sounds.sndA
share/alephone/Marathon/Read Me M1A1.html
share/alephone/Marathon/Scripts/
share/alephone/Marathon/Scripts/M1A1.mml
share/alephone/Marathon/Scripts/havoc.mml
share/alephone/Marathon/Scripts/monsters.mml
share/alephone/Marathon/Scripts/scenery.mml
share/alephone/Marathon/Scripts/settings.mml
share/alephone/Marathon/Themes/
share/alephone/Marathon/Themes/Default/
share/alephone/Marathon/Themes/Default/button_c.bmp
share/alephone/Marathon/Themes/Default/button_l.bmp
share/alephone/Marathon/Themes/Default/button_r.bmp
share/alephone/Marathon/Themes/Default/frame_b.bmp
share/alephone/Marathon/Themes/Default/frame_bl.bmp
share/alephone/Marathon/Themes/Default/frame_br.bmp
share/alephone/Marathon/Themes/Default/frame_l.bmp
share/alephone/Marathon/Themes/Default/frame_r.bmp
share/alephone/Marathon/Themes/Default/frame_t.bmp
share/alephone/Marathon/Themes/Default/frame_tl.bmp
share/alephone/Marathon/Themes/Default/frame_tr.bmp
share/alephone/Marathon/Themes/Default/list_b.bmp
share/alephone/Marathon/Themes/Default/list_bl.bmp
share/alephone/Marathon/Themes/Default/list_br.bmp
share/alephone/Marathon/Themes/Default/list_l.bmp
share/alephone/Marathon/Themes/Default/list_r.bmp
share/alephone/Marathon/Themes/Default/list_t.bmp
share/alephone/Marathon/Themes/Default/list_tl.bmp
share/alephone/Marathon/Themes/Default/list_tr.bmp
share/alephone/Marathon/Themes/Default/resources
share/alephone/Marathon/Themes/Default/slider.bmp
share/alephone/Marathon/Themes/Default/slider_c.bmp
share/alephone/Marathon/Themes/Default/slider_l.bmp
share/alephone/Marathon/Themes/Default/slider_r.bmp
share/alephone/Marathon/Themes/Default/theme.mml
share/alephone/Marathon/Themes/Default/thumb_b.bmp
share/alephone/Marathon/Themes/Default/thumb_bc.bmp
share/alephone/Marathon/Themes/Default/thumb_c.bmp
share/alephone/Marathon/Themes/Default/thumb_t.bmp
share/alephone/Marathon/Themes/Default/thumb_tc.bmp
share/alephone/Marathon/Tracks/
share/alephone/Marathon/Tracks/aliensagain.mp3
share/alephone/Marathon/Tracks/chomber.mp3
share/alephone/Marathon/Tracks/fatman.mp3
share/alephone/Marathon/Tracks/flippant.mp3
share/alephone/Marathon/Tracks/flowersinheaven.mp3
share/alephone/Marathon/Tracks/freedom.mp3
share/alephone/Marathon/Tracks/guardians.mp3
share/alephone/Marathon/Tracks/landing.mp3
share/alephone/Marathon/Tracks/leela.mp3
share/alephone/Marathon/Tracks/newpacific.mp3
share/alephone/Marathon/Tracks/newpacific_reprise.mp3
share/alephone/Marathon/Tracks/rapture.mp3
share/alephone/Marathon/Tracks/rushing.mp3
share/alephone/Marathon/Tracks/splash_marathon.mp3
share/alephone/Marathon/Tracks/swirls.mp3
share/alephone/Marathon/Tracks/whataboutbob.mp3

View File

@ -0,0 +1,52 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
PKG_ARCH-main= *
PKG_ARCH-hires= *
COMMENT-main= marathon two data files
COMMENT-hires= hires graphics and sounds
V= 0.0.20080413
DISTNAME= marathon2-${V}
PKGNAME-main= marathon2-${V}
PKGNAME-hires= marathon2-hires-${V}
HOMEPAGE= http://source.bungie.org/get/
DISTFILES= Marathon2.zip
DISTFILES+= LandscapeEnhancementPackv10.zip:0
DISTFILES+= TotalTextureEnhancementv61.zip:1
DISTFILES+= shots_fired.zip:2
## XXX ph - site is not available any more
#DISTFILES+= WEP2.zip:3
# http://trilogyrelease.bungie.org/faq.html
PERMIT_PACKAGE_CDROM= "not for sale"
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= "not for sale"
PERMIT_DISTFILES_FTP= YES
MULTI_PACKAGES= -main -hires
RUN_DEPENDS-hires= ::games/alephone/scenarios/marathon2
INSTALL_LOC= ${PREFIX}/share/alephone
INSTALL_M2= ${INSTALL_LOC}/Marathon2
do-install:
@${INSTALL_DATA_DIR} ${INSTALL_M2}
# Marathon 2
@cd ${WRKDIR}/"Marathon 2"/ && pax -rw . "${INSTALL_M2}"
# LEP for M2
@${INSTALL_DATA_DIR} ${INSTALL_M2}/Landscapes
@cd "${WRKDIR}/Landscape Enhancement Package/Marathon 2 Durandal/Landscapes (put content in 'Aleph One' folder) /Landscapes/" && pax -rw . ${INSTALL_M2}/Landscapes
# Shots Fired
@${INSTALL_DATA_DIR} ${INSTALL_M2}/tex/shots/
@cd ${WRKDIR}/tex/shots/ && pax -rw . ${INSTALL_M2}/tex/shots/
@cd ${WRKDIR}/Scripts/ && pax -rw . ${INSTALL_M2}/Scripts/
# TEP for M2
@${INSTALL_DATA_DIR} ${INSTALL_M2}/Textures/
@cd ${WRKDIR}/Texture\ Enhancement\ Package\ 6.1/Texture\ Folders/Textures/Marathon\ 2\ Textures/ && pax -rw . ${INSTALL_M2}/Textures/
${INSTALL_SCRIPT} ${FILESDIR}/marathon2.sh ${PREFIX}/bin/marathon2
NO_BUILD= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,25 @@
MD5 (alephone/LandscapeEnhancementPackv10.zip) = KwmSU1qffDhDIWaQ6qkyyQ==
MD5 (alephone/Marathon2.zip) = FBFq8X86rbRjLuU/2g/uiw==
MD5 (alephone/TotalTextureEnhancementv61.zip) = BWCBwAB305IX4xFHIe8cFQ==
MD5 (alephone/WEP2.zip) = 8OZl24MzqGHFwmET7sNDmQ==
MD5 (alephone/shots_fired.zip) = CtRSdYCD6PuH+JrYlw7OCg==
RMD160 (alephone/LandscapeEnhancementPackv10.zip) = uGagRYgT/luJ0OEr/JDNLdknz84=
RMD160 (alephone/Marathon2.zip) = bbt3ENSGvXTvTXZW2+rQMj3qv2Y=
RMD160 (alephone/TotalTextureEnhancementv61.zip) = 1nChHK7pVuSNG19S9U8dmcyobi4=
RMD160 (alephone/WEP2.zip) = ipm/aGJ3OlTHltr48I97TIZaMoE=
RMD160 (alephone/shots_fired.zip) = x94HrMLNVr/Y2yj6Et+Dd4nTlB0=
SHA1 (alephone/LandscapeEnhancementPackv10.zip) = b4uclNE/ncQxHqCb0yijwqoumBY=
SHA1 (alephone/Marathon2.zip) = fQBq+IIepoeJfl2O1d3lS4MFG4Y=
SHA1 (alephone/TotalTextureEnhancementv61.zip) = DnwiEkoyb7FZt3mB8yNPRaxoUYc=
SHA1 (alephone/WEP2.zip) = 4YjzgTVWhNpBk5UAJAedIg2VVJw=
SHA1 (alephone/shots_fired.zip) = njAzo8NwZPP3PLKXaUan2CK6e/I=
SHA256 (alephone/LandscapeEnhancementPackv10.zip) = hrZfict9v1Vv3elKZBFotsRI8AYkanuLSpxgg1z6yjA=
SHA256 (alephone/Marathon2.zip) = eXCHfBkxiJNJ2YVmELI3nfZpXk64rSgaqSS+BI2Os14=
SHA256 (alephone/TotalTextureEnhancementv61.zip) = q5DXHHGqJO+DhFpYMcGhe9xr2P/qqgusQlbJl/QPKDA=
SHA256 (alephone/WEP2.zip) = gDHjNzxWkKNFieTmsgZQjsEt9GBQOLaEHBfiY8bOvw8=
SHA256 (alephone/shots_fired.zip) = BS0xGgE2HHajBiWDkQY9xsOxXx3QwdoZBYkRl3JB/ug=
SIZE (alephone/LandscapeEnhancementPackv10.zip) = 4948420
SIZE (alephone/Marathon2.zip) = 30376919
SIZE (alephone/TotalTextureEnhancementv61.zip) = 233414061
SIZE (alephone/WEP2.zip) = 2205021
SIZE (alephone/shots_fired.zip) = 3193819

View File

@ -0,0 +1 @@
cd /usr/local/share/alephone/Marathon2 && alephone $@ .; cd ${OLDPWD}

View File

@ -0,0 +1,2 @@
Marathon 2: Durandal is a First Person Shooter, originally released in
1995 for the Macintosh. Uses the AlephOne Engine.

View File

@ -0,0 +1,3 @@
The original game content for Marathon, Marathon 2: Durandal and
Marathon Infinity. Improved quality graphics and audio has been included.

View File

@ -0,0 +1,3 @@
The original game content for Marathon, Marathon 2: Durandal and
Marathon Infinity. Improved quality graphics and audio has been included.

View File

@ -0,0 +1,202 @@
@comment $OpenBSD: PLIST-hires,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
share/alephone/Marathon2/Landscapes/
share/alephone/Marathon2/Landscapes/1.jpg
share/alephone/Marathon2/Landscapes/2.jpg
share/alephone/Marathon2/Landscapes/3.jpg
share/alephone/Marathon2/Landscapes/4.jpg
share/alephone/Marathon2/Scripts/Shots.mml
share/alephone/Marathon2/Scripts/Transparent_Sprites.mml
share/alephone/Marathon2/Textures/
share/alephone/Marathon2/Textures/17 Water/
share/alephone/Marathon2/Textures/17 Water/00.dds
share/alephone/Marathon2/Textures/17 Water/01.dds
share/alephone/Marathon2/Textures/17 Water/02.dds
share/alephone/Marathon2/Textures/17 Water/03.dds
share/alephone/Marathon2/Textures/17 Water/04.dds
share/alephone/Marathon2/Textures/17 Water/05.dds
share/alephone/Marathon2/Textures/17 Water/06.dds
share/alephone/Marathon2/Textures/17 Water/07.dds
share/alephone/Marathon2/Textures/17 Water/08.dds
share/alephone/Marathon2/Textures/17 Water/09.dds
share/alephone/Marathon2/Textures/17 Water/10.dds
share/alephone/Marathon2/Textures/17 Water/11.dds
share/alephone/Marathon2/Textures/17 Water/12.dds
share/alephone/Marathon2/Textures/17 Water/13.dds
share/alephone/Marathon2/Textures/17 Water/14.dds
share/alephone/Marathon2/Textures/17 Water/15.dds
share/alephone/Marathon2/Textures/17 Water/16.dds
share/alephone/Marathon2/Textures/17 Water/17.dds
share/alephone/Marathon2/Textures/17 Water/18.dds
share/alephone/Marathon2/Textures/17 Water/19.dds
share/alephone/Marathon2/Textures/17 Water/20.dds
share/alephone/Marathon2/Textures/17 Water/21.dds
share/alephone/Marathon2/Textures/17 Water/22.dds
share/alephone/Marathon2/Textures/17 Water/23.dds
share/alephone/Marathon2/Textures/17 Water/24.dds
share/alephone/Marathon2/Textures/17 Water/25.dds
share/alephone/Marathon2/Textures/17 Water/26.dds
share/alephone/Marathon2/Textures/17 Water/27.dds
share/alephone/Marathon2/Textures/17 Water/28.dds
share/alephone/Marathon2/Textures/17 Water/29.dds
share/alephone/Marathon2/Textures/18 Lava/
share/alephone/Marathon2/Textures/18 Lava/00.dds
share/alephone/Marathon2/Textures/18 Lava/01.dds
share/alephone/Marathon2/Textures/18 Lava/02.dds
share/alephone/Marathon2/Textures/18 Lava/03.dds
share/alephone/Marathon2/Textures/18 Lava/04.dds
share/alephone/Marathon2/Textures/18 Lava/05.dds
share/alephone/Marathon2/Textures/18 Lava/06.dds
share/alephone/Marathon2/Textures/18 Lava/07.dds
share/alephone/Marathon2/Textures/18 Lava/08.dds
share/alephone/Marathon2/Textures/18 Lava/09.dds
share/alephone/Marathon2/Textures/18 Lava/10.dds
share/alephone/Marathon2/Textures/18 Lava/11.dds
share/alephone/Marathon2/Textures/18 Lava/12.dds
share/alephone/Marathon2/Textures/18 Lava/13.dds
share/alephone/Marathon2/Textures/18 Lava/14.dds
share/alephone/Marathon2/Textures/18 Lava/15.dds
share/alephone/Marathon2/Textures/18 Lava/16.dds
share/alephone/Marathon2/Textures/18 Lava/17.dds
share/alephone/Marathon2/Textures/18 Lava/18.dds
share/alephone/Marathon2/Textures/18 Lava/19.dds
share/alephone/Marathon2/Textures/18 Lava/20.dds
share/alephone/Marathon2/Textures/18 Lava/21.dds
share/alephone/Marathon2/Textures/18 Lava/22.dds
share/alephone/Marathon2/Textures/18 Lava/23.dds
share/alephone/Marathon2/Textures/18 Lava/24.dds
share/alephone/Marathon2/Textures/18 Lava/25.dds
share/alephone/Marathon2/Textures/18 Lava/26.dds
share/alephone/Marathon2/Textures/18 Lava/27.dds
share/alephone/Marathon2/Textures/18 Lava/28.dds
share/alephone/Marathon2/Textures/18 Lava/29.dds
share/alephone/Marathon2/Textures/18 Lava/29m.dds
share/alephone/Marathon2/Textures/19 Sewage/
share/alephone/Marathon2/Textures/19 Sewage/00.dds
share/alephone/Marathon2/Textures/19 Sewage/01.dds
share/alephone/Marathon2/Textures/19 Sewage/02.dds
share/alephone/Marathon2/Textures/19 Sewage/03.dds
share/alephone/Marathon2/Textures/19 Sewage/04.dds
share/alephone/Marathon2/Textures/19 Sewage/05.dds
share/alephone/Marathon2/Textures/19 Sewage/06.dds
share/alephone/Marathon2/Textures/19 Sewage/07.dds
share/alephone/Marathon2/Textures/19 Sewage/08.dds
share/alephone/Marathon2/Textures/19 Sewage/09.dds
share/alephone/Marathon2/Textures/19 Sewage/10.dds
share/alephone/Marathon2/Textures/19 Sewage/11.dds
share/alephone/Marathon2/Textures/19 Sewage/12.dds
share/alephone/Marathon2/Textures/19 Sewage/13.dds
share/alephone/Marathon2/Textures/19 Sewage/14.dds
share/alephone/Marathon2/Textures/19 Sewage/15.dds
share/alephone/Marathon2/Textures/19 Sewage/16.dds
share/alephone/Marathon2/Textures/19 Sewage/17.dds
share/alephone/Marathon2/Textures/19 Sewage/18.dds
share/alephone/Marathon2/Textures/19 Sewage/19.dds
share/alephone/Marathon2/Textures/19 Sewage/20.dds
share/alephone/Marathon2/Textures/19 Sewage/21.dds
share/alephone/Marathon2/Textures/19 Sewage/22.dds
share/alephone/Marathon2/Textures/19 Sewage/23.dds
share/alephone/Marathon2/Textures/19 Sewage/24.dds
share/alephone/Marathon2/Textures/19 Sewage/25.dds
share/alephone/Marathon2/Textures/19 Sewage/26.dds
share/alephone/Marathon2/Textures/19 Sewage/27.dds
share/alephone/Marathon2/Textures/19 Sewage/28.dds
share/alephone/Marathon2/Textures/19 Sewage/29.dds
share/alephone/Marathon2/Textures/21 Pfhor/
share/alephone/Marathon2/Textures/21 Pfhor/00.dds
share/alephone/Marathon2/Textures/21 Pfhor/01.dds
share/alephone/Marathon2/Textures/21 Pfhor/02.dds
share/alephone/Marathon2/Textures/21 Pfhor/03.dds
share/alephone/Marathon2/Textures/21 Pfhor/04.dds
share/alephone/Marathon2/Textures/21 Pfhor/05.dds
share/alephone/Marathon2/Textures/21 Pfhor/06.dds
share/alephone/Marathon2/Textures/21 Pfhor/07.dds
share/alephone/Marathon2/Textures/21 Pfhor/08.dds
share/alephone/Marathon2/Textures/21 Pfhor/09.dds
share/alephone/Marathon2/Textures/21 Pfhor/10.dds
share/alephone/Marathon2/Textures/21 Pfhor/11.dds
share/alephone/Marathon2/Textures/21 Pfhor/12.dds
share/alephone/Marathon2/Textures/21 Pfhor/13.dds
share/alephone/Marathon2/Textures/21 Pfhor/14.dds
share/alephone/Marathon2/Textures/21 Pfhor/15.dds
share/alephone/Marathon2/Textures/21 Pfhor/16.dds
share/alephone/Marathon2/Textures/21 Pfhor/17.dds
share/alephone/Marathon2/Textures/21 Pfhor/18.dds
share/alephone/Marathon2/Textures/21 Pfhor/19.dds
share/alephone/Marathon2/Textures/21 Pfhor/20.dds
share/alephone/Marathon2/Textures/21 Pfhor/21.dds
share/alephone/Marathon2/Textures/21 Pfhor/22.dds
share/alephone/Marathon2/Textures/21 Pfhor/23.dds
share/alephone/Marathon2/Textures/21 Pfhor/24.dds
share/alephone/Marathon2/Textures/21 Pfhor/25.dds
share/alephone/Marathon2/Textures/21 Pfhor/26.dds
share/alephone/Marathon2/Textures/21 Pfhor/27.dds
share/alephone/Marathon2/Textures/21 Pfhor/28.dds
share/alephone/Marathon2/Textures/21 Pfhor/29.dds
share/alephone/Marathon2/tex/
share/alephone/Marathon2/tex/shots/
share/alephone/Marathon2/tex/shots/00.dds
share/alephone/Marathon2/tex/shots/01.dds
share/alephone/Marathon2/tex/shots/02.dds
share/alephone/Marathon2/tex/shots/03.dds
share/alephone/Marathon2/tex/shots/16_25.dds
share/alephone/Marathon2/tex/shots/16_25_1.dds
share/alephone/Marathon2/tex/shots/16_25_3.dds
share/alephone/Marathon2/tex/shots/16_26.dds
share/alephone/Marathon2/tex/shots/16_26_1.dds
share/alephone/Marathon2/tex/shots/16_26_3.dds
share/alephone/Marathon2/tex/shots/16_27.dds
share/alephone/Marathon2/tex/shots/16_27_1.dds
share/alephone/Marathon2/tex/shots/16_27_3.dds
share/alephone/Marathon2/tex/shots/16_28.dds
share/alephone/Marathon2/tex/shots/16_28_1.dds
share/alephone/Marathon2/tex/shots/16_28_3.dds
share/alephone/Marathon2/tex/shots/16_29.dds
share/alephone/Marathon2/tex/shots/16_29_1.dds
share/alephone/Marathon2/tex/shots/16_29_3.dds
share/alephone/Marathon2/tex/shots/16_30.dds
share/alephone/Marathon2/tex/shots/16_30_1.dds
share/alephone/Marathon2/tex/shots/16_30_3.dds
share/alephone/Marathon2/tex/shots/16_31.dds
share/alephone/Marathon2/tex/shots/16_31_1.dds
share/alephone/Marathon2/tex/shots/16_31_3.dds
share/alephone/Marathon2/tex/shots/16_32.dds
share/alephone/Marathon2/tex/shots/16_32_1.dds
share/alephone/Marathon2/tex/shots/16_32_3.dds
share/alephone/Marathon2/tex/shots/16_33.dds
share/alephone/Marathon2/tex/shots/16_33_1.dds
share/alephone/Marathon2/tex/shots/16_33_3.dds
share/alephone/Marathon2/tex/shots/16_34.dds
share/alephone/Marathon2/tex/shots/16_34_1.dds
share/alephone/Marathon2/tex/shots/16_34_3.dds
share/alephone/Marathon2/tex/shots/25.dds
share/alephone/Marathon2/tex/shots/26.dds
share/alephone/Marathon2/tex/shots/27.dds
share/alephone/Marathon2/tex/shots/28.dds
share/alephone/Marathon2/tex/shots/29.dds
share/alephone/Marathon2/tex/shots/30.dds
share/alephone/Marathon2/tex/shots/31.dds
share/alephone/Marathon2/tex/shots/34.dds
share/alephone/Marathon2/tex/shots/35.dds
share/alephone/Marathon2/tex/shots/36.dds
share/alephone/Marathon2/tex/shots/37.dds
share/alephone/Marathon2/tex/shots/48.dds
share/alephone/Marathon2/tex/shots/49.dds
share/alephone/Marathon2/tex/shots/50.dds
share/alephone/Marathon2/tex/shots/51.dds
share/alephone/Marathon2/tex/shots/56.dds
share/alephone/Marathon2/tex/shots/57.dds
share/alephone/Marathon2/tex/shots/58.dds
share/alephone/Marathon2/tex/shots/59.dds
share/alephone/Marathon2/tex/shots/60.dds
share/alephone/Marathon2/tex/shots/61.dds
share/alephone/Marathon2/tex/shots/62.dds
share/alephone/Marathon2/tex/shots/74.dds
share/alephone/Marathon2/tex/shots/75.dds
share/alephone/Marathon2/tex/shots/76.dds
share/alephone/Marathon2/tex/shots/9_61.dds
share/alephone/Marathon2/tex/shots/9_65.dds
share/alephone/Marathon2/tex/shots/9_67.dds
share/alephone/Marathon2/tex/shots/9_68.dds
share/alephone/Marathon2/tex/shots/9_69.dds
share/alephone/Marathon2/tex/shots/9_70.dds
share/alephone/Marathon2/tex/shots/9_71.dds

View File

@ -0,0 +1,49 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
bin/marathon2
share/alephone/
share/alephone/Marathon2/
share/alephone/Marathon2/Fonts
share/alephone/Marathon2/Images.imgA
@comment share/alephone/Marathon2/Landscapes/.DS_Store
share/alephone/Marathon2/Map.sceA
share/alephone/Marathon2/Music.aif
share/alephone/Marathon2/Physics Models/
share/alephone/Marathon2/Physics Models/Standard.phyA
share/alephone/Marathon2/Scripts/
share/alephone/Marathon2/Scripts/Filenames.mml
share/alephone/Marathon2/Scripts/Marathon 2.mml
share/alephone/Marathon2/Scripts/Transparent_Liquids.mml
share/alephone/Marathon2/Shapes.shpA
share/alephone/Marathon2/Sounds.sndA
share/alephone/Marathon2/Themes/
share/alephone/Marathon2/Themes/Default/
share/alephone/Marathon2/Themes/Default/button_c.bmp
share/alephone/Marathon2/Themes/Default/button_l.bmp
share/alephone/Marathon2/Themes/Default/button_r.bmp
share/alephone/Marathon2/Themes/Default/frame_b.bmp
share/alephone/Marathon2/Themes/Default/frame_bl.bmp
share/alephone/Marathon2/Themes/Default/frame_br.bmp
share/alephone/Marathon2/Themes/Default/frame_l.bmp
share/alephone/Marathon2/Themes/Default/frame_r.bmp
share/alephone/Marathon2/Themes/Default/frame_t.bmp
share/alephone/Marathon2/Themes/Default/frame_tl.bmp
share/alephone/Marathon2/Themes/Default/frame_tr.bmp
share/alephone/Marathon2/Themes/Default/list_b.bmp
share/alephone/Marathon2/Themes/Default/list_bl.bmp
share/alephone/Marathon2/Themes/Default/list_br.bmp
share/alephone/Marathon2/Themes/Default/list_l.bmp
share/alephone/Marathon2/Themes/Default/list_r.bmp
share/alephone/Marathon2/Themes/Default/list_t.bmp
share/alephone/Marathon2/Themes/Default/list_tl.bmp
share/alephone/Marathon2/Themes/Default/list_tr.bmp
share/alephone/Marathon2/Themes/Default/resources
share/alephone/Marathon2/Themes/Default/slider.bmp
share/alephone/Marathon2/Themes/Default/slider_c.bmp
share/alephone/Marathon2/Themes/Default/slider_l.bmp
share/alephone/Marathon2/Themes/Default/slider_r.bmp
share/alephone/Marathon2/Themes/Default/theme.mml
share/alephone/Marathon2/Themes/Default/thumb_b.bmp
share/alephone/Marathon2/Themes/Default/thumb_bc.bmp
share/alephone/Marathon2/Themes/Default/thumb_c.bmp
share/alephone/Marathon2/Themes/Default/thumb_t.bmp
share/alephone/Marathon2/Themes/Default/thumb_tc.bmp

View File

@ -0,0 +1,50 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
PKG_ARCH-main = *
PKG_ARCH-hires = *
COMMENT-main = marathon infinity data files
COMMENT-hires = hires graphics and sounds
V = 0.0.20080413
DISTNAME = marathoninfinity-${V}
PKGNAME-main = marathoninfinity-${V}
PKGNAME-hires = marathoninfinity-hires-${V}
HOMEPAGE = http://source.bungie.org/get/
DISTFILES = MarathonInfinity.zip
DISTFILES += LandscapeEnhancementPackv10.zip:0
DISTFILES += TotalTextureEnhancementv61.zip:1
DISTFILES += shots_fired.zip:2
#DISTFILES += WEP2.zip:3
# http://trilogyrelease.bungie.org/faq.html
PERMIT_PACKAGE_CDROM = "not for sale"
PERMIT_PACKAGE_FTP = YES
PERMIT_DISTFILES_CDROM = "not for sale"
PERMIT_DISTFILES_FTP = YES
MULTI_PACKAGES = -main -hires
INSTALL_LOC = ${PREFIX}/share/alephone
INSTALL_MI = ${INSTALL_LOC}/Infinity
do-install:
${INSTALL_DATA_DIR} ${INSTALL_MI}
# Marathon Infinity
@cd ${WRKDIR}/"Marathon Infinity"/ && pax -rw . ${INSTALL_MI}
# LEP for MI
${INSTALL_DATA_DIR} ${INSTALL_MI}/Landscapes
@cd ${WRKDIR}/"Landscape Enhancement Package"/"Marathon 2 Durandal"/"Landscapes (put content in 'Aleph One' folder) "/Landscapes/ && pax -rw . ${INSTALL_MI}/Landscapes
# Shots Fired
${INSTALL_DATA_DIR} ${INSTALL_MI}/tex/shots/
@cd ${WRKDIR}/tex/shots/ && pax -rw . ${INSTALL_MI}/Scripts/
# TEP for MI
${INSTALL_DATA_DIR} ${INSTALL_MI}/Textures/
@cd ${WRKDIR}/Texture\ Enhancement\ Package\ 6.1/Texture\ Folders/Textures/Marathon\ 2\ Textures/ && pax -rw . ${INSTALL_MI}/Textures/
${INSTALL_SCRIPT} ${FILESDIR}/marathoninfinity.sh ${PREFIX}/bin/marathoninfinity
NO_BUILD = Yes
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,35 @@
MD5 (alephone/LandscapeEnhancementPackv10.zip) = KwmSU1qffDhDIWaQ6qkyyQ==
MD5 (alephone/M1A1.zip) = szOjP+dg+GMCQ7jqGtQtWg==
MD5 (alephone/Marathon2.zip) = FBFq8X86rbRjLuU/2g/uiw==
MD5 (alephone/MarathonInfinity.zip) = 6nHc1QrrKpN569TNM3gOWQ==
MD5 (alephone/TotalTextureEnhancementv61.zip) = BWCBwAB305IX4xFHIe8cFQ==
MD5 (alephone/WEP2.zip) = 8OZl24MzqGHFwmET7sNDmQ==
MD5 (alephone/shots_fired.zip) = CtRSdYCD6PuH+JrYlw7OCg==
RMD160 (alephone/LandscapeEnhancementPackv10.zip) = uGagRYgT/luJ0OEr/JDNLdknz84=
RMD160 (alephone/M1A1.zip) = S1bsI9Dy5yytMrt+3AGFGxltrbY=
RMD160 (alephone/Marathon2.zip) = bbt3ENSGvXTvTXZW2+rQMj3qv2Y=
RMD160 (alephone/MarathonInfinity.zip) = p3s9UmiUGmfzXVtR3Fw1kQXvEEQ=
RMD160 (alephone/TotalTextureEnhancementv61.zip) = 1nChHK7pVuSNG19S9U8dmcyobi4=
RMD160 (alephone/WEP2.zip) = ipm/aGJ3OlTHltr48I97TIZaMoE=
RMD160 (alephone/shots_fired.zip) = x94HrMLNVr/Y2yj6Et+Dd4nTlB0=
SHA1 (alephone/LandscapeEnhancementPackv10.zip) = b4uclNE/ncQxHqCb0yijwqoumBY=
SHA1 (alephone/M1A1.zip) = xmQYL/cWj1qpjxnWZhTSKBizguw=
SHA1 (alephone/Marathon2.zip) = fQBq+IIepoeJfl2O1d3lS4MFG4Y=
SHA1 (alephone/MarathonInfinity.zip) = Y0PCnCSkylVuVJGslAKi4ojsa0E=
SHA1 (alephone/TotalTextureEnhancementv61.zip) = DnwiEkoyb7FZt3mB8yNPRaxoUYc=
SHA1 (alephone/WEP2.zip) = 4YjzgTVWhNpBk5UAJAedIg2VVJw=
SHA1 (alephone/shots_fired.zip) = njAzo8NwZPP3PLKXaUan2CK6e/I=
SHA256 (alephone/LandscapeEnhancementPackv10.zip) = hrZfict9v1Vv3elKZBFotsRI8AYkanuLSpxgg1z6yjA=
SHA256 (alephone/M1A1.zip) = XRwxrvfJjN3sEpBqI8Wu7lIOryjpl+QHPZcNKAJ1CBQ=
SHA256 (alephone/Marathon2.zip) = eXCHfBkxiJNJ2YVmELI3nfZpXk64rSgaqSS+BI2Os14=
SHA256 (alephone/MarathonInfinity.zip) = 1gCZHvMpcU3wNupFEryCAuvbHc0VMtVDL7SWVSJm1AQ=
SHA256 (alephone/TotalTextureEnhancementv61.zip) = q5DXHHGqJO+DhFpYMcGhe9xr2P/qqgusQlbJl/QPKDA=
SHA256 (alephone/WEP2.zip) = gDHjNzxWkKNFieTmsgZQjsEt9GBQOLaEHBfiY8bOvw8=
SHA256 (alephone/shots_fired.zip) = BS0xGgE2HHajBiWDkQY9xsOxXx3QwdoZBYkRl3JB/ug=
SIZE (alephone/LandscapeEnhancementPackv10.zip) = 4948420
SIZE (alephone/M1A1.zip) = 39698222
SIZE (alephone/Marathon2.zip) = 30376919
SIZE (alephone/MarathonInfinity.zip) = 40305709
SIZE (alephone/TotalTextureEnhancementv61.zip) = 233414061
SIZE (alephone/WEP2.zip) = 2205021
SIZE (alephone/shots_fired.zip) = 3193819

View File

@ -0,0 +1 @@
cd /usr/local/share/alephone/Infinity && alephone $@ .; cd ${OLDPWD}

View File

@ -0,0 +1,2 @@
Marathon: Infinity is a First Person Shooter, originally released in 1996
for the Macintosh. It uses the AlephOne Engine.

View File

@ -0,0 +1,3 @@
The original game content for Marathon, Marathon 2: Durandal and
Marathon Infinity. Improved quality graphics and audio has been included.

View File

@ -0,0 +1,3 @@
The original game content for Marathon, Marathon 2: Durandal and
Marathon Infinity. Improved quality graphics and audio has been included.

View File

@ -0,0 +1,200 @@
@comment $OpenBSD: PLIST-hires,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
share/alephone/Infinity/Landscapes/
share/alephone/Infinity/Landscapes/1.jpg
share/alephone/Infinity/Landscapes/2.jpg
share/alephone/Infinity/Landscapes/3.jpg
share/alephone/Infinity/Landscapes/4.jpg
share/alephone/Infinity/Scripts/00.dds
share/alephone/Infinity/Scripts/01.dds
share/alephone/Infinity/Scripts/02.dds
share/alephone/Infinity/Scripts/03.dds
share/alephone/Infinity/Scripts/16_25.dds
share/alephone/Infinity/Scripts/16_25_1.dds
share/alephone/Infinity/Scripts/16_25_3.dds
share/alephone/Infinity/Scripts/16_26.dds
share/alephone/Infinity/Scripts/16_26_1.dds
share/alephone/Infinity/Scripts/16_26_3.dds
share/alephone/Infinity/Scripts/16_27.dds
share/alephone/Infinity/Scripts/16_27_1.dds
share/alephone/Infinity/Scripts/16_27_3.dds
share/alephone/Infinity/Scripts/16_28.dds
share/alephone/Infinity/Scripts/16_28_1.dds
share/alephone/Infinity/Scripts/16_28_3.dds
share/alephone/Infinity/Scripts/16_29.dds
share/alephone/Infinity/Scripts/16_29_1.dds
share/alephone/Infinity/Scripts/16_29_3.dds
share/alephone/Infinity/Scripts/16_30.dds
share/alephone/Infinity/Scripts/16_30_1.dds
share/alephone/Infinity/Scripts/16_30_3.dds
share/alephone/Infinity/Scripts/16_31.dds
share/alephone/Infinity/Scripts/16_31_1.dds
share/alephone/Infinity/Scripts/16_31_3.dds
share/alephone/Infinity/Scripts/16_32.dds
share/alephone/Infinity/Scripts/16_32_1.dds
share/alephone/Infinity/Scripts/16_32_3.dds
share/alephone/Infinity/Scripts/16_33.dds
share/alephone/Infinity/Scripts/16_33_1.dds
share/alephone/Infinity/Scripts/16_33_3.dds
share/alephone/Infinity/Scripts/16_34.dds
share/alephone/Infinity/Scripts/16_34_1.dds
share/alephone/Infinity/Scripts/16_34_3.dds
share/alephone/Infinity/Scripts/25.dds
share/alephone/Infinity/Scripts/26.dds
share/alephone/Infinity/Scripts/27.dds
share/alephone/Infinity/Scripts/28.dds
share/alephone/Infinity/Scripts/29.dds
share/alephone/Infinity/Scripts/30.dds
share/alephone/Infinity/Scripts/31.dds
share/alephone/Infinity/Scripts/34.dds
share/alephone/Infinity/Scripts/35.dds
share/alephone/Infinity/Scripts/36.dds
share/alephone/Infinity/Scripts/37.dds
share/alephone/Infinity/Scripts/48.dds
share/alephone/Infinity/Scripts/49.dds
share/alephone/Infinity/Scripts/50.dds
share/alephone/Infinity/Scripts/51.dds
share/alephone/Infinity/Scripts/56.dds
share/alephone/Infinity/Scripts/57.dds
share/alephone/Infinity/Scripts/58.dds
share/alephone/Infinity/Scripts/59.dds
share/alephone/Infinity/Scripts/60.dds
share/alephone/Infinity/Scripts/61.dds
share/alephone/Infinity/Scripts/62.dds
share/alephone/Infinity/Scripts/74.dds
share/alephone/Infinity/Scripts/75.dds
share/alephone/Infinity/Scripts/76.dds
share/alephone/Infinity/Scripts/9_61.dds
share/alephone/Infinity/Scripts/9_65.dds
share/alephone/Infinity/Scripts/9_67.dds
share/alephone/Infinity/Scripts/9_68.dds
share/alephone/Infinity/Scripts/9_69.dds
share/alephone/Infinity/Scripts/9_70.dds
share/alephone/Infinity/Scripts/9_71.dds
share/alephone/Infinity/Textures/
share/alephone/Infinity/Textures/17 Water/
share/alephone/Infinity/Textures/17 Water/00.dds
share/alephone/Infinity/Textures/17 Water/01.dds
share/alephone/Infinity/Textures/17 Water/02.dds
share/alephone/Infinity/Textures/17 Water/03.dds
share/alephone/Infinity/Textures/17 Water/04.dds
share/alephone/Infinity/Textures/17 Water/05.dds
share/alephone/Infinity/Textures/17 Water/06.dds
share/alephone/Infinity/Textures/17 Water/07.dds
share/alephone/Infinity/Textures/17 Water/08.dds
share/alephone/Infinity/Textures/17 Water/09.dds
share/alephone/Infinity/Textures/17 Water/10.dds
share/alephone/Infinity/Textures/17 Water/11.dds
share/alephone/Infinity/Textures/17 Water/12.dds
share/alephone/Infinity/Textures/17 Water/13.dds
share/alephone/Infinity/Textures/17 Water/14.dds
share/alephone/Infinity/Textures/17 Water/15.dds
share/alephone/Infinity/Textures/17 Water/16.dds
share/alephone/Infinity/Textures/17 Water/17.dds
share/alephone/Infinity/Textures/17 Water/18.dds
share/alephone/Infinity/Textures/17 Water/19.dds
share/alephone/Infinity/Textures/17 Water/20.dds
share/alephone/Infinity/Textures/17 Water/21.dds
share/alephone/Infinity/Textures/17 Water/22.dds
share/alephone/Infinity/Textures/17 Water/23.dds
share/alephone/Infinity/Textures/17 Water/24.dds
share/alephone/Infinity/Textures/17 Water/25.dds
share/alephone/Infinity/Textures/17 Water/26.dds
share/alephone/Infinity/Textures/17 Water/27.dds
share/alephone/Infinity/Textures/17 Water/28.dds
share/alephone/Infinity/Textures/17 Water/29.dds
share/alephone/Infinity/Textures/18 Lava/
share/alephone/Infinity/Textures/18 Lava/00.dds
share/alephone/Infinity/Textures/18 Lava/01.dds
share/alephone/Infinity/Textures/18 Lava/02.dds
share/alephone/Infinity/Textures/18 Lava/03.dds
share/alephone/Infinity/Textures/18 Lava/04.dds
share/alephone/Infinity/Textures/18 Lava/05.dds
share/alephone/Infinity/Textures/18 Lava/06.dds
share/alephone/Infinity/Textures/18 Lava/07.dds
share/alephone/Infinity/Textures/18 Lava/08.dds
share/alephone/Infinity/Textures/18 Lava/09.dds
share/alephone/Infinity/Textures/18 Lava/10.dds
share/alephone/Infinity/Textures/18 Lava/11.dds
share/alephone/Infinity/Textures/18 Lava/12.dds
share/alephone/Infinity/Textures/18 Lava/13.dds
share/alephone/Infinity/Textures/18 Lava/14.dds
share/alephone/Infinity/Textures/18 Lava/15.dds
share/alephone/Infinity/Textures/18 Lava/16.dds
share/alephone/Infinity/Textures/18 Lava/17.dds
share/alephone/Infinity/Textures/18 Lava/18.dds
share/alephone/Infinity/Textures/18 Lava/19.dds
share/alephone/Infinity/Textures/18 Lava/20.dds
share/alephone/Infinity/Textures/18 Lava/21.dds
share/alephone/Infinity/Textures/18 Lava/22.dds
share/alephone/Infinity/Textures/18 Lava/23.dds
share/alephone/Infinity/Textures/18 Lava/24.dds
share/alephone/Infinity/Textures/18 Lava/25.dds
share/alephone/Infinity/Textures/18 Lava/26.dds
share/alephone/Infinity/Textures/18 Lava/27.dds
share/alephone/Infinity/Textures/18 Lava/28.dds
share/alephone/Infinity/Textures/18 Lava/29.dds
share/alephone/Infinity/Textures/18 Lava/29m.dds
share/alephone/Infinity/Textures/19 Sewage/
share/alephone/Infinity/Textures/19 Sewage/00.dds
share/alephone/Infinity/Textures/19 Sewage/01.dds
share/alephone/Infinity/Textures/19 Sewage/02.dds
share/alephone/Infinity/Textures/19 Sewage/03.dds
share/alephone/Infinity/Textures/19 Sewage/04.dds
share/alephone/Infinity/Textures/19 Sewage/05.dds
share/alephone/Infinity/Textures/19 Sewage/06.dds
share/alephone/Infinity/Textures/19 Sewage/07.dds
share/alephone/Infinity/Textures/19 Sewage/08.dds
share/alephone/Infinity/Textures/19 Sewage/09.dds
share/alephone/Infinity/Textures/19 Sewage/10.dds
share/alephone/Infinity/Textures/19 Sewage/11.dds
share/alephone/Infinity/Textures/19 Sewage/12.dds
share/alephone/Infinity/Textures/19 Sewage/13.dds
share/alephone/Infinity/Textures/19 Sewage/14.dds
share/alephone/Infinity/Textures/19 Sewage/15.dds
share/alephone/Infinity/Textures/19 Sewage/16.dds
share/alephone/Infinity/Textures/19 Sewage/17.dds
share/alephone/Infinity/Textures/19 Sewage/18.dds
share/alephone/Infinity/Textures/19 Sewage/19.dds
share/alephone/Infinity/Textures/19 Sewage/20.dds
share/alephone/Infinity/Textures/19 Sewage/21.dds
share/alephone/Infinity/Textures/19 Sewage/22.dds
share/alephone/Infinity/Textures/19 Sewage/23.dds
share/alephone/Infinity/Textures/19 Sewage/24.dds
share/alephone/Infinity/Textures/19 Sewage/25.dds
share/alephone/Infinity/Textures/19 Sewage/26.dds
share/alephone/Infinity/Textures/19 Sewage/27.dds
share/alephone/Infinity/Textures/19 Sewage/28.dds
share/alephone/Infinity/Textures/19 Sewage/29.dds
share/alephone/Infinity/Textures/21 Pfhor/
share/alephone/Infinity/Textures/21 Pfhor/00.dds
share/alephone/Infinity/Textures/21 Pfhor/01.dds
share/alephone/Infinity/Textures/21 Pfhor/02.dds
share/alephone/Infinity/Textures/21 Pfhor/03.dds
share/alephone/Infinity/Textures/21 Pfhor/04.dds
share/alephone/Infinity/Textures/21 Pfhor/05.dds
share/alephone/Infinity/Textures/21 Pfhor/06.dds
share/alephone/Infinity/Textures/21 Pfhor/07.dds
share/alephone/Infinity/Textures/21 Pfhor/08.dds
share/alephone/Infinity/Textures/21 Pfhor/09.dds
share/alephone/Infinity/Textures/21 Pfhor/10.dds
share/alephone/Infinity/Textures/21 Pfhor/11.dds
share/alephone/Infinity/Textures/21 Pfhor/12.dds
share/alephone/Infinity/Textures/21 Pfhor/13.dds
share/alephone/Infinity/Textures/21 Pfhor/14.dds
share/alephone/Infinity/Textures/21 Pfhor/15.dds
share/alephone/Infinity/Textures/21 Pfhor/16.dds
share/alephone/Infinity/Textures/21 Pfhor/17.dds
share/alephone/Infinity/Textures/21 Pfhor/18.dds
share/alephone/Infinity/Textures/21 Pfhor/19.dds
share/alephone/Infinity/Textures/21 Pfhor/20.dds
share/alephone/Infinity/Textures/21 Pfhor/21.dds
share/alephone/Infinity/Textures/21 Pfhor/22.dds
share/alephone/Infinity/Textures/21 Pfhor/23.dds
share/alephone/Infinity/Textures/21 Pfhor/24.dds
share/alephone/Infinity/Textures/21 Pfhor/25.dds
share/alephone/Infinity/Textures/21 Pfhor/26.dds
share/alephone/Infinity/Textures/21 Pfhor/27.dds
share/alephone/Infinity/Textures/21 Pfhor/28.dds
share/alephone/Infinity/Textures/21 Pfhor/29.dds
share/alephone/Infinity/tex/
share/alephone/Infinity/tex/shots/

View File

@ -0,0 +1,50 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2008/07/09 16:56:43 phessler Exp $
bin/marathoninfinity
share/alephone/
share/alephone/Infinity/
share/alephone/Infinity/Fonts
share/alephone/Infinity/Images.imgA
@comment share/alephone/Infinity/Landscapes/.DS_Store
share/alephone/Infinity/Map.sceA
share/alephone/Infinity/Music.aif
share/alephone/Infinity/Physics Models/
share/alephone/Infinity/Physics Models/Standard.phyA
share/alephone/Infinity/Scripts/
share/alephone/Infinity/Scripts/Filenames.mml
share/alephone/Infinity/Scripts/Marathon Infinity.mml
share/alephone/Infinity/Scripts/Transparent_Liquids.mml
share/alephone/Infinity/Scripts/Transparent_Sprites.mml
share/alephone/Infinity/Shapes.shpA
share/alephone/Infinity/Sounds.sndA
share/alephone/Infinity/Themes/
share/alephone/Infinity/Themes/Default/
share/alephone/Infinity/Themes/Default/button_c.bmp
share/alephone/Infinity/Themes/Default/button_l.bmp
share/alephone/Infinity/Themes/Default/button_r.bmp
share/alephone/Infinity/Themes/Default/frame_b.bmp
share/alephone/Infinity/Themes/Default/frame_bl.bmp
share/alephone/Infinity/Themes/Default/frame_br.bmp
share/alephone/Infinity/Themes/Default/frame_l.bmp
share/alephone/Infinity/Themes/Default/frame_r.bmp
share/alephone/Infinity/Themes/Default/frame_t.bmp
share/alephone/Infinity/Themes/Default/frame_tl.bmp
share/alephone/Infinity/Themes/Default/frame_tr.bmp
share/alephone/Infinity/Themes/Default/list_b.bmp
share/alephone/Infinity/Themes/Default/list_bl.bmp
share/alephone/Infinity/Themes/Default/list_br.bmp
share/alephone/Infinity/Themes/Default/list_l.bmp
share/alephone/Infinity/Themes/Default/list_r.bmp
share/alephone/Infinity/Themes/Default/list_t.bmp
share/alephone/Infinity/Themes/Default/list_tl.bmp
share/alephone/Infinity/Themes/Default/list_tr.bmp
share/alephone/Infinity/Themes/Default/resources
share/alephone/Infinity/Themes/Default/slider.bmp
share/alephone/Infinity/Themes/Default/slider_c.bmp
share/alephone/Infinity/Themes/Default/slider_l.bmp
share/alephone/Infinity/Themes/Default/slider_r.bmp
share/alephone/Infinity/Themes/Default/theme.mml
share/alephone/Infinity/Themes/Default/thumb_b.bmp
share/alephone/Infinity/Themes/Default/thumb_bc.bmp
share/alephone/Infinity/Themes/Default/thumb_c.bmp
share/alephone/Infinity/Themes/Default/thumb_t.bmp
share/alephone/Infinity/Themes/Default/thumb_tc.bmp