Import p5-AnyEvent-I3, a module to communicate with the i3 window manager

using perl.
Needed by an upcoming x11/i3 update.

OK ajacoutot@
This commit is contained in:
dcoppa 2010-07-26 13:46:52 +00:00
parent 33f5e8c2c7
commit 714c269cba
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/07/26 13:46:52 dcoppa Exp $
COMMENT = communicate with the i3 window manager
DISTNAME = AnyEvent-I3-0.06
CATEGORIES = x11 devel
MODULES = cpan
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-AnyEvent \
::converters/p5-JSON-XS
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (AnyEvent-I3-0.06.tar.gz) = xZpWXkqFKtiALufiPpcY0A==
RMD160 (AnyEvent-I3-0.06.tar.gz) = fW6sgM7LxkpI+jNDX4Fph6iGySc=
SHA1 (AnyEvent-I3-0.06.tar.gz) = wFE4JGsujrVAJZkrZoymLa05Sjc=
SHA256 (AnyEvent-I3-0.06.tar.gz) = MBHzhzXvgxQo7RTOae0nEJfBaNNMhBteZQTzPXfJV+I=
SIZE (AnyEvent-I3-0.06.tar.gz) = 19480

View File

@ -0,0 +1,3 @@
This module connects to the i3 window manager using the UNIX socket
based IPC interface it provides. You can then subscribe to events
or send messages and receive their replies.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/26 13:46:52 dcoppa Exp $
${P5SITE}/AnyEvent/I3.pm
@man man/man3p/AnyEvent::I3.3p