Cubiomes Viewer provides a graphical interface for the efficient and

flexible seed-finding utilities provided by cubiomes and a map viewer
for the Minecraft biomes and structure generation.

The tool is designed for high performance and supports Minecraft Java
Edition main releases up to 1.21.

OK sthen@
This commit is contained in:
phessler
2025-06-24 17:07:03 +00:00
parent aab45f2887
commit 0a228c7a92
4 changed files with 57 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
COMMENT = graphical Minecraft seed finder and map viewer
V = 4.1.2
DISTNAME = cubiomes-viewer-${V}
SITES = https://github.com/Cubitect/cubiomes-viewer/releases/download/${V}/
EXTRACT_SUFX = -src.tar.gz
CATEGORIES = games
# GPL v3
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Widgets c m
MODULES = devel/qmake \
x11/qt5
RUN_DEPENDS += devel/desktop-file-utils
MODQMAKE_ARGS += 'CONFIG+=without_network'
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
WRKDIST = ${WRKDIR}/cubiomes-viewer
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/cubiomes-viewer ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/metainfo
${INSTALL_DATA} \
${WRKSRC}/etc/com.github.cubitect.cubiomes-viewer.metainfo.xml \
${PREFIX}/share/metainfo/
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
${INSTALL_DATA} \
${WRKSRC}/etc/com.github.cubitect.cubiomes-viewer.desktop \
${PREFIX}/share/applications/
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/etc/icon.svg \
${PREFIX}/share/pixmaps/cubiomes-viewer.svg
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (cubiomes-viewer-4.1.2-src.tar.gz) = +oqjKLS/vdXflHTMm9E6Eh1Mk/X0Xy/UCnmlPZq0IlU=
SIZE (cubiomes-viewer-4.1.2-src.tar.gz) = 2447165
+6
View File
@@ -0,0 +1,6 @@
Cubiomes Viewer provides a graphical interface for the efficient and
flexible seed-finding utilities provided by cubiomes and a map viewer
for the Minecraft biomes and structure generation.
The tool is designed for high performance and supports Minecraft Java
Edition main releases up to 1.21.
+7
View File
@@ -0,0 +1,7 @@
@bin bin/cubiomes-viewer
share/applications/com.github.cubitect.cubiomes-viewer.desktop
share/metainfo/
share/metainfo/com.github.cubitect.cubiomes-viewer.metainfo.xml
share/pixmaps/
share/pixmaps/cubiomes-viewer.svg
@tag update-desktop-database