pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXau Import libXau-1.0.0 from pkgsrc-wip:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdf020ca3d7c
branches:  trunk
changeset: 520997:fdf020ca3d7c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 17:56:32 2006 +0000

description:
Import libXau-1.0.0 from pkgsrc-wip:
LibXau is an authorization protocol for X from the modular
X.org X11 project.

diffstat:

 x11/libXau/DESCR         |   2 ++
 x11/libXau/Makefile      |  24 ++++++++++++++++++++++++
 x11/libXau/PLIST         |  13 +++++++++++++
 x11/libXau/buildlink3.mk |  19 +++++++++++++++++++
 x11/libXau/distinfo      |   5 +++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r 30cd32fc2190 -r fdf020ca3d7c x11/libXau/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXau/DESCR  Fri Nov 03 17:56:32 2006 +0000
@@ -0,0 +1,2 @@
+LibXau is an authorization protocol for X from the modular
+X.org X11 project.
diff -r 30cd32fc2190 -r fdf020ca3d7c x11/libXau/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXau/Makefile       Fri Nov 03 17:56:32 2006 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:56:32 joerg Exp $
+#
+
+DISTNAME=              libXau-1.0.0
+CATEGORIES=            x11 devel
+MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://xorg.freedesktop.org/
+COMMENT=               Authorization Protocol for X from X.org
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            pkg-config
+
+PKGCONFIG_OVERRIDE+=   xau.pc.in
+
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 30cd32fc2190 -r fdf020ca3d7c x11/libXau/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXau/PLIST  Fri Nov 03 17:56:32 2006 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 17:56:32 joerg Exp $
+include/X11/Xauth.h
+lib/libXau.la
+lib/pkgconfig/xau.pc
+man/man3/Xau.3
+man/man3/XauDisposeAuth.3
+man/man3/XauFileName.3
+man/man3/XauGetAuthByAddr.3
+man/man3/XauGetBestAuthByAddr.3
+man/man3/XauLockAuth.3
+man/man3/XauReadAuth.3
+man/man3/XauUnlockAuth.3
+man/man3/XauWriteAuth.3
diff -r 30cd32fc2190 -r fdf020ca3d7c x11/libXau/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXau/buildlink3.mk  Fri Nov 03 17:56:32 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:56:32 joerg Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBXAU_BUILDLINK3_MK:= ${LIBXAU_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libXau
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:NlibXau}
+BUILDLINK_PACKAGES+=   libXau
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXau
+
+.if ${LIBXAU_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXau+= libXau>=0.1
+BUILDLINK_PKGSRCDIR.libXau?=   ../../x11/libXau
+.endif # LIBXAU_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 30cd32fc2190 -r fdf020ca3d7c x11/libXau/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXau/distinfo       Fri Nov 03 17:56:32 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 17:56:32 joerg Exp $
+
+SHA1 (libXau-1.0.0.tar.bz2) = fc1ca3b9376b2c88fe8bdf5041bdff943529450b
+RMD160 (libXau-1.0.0.tar.bz2) = bdf9ede8b258ba3fd4b8e43e9c9360a1a176373a
+Size (libXau-1.0.0.tar.bz2) = 218003 bytes



Home | Main Index | Thread Index | Old Index