summaryrefslogtreecommitdiff
path: root/x11/libXmu
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 20:53:29 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 20:53:29 +0000
commitc18f61c8d2d1be840cc559f18609bb73477f8ee7 (patch)
tree504a130c57c055665e8081584c176f5474cd6a08 /x11/libXmu
parent5a2cac636d9973d3ddb86c256e67b91ab04f4868 (diff)
downloadpkgsrc-c18f61c8d2d1be840cc559f18609bb73477f8ee7.tar.gz
Import libXmu-1.0.2 from pkgsrc-wip:
This Xmu library contains miscellaneous utilities and is not part of the Xlib standard. It contains routines which only use public interfaces so that it may be layered on top of any proprietary implementation of Xlib or Xt. This also includes the Mini Xmu library that does not use Xt and Xaw. This is part of the X Libraries and Protocol Headers Project at freedesktop.org.
Diffstat (limited to 'x11/libXmu')
-rw-r--r--x11/libXmu/DESCR9
-rw-r--r--x11/libXmu/Makefile27
-rw-r--r--x11/libXmu/PLIST28
-rw-r--r--x11/libXmu/buildlink3.mk24
-rw-r--r--x11/libXmu/distinfo5
5 files changed, 93 insertions, 0 deletions
diff --git a/x11/libXmu/DESCR b/x11/libXmu/DESCR
new file mode 100644
index 00000000000..6a624d69f1d
--- /dev/null
+++ b/x11/libXmu/DESCR
@@ -0,0 +1,9 @@
+This Xmu library contains miscellaneous utilities and is not part of the
+Xlib standard. It contains routines which only use public interfaces
+so that it may be layered on top of any proprietary implementation of
+Xlib or Xt.
+
+This also includes the Mini Xmu library that does not use Xt and Xaw.
+
+This is part of the X Libraries and Protocol Headers Project at
+freedesktop.org.
diff --git a/x11/libXmu/Makefile b/x11/libXmu/Makefile
new file mode 100644
index 00000000000..21f7ddaeb3c
--- /dev/null
+++ b/x11/libXmu/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 20:53:29 joerg Exp $
+#
+
+DISTNAME= libXmu-1.0.2
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X Miscellaneous Utilities library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+PKGCONFIG_OVERRIDE+= xmu.pc.in
+PKGCONFIG_OVERRIDE+= xmuu.pc.in
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/libXmu/PLIST b/x11/libXmu/PLIST
new file mode 100644
index 00000000000..1dc56349e35
--- /dev/null
+++ b/x11/libXmu/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 20:53:29 joerg Exp $
+include/X11/Xmu/Atoms.h
+include/X11/Xmu/CharSet.h
+include/X11/Xmu/CloseHook.h
+include/X11/Xmu/Converters.h
+include/X11/Xmu/CurUtil.h
+include/X11/Xmu/CvtCache.h
+include/X11/Xmu/DisplayQue.h
+include/X11/Xmu/Drawing.h
+include/X11/Xmu/Editres.h
+include/X11/Xmu/EditresP.h
+include/X11/Xmu/Error.h
+include/X11/Xmu/ExtAgent.h
+include/X11/Xmu/Initer.h
+include/X11/Xmu/Lookup.h
+include/X11/Xmu/Misc.h
+include/X11/Xmu/StdCmap.h
+include/X11/Xmu/StdSel.h
+include/X11/Xmu/SysUtil.h
+include/X11/Xmu/WidgetNode.h
+include/X11/Xmu/WinUtil.h
+include/X11/Xmu/Xct.h
+include/X11/Xmu/Xmu.h
+lib/libXmu.la
+lib/libXmuu.la
+lib/pkgconfig/xmu.pc
+lib/pkgconfig/xmuu.pc
+@dirrm include/X11/Xmu
diff --git a/x11/libXmu/buildlink3.mk b/x11/libXmu/buildlink3.mk
new file mode 100644
index 00000000000..0c9e82e6510
--- /dev/null
+++ b/x11/libXmu/buildlink3.mk
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 20:53:29 joerg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBXMU_BUILDLINK3_MK:= ${LIBXMU_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libXmu
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXmu}
+BUILDLINK_PACKAGES+= libXmu
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXmu
+
+.if ${LIBXMU_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXmu+= libXmu>=1.0.0
+BUILDLINK_PKGSRCDIR.libXmu?= ../../x11/libXmu
+.endif # LIBXMU_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/libXmu/distinfo b/x11/libXmu/distinfo
new file mode 100644
index 00000000000..a6ba04d9e1e
--- /dev/null
+++ b/x11/libXmu/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:53:29 joerg Exp $
+
+SHA1 (libXmu-1.0.2.tar.bz2) = c375243a2ef45977a5bae337b3249e7e1bb802d5
+RMD160 (libXmu-1.0.2.tar.bz2) = 5818425982a54fe187543c2c43a3f3adc4f001f4
+Size (libXmu-1.0.2.tar.bz2) = 293130 bytes