#2587 closed submission (invalid)
NEW: AlephOne-20050114
Reported by: | mikeru@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | markd@… | |
Port: |
Description
AlephOne-20050114
the portfile can be found here: INLINE
Description: Aleph One is an Open Source 3D first-person shooter game, based on the game Marathon 2 by Bungie Software.
Homepage: http://www.uni-mainz.de/~bauec002/A1Main.html
Comments: This also requires data files available at the same site in /opt/local/share/AlephOne/ however, I am not sure how to make a Portfile that does not require a build. Also there are three sets of data files (Marathon 1, Marathon 2 and Marathon Infinity) of which only one can be active at a time. Perhaps this can be accomplished by darwinports' activation scheme but again, I am not sure how to do this.
================INLINE CONTENT================ # $Id: $ PortSystem 1.0 name AlephOne version 20050114 platforms darwin categories games maintainers description Aleph One/SDL (Marathon Open Source) long_description Aleph One is an Open Source 3D first-person shooter \
game, based on the game Marathon 2 by Bungie Software. \ It supports, but doesn't require, OpenGL for rendering.
homepage http://www.uni-mainz.de/~bauec002/A1Main.html master_sites http://wwwthep.physik.uni-mainz.de/~cbauer/ checksums md5 2da862226f0ab777cd2c37b10444c37b depends_lib bin:sdl_config:libsdl \
lib:libSDL_image:libsdl_image \ lib:libSDL_net:libsdl_net
--
Change History (12)
comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)
comment:2 Changed 20 years ago by rshaw@…
Owner: | changed from darwinports-bugs@… to rshaw@… |
---|
comment:3 Changed 20 years ago by rshaw@…
Status: | new → assigned |
---|
comment:4 Changed 20 years ago by rshaw@…
Hi Michael,
Do you want me to put together the data file ports for you? Or are you already working on them? Just let me know. I'm going to look at this port and get it committed for you.
-Robert
comment:5 Changed 19 years ago by rshaw@…
Owner: | changed from rshaw@… to darwinports-bugs@… |
---|---|
Status: | assigned → new |
No longer maintaining these ports.
comment:6 Changed 18 years ago by markd@…
Type: | defect → enhancement |
---|
comment:7 Changed 18 years ago by kballard (Lily Ballard)
Milestone: | → New Ports |
---|
comment:8 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Aleph one is now a binary. I think this ticket no longer serves a purpose so I'm closing it.
comment:9 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | New Ports → Port Submissions |
---|
Milestone New Ports deleted
comment:10 Changed 17 years ago by nox@…
Priority: | Expected → Normal |
---|---|
Version: | 1.0 |
comment:11 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:12 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
You can set the configure and build targets (and any others) to do nothing in the portfile by supplying empty versions, ie:
configure {} build {}
You could provide 3 separate data file ports. Only one would be able to be 'active' at one time since they install files with the same names (IIRC).