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

Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 16615-16617 math/eigen2||2021-12-07|Has expired: No longer available upstream, no consumers Link Here
16615
emulators/qemu41||2021-12-10|Has expired: Use emulators/qemu or emulators/qemu-devel
16615
emulators/qemu41||2021-12-10|Has expired: Use emulators/qemu or emulators/qemu-devel
16616
security/putty-gtk2||2021-12-15|Has expired: putty-gtk2 is being phased out
16616
security/putty-gtk2||2021-12-15|Has expired: putty-gtk2 is being phased out
16617
games/xnethack-nox11|games/xnethack@nox11|2021-12-05|Turned into flavor
16617
games/xnethack-nox11|games/xnethack@nox11|2021-12-05|Turned into flavor
16618
games/homura|games/suyimazu|2021-12-18|Project renamed
(-)a/games/homura/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1631901042
2
SHA256 (5.6.tar.gz) = 5a9f7604cfebd1b7544768c1a914a312f4b02927f2a536095a699385d9cd2647
3
SIZE (5.6.tar.gz) = 5395469
(-)a/games/homura/pkg-message (-20 lines)
Removed Link Here
1
[
2
{
3
  message: <<EOM
4
Homura was created for the gui usage in the first place, the gui can be opened via the commandline by typing Homura but also via a shortcut (if you have Homura allowed to create one).
5
6
For terminal fans there are also some fast commands:
7
8
Examples:
9
10
    To install something use: Homura Install Steam
11
    To launch something use: Homura Launch Steam
12
    To uninstall something use: Homura Uninstall Steam
13
14
To see what applications are currently working take a look at: 
15
https://codeberg.org/Alexander88207/Homura/wiki/Status
16
17
Enjoy playing!
18
EOM
19
}
20
]
(-)b/games/suyimazu/Makefile (-10 / +10 lines)
Lines 1-9 Link Here
1
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
1
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
2
2
3
PORTNAME=	homura
3
PORTNAME=	suyimazu
4
DISTVERSION=	5.6
4
DISTVERSION=	5.7
5
CATEGORIES=	games
5
CATEGORIES=	games
6
MASTER_SITES=	https://codeberg.org/Alexander88207/Homura/archive/
6
MASTER_SITES=	https://codeberg.org/Alexander88207/Suyimazu/archive/
7
DISTNAME=	${DISTVERSION}
7
DISTNAME=	${DISTVERSION}
8
8
9
MAINTAINER=	Alexander88207@protonmail.com
9
MAINTAINER=	Alexander88207@protonmail.com
Lines 15-23 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
15
ONLY_FOR_ARCHS=	amd64 i386
15
ONLY_FOR_ARCHS=	amd64 i386
16
ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
16
ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
17
17
18
RUN_DEPENDS=	7z:archivers/p7zip \
18
RUN_DEPENDS=	7zz:archivers/7-zip \
19
		bash:shells/bash \
19
		bash:shells/bash \
20
		glxinfo:graphics/mesa-demos \
20
		glxinfo:graphics/glx-utils \
21
		vulkaninfo:graphics/vulkan-tools \
21
		vulkaninfo:graphics/vulkan-tools \
22
		wine-proton>0:emulators/wine-proton \
22
		wine-proton>0:emulators/wine-proton \
23
		winetricks:emulators/winetricks \
23
		winetricks:emulators/winetricks \
Lines 28-39 NO_BUILD= yes Link Here
28
28
29
WRKSRC=		${WRKDIR}/${PORTNAME}
29
WRKSRC=		${WRKDIR}/${PORTNAME}
30
30
31
PLIST_FILES=	bin/Homura \
31
PLIST_FILES=	bin/Suyimazu \
32
		share/Homura/Data/Framework
32
		share/Suyimazu/Data/Framework
33
33
34
do-install:
34
do-install:
35
	${MKDIR} ${STAGEDIR}${PREFIX}/share/Homura/Data
35
	${MKDIR} ${STAGEDIR}${PREFIX}/share/Suyimazu/Data
36
	${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin
36
	${INSTALL_SCRIPT} ${WRKSRC}/Suyimazu ${STAGEDIR}${PREFIX}/bin
37
	${INSTALL_SCRIPT} ${WRKSRC}/Data/Framework ${STAGEDIR}${PREFIX}/share/Homura/Data
37
	${INSTALL_SCRIPT} ${WRKSRC}/Data/Framework ${STAGEDIR}${PREFIX}/share/Suyimazu/Data
38
38
39
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)b/games/suyimazu/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1639846817
2
SHA256 (5.7.tar.gz) = 866f208af809f1eb7bf0b4808fba55ef68fc020d24927e80e2258316041b65a6
3
SIZE (5.7.tar.gz) = 5562010
(-)b/games/suyimazu/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Homura is a launcher that makes it easy to run Windows games/launcher easily on
1
Suyimazu is a launcher that makes it easy to run Windows games/launcher easily on
2
FreeBSD by providing the required fixes and workarounds.
2
FreeBSD by providing the required fixes and workarounds.
3
3
4
The Windows emulation is provided by Wine.
4
The Windows emulation is provided by Wine.
(-)b/games/suyimazu/pkg-message (+19 lines)
Added Link Here
1
[
2
{
3
  message: <<EOM
4
Suyimazu was created for the gui usage in the first place,
5
the gui can be opened via the commandline by typing Suyimazu
6
but also via a shortcut (if you have Homura allowed to create one).
7
8
For terminal fans there are also some fast commands:
9
10
Examples:
11
12
    To install something use: 	Suyimazu Install Steam
13
    To launch something use: 	Suyimazu Launch Steam
14
    To uninstall something use: Suyimazu Uninstall Steam
15
16
Enjoy playing!
17
EOM
18
}
19
]

Return to bug 260521