pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/alephone Import alephone from pkgsrc-wip, packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63cbe6f5c5ef
branches:  trunk
changeset: 534729:63cbe6f5c5ef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 30 10:04:45 2007 +0000

description:
Import alephone from pkgsrc-wip, packaged by Chris Trekker and updated
by Timothy E. Larson:

Just before Bungie was acquired by Microsoft, they released the engine to
their acclaimed Marathon 2 under the GPL.  This has evolved into Aleph One,
which makes it possible to play the classic Marathon Trilogy on a wide
range of systems with improved features like OpenGL and internet play.

http://trilogyrelease.bungie.org  :  download the (now free) original games
http://traxus.jjaro.net  :  information and links to third-party scenarios

diffstat:

 games/alephone/DESCR    |   7 +++++++
 games/alephone/Makefile |  27 +++++++++++++++++++++++++++
 games/alephone/PLIST    |  42 ++++++++++++++++++++++++++++++++++++++++++
 games/alephone/distinfo |   5 +++++
 4 files changed, 81 insertions(+), 0 deletions(-)

diffs (97 lines):

diff -r 6cbe2ccd5b43 -r 63cbe6f5c5ef games/alephone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/alephone/DESCR      Tue Oct 30 10:04:45 2007 +0000
@@ -0,0 +1,7 @@
+Just before Bungie was acquired by Microsoft, they released the engine to
+their acclaimed Marathon 2 under the GPL.  This has evolved into Aleph One,
+which makes it possible to play the classic Marathon Trilogy on a wide
+range of systems with improved features like OpenGL and internet play.
+
+http://trilogyrelease.bungie.org  :  download the (now free) original games
+http://traxus.jjaro.net  :  information and links to third-party scenarios
diff -r 6cbe2ccd5b43 -r 63cbe6f5c5ef games/alephone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/alephone/Makefile   Tue Oct 30 10:04:45 2007 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $
+#
+
+DISTNAME=      AlephOne-20071020
+PKGNAME=       ${DISTNAME:tl}
+CATEGORIES=    games
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    christtrekker%users.sourceforge.net@localhost
+HOMEPAGE=      http://marathon.sourceforge.net/
+COMMENT=       Classic 2.5D FPS game engine, updated to use SDL
+
+GNU_CONFIGURE=         yes
+USE_LANGUAGES+=                c c++
+INSTALLATION_DIRS=     share/doc/AlephOne
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../audio/SDL_sound/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6cbe2ccd5b43 -r 63cbe6f5c5ef games/alephone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/alephone/PLIST      Tue Oct 30 10:04:45 2007 +0000
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $
+bin/alephone
+share/AlephOne/Fonts
+share/AlephOne/MML/Interface_Rects.mml
+share/AlephOne/MML/Transparent_Liquids.mml
+share/AlephOne/MML/Transparent_Sprites.mml
+share/AlephOne/Themes/Default/button_c.bmp
+share/AlephOne/Themes/Default/button_l.bmp
+share/AlephOne/Themes/Default/button_r.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/theme.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/doc/AlephOne/README
+@dirrm share/doc/AlephOne
+@dirrm share/AlephOne/Themes/Default
+@dirrm share/AlephOne/Themes
+@dirrm share/AlephOne/MML
+@dirrm share/AlephOne
diff -r 6cbe2ccd5b43 -r 63cbe6f5c5ef games/alephone/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/alephone/distinfo   Tue Oct 30 10:04:45 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/30 10:04:45 wiz Exp $
+
+SHA1 (AlephOne-20071020.tar.bz2) = a2a489ff6277296b0253e98019b92422aa8a483a
+RMD160 (AlephOne-20071020.tar.bz2) = 4e4439d721d13d79a87c8426beab9090647a2757
+Size (AlephOne-20071020.tar.bz2) = 7287165 bytes



Home | Main Index | Thread Index | Old Index