Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add games/serioussam-alpha #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions FINISHED
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ devel/cargo-nextest ready to import (lcheylus)
devel/actionlint ready to import (lcheylus)
games/runelite sent to ports@ 2023-02-09 (limero)
games/serioussam ready for import, sent to ports@ (tx00100xt)
games/serioussam-alpha ready for import, sent to ports@ (tx00100xt)
38 changes: 38 additions & 0 deletions games/serioussam-alpha/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
COMMENT = Open source version of the Serious Sam Alpha

V= 1.5.3c

DIST_TUPLE = github tx00100xt SeriousSamAlphaRemake ${V} .
PKGNAME = serioussam-alpha-${V}

CATEGORIES = games

MAINTAINER = Alexander Pavlov <[email protected]>

# GPLv2
PERMIT_PACKAGE = Yes

WANTLIB = ${COMPILER_LIBCXX} SDL2 c m pthread z

MODULES = devel/cmake

# c++14
COMPILER = base-clang ports-gcc

CONFIGURE_ARGS += -DUSE_SYSTEM_INSTALL=ON -DTFE=TRUE \
-DCMAKE_BUILD_TYPE=Release

BUILD_DEPENDS = devel/bison \
devel/sdl2

RUN_DEPENDS = games/serioussam

NO_TEST = Yes

WRKSRC = ${WRKDIST}/Sources

post-install:
${INSTALL_MAN} ${WRKDIST}/man/serioussam-alpha.1 \
${PREFIX}/man/man1/serioussam-alpha.1

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions games/serioussam-alpha/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (tx00100xt-SeriousSamAlphaRemake-1.5.3c.tar.gz) = cdBcgguiNDdrFnZzJteDY0snodp59W4dx///aLD9sIA=
SIZE (tx00100xt-SeriousSamAlphaRemake-1.5.3c.tar.gz) = 9432500
16 changes: 16 additions & 0 deletions games/serioussam-alpha/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Serious Sam Alpha is the period where Serious Sam was supposed to be a much
bigger game than it turned out to be. Generally, this period is between the
development of In the Flesh (1996) and Test 1 (2000).

After egipet the player would travel into 6 different planets: the Water
Planet, Lava Planet, Green Planet, Ice Planet, Tropic Planet, and Rock
Planet. After completing all the planets, the player would be in a level
called Space Crusader,

The "early build" of the game was made in early 1998. In the summer of 2013,
people from SeriousSite.ru sent an email to Croteam asking for a pre-release
version of "Serious Sam". Luckily, Roman Ribaric agreed to the request
and shared the old version with the consent of the other members of the
Croteam team.

More details here: https://github.com/tx00100xt/SeriousSamAlphaRemake/wiki
6 changes: 6 additions & 0 deletions games/serioussam-alpha/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
lib/serioussam/Mods/
lib/serioussam/Mods/SSA/
@so lib/serioussam/Mods/SSA/libEntities.so
@so lib/serioussam/Mods/SSA/libGame.so
@man man/man1/serioussam-alpha.1
share/doc/pkg-readmes/${PKGSTEM}
18 changes: 18 additions & 0 deletions games/serioussam-alpha/pkg/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+----------------------------------------------------------------------

To add Serious Sam Alpha Remake, you will need the "serioussam" port
installed and a copy of the game on Steam, GOG or on CD. For details about
the "serioussam" port, enter the command: man serioussam

Download the mod content using the command: wget
https://archive.org/download/serioussam-alpharemake-mod-data/SeriousSamAlphaRemake_v1.5.7z

Unpack the add-on archive into the directory:

~/.local/share/Serious-Engine/serioussam/

For more information see:
https://github.com/tx00100xt/SeriousSamAlphaRemake
https://github.com/tx00100xt/SeriousSamAlphaRemake/wiki