From 605d524c686194f951e222ee4865817d0f35352d Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 1 Jan 2009 04:38:49 +0000 Subject: [PATCH] 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@ --- x11/p5-X11-Protocol/Makefile | 25 +++++++++++++++++++++++ x11/p5-X11-Protocol/distinfo | 5 +++++ x11/p5-X11-Protocol/pkg/DESCR | 5 +++++ x11/p5-X11-Protocol/pkg/PLIST | 38 +++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 x11/p5-X11-Protocol/Makefile create mode 100644 x11/p5-X11-Protocol/distinfo create mode 100644 x11/p5-X11-Protocol/pkg/DESCR create mode 100644 x11/p5-X11-Protocol/pkg/PLIST diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile new file mode 100644 index 00000000000..09333ee8d3c --- /dev/null +++ b/x11/p5-X11-Protocol/Makefile @@ -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 + +# 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 diff --git a/x11/p5-X11-Protocol/distinfo b/x11/p5-X11-Protocol/distinfo new file mode 100644 index 00000000000..f5484d6d2af --- /dev/null +++ b/x11/p5-X11-Protocol/distinfo @@ -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 diff --git a/x11/p5-X11-Protocol/pkg/DESCR b/x11/p5-X11-Protocol/pkg/DESCR new file mode 100644 index 00000000000..c63de15cc49 --- /dev/null +++ b/x11/p5-X11-Protocol/pkg/DESCR @@ -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. diff --git a/x11/p5-X11-Protocol/pkg/PLIST b/x11/p5-X11-Protocol/pkg/PLIST new file mode 100644 index 00000000000..fb01f4c26fd --- /dev/null +++ b/x11/p5-X11-Protocol/pkg/PLIST @@ -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