diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-06-25 08:34:26 +0400 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-06-25 08:34:26 +0400 |
commit | 47533b049dcf6e471c18be67efda01f952a788ca (patch) | |
tree | 3a488fbe3b9635e089b90d48f301f4a4e5f71484 /games-action/freeminer/metadata.xml | |
parent | 78a172d70fdba2b013bc281ec94d345106330628 (diff) |
new file: freeminer/Manifest
new file: freeminer/files/freeminerserver.confd
new file: freeminer/files/freeminerserver.initd
new file: freeminer/freeminer-scm.ebuild
new file: freeminer/metadata.xml
Diffstat (limited to 'games-action/freeminer/metadata.xml')
-rw-r--r-- | games-action/freeminer/metadata.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/games-action/freeminer/metadata.xml b/games-action/freeminer/metadata.xml new file mode 100644 index 0000000..351ab36 --- /dev/null +++ b/games-action/freeminer/metadata.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>hasufell@gentoo.org</email> + <name>Julian Ospald</name> + </maintainer> + <longdescription lang="en"> + Minetest is an infinite-world block sandbox game and a game + engine, inspired by InfiniMiner, Minecraft and the like. It has + been in development and use since October 2010. + + It is Free and Open Source Software, released under the LGPL 2.1 + or later, available for Windows, Mac OS X and Linux. + + Minetest is developed by a random bunch of lunatics. + + Minetest is designed to be simple, stable and portable. It is + lightweight enough to run on fairly old hardware. It currently + runs playably on a laptop with Intel 945GM graphics. Though, as + for the CPU, dualcore is recommended. + + Features + * Walk around, dig and build in an infinite voxel world, + and craft stuff from raw materials to help you along the way. + * Simplistic Modding API that supports many kinds of additions + and modifications to the game. + * Multiplayer support for tens of players, via servers hosted by + users. + * Voxel based lighting with gameplay consequences + (light caves and buildings with torches) + * Almost infinite world and a beautiful map generator. + * Runs natively on Windows, Linux, OS X and FreeBSD. + * Supports multiple languages, translated by the community. + </longdescription> + <use> + <flag name="leveldb">Enable LevelDB backend</flag> + <flag name="server">Build minetest server</flag> + </use> + <upstream> + <bugs-to>https://github.com/minetest/minetest/issues</bugs-to> + <doc lang="en">http://wiki.minetest.net/Main_Page</doc> + <remote-id type="github">minetest/minetest</remote-id> + </upstream> +</pkgmetadata> |