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:
parent
33f5e8c2c7
commit
714c269cba
19
x11/p5-AnyEvent-I3/Makefile
Normal file
19
x11/p5-AnyEvent-I3/Makefile
Normal 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>
|
5
x11/p5-AnyEvent-I3/distinfo
Normal file
5
x11/p5-AnyEvent-I3/distinfo
Normal 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
|
3
x11/p5-AnyEvent-I3/pkg/DESCR
Normal file
3
x11/p5-AnyEvent-I3/pkg/DESCR
Normal 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.
|
3
x11/p5-AnyEvent-I3/pkg/PLIST
Normal file
3
x11/p5-AnyEvent-I3/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user