summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/gsettings-desktop-schemas/Makefile4
-rw-r--r--devel/libIDL/Makefile32
-rw-r--r--devel/libIDL/distinfo2
-rw-r--r--devel/libIDL/pkg-descr7
-rw-r--r--devel/libIDL/pkg-plist9
-rw-r--r--lang/vala/Makefile4
-rw-r--r--mail/gmime24/Makefile43
-rw-r--r--mail/gmime24/distinfo2
-rw-r--r--mail/gmime24/files/patch-Makefile.in14
-rw-r--r--mail/gmime24/files/patch-docs_Makefile.in14
-rw-r--r--mail/gmime24/files/patch-gmime-2.4.pc.in10
-rw-r--r--mail/gmime24/files/patch-mono_Makefile.in21
-rw-r--r--mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in10
-rw-r--r--mail/gmime24/files/patch-src_Makefile.in35
-rw-r--r--mail/gmime24/files/patch-tests__test-mbox.c10
-rw-r--r--mail/gmime24/files/patch-tests__test-mime.c10
-rw-r--r--mail/gmime24/files/patch-tests__test-parser.c10
-rw-r--r--mail/gmime24/pkg-descr19
-rw-r--r--mail/gmime24/pkg-plist140
-rw-r--r--misc/shared-mime-info/Makefile46
-rw-r--r--misc/shared-mime-info/distinfo2
-rw-r--r--misc/shared-mime-info/files/patch-Makefile.in14
-rw-r--r--misc/shared-mime-info/files/patch-update-mime-database.c21
-rw-r--r--misc/shared-mime-info/files/pkg-install.in12
-rw-r--r--misc/shared-mime-info/pkg-descr6
-rw-r--r--misc/shared-mime-info/pkg-plist713
-rw-r--r--textproc/libcroco/Makefile2
27 files changed, 1207 insertions, 5 deletions
diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile
index ce5421601..c7071631f 100644
--- a/devel/gsettings-desktop-schemas/Makefile
+++ b/devel/gsettings-desktop-schemas/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.15 2011/09/19 18:42:49 kwm Exp $
+# $MCom: ports/devel/gsettings-desktop-schemas/Makefile,v 1.16 2011/10/07 22:08:49 kwm Exp $
#
PORTNAME= gsettings-desktop-schemas
@@ -23,7 +23,7 @@ USE_XZ= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_PERL_BUILD= yes
-USE_GNOME= gnomehack intltool glib20
+USE_GNOME= gnomehack intltool glib20 pkgconfig
GNU_CONFIGURE= yes
GLIB_SCHEMAS= org.gnome.desktop.a11y.applications.gschema.xml \
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile
new file mode 100644
index 000000000..ec3aedcfc
--- /dev/null
+++ b/devel/libIDL/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libIDL
+# Date Created: 12 February 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libIDL
+PORTVERSION= 0.8.14
+PORTREVISION= 1
+CATEGORIES= devel
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A library for creating trees of CORBA IDL files
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_BISON= build
+USE_GNOME= gnomehack glib20 pkgconfig
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+INFO= libIDL2
+
+.include <bsd.port.mk>
diff --git a/devel/libIDL/distinfo b/devel/libIDL/distinfo
new file mode 100644
index 000000000..5879c1fe9
--- /dev/null
+++ b/devel/libIDL/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome2/libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220
+SIZE (gnome2/libIDL-0.8.14.tar.bz2) = 427149
diff --git a/devel/libIDL/pkg-descr b/devel/libIDL/pkg-descr
new file mode 100644
index 000000000..d681c4203
--- /dev/null
+++ b/devel/libIDL/pkg-descr
@@ -0,0 +1,7 @@
+libIDL is a library for creating trees of CORBA Interface Definition Language
+(IDL) files, which is a specification for defining portable interfaces.
+libIDL was initially written for ORBit (the ORB from the GNOME project, and
+the primary means of libIDL distribution). However, the functionality was
+designed to be as reusable and portable as possible.
+
+WWW: http://www.gnome.org/
diff --git a/devel/libIDL/pkg-plist b/devel/libIDL/pkg-plist
new file mode 100644
index 000000000..5b9fcbbae
--- /dev/null
+++ b/devel/libIDL/pkg-plist
@@ -0,0 +1,9 @@
+bin/libIDL-config-2
+include/libIDL-2.0/libIDL/IDL.h
+lib/libIDL-2.a
+lib/libIDL-2.la
+lib/libIDL-2.so
+lib/libIDL-2.so.0
+libdata/pkgconfig/libIDL-2.0.pc
+@dirrm include/libIDL-2.0/libIDL
+@dirrm include/libIDL-2.0
diff --git a/lang/vala/Makefile b/lang/vala/Makefile
index 35ee899f2..8a45d8221 100644
--- a/lang/vala/Makefile
+++ b/lang/vala/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/lang/vala/Makefile,v 1.57 2011/09/17 20:25:38 kwm Exp $
+# $MCom: ports/lang/vala/Makefile,v 1.58 2011/12/03 11:43:59 kwm Exp $
#
PORTNAME= vala
@@ -18,7 +18,7 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USE_XZ= yes
-USE_GNOME= gnomehack glib20 gnomeprefix libxslt
+USE_GNOME= gnomehack glib20 gnomeprefix libxslt pkgconfig
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
USE_GETTEXT= yes
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
new file mode 100644
index 000000000..2fed2540a
--- /dev/null
+++ b/mail/gmime24/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gmime2
+# Date created: 16 Apr 2001
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gmime
+PORTVERSION= 2.4.24
+PORTREVISION?= 0
+CATEGORIES?= mail
+MASTER_SITES= GNOME
+PKGNAMESUFFIX?= -24
+
+MAINTAINER?= mnag@FreeBSD.org
+COMMENT?= Library (written in C) for parsing and creating messages using MIME
+
+CONFLICTS= gmime-1.0.*
+
+SLAVEDIRS= mail/gmime2-sharp
+
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24
+USE_ICONV= yes
+USE_GMAKE= yes
+USE_GNOME?= gnomehack glib20 pkgconfig
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
+ --enable-mono=no
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+
+LATEST_LINK?= ${PORTNAME}24
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}/
+.for i in docs/reference/html/*
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/gmime24/distinfo b/mail/gmime24/distinfo
new file mode 100644
index 000000000..960b7fc8a
--- /dev/null
+++ b/mail/gmime24/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gmime-2.4.24.tar.gz) = 2f538d68e215f075d16575a6da9acb87983db9e2df0d7d403858048881a0dd15
+SIZE (gmime-2.4.24.tar.gz) = 1118949
diff --git a/mail/gmime24/files/patch-Makefile.in b/mail/gmime24/files/patch-Makefile.in
new file mode 100644
index 000000000..624a74a9d
--- /dev/null
+++ b/mail/gmime24/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/mail/gmime24/files/patch-Makefile.in,v 1.2 2009/04/25 18:39:41 mnag Exp $
+
+--- Makefile.in.orig 2009-04-25 12:01:47.000000000 -0300
++++ Makefile.in 2009-04-25 12:04:34.000000000 -0300
+@@ -233,7 +233,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = build util gmime src $(am__append_1) tests docs \
++SUBDIRS = build util gmime $(am__append_1) tests docs \
+ $(am__append_2) tools .
+ DISTCLEANFILES = iconv-detect.h
+ EXTRA_DIST = \
diff --git a/mail/gmime24/files/patch-docs_Makefile.in b/mail/gmime24/files/patch-docs_Makefile.in
new file mode 100644
index 000000000..0440674ab
--- /dev/null
+++ b/mail/gmime24/files/patch-docs_Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/mail/gmime24/files/patch-docs_Makefile.in,v 1.1 2009/02/09 08:59:58 flz Exp $
+
+--- docs/Makefile.in.orig
++++ docs/Makefile.in
+@@ -201,7 +201,7 @@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = reference tutorial
++SUBDIRS =
+ EXTRA_DIST = gtkdocs_fix
+ all: all-recursive
+
diff --git a/mail/gmime24/files/patch-gmime-2.4.pc.in b/mail/gmime24/files/patch-gmime-2.4.pc.in
new file mode 100644
index 000000000..1192ad41e
--- /dev/null
+++ b/mail/gmime24/files/patch-gmime-2.4.pc.in
@@ -0,0 +1,10 @@
+--- gmime-2.4.pc.in.orig Tue May 3 19:34:20 2005
++++ gmime-2.4.pc.in Wed Feb 1 00:51:53 2006
+@@ -7,6 +7,6 @@
+ Name: GMime
+ Version: @VERSION@
+ Description: MIME parser and utility library
+-Requires: glib-2.0,gobject-2.0
++Requires: glib-2.0,gobject-2.0,gthread-2.0
+ Libs: -L${libdir} @GMIME_LIBS@ @LIBS@
+ Cflags: -I${includedir}/gmime-2.0 @GMIME_CFLAGS@
diff --git a/mail/gmime24/files/patch-mono_Makefile.in b/mail/gmime24/files/patch-mono_Makefile.in
new file mode 100644
index 000000000..e6380c279
--- /dev/null
+++ b/mail/gmime24/files/patch-mono_Makefile.in
@@ -0,0 +1,21 @@
+
+$FreeBSD: ports/mail/gmime24/files/patch-mono_Makefile.in,v 1.1 2009/02/09 08:59:58 flz Exp $
+
+--- mono/Makefile.in.orig
++++ mono/Makefile.in
+@@ -471,11 +471,11 @@
+ install-data-local:
+ @if test -n '$(TARGET)'; then \
+ if test -n '$(DESTDIR)'; then \
+- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib"; \
+- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib || exit 1; \
++ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"; \
++ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
+ else \
+- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /gacdir $(prefix)/lib"; \
+- $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /gacdir $(prefix)/lib || exit 1; \
++ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"; \
++ $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir) || exit 1; \
+ fi; \
+ fi
+
diff --git a/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in b/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in
new file mode 100644
index 000000000..d9b03c889
--- /dev/null
+++ b/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in
@@ -0,0 +1,10 @@
+
+$FreeBSD: ports/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in,v 1.1 2011/06/15 17:59:11 romain Exp $
+
+--- mono/gmime-sharp.dll.config.in.orig
++++ mono/gmime-sharp.dll.config.in
+@@ -1,3 +1,3 @@
+ <configuration>
+- <dllmap dll="gmime" target="libgmime-@GMIME_API_VERSION@.so.@GMIME_MAJOR_VERSION@"/>
++ <dllmap dll="gmime" target="libgmime-@GMIME_API_VERSION@.so"/>
+ </configuration>
diff --git a/mail/gmime24/files/patch-src_Makefile.in b/mail/gmime24/files/patch-src_Makefile.in
new file mode 100644
index 000000000..d2e45c4c2
--- /dev/null
+++ b/mail/gmime24/files/patch-src_Makefile.in
@@ -0,0 +1,35 @@
+
+$FreeBSD: ports/mail/gmime24/files/patch-src_Makefile.in,v 1.2 2010/06/01 12:41:27 romain Exp $
+
+http://www.freebsd.org/cgi/query-pr.cgi?pr=118092
+
+Rename uudecode and uuencode to gmime-* to not conflict with userland
+
+--- src/Makefile.in.orig
++++ src/Makefile.in
+@@ -26,6 +26,7 @@
+ install_sh_SCRIPT = $(install_sh) -c
+ INSTALL_HEADER = $(INSTALL_DATA)
+ transform = $(program_transform_name)
++add_gmime = s/^/gmime-/
+ NORMAL_INSTALL = :
+ PRE_INSTALL = :
+ POST_INSTALL = :
+@@ -333,7 +334,7 @@
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
++ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/;$(add_gmime)' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+@@ -352,7 +353,7 @@
+ @$(NORMAL_UNINSTALL)
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
++ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform);$(add_gmime)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
diff --git a/mail/gmime24/files/patch-tests__test-mbox.c b/mail/gmime24/files/patch-tests__test-mbox.c
new file mode 100644
index 000000000..bba860483
--- /dev/null
+++ b/mail/gmime24/files/patch-tests__test-mbox.c
@@ -0,0 +1,10 @@
+--- tests/test-mbox.c.orig Mon Feb 12 15:48:22 2007
++++ tests/test-mbox.c Mon Feb 12 15:48:54 2007
+@@ -26,6 +26,7 @@
+ #include <fcntl.h>
+ #include <time.h>
+
++#include <config.h>
+ #include <gmime/gmime.h>
+
+ #ifndef G_OS_WIN32
diff --git a/mail/gmime24/files/patch-tests__test-mime.c b/mail/gmime24/files/patch-tests__test-mime.c
new file mode 100644
index 000000000..35067da0a
--- /dev/null
+++ b/mail/gmime24/files/patch-tests__test-mime.c
@@ -0,0 +1,10 @@
+--- tests/test-mime.c.orig Mon Feb 12 15:48:32 2007
++++ tests/test-mime.c Mon Feb 12 15:49:04 2007
+@@ -21,6 +21,7 @@
+ #include <stdio.h>
+ #include <string.h>
+
++#include <config.h>
+ #include <gmime/gmime.h>
+
+ #ifndef G_OS_WIN32
diff --git a/mail/gmime24/files/patch-tests__test-parser.c b/mail/gmime24/files/patch-tests__test-parser.c
new file mode 100644
index 000000000..a408ff684
--- /dev/null
+++ b/mail/gmime24/files/patch-tests__test-parser.c
@@ -0,0 +1,10 @@
+--- tests/test-parser.c.orig Mon Feb 12 15:48:38 2007
++++ tests/test-parser.c Mon Feb 12 15:49:14 2007
+@@ -26,6 +26,7 @@
+ #include <fcntl.h>
+ #include <time.h>
+
++#include <config.h>
+ #include <gmime/gmime.h>
+
+ #ifndef G_OS_WIN32
diff --git a/mail/gmime24/pkg-descr b/mail/gmime24/pkg-descr
new file mode 100644
index 000000000..ebf3e2ce1
--- /dev/null
+++ b/mail/gmime24/pkg-descr
@@ -0,0 +1,19 @@
+GMime is a set of utilities for parsing and creating messages using
+the Multipurpose Internet Mail Extension (MIME) as defined by the
+following RFCs:
+
+ * 0822: Standard for the Format of Arpa Internet Text Messages
+ * 2045: Multipurpose Internet Mail Extensions (MIME) Part One:
+ Format of Internet Message Bodies
+ * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two:
+ Media Types
+ * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three:
+ Message Header Extensions for Non-ASCII Text
+ * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four:
+ Registration Procedures
+ * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five:
+ Conformance Criteria and Examples
+ * 2183: Communicating Presentation Information in Internet Messages:
+ The Content-Disposition Header Field
+
+WWW: http://spruce.sourceforge.net/gmime/
diff --git a/mail/gmime24/pkg-plist b/mail/gmime24/pkg-plist
new file mode 100644
index 000000000..70439e115
--- /dev/null
+++ b/mail/gmime24/pkg-plist
@@ -0,0 +1,140 @@
+include/gmime-2.4/gmime/gmime.h
+include/gmime-2.4/gmime/gmime-charset.h
+include/gmime-2.4/gmime/gmime-cipher-context.h
+include/gmime-2.4/gmime/gmime-content-type.h
+include/gmime-2.4/gmime/gmime-data-wrapper.h
+include/gmime-2.4/gmime/gmime-disposition.h
+include/gmime-2.4/gmime/gmime-encodings.h
+include/gmime-2.4/gmime/gmime-error.h
+include/gmime-2.4/gmime/gmime-filter.h
+include/gmime-2.4/gmime/gmime-filter-basic.h
+include/gmime-2.4/gmime/gmime-filter-best.h
+include/gmime-2.4/gmime/gmime-filter-charset.h
+include/gmime-2.4/gmime/gmime-filter-crlf.h
+include/gmime-2.4/gmime/gmime-filter-enriched.h
+include/gmime-2.4/gmime/gmime-filter-from.h
+include/gmime-2.4/gmime/gmime-filter-gzip.h
+include/gmime-2.4/gmime/gmime-filter-html.h
+include/gmime-2.4/gmime/gmime-filter-md5.h
+include/gmime-2.4/gmime/gmime-filter-strip.h
+include/gmime-2.4/gmime/gmime-filter-windows.h
+include/gmime-2.4/gmime/gmime-filter-yenc.h
+include/gmime-2.4/gmime/gmime-gpg-context.h
+include/gmime-2.4/gmime/gmime-header.h
+include/gmime-2.4/gmime/gmime-iconv.h
+include/gmime-2.4/gmime/gmime-iconv-utils.h
+include/gmime-2.4/gmime/gmime-message.h
+include/gmime-2.4/gmime/gmime-message-part.h
+include/gmime-2.4/gmime/gmime-message-partial.h
+include/gmime-2.4/gmime/gmime-multipart.h
+include/gmime-2.4/gmime/gmime-multipart-encrypted.h
+include/gmime-2.4/gmime/gmime-multipart-signed.h
+include/gmime-2.4/gmime/gmime-object.h
+include/gmime-2.4/gmime/gmime-param.h
+include/gmime-2.4/gmime/gmime-parse-utils.h
+include/gmime-2.4/gmime/gmime-parser.h
+include/gmime-2.4/gmime/gmime-part.h
+include/gmime-2.4/gmime/gmime-session.h
+include/gmime-2.4/gmime/gmime-session-simple.h
+include/gmime-2.4/gmime/gmime-stream.h
+include/gmime-2.4/gmime/gmime-stream-buffer.h
+include/gmime-2.4/gmime/gmime-stream-cat.h
+include/gmime-2.4/gmime/gmime-stream-file.h
+include/gmime-2.4/gmime/gmime-stream-filter.h
+include/gmime-2.4/gmime/gmime-stream-fs.h
+include/gmime-2.4/gmime/gmime-stream-mem.h
+include/gmime-2.4/gmime/gmime-stream-mmap.h
+include/gmime-2.4/gmime/gmime-stream-null.h
+include/gmime-2.4/gmime/gmime-utils.h
+include/gmime-2.4/gmime/internet-address.h
+lib/libgmime-2.4.so.6
+lib/libgmime-2.4.so
+lib/libgmime-2.4.la
+lib/libgmime-2.4.a
+libdata/pkgconfig/gmime-2.4.pc
+%%PORTDOCS%%%%DOCSDIR%%/CipherContexts.html
+%%PORTDOCS%%%%DOCSDIR%%/DataWrappers.html
+%%PORTDOCS%%%%DOCSDIR%%/Filters.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeCipherContext.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeContentDisposition.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeContentType.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeDataWrapper.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilter.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterBasic.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterBest.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterCRLF.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterCharset.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterEnriched.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterFrom.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterGZip.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterHTML.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterMd5.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterStrip.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterWindows.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeFilterYenc.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeGpgContext.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeMessage.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeMessagePart.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeMessagePartial.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeMultipart.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeMultipartEncrypted.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeMultipartSigned.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeObject.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeParser.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimePart.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeSession.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeSessionSimple.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStream.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamBuffer.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamCat.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamFile.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamFilter.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamFs.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamMem.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamMmap.html
+%%PORTDOCS%%%%DOCSDIR%%/GMimeStreamNull.html
+%%PORTDOCS%%%%DOCSDIR%%/Headers.html
+%%PORTDOCS%%%%DOCSDIR%%/InternetAddress.html
+%%PORTDOCS%%%%DOCSDIR%%/InternetAddressGroup.html
+%%PORTDOCS%%%%DOCSDIR%%/InternetAddressList.html
+%%PORTDOCS%%%%DOCSDIR%%/InternetAddressMailbox.html
+%%PORTDOCS%%%%DOCSDIR%%/InternetAddresses.html
+%%PORTDOCS%%%%DOCSDIR%%/MimeParts.html
+%%PORTDOCS%%%%DOCSDIR%%/Parsers.html
+%%PORTDOCS%%%%DOCSDIR%%/Sessions.html
+%%PORTDOCS%%%%DOCSDIR%%/Streams.html
+%%PORTDOCS%%%%DOCSDIR%%/ch01.html
+%%PORTDOCS%%%%DOCSDIR%%/classes.html
+%%PORTDOCS%%%%DOCSDIR%%/core.html
+%%PORTDOCS%%%%DOCSDIR%%/fundamentals.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-GMimeHeader.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-GMimeParam.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-building.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-changes-2-0.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-changes-2-2.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-changes-2-4.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-compiling.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-data-wrappers.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-filters.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-gmime-charset.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-gmime-encodings.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-gmime-iconv-utils.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-gmime-iconv.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-gmime-utils.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-gmime.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-question-index.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-resources.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime-streams.html
+%%PORTDOCS%%%%DOCSDIR%%/gmime.devhelp
+%%PORTDOCS%%%%DOCSDIR%%/gmime.devhelp2
+%%PORTDOCS%%%%DOCSDIR%%/gmime.html
+%%PORTDOCS%%%%DOCSDIR%%/home.png
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/left.png
+%%PORTDOCS%%%%DOCSDIR%%/right.png
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/up.png
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm include/gmime-2.4/gmime
+@dirrm include/gmime-2.4
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile
new file mode 100644
index 000000000..3fa1b85da
--- /dev/null
+++ b/misc/shared-mime-info/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: shared-mime-info
+# Date created: 31 May 2002
+# Whom: olgeni@FreeBSD.org
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= shared-mime-info
+PORTVERSION= 0.90
+CATEGORIES= misc gnome
+MASTER_SITES= http://people.freedesktop.org/~hadess/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A MIME type database from the FreeDesktop project
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= glib20 libxml2 intltool gnomehack intlhack pkgconfig
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+MAKE_JOBS_UNSAFE= yes
+
+MAN1= update-mime-database.1
+
+PKGINSTALL= ${WRKDIR}/pkg-install
+
+MIMEDIRS= ${LOCALBASE}/share/mime \
+ ${PREFIX}/share/mime
+MIMESUBDIRS= application audio image inode message model multipart \
+ packages text video x-epoc x-content
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%MIMEDIRS%%|${MIMEDIRS}|g' \
+ ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ ${WRKSRC}/update-mime-database.c
+
+post-install:
+ @${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \
+ s|%%MIMEDIRS%%|${MIMEDIRS}|' \
+ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL}
+
+.include <bsd.port.mk>
diff --git a/misc/shared-mime-info/distinfo b/misc/shared-mime-info/distinfo
new file mode 100644
index 000000000..9722d34d5
--- /dev/null
+++ b/misc/shared-mime-info/distinfo
@@ -0,0 +1,2 @@
+SHA256 (shared-mime-info-0.90.tar.bz2) = 52c9f84a8c72de631a0458542980b1728560f59845eb5e93e1dbe825f4b72304
+SIZE (shared-mime-info-0.90.tar.bz2) = 580163
diff --git a/misc/shared-mime-info/files/patch-Makefile.in b/misc/shared-mime-info/files/patch-Makefile.in
new file mode 100644
index 000000000..aa974de43
--- /dev/null
+++ b/misc/shared-mime-info/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+--- Makefile.in.orig 2010-11-26 22:55:49.000000000 -0500
++++ Makefile.in 2010-11-26 22:56:47.000000000 -0500
+@@ -1036,6 +1036,11 @@ $(pkgconfig_DATA): config.status
+
+ install-data-hook: install-binPROGRAMS
+ @ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" -V "$(DESTDIR)$(datadir)/mime"
++@ENABLE_UPDATE_MIMEDB_TRUE@ for mdir in %%MIMEDIRS%%; do \
++@ENABLE_UPDATE_MIMEDB_TRUE@ if [ -d $${mdir} ]; then \
++@ENABLE_UPDATE_MIMEDB_TRUE@ $(DESTDIR)"$(bindir)/update-mime-database" -V "$${mdir}" ; \
++@ENABLE_UPDATE_MIMEDB_TRUE@ fi; \
++@ENABLE_UPDATE_MIMEDB_TRUE@ done
+
+ uninstall-hook:
+ for media in text application image audio inode video message model multipart x-epoc x-content; do rm -f "$(DESTDIR)$(datadir)/mime/$${media}/"*.xml; done
diff --git a/misc/shared-mime-info/files/patch-update-mime-database.c b/misc/shared-mime-info/files/patch-update-mime-database.c
new file mode 100644
index 000000000..3fb1a99b8
--- /dev/null
+++ b/misc/shared-mime-info/files/patch-update-mime-database.c
@@ -0,0 +1,21 @@
+--- update-mime-database.c.orig 2007-07-02 04:00:13.000000000 -0500
++++ update-mime-database.c 2008-01-28 23:42:30.000000000 -0600
+@@ -445,7 +446,8 @@
+ }
+ }
+
+- xmlFree(lang);
++ if (lang)
++ xmlFree(lang);
+ }
+
+ /* 'node' is a <mime-type> node from a source file, whose type is 'type'.
+@@ -1510,7 +1512,7 @@
+
+ env = getenv("XDG_DATA_DIRS");
+ if (!env)
+- env = "/usr/local/share/"PATH_SEPARATOR"/usr/share/";
++ env = "/usr/local/share/";
+ dirs = g_strsplit(env, PATH_SEPARATOR, 0);
+ g_return_if_fail(dirs != NULL);
+ for (n = 0; dirs[n]; n++)
diff --git a/misc/shared-mime-info/files/pkg-install.in b/misc/shared-mime-info/files/pkg-install.in
new file mode 100644
index 000000000..b2c3db6d3
--- /dev/null
+++ b/misc/shared-mime-info/files/pkg-install.in
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+case $2 in
+POST-INSTALL)
+ for mdir in %%MIMEDIRS%%; do
+ if [ -d ${mdir} ]; then
+ %%PREFIX%%/bin/update-mime-database ${mdir}
+ fi
+ done
+ exit 0
+ ;;
+esac
diff --git a/misc/shared-mime-info/pkg-descr b/misc/shared-mime-info/pkg-descr
new file mode 100644
index 000000000..2dd23c8df
--- /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/wiki/Software/shared-mime-info
diff --git a/misc/shared-mime-info/pkg-plist b/misc/shared-mime-info/pkg-plist
new file mode 100644
index 000000000..4def688ef
--- /dev/null
+++ b/misc/shared-mime-info/pkg-plist
@@ -0,0 +1,713 @@
+bin/update-mime-database
+libdata/pkgconfig/shared-mime-info.pc
+share/locale/ar/LC_MESSAGES/shared-mime-info.mo
+share/locale/az/LC_MESSAGES/shared-mime-info.mo
+share/locale/be@latin/LC_MESSAGES/shared-mime-info.mo
+share/locale/bg/LC_MESSAGES/shared-mime-info.mo
+share/locale/ca/LC_MESSAGES/shared-mime-info.mo
+share/locale/cs/LC_MESSAGES/shared-mime-info.mo
+share/locale/cy/LC_MESSAGES/shared-mime-info.mo
+share/locale/da/LC_MESSAGES/shared-mime-info.mo
+share/locale/de/LC_MESSAGES/shared-mime-info.mo
+share/locale/el/LC_MESSAGES/shared-mime-info.mo
+share/locale/en_GB/LC_MESSAGES/shared-mime-info.mo
+share/locale/eo/LC_MESSAGES/shared-mime-info.mo
+share/locale/es/LC_MESSAGES/shared-mime-info.mo
+share/locale/eu/LC_MESSAGES/shared-mime-info.mo
+share/locale/fi/LC_MESSAGES/shared-mime-info.mo
+share/locale/fr/LC_MESSAGES/shared-mime-info.mo
+share/locale/ga/LC_MESSAGES/shared-mime-info.mo
+share/locale/gl/LC_MESSAGES/shared-mime-info.mo
+share/locale/he/LC_MESSAGES/shared-mime-info.mo
+share/locale/hu/LC_MESSAGES/shared-mime-info.mo
+share/locale/id/LC_MESSAGES/shared-mime-info.mo
+share/locale/it/LC_MESSAGES/shared-mime-info.mo
+share/locale/ja/LC_MESSAGES/shared-mime-info.mo
+share/locale/kk/LC_MESSAGES/shared-mime-info.mo
+share/locale/ko/LC_MESSAGES/shared-mime-info.mo
+share/locale/lt/LC_MESSAGES/shared-mime-info.mo
+share/locale/lv/LC_MESSAGES/shared-mime-info.mo
+share/locale/ms/LC_MESSAGES/shared-mime-info.mo
+share/locale/nb/LC_MESSAGES/shared-mime-info.mo
+share/locale/nl/LC_MESSAGES/shared-mime-info.mo
+share/locale/nn/LC_MESSAGES/shared-mime-info.mo
+share/locale/pl/LC_MESSAGES/shared-mime-info.mo
+share/locale/pt/LC_MESSAGES/shared-mime-info.mo
+share/locale/pt_BR/LC_MESSAGES/shared-mime-info.mo
+share/locale/ro/LC_MESSAGES/shared-mime-info.mo
+share/locale/ru/LC_MESSAGES/shared-mime-info.mo
+share/locale/rw/LC_MESSAGES/shared-mime-info.mo
+share/locale/sk/LC_MESSAGES/shared-mime-info.mo
+share/locale/sl/LC_MESSAGES/shared-mime-info.mo
+share/locale/sq/LC_MESSAGES/shared-mime-info.mo
+share/locale/sr/LC_MESSAGES/shared-mime-info.mo
+share/locale/sv/LC_MESSAGES/shared-mime-info.mo
+share/locale/uk/LC_MESSAGES/shared-mime-info.mo
+share/locale/vi/LC_MESSAGES/shared-mime-info.mo
+share/locale/zh_CN/LC_MESSAGES/shared-mime-info.mo
+share/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo
+share/mime/application/andrew-inset.xml
+share/mime/application/annodex.xml
+share/mime/application/atom+xml.xml
+share/mime/application/dicom.xml
+share/mime/application/docbook+xml.xml
+share/mime/application/ecmascript.xml
+share/mime/application/epub+zip.xml
+share/mime/application/gnunet-directory.xml
+share/mime/application/illustrator.xml
+share/mime/application/javascript.xml
+share/mime/application/mac-binhex40.xml
+share/mime/application/mathematica.xml
+share/mime/application/mathml+xml.xml
+share/mime/application/mbox.xml
+share/mime/application/metalink+xml.xml
+share/mime/application/msword-template.xml
+share/mime/application/msword.xml
+share/mime/application/mxf.xml
+share/mime/application/octet-stream.xml
+share/mime/application/oda.xml
+share/mime/application/ogg.xml
+share/mime/application/oxps.xml
+share/mime/application/pdf.xml
+share/mime/application/pgp-encrypted.xml
+share/mime/application/pgp-keys.xml
+share/mime/application/pgp-signature.xml
+share/mime/application/pkcs10.xml
+share/mime/application/pkcs7-mime.xml
+share/mime/application/pkcs7-signature.xml
+share/mime/application/pkcs8.xml
+share/mime/application/pkix-cert.xml
+share/mime/application/pkix-crl.xml
+share/mime/application/pkix-pkipath.xml
+share/mime/application/postscript.xml
+share/mime/application/prs.plucker.xml
+share/mime/application/ram.xml
+share/mime/application/rdf+xml.xml
+share/mime/application/relax-ng-compact-syntax.xml
+share/mime/application/rss+xml.xml
+share/mime/application/rtf.xml
+share/mime/application/sdp.xml
+share/mime/application/sieve.xml
+share/mime/application/smil.xml
+share/mime/application/vnd.apple.mpegurl.xml
+share/mime/application/vnd.corel-draw.xml
+share/mime/application/vnd.emusic-emusic_package.xml
+share/mime/application/vnd.google-earth.kml+xml.xml
+share/mime/application/vnd.google-earth.kmz.xml
+share/mime/application/vnd.hp-hpgl.xml
+share/mime/application/vnd.hp-pcl.xml
+share/mime/application/vnd.iccprofile.xml
+share/mime/application/vnd.lotus-1-2-3.xml
+share/mime/application/vnd.mozilla.xul+xml.xml
+share/mime/application/vnd.ms-access.xml
+share/mime/application/vnd.ms-cab-compressed.xml
+share/mime/application/vnd.ms-excel.xml
+share/mime/application/vnd.ms-powerpoint.xml
+share/mime/application/vnd.ms-tnef.xml
+share/mime/application/vnd.ms-works.xml
+share/mime/application/vnd.ms-wpl.xml
+share/mime/application/vnd.oasis.opendocument.chart-template.xml
+share/mime/application/vnd.oasis.opendocument.chart.xml
+share/mime/application/vnd.oasis.opendocument.database.xml
+share/mime/application/vnd.oasis.opendocument.formula-template.xml
+share/mime/application/vnd.oasis.opendocument.formula.xml
+share/mime/application/vnd.oasis.opendocument.graphics-flat-xml.xml
+share/mime/application/vnd.oasis.opendocument.graphics-template.xml
+share/mime/application/vnd.oasis.opendocument.graphics.xml
+share/mime/application/vnd.oasis.opendocument.image.xml
+share/mime/application/vnd.oasis.opendocument.presentation-flat-xml.xml
+share/mime/application/vnd.oasis.opendocument.presentation-template.xml
+share/mime/application/vnd.oasis.opendocument.presentation.xml
+share/mime/application/vnd.oasis.opendocument.spreadsheet-flat-xml.xml
+share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml
+share/mime/application/vnd.oasis.opendocument.spreadsheet.xml
+share/mime/application/vnd.oasis.opendocument.text-flat-xml.xml
+share/mime/application/vnd.oasis.opendocument.text-master.xml
+share/mime/application/vnd.oasis.opendocument.text-template.xml
+share/mime/application/vnd.oasis.opendocument.text-web.xml
+share/mime/application/vnd.oasis.opendocument.text.xml
+share/mime/application/vnd.openofficeorg.extension.xml
+share/mime/application/vnd.openxmlformats-officedocument.presentationml.presentation.xml
+share/mime/application/vnd.openxmlformats-officedocument.presentationml.slideshow.xml
+share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xml
+share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.document.xml
+share/mime/application/vnd.rn-realmedia.xml
+share/mime/application/vnd.stardivision.calc.xml
+share/mime/application/vnd.stardivision.chart.xml
+share/mime/application/vnd.stardivision.draw.xml
+share/mime/application/vnd.stardivision.impress.xml
+share/mime/application/vnd.stardivision.mail.xml
+share/mime/application/vnd.stardivision.math.xml
+share/mime/application/vnd.stardivision.writer.xml
+share/mime/application/vnd.sun.xml.calc.template.xml
+share/mime/application/vnd.sun.xml.calc.xml
+share/mime/application/vnd.sun.xml.draw.template.xml
+share/mime/application/vnd.sun.xml.draw.xml
+share/mime/application/vnd.sun.xml.impress.template.xml
+share/mime/application/vnd.sun.xml.impress.xml
+share/mime/application/vnd.sun.xml.math.xml
+share/mime/application/vnd.sun.xml.writer.global.xml
+share/mime/application/vnd.sun.xml.writer.template.xml
+share/mime/application/vnd.sun.xml.writer.xml
+share/mime/application/vnd.symbian.install.xml
+share/mime/application/vnd.wordperfect.xml
+share/mime/application/x-7z-compressed.xml
+share/mime/application/x-abiword.xml
+share/mime/application/x-ace.xml
+share/mime/application/x-alz.xml
+share/mime/application/x-amipro.xml
+share/mime/application/x-aportisdoc.xml
+share/mime/application/x-apple-diskimage.xml
+share/mime/application/x-applix-spreadsheet.xml
+share/mime/application/x-applix-word.xml
+share/mime/application/x-arc.xml
+share/mime/application/x-archive.xml
+share/mime/application/x-arj.xml
+share/mime/application/x-asp.xml
+share/mime/application/x-awk.xml
+share/mime/application/x-bcpio.xml
+share/mime/application/x-bittorrent.xml
+share/mime/application/x-blender.xml
+share/mime/application/x-bzdvi.xml
+share/mime/application/x-bzip-compressed-tar.xml
+share/mime/application/x-bzip.xml
+share/mime/application/x-bzpdf.xml
+share/mime/application/x-bzpostscript.xml
+share/mime/application/x-cb7.xml
+share/mime/application/x-cbr.xml
+share/mime/application/x-cbt.xml
+share/mime/application/x-cbz.xml
+share/mime/application/x-cd-image.xml
+share/mime/application/x-cdrdao-toc.xml
+share/mime/application/x-chess-pgn.xml
+share/mime/application/x-chm.xml
+share/mime/application/x-cisco-vpn-settings.xml
+share/mime/application/x-class-file.xml
+share/mime/application/x-compress.xml
+share/mime/application/x-compressed-tar.xml
+share/mime/application/x-core.xml
+share/mime/application/x-cpio-compressed.xml
+share/mime/application/x-cpio.xml
+share/mime/application/x-csh.xml
+share/mime/application/x-cue.xml
+share/mime/application/x-dar.xml
+share/mime/application/x-dbf.xml
+share/mime/application/x-dc-rom.xml
+share/mime/application/x-deb.xml
+share/mime/application/x-designer.xml
+share/mime/application/x-desktop.xml
+share/mime/application/x-dia-diagram.xml
+share/mime/application/x-dia-shape.xml
+share/mime/application/x-dvi.xml
+share/mime/application/x-e-theme.xml
+share/mime/application/x-egon.xml
+share/mime/application/x-executable.xml
+share/mime/application/x-fictionbook+xml.xml
+share/mime/application/x-fluid.xml
+share/mime/application/x-font-afm.xml
+share/mime/application/x-font-bdf.xml
+share/mime/application/x-font-dos.xml
+share/mime/application/x-font-framemaker.xml
+share/mime/application/x-font-libgrx.xml
+share/mime/application/x-font-linux-psf.xml
+share/mime/application/x-font-otf.xml
+share/mime/application/x-font-pcf.xml
+share/mime/application/x-font-speedo.xml
+share/mime/application/x-font-sunos-news.xml
+share/mime/application/x-font-tex-tfm.xml
+share/mime/application/x-font-tex.xml
+share/mime/application/x-font-ttf.xml
+share/mime/application/x-font-ttx.xml
+share/mime/application/x-font-type1.xml
+share/mime/application/x-font-vfont.xml
+share/mime/application/x-frame.xml
+share/mime/application/x-gameboy-rom.xml
+share/mime/application/x-gba-rom.xml
+share/mime/application/x-gdbm.xml
+share/mime/application/x-gedcom.xml
+share/mime/application/x-genesis-rom.xml
+share/mime/application/x-gettext-translation.xml
+share/mime/application/x-glade.xml
+share/mime/application/x-gmc-link.xml
+share/mime/application/x-gnucash.xml
+share/mime/application/x-gnumeric.xml
+share/mime/application/x-gnuplot.xml
+share/mime/application/x-go-sgf.xml
+share/mime/application/x-graphite.xml
+share/mime/application/x-gtktalog.xml
+share/mime/application/x-gz-font-linux-psf.xml
+share/mime/application/x-gzdvi.xml
+share/mime/application/x-gzip.xml
+share/mime/application/x-gzpdf.xml
+share/mime/application/x-gzpostscript.xml
+share/mime/application/x-hdf.xml
+share/mime/application/x-hwp.xml
+share/mime/application/x-hwt.xml
+share/mime/application/x-ica.xml
+share/mime/application/x-ipod-firmware.xml
+share/mime/application/x-it87.xml
+share/mime/application/x-java-archive.xml
+share/mime/application/x-java-jce-keystore.xml
+share/mime/application/x-java-jnlp-file.xml
+share/mime/application/x-java-keystore.xml
+share/mime/application/x-java-pack200.xml
+share/mime/application/x-java.xml
+share/mime/application/x-jbuilder-project.xml
+share/mime/application/x-karbon.xml
+share/mime/application/x-kchart.xml
+share/mime/application/x-kexi-connectiondata.xml
+share/mime/application/x-kexiproject-shortcut.xml
+share/mime/application/x-kexiproject-sqlite2.xml
+share/mime/application/x-kexiproject-sqlite3.xml
+share/mime/application/x-kformula.xml
+share/mime/application/x-killustrator.xml
+share/mime/application/x-kivio.xml
+share/mime/application/x-kontour.xml
+share/mime/application/x-kpovmodeler.xml
+share/mime/application/x-kpresenter.xml
+share/mime/application/x-krita.xml
+share/mime/application/x-kspread-crypt.xml
+share/mime/application/x-kspread.xml
+share/mime/application/x-ksysv-package.xml
+share/mime/application/x-kugar.xml
+share/mime/application/x-kword-crypt.xml
+share/mime/application/x-kword.xml
+share/mime/application/x-lha.xml
+share/mime/application/x-lhz.xml
+share/mime/application/x-lrzip-compressed-tar.xml
+share/mime/application/x-lrzip.xml
+share/mime/application/x-lyx.xml
+share/mime/application/x-lzip.xml
+share/mime/application/x-lzma-compressed-tar.xml
+share/mime/application/x-lzma.xml
+share/mime/application/x-lzop.xml
+share/mime/application/x-m4.xml
+share/mime/application/x-macbinary.xml
+share/mime/application/x-magicpoint.xml
+share/mime/application/x-markaby.xml
+share/mime/application/x-matroska.xml
+share/mime/application/x-mif.xml
+share/mime/application/x-mozilla-bookmarks.xml
+share/mime/application/x-ms-dos-executable.xml
+share/mime/application/x-ms-wim.xml
+share/mime/application/x-msi.xml
+share/mime/application/x-mswinurl.xml
+share/mime/application/x-mswrite.xml
+share/mime/application/x-msx-rom.xml
+share/mime/application/x-n64-rom.xml
+share/mime/application/x-nautilus-link.xml
+share/mime/application/x-navi-animation.xml
+share/mime/application/x-nes-rom.xml
+share/mime/application/x-netcdf.xml
+share/mime/application/x-netshow-channel.xml
+share/mime/application/x-nintendo-ds-rom.xml
+share/mime/application/x-object.xml
+share/mime/application/x-ole-storage.xml
+share/mime/application/x-oleo.xml
+share/mime/application/x-pak.xml
+share/mime/application/x-palm-database.xml
+share/mime/application/x-par2.xml
+share/mime/application/x-pef-executable.xml
+share/mime/application/x-perl.xml
+share/mime/application/x-php.xml
+share/mime/application/x-pkcs12.xml
+share/mime/application/x-pkcs7-certificates.xml
+share/mime/application/x-planperfect.xml
+share/mime/application/x-pocket-word.xml
+share/mime/application/x-profile.xml
+share/mime/application/x-pw.xml
+share/mime/application/x-python-bytecode.xml
+share/mime/application/x-quattropro.xml
+share/mime/application/x-quicktime-media-link.xml
+share/mime/application/x-qw.xml
+share/mime/application/x-rar.xml
+share/mime/application/x-reject.xml
+share/mime/application/x-rpm.xml
+share/mime/application/x-ruby.xml
+share/mime/application/x-sami.xml
+share/mime/application/x-sc.xml
+share/mime/application/x-shar.xml
+share/mime/application/x-shared-library-la.xml
+share/mime/application/x-sharedlib.xml
+share/mime/application/x-shellscript.xml
+share/mime/application/x-shockwave-flash.xml
+share/mime/application/x-shorten.xml
+share/mime/application/x-siag.xml
+share/mime/application/x-slp.xml
+share/mime/application/x-smaf.xml
+share/mime/application/x-sms-rom.xml
+share/mime/application/x-snes-rom.xml
+share/mime/application/x-spss-por.xml
+share/mime/application/x-spss-sav.xml
+share/mime/application/x-sqlite2.xml
+share/mime/application/x-sqlite3.xml
+share/mime/application/x-stuffit.xml
+share/mime/application/x-subrip.xml
+share/mime/application/x-sv4cpio.xml
+share/mime/application/x-sv4crc.xml
+share/mime/application/x-t602.xml
+share/mime/application/x-tar.xml
+share/mime/application/x-tarz.xml
+share/mime/application/x-tex-gf.xml
+share/mime/application/x-tex-pk.xml
+share/mime/application/x-tgif.xml
+share/mime/application/x-theme.xml
+share/mime/application/x-toutdoux.xml
+share/mime/application/x-trash.xml
+share/mime/application/x-troff-man-compressed.xml
+share/mime/application/x-troff-man.xml
+share/mime/application/x-tzo.xml
+share/mime/application/x-ufraw.xml
+share/mime/application/x-ustar.xml
+share/mime/application/x-wais-source.xml
+share/mime/application/x-windows-themepack.xml
+share/mime/application/x-wpg.xml
+share/mime/application/x-x509-ca-cert.xml
+share/mime/application/x-xbel.xml
+share/mime/application/x-xliff.xml
+share/mime/application/x-xpinstall.xml
+share/mime/application/x-xz-compressed-tar.xml
+share/mime/application/x-xz.xml
+share/mime/application/x-xzpdf.xml
+share/mime/application/x-yaml.xml
+share/mime/application/x-zerosize.xml
+share/mime/application/x-zoo.xml
+share/mime/application/xhtml+xml.xml
+share/mime/application/xml-dtd.xml
+share/mime/application/xml-external-parsed-entity.xml
+share/mime/application/xml.xml
+share/mime/application/xslt+xml.xml
+share/mime/application/xspf+xml.xml
+share/mime/application/zip.xml
+share/mime/audio/AMR-WB.xml
+share/mime/audio/AMR.xml
+share/mime/audio/ac3.xml
+share/mime/audio/annodex.xml
+share/mime/audio/basic.xml
+share/mime/audio/flac.xml
+share/mime/audio/midi.xml
+share/mime/audio/mp2.xml
+share/mime/audio/mp4.xml
+share/mime/audio/mpeg.xml
+share/mime/audio/ogg.xml
+share/mime/audio/prs.sid.xml
+share/mime/audio/vnd.rn-realaudio.xml
+share/mime/audio/webm.xml
+share/mime/audio/x-adpcm.xml
+share/mime/audio/x-aifc.xml
+share/mime/audio/x-aiff.xml
+share/mime/audio/x-aiffc.xml
+share/mime/audio/x-ape.xml
+share/mime/audio/x-flac+ogg.xml
+share/mime/audio/x-gsm.xml
+share/mime/audio/x-iriver-pla.xml
+share/mime/audio/x-it.xml
+share/mime/audio/x-m4b.xml
+share/mime/audio/x-matroska.xml
+share/mime/audio/x-minipsf.xml
+share/mime/audio/x-mo3.xml
+share/mime/audio/x-mod.xml
+share/mime/audio/x-mpegurl.xml
+share/mime/audio/x-ms-asx.xml
+share/mime/audio/x-ms-wma.xml
+share/mime/audio/x-musepack.xml
+share/mime/audio/x-psf.xml
+share/mime/audio/x-psflib.xml
+share/mime/audio/x-riff.xml
+share/mime/audio/x-s3m.xml
+share/mime/audio/x-scpls.xml
+share/mime/audio/x-speex+ogg.xml
+share/mime/audio/x-speex.xml
+share/mime/audio/x-stm.xml
+share/mime/audio/x-tta.xml
+share/mime/audio/x-voc.xml
+share/mime/audio/x-vorbis+ogg.xml
+share/mime/audio/x-wav.xml
+share/mime/audio/x-wavpack-correction.xml
+share/mime/audio/x-wavpack.xml
+share/mime/audio/x-xi.xml
+share/mime/audio/x-xm.xml
+share/mime/audio/x-xmf.xml
+share/mime/image/bmp.xml
+share/mime/image/cgm.xml
+share/mime/image/dpx.xml
+share/mime/image/fax-g3.xml
+share/mime/image/fits.xml
+share/mime/image/g3fax.xml
+share/mime/image/gif.xml
+share/mime/image/ief.xml
+share/mime/image/jp2.xml
+share/mime/image/jpeg.xml
+share/mime/image/openraster.xml
+share/mime/image/png.xml
+share/mime/image/rle.xml
+share/mime/image/svg+xml-compressed.xml
+share/mime/image/svg+xml.xml
+share/mime/image/tiff.xml
+share/mime/image/vnd.adobe.photoshop.xml
+share/mime/image/vnd.djvu.xml
+share/mime/image/vnd.dwg.xml
+share/mime/image/vnd.dxf.xml
+share/mime/image/vnd.microsoft.icon.xml
+share/mime/image/vnd.ms-modi.xml
+share/mime/image/vnd.rn-realpix.xml
+share/mime/image/vnd.wap.wbmp.xml
+share/mime/image/x-3ds.xml
+share/mime/image/x-adobe-dng.xml
+share/mime/image/x-applix-graphics.xml
+share/mime/image/x-bzeps.xml
+share/mime/image/x-canon-cr2.xml
+share/mime/image/x-canon-crw.xml
+share/mime/image/x-cmu-raster.xml
+share/mime/image/x-compressed-xcf.xml
+share/mime/image/x-dcraw.xml
+share/mime/image/x-dds.xml
+share/mime/image/x-dib.xml
+share/mime/image/x-emf.xml
+share/mime/image/x-eps.xml
+share/mime/image/x-exr.xml
+share/mime/image/x-fpx.xml
+share/mime/image/x-fuji-raf.xml
+share/mime/image/x-gzeps.xml
+share/mime/image/x-icns.xml
+share/mime/image/x-iff.xml
+share/mime/image/x-ilbm.xml
+share/mime/image/x-jng.xml
+share/mime/image/x-kodak-dcr.xml
+share/mime/image/x-kodak-k25.xml
+share/mime/image/x-kodak-kdc.xml
+share/mime/image/x-lwo.xml
+share/mime/image/x-lws.xml
+share/mime/image/x-macpaint.xml
+share/mime/image/x-minolta-mrw.xml
+share/mime/image/x-msod.xml
+share/mime/image/x-niff.xml
+share/mime/image/x-nikon-nef.xml
+share/mime/image/x-olympus-orf.xml
+share/mime/image/x-panasonic-raw.xml
+share/mime/image/x-panasonic-raw2.xml
+share/mime/image/x-pcx.xml
+share/mime/image/x-pentax-pef.xml
+share/mime/image/x-photo-cd.xml
+share/mime/image/x-pict.xml
+share/mime/image/x-portable-anymap.xml
+share/mime/image/x-portable-bitmap.xml
+share/mime/image/x-portable-graymap.xml
+share/mime/image/x-portable-pixmap.xml
+share/mime/image/x-quicktime.xml
+share/mime/image/x-rgb.xml
+share/mime/image/x-sgi.xml
+share/mime/image/x-sigma-x3f.xml
+share/mime/image/x-skencil.xml
+share/mime/image/x-sony-arw.xml
+share/mime/image/x-sony-sr2.xml
+share/mime/image/x-sony-srf.xml
+share/mime/image/x-sun-raster.xml
+share/mime/image/x-tga.xml
+share/mime/image/x-win-bitmap.xml
+share/mime/image/x-wmf.xml
+share/mime/image/x-xbitmap.xml
+share/mime/image/x-xcf.xml
+share/mime/image/x-xcursor.xml
+share/mime/image/x-xfig.xml
+share/mime/image/x-xpixmap.xml
+share/mime/image/x-xwindowdump.xml
+share/mime/inode/blockdevice.xml
+share/mime/inode/chardevice.xml
+share/mime/inode/directory.xml
+share/mime/inode/fifo.xml
+share/mime/inode/mount-point.xml
+share/mime/inode/socket.xml
+share/mime/inode/symlink.xml
+share/mime/message/delivery-status.xml
+share/mime/message/disposition-notification.xml
+share/mime/message/external-body.xml
+share/mime/message/news.xml
+share/mime/message/partial.xml
+share/mime/message/rfc822.xml
+share/mime/message/x-gnu-rmail.xml
+share/mime/model/vrml.xml
+share/mime/multipart/alternative.xml
+share/mime/multipart/appledouble.xml
+share/mime/multipart/digest.xml
+share/mime/multipart/encrypted.xml
+share/mime/multipart/mixed.xml
+share/mime/multipart/related.xml
+share/mime/multipart/report.xml
+share/mime/multipart/signed.xml
+share/mime/multipart/x-mixed-replace.xml
+share/mime/packages/freedesktop.org.xml
+share/mime/text/cache-manifest.xml
+share/mime/text/calendar.xml
+share/mime/text/css.xml
+share/mime/text/csv.xml
+share/mime/text/directory.xml
+share/mime/text/enriched.xml
+share/mime/text/html.xml
+share/mime/text/htmlh.xml
+share/mime/text/plain.xml
+share/mime/text/rfc822-headers.xml
+share/mime/text/richtext.xml
+share/mime/text/sgml.xml
+share/mime/text/spreadsheet.xml
+share/mime/text/tab-separated-values.xml
+share/mime/text/troff.xml
+share/mime/text/vnd.graphviz.xml
+share/mime/text/vnd.rn-realtext.xml
+share/mime/text/vnd.sun.j2me.app-descriptor.xml
+share/mime/text/vnd.trolltech.linguist.xml
+share/mime/text/vnd.wap.wml.xml
+share/mime/text/vnd.wap.wmlscript.xml
+share/mime/text/x-adasrc.xml
+share/mime/text/x-authors.xml
+share/mime/text/x-bibtex.xml
+share/mime/text/x-c++hdr.xml
+share/mime/text/x-c++src.xml
+share/mime/text/x-changelog.xml
+share/mime/text/x-chdr.xml
+share/mime/text/x-cmake.xml
+share/mime/text/x-cobol.xml
+share/mime/text/x-copying.xml
+share/mime/text/x-credits.xml
+share/mime/text/x-csharp.xml
+share/mime/text/x-csrc.xml
+share/mime/text/x-dcl.xml
+share/mime/text/x-dsl.xml
+share/mime/text/x-dsrc.xml
+share/mime/text/x-eiffel.xml
+share/mime/text/x-emacs-lisp.xml
+share/mime/text/x-erlang.xml
+share/mime/text/x-fortran.xml
+share/mime/text/x-gettext-translation-template.xml
+share/mime/text/x-gettext-translation.xml
+share/mime/text/x-go.xml
+share/mime/text/x-google-video-pointer.xml
+share/mime/text/x-haskell.xml
+share/mime/text/x-iMelody.xml
+share/mime/text/x-idl.xml
+share/mime/text/x-install.xml
+share/mime/text/x-iptables.xml
+share/mime/text/x-java.xml
+share/mime/text/x-ldif.xml
+share/mime/text/x-lilypond.xml
+share/mime/text/x-literate-haskell.xml
+share/mime/text/x-log.xml
+share/mime/text/x-lua.xml
+share/mime/text/x-makefile.xml
+share/mime/text/x-matlab.xml
+share/mime/text/x-microdvd.xml
+share/mime/text/x-moc.xml
+share/mime/text/x-mof.xml
+share/mime/text/x-mpsub.xml
+share/mime/text/x-mrml.xml
+share/mime/text/x-ms-regedit.xml
+share/mime/text/x-mup.xml
+share/mime/text/x-nfo.xml
+share/mime/text/x-objcsrc.xml
+share/mime/text/x-ocaml.xml
+share/mime/text/x-ocl.xml
+share/mime/text/x-ooc.xml
+share/mime/text/x-opml+xml.xml
+share/mime/text/x-pascal.xml
+share/mime/text/x-patch.xml
+share/mime/text/x-python.xml
+share/mime/text/x-readme.xml
+share/mime/text/x-rpm-spec.xml
+share/mime/text/x-scheme.xml
+share/mime/text/x-setext.xml
+share/mime/text/x-sql.xml
+share/mime/text/x-ssa.xml
+share/mime/text/x-subviewer.xml
+share/mime/text/x-svhdr.xml
+share/mime/text/x-svsrc.xml
+share/mime/text/x-tcl.xml
+share/mime/text/x-tex.xml
+share/mime/text/x-texinfo.xml
+share/mime/text/x-troff-me.xml
+share/mime/text/x-troff-mm.xml
+share/mime/text/x-troff-ms.xml
+share/mime/text/x-txt2tags.xml
+share/mime/text/x-uil.xml
+share/mime/text/x-uri.xml
+share/mime/text/x-vala.xml
+share/mime/text/x-verilog.xml
+share/mime/text/x-vhdl.xml
+share/mime/text/x-xmi.xml
+share/mime/text/x-xslfo.xml
+share/mime/text/xmcd.xml
+share/mime/video/3gpp.xml
+share/mime/video/3gpp2.xml
+share/mime/video/annodex.xml
+share/mime/video/dv.xml
+share/mime/video/isivideo.xml
+share/mime/video/mp2t.xml
+share/mime/video/mp4.xml
+share/mime/video/mpeg.xml
+share/mime/video/ogg.xml
+share/mime/video/quicktime.xml
+share/mime/video/vivo.xml
+share/mime/video/vnd.rn-realvideo.xml
+share/mime/video/wavelet.xml
+share/mime/video/webm.xml
+share/mime/video/x-anim.xml
+share/mime/video/x-flic.xml
+share/mime/video/x-flv.xml
+share/mime/video/x-javafx.xml
+share/mime/video/x-matroska.xml
+share/mime/video/x-mng.xml
+share/mime/video/x-ms-asf.xml
+share/mime/video/x-ms-wmv.xml
+share/mime/video/x-msvideo.xml
+share/mime/video/x-nsv.xml
+share/mime/video/x-ogm+ogg.xml
+share/mime/video/x-sgi-movie.xml
+share/mime/video/x-theora+ogg.xml
+share/mime/x-content/audio-cdda.xml
+share/mime/x-content/audio-dvd.xml
+share/mime/x-content/audio-player.xml
+share/mime/x-content/blank-bd.xml
+share/mime/x-content/blank-cd.xml
+share/mime/x-content/blank-dvd.xml
+share/mime/x-content/blank-hddvd.xml
+share/mime/x-content/ebook-reader.xml
+share/mime/x-content/image-dcf.xml
+share/mime/x-content/image-picturecd.xml
+share/mime/x-content/software.xml
+share/mime/x-content/unix-software.xml
+share/mime/x-content/video-bluray.xml
+share/mime/x-content/video-dvd.xml
+share/mime/x-content/video-hddvd.xml
+share/mime/x-content/video-svcd.xml
+share/mime/x-content/video-vcd.xml
+share/mime/x-content/win32-software.xml
+share/mime/x-epoc/x-sisx-app.xml
+@unexec [ -f %D/share/mime/XMLnamespaces ] && rm -f %D/share/mime/XMLnamespaces || true
+@unexec [ -f %D/share/mime/aliases ] && rm -f %D/share/mime/aliases || true
+@unexec [ -f %D/share/mime/generic-icons ] && rm -f %D/share/mime/generic-icons || true
+@unexec [ -f %D/share/mime/globs ] && rm -f %D/share/mime/globs || true
+@unexec [ -f %D/share/mime/globs2 ] && rm -f %D/share/mime/globs2 || true
+@unexec [ -f %D/share/mime/icons ] && rm -f %D/share/mime/icons || true
+@unexec [ -f %D/share/mime/magic ] && rm -f %D/share/mime/magic || true
+@unexec [ -f %D/share/mime/mime.cache ] && rm -f %D/share/mime/mime.cache || true
+@unexec [ -f %D/share/mime/subclasses ] && rm -f %D/share/mime/subclasses || true
+@unexec [ -f %D/share/mime/treemagic ] && rm -f %D/share/mime/treemagic || true
+@unexec [ -f %D/share/mime/types ] && rm -f %D/share/mime/types || true
+@dirrmtry share/mime/x-epoc
+@dirrmtry share/mime/x-content
+@dirrmtry share/mime/video
+@dirrmtry share/mime/text
+@dirrmtry share/mime/packages
+@dirrmtry share/mime/multipart
+@dirrmtry share/mime/model
+@dirrmtry share/mime/message
+@dirrmtry share/mime/inode
+@dirrmtry share/mime/image
+@dirrmtry share/mime/audio
+@dirrmtry share/mime/application
+@dirrmtry share/mime
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/kk/LC_MESSAGES
+@dirrmtry share/locale/kk
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile
index 164b020a9..6a870d5eb 100644
--- a/textproc/libcroco/Makefile
+++ b/textproc/libcroco/Makefile
@@ -18,7 +18,7 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USE_GNOME= gnomehack glib20 libxml2 ltverhack
+USE_GNOME= gnomehack glib20 libxml2 ltverhack pkgconfig
CONFIGURE_ARGS= --disable-gtk-doc-html
PLIST_SUB= VERSION="0.6"