diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-09 15:04:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-09 15:04:56 +0000 |
commit | 4ac4d98ab004b07a2d6db4f9f475fab249d121ae (patch) | |
tree | 5c2db1e9ceacb9447a6417230dd3d68131faf0db /misc/xdg-utils | |
parent | 29c4514e53801b6077bf266735d54c0f0bc4af0a (diff) | |
download | pkgsrc-4ac4d98ab004b07a2d6db4f9f475fab249d121ae.tar.gz |
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 (limited to 'misc/xdg-utils')
-rw-r--r-- | misc/xdg-utils/DESCR | 24 | ||||
-rw-r--r-- | misc/xdg-utils/Makefile | 16 | ||||
-rw-r--r-- | misc/xdg-utils/PLIST | 15 | ||||
-rw-r--r-- | misc/xdg-utils/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/misc/xdg-utils/DESCR b/misc/xdg-utils/DESCR new file mode 100644 index 00000000000..2f644803999 --- /dev/null +++ b/misc/xdg-utils/DESCR @@ -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 --git a/misc/xdg-utils/Makefile b/misc/xdg-utils/Makefile new file mode 100644 index 00000000000..833c47d45fc --- /dev/null +++ b/misc/xdg-utils/Makefile @@ -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 +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 --git a/misc/xdg-utils/PLIST b/misc/xdg-utils/PLIST new file mode 100644 index 00000000000..ac2f9ef5dcd --- /dev/null +++ b/misc/xdg-utils/PLIST @@ -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 --git a/misc/xdg-utils/distinfo b/misc/xdg-utils/distinfo new file mode 100644 index 00000000000..a009207ba38 --- /dev/null +++ b/misc/xdg-utils/distinfo @@ -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 |