initial import of p5-X11-Protocol 0.56.

X11::Protocol is a perl module that provides an interface that is
roughly equivalent to Xlib.  Its low-level approach is intentional
as the author is working on a higher-level interface that will be
more object-oriented and easier to use, so as to allow this low
level access to eventually be replaced by an XS interface to Xlib.

ok ajacoutot@
This commit is contained in:
kevlo 2009-01-01 04:38:49 +00:00
parent f40ddf5034
commit 605d524c68
4 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/01 04:38:49 kevlo Exp $
COMMENT= provides an interface roughly equivalent to Xlib
DISTNAME= X11-Protocol-0.56
CATEGORIES= x11
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
REGRESS_FLAGS= DISPLAY="${DISPLAY}" XAUTHORITY="${HOME}/.Xauthority"
USE_X11= Yes
REGRESS_IS_INTERACTIVE= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (X11-Protocol-0.56.tar.gz) = ImC61o03OyAbF8YNdh4PCg==
RMD160 (X11-Protocol-0.56.tar.gz) = WGjg7gSKMs++R1n6wJ1K72TYFYI=
SHA1 (X11-Protocol-0.56.tar.gz) = QS3IHETmUhuci7qmut4ziY4KrX0=
SHA256 (X11-Protocol-0.56.tar.gz) = 3pbdbHwfJfMoeqevZJAr+ErKqo4MO7dqoWdjZ+BKCLc=
SIZE (X11-Protocol-0.56.tar.gz) = 101227

View File

@ -0,0 +1,5 @@
X11::Protocol is a perl module that provides an interface that is
roughly equivalent to Xlib. Its low-level approach is intentional
as the author is working on a higher-level interface that will be
more object-oriented and easier to use, so as to allow this low
level access to eventually be replaced by an XS interface to Xlib.

View File

@ -0,0 +1,38 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/01 04:38:49 kevlo Exp $
${P5SITE}/X11/
${P5SITE}/X11/Auth.pm
${P5SITE}/X11/Keysyms.pm
${P5SITE}/X11/Protocol/
${P5SITE}/X11/Protocol.pm
${P5SITE}/X11/Protocol/Connection/
${P5SITE}/X11/Protocol/Connection.pm
${P5SITE}/X11/Protocol/Connection/FileHandle.pm
${P5SITE}/X11/Protocol/Connection/INETFH.pm
${P5SITE}/X11/Protocol/Connection/INETSocket.pm
${P5SITE}/X11/Protocol/Connection/Socket.pm
${P5SITE}/X11/Protocol/Connection/UNIXFH.pm
${P5SITE}/X11/Protocol/Connection/UNIXSocket.pm
${P5SITE}/X11/Protocol/Constants.pm
${P5SITE}/X11/Protocol/Ext/
${P5SITE}/X11/Protocol/Ext/BIG_REQUESTS.pm
${P5SITE}/X11/Protocol/Ext/DPMS.pm
${P5SITE}/X11/Protocol/Ext/RENDER.pm
${P5SITE}/X11/Protocol/Ext/SHAPE.pm
${P5SITE}/X11/Protocol/Ext/XC_MISC.pm
${P5SITE}/X11/Protocol/Ext/XFree86_Misc.pm
@man man/man3p/X11::Auth.3p
@man man/man3p/X11::Keysyms.3p
@man man/man3p/X11::Protocol.3p
@man man/man3p/X11::Protocol::Connection.3p
@man man/man3p/X11::Protocol::Connection::FileHandle.3p
@man man/man3p/X11::Protocol::Connection::INETFH.3p
@man man/man3p/X11::Protocol::Connection::INETSocket.3p
@man man/man3p/X11::Protocol::Connection::Socket.3p
@man man/man3p/X11::Protocol::Connection::UNIXFH.3p
@man man/man3p/X11::Protocol::Connection::UNIXSocket.3p
@man man/man3p/X11::Protocol::Ext::BIG_REQUESTS.3p
@man man/man3p/X11::Protocol::Ext::DPMS.3p
@man man/man3p/X11::Protocol::Ext::RENDER.3p
@man man/man3p/X11::Protocol::Ext::SHAPE.3p
@man man/man3p/X11::Protocol::Ext::XC_MISC.3p
@man man/man3p/X11::Protocol::Ext::XFree86_Misc.3p