Bug 85818 - New port: games/vor Dodge the rocks until you die
Summary: New port: games/vor Dodge the rocks until you die
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 02:40 UTC by Dmitry Marakasov
Modified: 2005-09-11 00:16 UTC (History)
0 users

See Also:


Attachments
vor-0.3.shar (6.10 KB, text/plain)
2005-09-07 02:40 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2005-09-07 02:40:09 UTC
Variations on Rockdodger (VoR) is a fork of Paul Holt's little gem Rock
Dodger, which has now accumulated enough differences to be worth releasing
on its own.  The premise is simple: dodge the rocks until you die. No
shields, no weapons, no bonus lives, just pure rockdodgin' fun for your
spare moments. VoR has ray-traced rocks, a free-scrolling screen, and
"real" physics for your ship.  Warning: this game is, if anything, harder
than the original. It is intended to be a quickie game to kill a few spare
moments here and there, not an epic space adventure.

WWW: http://herkamire.com/jason/vor

- Dmitry Marakasov <amdmi3@mail.ru>
Comment 1 Dmitry Marakasov 2005-09-07 23:04:10 UTC
Sorry, that was my first port, so here's patch to Makefile with some changes I forgot to include when submitting PR.

--- Makefile.patch begins here ---
--- Makefile	Thu Sep  8 01:59:15 2005
+++ Makefile	Wed Sep  7 22:18:18 2005
@@ -10,7 +10,7 @@
 CATEGORIES=	games
 MASTER_SITES=	http://qualdan.com/vor/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amdmi3@mail.ru
 COMMENT=	Dodge the rocks until you die
 
 BUILD_DEPENDS=	${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
@@ -24,9 +24,9 @@
 .for file in main.c shape.h sound.h
 	@${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/${file}
 .endfor
-	${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile
-	${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile
-	${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h
+	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin
--- Makefile.patch ends here ---

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-11 00:16:44 UTC
State Changed
From-To: open->closed

New port added, thank you!