pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXdmcp Import libXdmcp-1.0.1 from pkgsrc-wip:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3423f12cdd3d
branches:  trunk
changeset: 520998:3423f12cdd3d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 03 17:59:48 2006 +0000

description:
Import libXdmcp-1.0.1 from pkgsrc-wip:
This is the X Display Manager Control Protocol library. This is
from the modular X.org X11 project.

diffstat:

 x11/libXdmcp/DESCR         |   2 ++
 x11/libXdmcp/Makefile      |  22 ++++++++++++++++++++++
 x11/libXdmcp/PLIST         |   4 ++++
 x11/libXdmcp/buildlink3.mk |  19 +++++++++++++++++++
 x11/libXdmcp/distinfo      |   5 +++++
 5 files changed, 52 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r fdf020ca3d7c -r 3423f12cdd3d x11/libXdmcp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXdmcp/DESCR        Fri Nov 03 17:59:48 2006 +0000
@@ -0,0 +1,2 @@
+This is the X Display Manager Control Protocol library. This is
+from the modular X.org X11 project.
diff -r fdf020ca3d7c -r 3423f12cdd3d x11/libXdmcp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXdmcp/Makefile     Fri Nov 03 17:59:48 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:59:48 joerg Exp $
+#
+
+DISTNAME=              libXdmcp-1.0.1
+CATEGORIES=            x11
+MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            joerg%NetBSD.org@localhost
+HOMEPAGE=              http://xorg.freedesktop.org/
+COMMENT=               X Display Manager Control Protocol library from X.org
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config
+PKGCONFIG_OVERRIDE+=   xdmcp.pc.in
+GNU_CONFIGURE=         yes
+
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r fdf020ca3d7c -r 3423f12cdd3d x11/libXdmcp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXdmcp/PLIST        Fri Nov 03 17:59:48 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 17:59:48 joerg Exp $
+include/X11/Xdmcp.h
+lib/libXdmcp.la
+lib/pkgconfig/xdmcp.pc
diff -r fdf020ca3d7c -r 3423f12cdd3d x11/libXdmcp/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXdmcp/buildlink3.mk        Fri Nov 03 17:59:48 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:59:48 joerg Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBXDMCP_BUILDLINK3_MK:=       ${LIBXDMCP_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libXdmcp
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:NlibXdmcp}
+BUILDLINK_PACKAGES+=   libXdmcp
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXdmcp
+
+.if ${LIBXDMCP_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXdmcp+=       libXdmcp>=0.99
+BUILDLINK_PKGSRCDIR.libXdmcp?= ../../x11/libXdmcp
+.endif # LIBXDMCP_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r fdf020ca3d7c -r 3423f12cdd3d x11/libXdmcp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXdmcp/distinfo     Fri Nov 03 17:59:48 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 17:59:48 joerg Exp $
+
+SHA1 (libXdmcp-1.0.1.tar.bz2) = 623c6126a085a036845094124fd66857be1d1522
+RMD160 (libXdmcp-1.0.1.tar.bz2) = 0ead2a8692ed8dfd9dd76205936455198f59de8b
+Size (libXdmcp-1.0.1.tar.bz2) = 232303 bytes



Home | Main Index | Thread Index | Old Index