diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-18 00:20:43 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-18 00:20:43 +0800 |
commit | ad4413c5cf79037c72ecad5a0592acdfb16a6ff3 (patch) | |
tree | 37ed8bfd68b205da9bc495d225f70b2d1f9ac002 /mail | |
parent | 37bc36bbfcf173a2b7c6143b404dec4b6779de13 (diff) | |
download | marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.tar marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.tar.gz marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.tar.bz2 marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.tar.lz marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.tar.xz marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.tar.zst marcuscom-ports-ad4413c5cf79037c72ecad5a0592acdfb16a6ff3.zip |
+pkgconfig
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16654 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime24/Makefile | 43 | ||||
-rw-r--r-- | mail/gmime24/distinfo | 2 | ||||
-rw-r--r-- | mail/gmime24/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | mail/gmime24/files/patch-docs_Makefile.in | 14 | ||||
-rw-r--r-- | mail/gmime24/files/patch-gmime-2.4.pc.in | 10 | ||||
-rw-r--r-- | mail/gmime24/files/patch-mono_Makefile.in | 21 | ||||
-rw-r--r-- | mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in | 10 | ||||
-rw-r--r-- | mail/gmime24/files/patch-src_Makefile.in | 35 | ||||
-rw-r--r-- | mail/gmime24/files/patch-tests__test-mbox.c | 10 | ||||
-rw-r--r-- | mail/gmime24/files/patch-tests__test-mime.c | 10 | ||||
-rw-r--r-- | mail/gmime24/files/patch-tests__test-parser.c | 10 | ||||
-rw-r--r-- | mail/gmime24/pkg-descr | 19 | ||||
-rw-r--r-- | mail/gmime24/pkg-plist | 140 |
13 files changed, 338 insertions, 0 deletions
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 |