pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcursor initial import of xcursor 1.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5063da3498bb
branches:  trunk
changeset: 464840:5063da3498bb
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Dec 16 08:51:42 2003 +0000

description:
initial import of xcursor 1.1.1
based upon the pkgsrc-wip pkg by xtraeme@

This package, libXcursor, provides the client-side cursor loading
library for X.  This cursor management library is a simple library
designed to help locate and load cursors (from files or memory).

This is part of the X Libraries and Protocol Headers Project hosted
at freedesktop.org.

diffstat:

 x11/xcursor/DESCR         |   6 ++++++
 x11/xcursor/Makefile      |  26 ++++++++++++++++++++++++++
 x11/xcursor/PLIST         |  10 ++++++++++
 x11/xcursor/buildlink2.mk |  24 ++++++++++++++++++++++++
 x11/xcursor/buildlink3.mk |  20 ++++++++++++++++++++
 x11/xcursor/distinfo      |   4 ++++
 6 files changed, 90 insertions(+), 0 deletions(-)

diffs (114 lines):

diff -r e4d390f351cb -r 5063da3498bb x11/xcursor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcursor/DESCR Tue Dec 16 08:51:42 2003 +0000
@@ -0,0 +1,6 @@
+This package, libXcursor, provides the client-side cursor loading
+library for X.  This cursor management library is a simple library
+designed to help locate and load cursors (from files or memory).
+
+This is part of the X Libraries and Protocol Headers Project hosted
+at freedesktop.org.
diff -r e4d390f351cb -r 5063da3498bb x11/xcursor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcursor/Makefile      Tue Dec 16 08:51:42 2003 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 08:51:42 recht Exp $
+#
+
+DISTNAME=              libXcursor-1.1.1
+PKGNAME=               ${DISTNAME:S/libX/x/}
+CATEGORIES=            x11 devel
+MASTER_SITES=          http://freedesktop.org/~xlibs/dist/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            xtraeme%NetBSD.org@localhost
+HOMEPAGE=              http://www.freedesktop.org/Software/xlibs
+COMMENT=               Client-side cursor loading library for X
+
+USE_X11=               yes
+USE_BUILDLINK2=                yes
+USE_PKGLOCALEDIR=      yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+
+LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+=    ${WRKSRC}/xcursor.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../x11/Xfixes/buildlink2.mk"
+.include "../../x11/Xrender/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e4d390f351cb -r 5063da3498bb x11/xcursor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcursor/PLIST Tue Dec 16 08:51:42 2003 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/16 08:51:42 recht Exp $
+include/X11/Xcursor/Xcursor.h
+lib/libXcursor.a
+lib/libXcursor.la
+lib/libXcursor.so
+lib/libXcursor.so.1
+lib/libXcursor.so.1.2
+lib/pkgconfig/xcursor.pc
+man/man3/Xcursor.3
+@dirrm include/X11/Xcursor
diff -r e4d390f351cb -r 5063da3498bb x11/xcursor/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcursor/buildlink2.mk Tue Dec 16 08:51:42 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/16 08:51:42 recht Exp $
+
+.if !defined(XCURSOR_BUILDLINK2_MK)
+XCURSOR_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+=                   xcursor
+BUILDLINK_DEPENDS.xcursor?=            xcursor>=1.1.1
+BUILDLINK_PKGSRCDIR.xcursor?=          ../../x11/xcursor
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.xcursor=xcursor
+BUILDLINK_PREFIX.xcursor_DEFAULT=      ${LOCALBASE}
+BUILDLINK_FILES.xcursor+=      include/X11/Xcursor/Xcursor.h
+BUILDLINK_FILES.xcursor+=      lib/libXcursor.*
+
+USE_X11=       yes
+
+.include "../../x11/Xfixes/buildlink2.mk"
+.include "../../x11/Xrender/buildlink2.mk"
+
+BUILDLINK_TARGETS+=    xcursor-buildlink
+
+xcursor-buildlink: _BUILDLINK_USE
+
+.endif # XCURSOR_BUILDLINK2_MK
diff -r e4d390f351cb -r 5063da3498bb x11/xcursor/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcursor/buildlink3.mk Tue Dec 16 08:51:42 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2003/12/16 08:51:42 recht Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+XCURSOR_BUILDLINK3_MK:=        ${XCURSOR_BUILDLINK3_MK}+
+
+.if !empty(XCURSOR_BUILDLINK3_MK:M\+)
+.  include "../../mk/bsd.prefs.mk"
+
+BUILDLINK_DEPENDS.xcursor?=    xcursor>=1.1.1
+BUILDLINK_PKGSRCDIR.xcursor?=  ../../x11/xcursor
+BUILDLINK_PACKAGES+=           xcursor
+.endif # XCURSOR_BUILDLINK3_MK
+
+BUILDLINK_IS_BUILTIN.xcursor=  NO
+
+.if !empty(BUILDLINK_DEPTH:M\+)
+BUILDLINK_DEPENDS+=            xcursor
+.endif
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:C/\+$//}
diff -r e4d390f351cb -r 5063da3498bb x11/xcursor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcursor/distinfo      Tue Dec 16 08:51:42 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/16 08:51:42 recht Exp $
+
+SHA1 (libXcursor-1.1.1.tar.bz2) = 52732147f7babbfe25c7fd7ebb06490c035ced2a
+Size (libXcursor-1.1.1.tar.bz2) = 211857 bytes



Home | Main Index | Thread Index | Old Index