pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/p5-X11-Protocol Import p5-X11-Protocol from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7e878135f19
branches:  trunk
changeset: 482621:e7e878135f19
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 30 20:51:51 2004 +0000

description:
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:

 x11/p5-X11-Protocol/DESCR    |   4 ++++
 x11/p5-X11-Protocol/Makefile |  19 +++++++++++++++++++
 x11/p5-X11-Protocol/PLIST    |   1 +
 x11/p5-X11-Protocol/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 53acf8c8c609 -r e7e878135f19 x11/p5-X11-Protocol/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-X11-Protocol/DESCR Sat Oct 30 20:51:51 2004 +0000
@@ -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 -r 53acf8c8c609 -r e7e878135f19 x11/p5-X11-Protocol/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-X11-Protocol/Makefile      Sat Oct 30 20:51:51 2004 +0000
@@ -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@localhost
+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 -r 53acf8c8c609 -r e7e878135f19 x11/p5-X11-Protocol/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-X11-Protocol/PLIST Sat Oct 30 20:51:51 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/30 20:51:51 minskim Exp $
diff -r 53acf8c8c609 -r e7e878135f19 x11/p5-X11-Protocol/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-X11-Protocol/distinfo      Sat Oct 30 20:51:51 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index