pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xdg-utils Initial import of xdg-utils-1.0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05f82e6a8d61
branches:  trunk
changeset: 551186:05f82e6a8d61
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 09 15:04:56 2008 +0000

description:
Initial import of xdg-utils-1.0.2:

The xdg-utils package is a set of simple scripts that provide basic
desktop integration functions for any Free Desktop, such as Linux.

They are intended to provide a set of defacto standards. This means
that:

* Third party software developers can rely on these xdg-utils for
all of their simple integration needs.

* Developers of desktop environments can make sure that their
environments are well supported

If a desktop developer wants to be certain that their environment
functions with all third party software, then can simply make sure
that these utilities work properly in their environment.  This will
hopefully mean that 'third tier' window managers such as XFCE and
Blackbox can reach full parity with Gnome and KDE in terms of third
party ISV support.

* Distribution vendors can provide custom versions of these utilities

If a distribution vendor wishes to have unusual systems, they can
provide custom scripts, and the third party software should still
continue to work.

diffstat:

 misc/xdg-utils/DESCR    |  24 ++++++++++++++++++++++++
 misc/xdg-utils/Makefile |  16 ++++++++++++++++
 misc/xdg-utils/PLIST    |  15 +++++++++++++++
 misc/xdg-utils/distinfo |   5 +++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r d9e53ba3b461 -r 05f82e6a8d61 misc/xdg-utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xdg-utils/DESCR      Tue Dec 09 15:04:56 2008 +0000
@@ -0,0 +1,24 @@
+The xdg-utils package is a set of simple scripts that provide basic
+desktop integration functions for any Free Desktop, such as Linux.
+
+They are intended to provide a set of defacto standards. This means
+that:
+
+* Third party software developers can rely on these xdg-utils for
+all of their simple integration needs.
+
+* Developers of desktop environments can make sure that their
+environments are well supported
+
+If a desktop developer wants to be certain that their environment
+functions with all third party software, then can simply make sure
+that these utilities work properly in their environment.  This will
+hopefully mean that 'third tier' window managers such as XFCE and
+Blackbox can reach full parity with Gnome and KDE in terms of third
+party ISV support.
+
+* Distribution vendors can provide custom versions of these utilities
+
+If a distribution vendor wishes to have unusual systems, they can
+provide custom scripts, and the third party software should still
+continue to work.
diff -r d9e53ba3b461 -r 05f82e6a8d61 misc/xdg-utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xdg-utils/Makefile   Tue Dec 09 15:04:56 2008 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 15:04:56 wiz Exp $
+#
+
+DISTNAME=      xdg-utils-1.0.2
+CATEGORIES=    sysutils
+MASTER_SITES=  http://portland.freedesktop.org/download/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://portland.freedesktop.org/
+COMMENT=       Tools to assist applications with various desktop integration tasks
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+.include "../../mk/bsd.pkg.mk"
diff -r d9e53ba3b461 -r 05f82e6a8d61 misc/xdg-utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xdg-utils/PLIST      Tue Dec 09 15:04:56 2008 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 15:04:56 wiz Exp $
+bin/xdg-desktop-icon
+bin/xdg-desktop-menu
+bin/xdg-email
+bin/xdg-icon-resource
+bin/xdg-mime
+bin/xdg-open
+bin/xdg-screensaver
+man/man1/xdg-desktop-icon.1
+man/man1/xdg-desktop-menu.1
+man/man1/xdg-email.1
+man/man1/xdg-icon-resource.1
+man/man1/xdg-mime.1
+man/man1/xdg-open.1
+man/man1/xdg-screensaver.1
diff -r d9e53ba3b461 -r 05f82e6a8d61 misc/xdg-utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xdg-utils/distinfo   Tue Dec 09 15:04:56 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/09 15:04:56 wiz Exp $
+
+SHA1 (xdg-utils-1.0.2.tgz) = e41a04cbf9ff8d743397a2bc23c6ca82e8b59d2c
+RMD160 (xdg-utils-1.0.2.tgz) = 344482917e8c780613ec20b103f8e51322540c04
+Size (xdg-utils-1.0.2.tgz) = 282262 bytes



Home | Main Index | Thread Index | Old Index