Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2012 01:47:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309218 - in head/x11: . deforaos-keyboard
Message-ID:  <201212190147.qBJ1lLrw078878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 19 01:47:21 2012
New Revision: 309218
URL: http://svnweb.freebsd.org/changeset/ports/309218

Log:
  DeforaOS desktop virtual keyboard
  
  PR:		ports/172990
  Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>

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

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Wed Dec 19 01:35:51 2012	(r309217)
+++ head/x11/Makefile	Wed Dec 19 01:47:21 2012	(r309218)
@@ -32,6 +32,7 @@
     SUBDIR += damageproto
     SUBDIR += decurs
     SUBDIR += deforaos-libdesktop
+    SUBDIR += deforaos-keyboard
     SUBDIR += deskmenu
     SUBDIR += deskpaint
     SUBDIR += dgs

Added: head/x11/deforaos-keyboard/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/deforaos-keyboard/Makefile	Wed Dec 19 01:47:21 2012	(r309218)
@@ -0,0 +1,23 @@
+# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
+# $FreeBSD$
+
+PORTNAME=	keyboard
+PORTVERSION=	0.2.1
+CATEGORIES=	x11
+MASTER_SITES=	http://www.defora.org/os/download/download/3696/
+DISTNAME=	Keyboard-${PORTVERSION}
+PKGNAMEPREFIX=	deforaos-
+
+MAINTAINER=	olivier@cochard.me
+COMMENT=	DeforaOS desktop virtual keyboardr
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+
+USE_GNOME=	gtk20
+USE_PKGCONFIG=	build
+USE_XORG=	xtst
+USE_GETTEXT=	yes
+
+.include <bsd.port.mk>

Added: head/x11/deforaos-keyboard/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/deforaos-keyboard/distinfo	Wed Dec 19 01:47:21 2012	(r309218)
@@ -0,0 +1,2 @@
+SHA256 (Keyboard-0.2.1.tar.gz) = 96a2b6d1180c2d82d31a839cd616173a03529a6d795512af50cebbe3ac16bda2
+SIZE (Keyboard-0.2.1.tar.gz) = 29127

Added: head/x11/deforaos-keyboard/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/deforaos-keyboard/pkg-descr	Wed Dec 19 01:47:21 2012	(r309218)
@@ -0,0 +1,3 @@
+DeforaOS desktop virtual keyboard
+
+WWW: http://www.defora.org/

Added: head/x11/deforaos-keyboard/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/deforaos-keyboard/pkg-plist	Wed Dec 19 01:47:21 2012	(r309218)
@@ -0,0 +1,6 @@
+bin/keyboardctl
+bin/keyboard
+include/Desktop/Keyboard.h
+share/applications/keyboard.desktop
+share/locale/fr/LC_MESSAGES/Keyboard.mo
+@dirrmtry share/applications



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212190147.qBJ1lLrw078878>