View | Details | Raw Unified | Return to bug 270374 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (-1 lines)
Lines 4129-4135 games/adom||2020-05-05|Has expired: Broken for more th Link Here
4129
finance/cbb||2020-05-05|Has expired: Broken for more than 6 months
4129
finance/cbb||2020-05-05|Has expired: Broken for more than 6 months
4130
ftp/llnlxdir||2020-05-05|Has expired: Broken for more than 6 months
4130
ftp/llnlxdir||2020-05-05|Has expired: Broken for more than 6 months
4131
ftp/llnlxftp||2020-05-05|Has expired: Broken for more than 6 months
4131
ftp/llnlxftp||2020-05-05|Has expired: Broken for more than 6 months
4132
games/adom||2020-05-05|Has expired: Broken for more than 6 months
4133
games/bsdrain||2020-05-05|Has expired: Broken for more than 6 months
4132
games/bsdrain||2020-05-05|Has expired: Broken for more than 6 months
4134
games/bunnysay||2020-05-05|Has expired: Broken for more than 6 months
4133
games/bunnysay||2020-05-05|Has expired: Broken for more than 6 months
4135
games/castlevox||2020-05-05|Has expired: Broken for more than 6 months
4134
games/castlevox||2020-05-05|Has expired: Broken for more than 6 months
(-)games/Makefile (+1 lines)
Lines 28-33 Link Here
28
    SUBDIR += abstreet
28
    SUBDIR += abstreet
29
    SUBDIR += abuse_sdl
29
    SUBDIR += abuse_sdl
30
    SUBDIR += ace-of-penguins
30
    SUBDIR += ace-of-penguins
31
    SUBDIR += adom
31
    SUBDIR += adonthell
32
    SUBDIR += adonthell
32
    SUBDIR += adonthell-wastesedge
33
    SUBDIR += adonthell-wastesedge
33
    SUBDIR += aestats
34
    SUBDIR += aestats
(-)games/adom/Makefile (+47 lines)
Added Link Here
1
PORTNAME=	adom
2
PORTVERSION=	3.0.6
3
CATEGORIES=	games
4
MASTER_SITES=	http://www.adom.de/home/download/old/${PORTVERSION}/
5
DISTNAME=	${PORTNAME}_freebsd_${ARCH_BITS}_${PORTVERSION}
6
7
MAINTAINER=	arcade@b1t.name
8
COMMENT=	Rogue-like advanced rpg with color support (binary port)
9
WWW=		https://www.adom.de
10
11
LICENSE=	unknown
12
LICENSE_NAME=	The ADOM License
13
LICENSE_FILE=	${WRKSRC}/docs/readme1st.txt
14
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror
15
16
ONLY_FOR_ARCHS=	amd64 i386
17
NO_CDROM=	Copy of CD must be sent to author
18
19
OPTIONS_DEFINE=	DOCS
20
21
WRKSRC=		${WRKDIR}/adom
22
NO_BUILD=	yes
23
24
.include <bsd.port.pre.mk>
25
26
.if ${ARCH} == amd64
27
ARCH_BITS=	64
28
.elif ${ARCH} == i386
29
ARCH_BITS=	32
30
.else
31
.error Unsupported ARCH ${ARCH}
32
.endif
33
34
.if ${OSVERSION} >= 1300078
35
LIB_DEPENDS+=	libncursesw.so.8:misc/compat12x
36
.endif
37
38
do-install:
39
	${INSTALL_PROGRAM} ${WRKSRC}/adom ${STAGEDIR}${PREFIX}/bin
40
41
do-install-DOCS-on:
42
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
43
.for docs in adomfaq.txt manual.txt credits.txt
44
	${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
45
.endfor
46
47
.include <bsd.port.post.mk>
(-)games/adom/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1679308153
2
SHA256 (adom_freebsd_32_3.0.6.tar.gz) = bdcdc22eec21c573adac32e0a2c3b32e206a9733302eb07d07528de6631a12ef
3
SIZE (adom_freebsd_32_3.0.6.tar.gz) = 1641496
4
SHA256 (adom_freebsd_64_3.0.6.tar.gz) = b1fc487d64d862c050ffa85a337911374e67340766ba93f35662dfab43d8efce
5
SIZE (adom_freebsd_64_3.0.6.tar.gz) = 1686470
(-)games/adom/pkg-descr (+11 lines)
Added Link Here
1
Ancient Domains of Mystery (ADOM for short) is a rogue-like game
2
which means that it is a single-user game featuring the exploration
3
of a dungeon complex (and in the case of ADOM a few other games of
4
this genre: the exploration of a large wilderness area with
5
villages and many special locations). You control a fictional
6
character described by race, class, attributes, skills, and
7
equipment. This fictional character is trying to achieve a specific
8
goal and succeed in a difficult quest. To fulfill the
9
quest, you have to explore previously undiscovered tunnels and
10
dungeons, fight hideous monsters, uncover long forgotten secrets,
11
and find treasures of all kind.
(-)games/adom/pkg-plist (+4 lines)
Added Link Here
1
bin/adom
2
%%PORTDOCS%%%%DOCSDIR%%/adomfaq.txt
3
%%PORTDOCS%%%%DOCSDIR%%/credits.txt
4
%%PORTDOCS%%%%DOCSDIR%%/manual.txt

Return to bug 270374