diff options
author | minskim <minskim> | 2004-10-30 20:51:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-30 20:51:51 +0000 |
commit | c85fb4954fea27df563797c4388868115af70de6 (patch) | |
tree | c52a72d3387aa5e72cd7b4e47f9e21038905d09e /x11 | |
parent | 865ee950646fd6ef9dba362082d638ae7340b91f (diff) | |
download | pkgsrc-c85fb4954fea27df563797c4388868115af70de6.tar.gz |
Import p5-X11-Protocol from pkgsrc-wip. Packaged by Roland Illig.
X11::Protocol and the related modules in this distribution are a rough
equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in)
used for drawing windows on and otherwise manipulating X11 window
servers.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-X11-Protocol/DESCR | 4 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 19 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/PLIST | 1 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11/p5-X11-Protocol/DESCR b/x11/p5-X11-Protocol/DESCR new file mode 100644 index 00000000000..c53dc1f962d --- /dev/null +++ b/x11/p5-X11-Protocol/DESCR @@ -0,0 +1,4 @@ +X11::Protocol and the related modules in this distribution are a rough +equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in) +used for drawing windows on and otherwise manipulating X11 window +servers. diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile new file mode 100644 index 00000000000..8fc5e1d1a2c --- /dev/null +++ b/x11/p5-X11-Protocol/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/30 20:51:51 minskim Exp $ +# + +DISTNAME= X11-Protocol-0.53 +PKGNAME= p5-${DISTNAME} +CATEGORIES= x11 perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=X11/} + +MAINTAINER= roland.illig@gmx.de +HOMEPAGE= http://search.cpan.org/dist/X11-Protocol/ +COMMENT= Interface to the X11 protocol + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/X11/Protocol/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-X11-Protocol/PLIST b/x11/p5-X11-Protocol/PLIST new file mode 100644 index 00000000000..8f28f78ebe1 --- /dev/null +++ b/x11/p5-X11-Protocol/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/30 20:51:51 minskim Exp $ diff --git a/x11/p5-X11-Protocol/distinfo b/x11/p5-X11-Protocol/distinfo new file mode 100644 index 00000000000..6a1688ac8d2 --- /dev/null +++ b/x11/p5-X11-Protocol/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/30 20:51:51 minskim Exp $ + +SHA1 (X11-Protocol-0.53.tar.gz) = f14d2d0e8d7a48832fbb25e5d2a0ff64fd5b2d56 +Size (X11-Protocol-0.53.tar.gz) = 99352 bytes |