View | Details | Raw Unified | Return to bug 184710
Collapse All | Expand All

(-)/usr/ports/games/chocolate-doom/Makefile (-13 / +4 lines)
Lines 1-12 Link Here
1
# $FreeBSD: games/chocolate-doom/Makefile 327730 2013-09-20 17:36:33Z bapt $
1
# $FreeBSD: games/chocolate-doom/Makefile 327730 2013-09-20 17:36:33Z bapt $
2
2
3
PORTNAME=	chocolate-doom
3
PORTNAME=	chocolate-doom
4
PORTVERSION=	1.7.0
4
PORTVERSION=	2.0.0
5
CATEGORIES=	games
5
CATEGORIES=	games
6
MASTER_SITES=	SF
6
MASTER_SITES=	http://www.chocolate-doom.org/downloads/2.0.0/
7
7
8
MAINTAINER=	jakub_lach@mailplus.pl
8
MAINTAINER=	jakub_lach@mailplus.pl
9
COMMENT=	Doom port that aims to be compatible with the original exe
9
COMMENT=	Doom/Heretic/Hexen/Strife engine port compatible with the original exes
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
Lines 15-35 Link Here
15
USE_PYTHON=	2.5+
15
USE_PYTHON=	2.5+
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
17
18
MAN5=		chocolate-doom.cfg.5 default.cfg.5
19
MAN6=		chocolate-doom.6 chocolate-server.6 chocolate-setup.6
20
PORTDOCS=	CMDLINE ChangeLog HACKING INSTALL NEWS NOT-BUGS README README.OPL
21
22
NO_STAGE=	yes
23
.include "${.CURDIR}/../doom-data/Makefile.include"
18
.include "${.CURDIR}/../doom-data/Makefile.include"
24
19
25
.include <bsd.port.options.mk>
20
.include <bsd.port.options.mk>
26
21
27
post-patch-script:
22
post-patch-script:
28
	${REINPLACE_CMD} -e 's|gamesdir = $$(prefix)/games|gamesdir = $$(prefix)/bin|' \
23
	${REINPLACE_CMD} -e 's|gamesdir = $$(prefix)/games|gamesdir = $$(prefix)/bin|' \
29
		${WRKSRC}/src/Makefile.in ${WRKSRC}/setup/Makefile.in
24
		${WRKSRC}/src/Makefile.in ${WRKSRC}/src/setup/Makefile.in
30
31
post-install:
32
	${INSTALL_DATA} ${WRKSRC}/HACKING ${DOCSDIR}
33
	@${CAT} ${PKGMESSAGE}
34
25
35
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)/usr/ports/games/chocolate-doom/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (chocolate-doom-1.7.0.tar.gz) = c1cffb602e3cc3a82941b4675b9dc816a6e419076faf8f54db46df397f86bfc0
1
SHA256 (chocolate-doom-2.0.0.tar.gz) = 85c58b77dad933013253b453ef01907492b4719acd56cf8cb6c76f4a361ab60c
2
SIZE (chocolate-doom-1.7.0.tar.gz) = 1091798
2
SIZE (chocolate-doom-2.0.0.tar.gz) = 2092519
(-)/usr/ports/games/chocolate-doom/pkg-descr (-1 / +2 lines)
Lines 3-8 Link Here
3
executable as possible. This includes emulating all the different versions,
3
executable as possible. This includes emulating all the different versions,
4
playing demos perfectly accurately, playing "vanilla-only" PWADS, and netcode
4
playing demos perfectly accurately, playing "vanilla-only" PWADS, and netcode
5
that works on newer operating systems while still behaving the same as
5
that works on newer operating systems while still behaving the same as
6
"vanilla" Doom.
6
"vanilla" Doom. Additionally, Heretic, Hexen as well as Strife are also 
7
supported.
7
8
8
WWW: http://chocolate-doom.org
9
WWW: http://chocolate-doom.org
(-)/usr/ports/games/chocolate-doom/pkg-message (-4 / +8 lines)
Lines 1-6 Link Here
1
**************************************************************
1
******************************************************
2
2
3
To enable OPL MIDI emulation you need to run chocolate-setup,
3
To switch on OPL (Adlib/SB) or GUS emulation you need 
4
default Native MIDI is very similar to Roland SC-55.
4
to run chocolate-doom-setup, default Native MIDI is 
5
very similar to Roland SC-55. 
5
6
6
**************************************************************
7
GUS emulation needs setting "gus_patch_path" in *.cfg 
8
to GUS patch set (dgguspat.zip).
9
10
******************************************************
(-)/usr/ports/games/chocolate-doom/pkg-plist (-6 / +56 lines)
Lines 1-10 Link Here
1
share/icons/chocolate-doom.png
2
share/icons/chocolate-setup.png
3
share/applications/chocolate-doom.desktop
4
share/applications/screensavers/chocolate-doom-screensaver.desktop
5
share/applications/chocolate-setup.desktop
6
bin/chocolate-doom
1
bin/chocolate-doom
2
bin/chocolate-doom-setup
3
bin/chocolate-heretic
4
bin/chocolate-heretic-setup
5
bin/chocolate-hexen
6
bin/chocolate-hexen-setup
7
bin/chocolate-server
7
bin/chocolate-server
8
bin/chocolate-setup
8
bin/chocolate-strife
9
bin/chocolate-strife-setup
10
man/man5/chocolate-doom.cfg.5.gz
11
man/man5/chocolate-heretic.cfg.5.gz
12
man/man5/chocolate-hexen.cfg.5.gz
13
man/man5/chocolate-strife.cfg.5.gz
14
man/man5/default.cfg.5.gz
15
man/man5/heretic.cfg.5.gz
16
man/man5/hexen.cfg.5.gz
17
man/man5/strife.cfg.5.gz
18
man/man6/chocolate-doom.6.gz
19
man/man6/chocolate-heretic.6.gz
20
man/man6/chocolate-hexen.6.gz
21
man/man6/chocolate-server.6.gz
22
man/man6/chocolate-setup.6.gz
23
man/man6/chocolate-strife.6.gz
24
share/applications/chocolate-doom.desktop
25
share/applications/chocolate-setup.desktop
26
share/applications/screensavers/chocolate-doom-screensaver.desktop
27
%%PORTDOCS%%%%DOCSDIR%%/CMDLINE.doom
28
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
29
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.doom
30
%%PORTDOCS%%%%DOCSDIR%%/NEWS
31
%%PORTDOCS%%%%DOCSDIR%%/NOT-BUGS
32
%%PORTDOCS%%%%DOCSDIR%%/README
33
%%PORTDOCS%%%%DOCSDIR%%/README.OPL
34
share/doc/chocolate-heretic/CMDLINE.heretic
35
share/doc/chocolate-heretic/ChangeLog
36
share/doc/chocolate-heretic/INSTALL.heretic
37
share/doc/chocolate-heretic/NEWS
38
share/doc/chocolate-heretic/README
39
share/doc/chocolate-heretic/README.OPL
40
share/doc/chocolate-hexen/CMDLINE.hexen
41
share/doc/chocolate-hexen/ChangeLog
42
share/doc/chocolate-hexen/INSTALL.hexen
43
share/doc/chocolate-hexen/NEWS
44
share/doc/chocolate-hexen/README
45
share/doc/chocolate-hexen/README.OPL
46
share/doc/chocolate-strife/CMDLINE.strife
47
share/doc/chocolate-strife/ChangeLog
48
share/doc/chocolate-strife/INSTALL.strife
49
share/doc/chocolate-strife/NEWS
50
share/doc/chocolate-strife/README
51
share/doc/chocolate-strife/README.OPL
52
share/doc/chocolate-strife/README.Strife
53
share/icons/chocolate-doom.png
54
share/icons/chocolate-setup.png
9
@dirrmtry share/icons
55
@dirrmtry share/icons
56
@dirrmtry share/doc/chocolate-strife
57
@dirrmtry share/doc/chocolate-hexen
58
@dirrmtry share/doc/chocolate-heretic
59
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
10
@dirrmtry share/applications/screensavers
60
@dirrmtry share/applications/screensavers

Return to bug 184710