pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxdg-basedir Import libxdg-basedir:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/120d33fa08ee
branches:  trunk
changeset: 567126:120d33fa08ee
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Sun Nov 08 18:26:15 2009 +0000

description:
Import libxdg-basedir:

Various specifications specify files and file formats. The XDG Base
Directory specification defines where these files should be looked
for by defining one or more base directories relative to which
files should be located.  This library implements functions to list
the directories according to the specification and provides a few
higher-level functions for use with the specification.

diffstat:

 x11/libxdg-basedir/DESCR         |   6 ++++++
 x11/libxdg-basedir/Makefile      |  21 +++++++++++++++++++++
 x11/libxdg-basedir/PLIST         |   5 +++++
 x11/libxdg-basedir/buildlink3.mk |  12 ++++++++++++
 x11/libxdg-basedir/distinfo      |   5 +++++
 5 files changed, 49 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 3ba18d60f8eb -r 120d33fa08ee x11/libxdg-basedir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxdg-basedir/DESCR  Sun Nov 08 18:26:15 2009 +0000
@@ -0,0 +1,6 @@
+Various specifications specify files and file formats. The XDG Base
+Directory specification defines where these files should be looked
+for by defining one or more base directories relative to which
+files should be located.  This library implements functions to list
+the directories according to the specification and provides a few
+higher-level functions for use with the specification.
diff -r 3ba18d60f8eb -r 120d33fa08ee x11/libxdg-basedir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxdg-basedir/Makefile       Sun Nov 08 18:26:15 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
+#
+
+DISTNAME=      libxdg-basedir-1.0.2
+CATEGORIES=    x11
+MASTER_SITES=  http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
+COMMENT=       XDG Base Directory library
+LICENSE=       mit
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   pkgconfig/libxdg-basedir.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3ba18d60f8eb -r 120d33fa08ee x11/libxdg-basedir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxdg-basedir/PLIST  Sun Nov 08 18:26:15 2009 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
+include/basedir.h
+include/basedir_fs.h
+lib/libxdg-basedir.la
+lib/pkgconfig/libxdg-basedir.pc
diff -r 3ba18d60f8eb -r 120d33fa08ee x11/libxdg-basedir/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxdg-basedir/buildlink3.mk  Sun Nov 08 18:26:15 2009 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
+
+BUILDLINK_TREE+=       libxdg-basedir
+
+.if !defined(LIBXDG_BASEDIR_BUILDLINK3_MK)
+LIBXDG_BASEDIR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libxdg-basedir+= libxdg-basedir>=1.0.2
+BUILDLINK_PKGSRCDIR.libxdg-basedir?=   ../../x11/libxdg-basedir
+.endif # LIBXDG_BASEDIR_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libxdg-basedir
diff -r 3ba18d60f8eb -r 120d33fa08ee x11/libxdg-basedir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxdg-basedir/distinfo       Sun Nov 08 18:26:15 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
+
+SHA1 (libxdg-basedir-1.0.2.tar.gz) = 8c75931d0abcf7fefae50f22d06299ca1f06d1da
+RMD160 (libxdg-basedir-1.0.2.tar.gz) = d0794d8eb6c853c5ef80755df718450c81935754
+Size (libxdg-basedir-1.0.2.tar.gz) = 312855 bytes



Home | Main Index | Thread Index | Old Index