[Midnightbsd-cvs] mports: x11/libdmx: Added libdmx-1.0.2: DMX extension library
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Fri Oct 5 15:56:19 EDT 2007
Log Message:
-----------
Added libdmx-1.0.2: DMX extension library
Added Files:
-----------
mports/x11/libdmx:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ x11/libdmx/pkg-descr
@@ -0,0 +1,6 @@
+This package contains Distributed Multihead X extension library.
+
+WWW: http://www.freedesktop.org/Software/xorg
+
+- Eric Anholt
+anholt at FreeBSD.org
--- /dev/null
+++ x11/libdmx/pkg-plist
@@ -0,0 +1,6 @@
+lib/libdmx.a
+lib/libdmx.la
+lib/libdmx.so
+lib/libdmx.so.1
+libdata/pkgconfig/dmx.pc
+ at dirrmtry include/X11/extensions
--- /dev/null
+++ x11/libdmx/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: libdmx
+# Date Created: 8 Feb 2006
+# Whom: Eric Anholt <anholt at FreeBSD.org>
+#
+# $FreeBSD: ports/x11/libdmx/Makefile,v 1.2 2007/06/04 18:07:59 lesi Exp $
+# $MidnightBSD: mports/x11/libdmx/Makefile,v 1.1 2007/10/05 19:56:19 ctriv Exp $
+#
+
+PORTNAME= libdmx
+PORTVERSION= 1.0.2
+CATEGORIES= x11
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= DMX extension library
+LICENSE= x11
+
+XORG_CAT= lib
+USE_XORG= x11 xext xextproto dmxproto
+
+MAN3= DMX.3 \
+ DMXAddInput.3 \
+ DMXAddScreen.3 \
+ DMXChangeDesktopAttributes.3 \
+ DMXChangeScreensAttributes.3 \
+ DMXForceWindowCreation.3 \
+ DMXGetDesktopAttributes.3 \
+ DMXGetInputAttributes.3 \
+ DMXGetInputCount.3 \
+ DMXGetScreenAttributes.3 \
+ DMXGetScreenCount.3 \
+ DMXGetWindowAttributes.3 \
+ DMXQueryExtension.3 \
+ DMXQueryVersion.3 \
+ DMXRemoveInput.3 \
+ DMXRemoveScreen.3 \
+ DMXSync.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/libdmx/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/lib/libdmx-1.0.2.tar.bz2) = 4d866967210d06098fc9f302ed4c79b1
+SHA256 (xorg/lib/libdmx-1.0.2.tar.bz2) = fa3ff31a543f7cea04762c08f48b418e75230de8b4dfdf9d2d3ae9e2af26b9c4
+SIZE (xorg/lib/libdmx-1.0.2.tar.bz2) = 231083
More information about the Midnightbsd-cvs
mailing list