diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-05-31 09:58:16 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-05-31 09:58:16 +0000 |
commit | 8d0d91973b0785d03bd1a4551af5da3c11ed7b0f (patch) | |
tree | 5b81180d6c90dc2fdccf42f18ea23fb3a41ead83 /misc | |
parent | 9ef25569587adf5b90ac36abbde1b60428ca7c1b (diff) | |
download | ports-8d0d91973b0785d03bd1a4551af5da3c11ed7b0f.tar.gz ports-8d0d91973b0785d03bd1a4551af5da3c11ed7b0f.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/shared-mime-info/Makefile | 17 | ||||
-rw-r--r-- | misc/shared-mime-info/distinfo | 1 | ||||
-rw-r--r-- | misc/shared-mime-info/pkg-comment | 1 | ||||
-rw-r--r-- | misc/shared-mime-info/pkg-descr | 6 | ||||
-rw-r--r-- | misc/shared-mime-info/pkg-plist | 3 |
6 files changed, 29 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 41713bdc32a2..61f8c4679f6f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -248,6 +248,7 @@ SUBDIR += screen SUBDIR += seizedesktop SUBDIR += sh-utils + SUBDIR += shared-mime-info SUBDIR += shc SUBDIR += shuffle SUBDIR += since diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile new file mode 100644 index 000000000000..8c77742d1fee --- /dev/null +++ b/misc/shared-mime-info/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: shared-mime-info +# Date created: 31 May 2002 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= shared-mime-info +PORTVERSION= 0.7 +CATEGORIES= misc +MASTER_SITES= http://www.freedesktop.org/standards/shared-mime-info/ +DISTNAME= shared-mime-info-${PORTVERSION} + +MAINTAINER= olgeni@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/misc/shared-mime-info/distinfo b/misc/shared-mime-info/distinfo new file mode 100644 index 000000000000..b1f675b1ae3b --- /dev/null +++ b/misc/shared-mime-info/distinfo @@ -0,0 +1 @@ +MD5 (shared-mime-info-0.7.tar.gz) = c6607a811864d94a559ebf63a3f1a34f diff --git a/misc/shared-mime-info/pkg-comment b/misc/shared-mime-info/pkg-comment new file mode 100644 index 000000000000..b233c11105d8 --- /dev/null +++ b/misc/shared-mime-info/pkg-comment @@ -0,0 +1 @@ +A MIME type database from the FreeDesktop project diff --git a/misc/shared-mime-info/pkg-descr b/misc/shared-mime-info/pkg-descr new file mode 100644 index 000000000000..81c55dddfbb0 --- /dev/null +++ b/misc/shared-mime-info/pkg-descr @@ -0,0 +1,6 @@ +The freedesktop.org project provides a shared MIME database to avoid +inconsistencies between desktops. This database has been created by +converting the existing KDE and GNOME databases to the a format and +merging them together. + +WWW: http://www.freedesktop.org/standards/shared-mime-info.html diff --git a/misc/shared-mime-info/pkg-plist b/misc/shared-mime-info/pkg-plist new file mode 100644 index 000000000000..53eab1aabec5 --- /dev/null +++ b/misc/shared-mime-info/pkg-plist @@ -0,0 +1,3 @@ +share/mime/mime-info/freedesktop-shared.mimeinfo +@unexec rmdir %D/share/mime/mime-info 2>/dev/null || true +@unexec rmdir %D/share/mime 2>/dev/null || true |