svn commit: r376050 - in head/x11: . antimicro

Pawel Pekala pawel at FreeBSD.org
Fri Jan 2 14:25:47 UTC 2015


Author: pawel
Date: Fri Jan  2 14:25:44 2015
New Revision: 376050
URL: https://svnweb.freebsd.org/changeset/ports/376050
QAT: https://qat.redports.org/buildarchive/r376050/

Log:
  AntiMicro is a graphical program used to map keyboard keys and mouse controls
  to a gamepad. This program is useful for playing PC games using a gamepad
  that do not have any form of built-in gamepad support. However,
  you can use this program to control any desktop application with a gamepad;
  this means that your system has to be running an X environment in order to
  run this program.
  
  WWW: https://github.com/Ryochan7/antimicro
  
  PR:		195754
  Submitted by:	Anton Tornqvist <antont at inbox.lv>

Added:
  head/x11/antimicro/
  head/x11/antimicro/Makefile   (contents, props changed)
  head/x11/antimicro/distinfo   (contents, props changed)
  head/x11/antimicro/pkg-descr   (contents, props changed)
  head/x11/antimicro/pkg-plist   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Fri Jan  2 14:19:11 2015	(r376049)
+++ head/x11/Makefile	Fri Jan  2 14:25:44 2015	(r376050)
@@ -7,6 +7,7 @@
     SUBDIR += 9box
     SUBDIR += 9menu
     SUBDIR += alltray
+    SUBDIR += antimicro
     SUBDIR += appres
     SUBDIR += apwal
     SUBDIR += arandr

Added: head/x11/antimicro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/antimicro/Makefile	Fri Jan  2 14:25:44 2015	(r376050)
@@ -0,0 +1,20 @@
+# Created by: Anton Törnqvist <antont at inbox.lv>
+# $FreeBSD$
+
+PORTNAME=	antimicro
+PORTVERSION=	2.10.1
+CATEGORIES=	x11
+
+MAINTAINER=	antont at inbox.lv
+COMMENT=	Program for mapping keyboard and mouse to a gamepad
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Ryochan7
+GH_COMMIT=	daa71bf
+
+USE_XORG=	x11 xtst
+USE_QT5=	linguisttools_build qmake_build buildtools_build widgets network
+USE_SDL=	sdl2
+USES=		cmake pkgconfig desktop-file-utils shared-mime-info
+
+.include <bsd.port.mk>

Added: head/x11/antimicro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/antimicro/distinfo	Fri Jan  2 14:25:44 2015	(r376050)
@@ -0,0 +1,2 @@
+SHA256 (antimicro-2.10.1.tar.gz) = 1357f9e5f819a9b986508c19e55170b1e764c2adac9b2b40a6eb40bd27151883
+SIZE (antimicro-2.10.1.tar.gz) = 662761

Added: head/x11/antimicro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/antimicro/pkg-descr	Fri Jan  2 14:25:44 2015	(r376050)
@@ -0,0 +1,8 @@
+AntiMicro is a graphical program used to map keyboard keys and mouse controls 
+to a gamepad. This program is useful for playing PC games using a gamepad 
+that do not have any form of built-in gamepad support. However,
+you can use this program to control any desktop application with a gamepad;
+this means that your system has to be running an X environment in order to 
+run this program.
+
+WWW: https://github.com/Ryochan7/antimicro

Added: head/x11/antimicro/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/antimicro/pkg-plist	Fri Jan  2 14:25:44 2015	(r376050)
@@ -0,0 +1,12 @@
+bin/antimicro
+%%DATADIR%%/translations/antimicro_br.qm
+%%DATADIR%%/translations/antimicro_de.qm
+%%DATADIR%%/translations/antimicro_en.qm
+%%DATADIR%%/translations/antimicro_fr.qm
+%%DATADIR%%/translations/antimicro_ru.qm
+%%DATADIR%%/translations/antimicro_sr.qm
+%%DATADIR%%/translations/antimicro_uk.qm
+share/applications/antimicro.desktop
+share/man/man1/antimicro.1.gz
+share/mime/packages/antimicro.xml
+share/pixmaps/antimicro.png


More information about the svn-ports-all mailing list