From 37682ed4e72a534d1581195b937a871e9bc5daa5 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 29 Jun 2012 08:49:51 +0000 Subject: Ports has been updated to a newer version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16974 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/gmime24/Makefile | 43 ------- mail/gmime24/distinfo | 2 - mail/gmime24/files/patch-Makefile.in | 14 --- mail/gmime24/files/patch-docs_Makefile.in | 14 --- mail/gmime24/files/patch-gmime-2.4.pc.in | 10 -- mail/gmime24/files/patch-mono_Makefile.in | 21 ---- .../files/patch-mono_gmime-sharp.dll.config.in | 10 -- mail/gmime24/files/patch-src_Makefile.in | 35 ------ mail/gmime24/files/patch-tests__test-mbox.c | 10 -- mail/gmime24/files/patch-tests__test-mime.c | 10 -- mail/gmime24/files/patch-tests__test-parser.c | 10 -- mail/gmime24/pkg-descr | 19 --- mail/gmime24/pkg-plist | 140 --------------------- 13 files changed, 338 deletions(-) delete mode 100644 mail/gmime24/Makefile delete mode 100644 mail/gmime24/distinfo delete mode 100644 mail/gmime24/files/patch-Makefile.in delete mode 100644 mail/gmime24/files/patch-docs_Makefile.in delete mode 100644 mail/gmime24/files/patch-gmime-2.4.pc.in delete mode 100644 mail/gmime24/files/patch-mono_Makefile.in delete mode 100644 mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in delete mode 100644 mail/gmime24/files/patch-src_Makefile.in delete mode 100644 mail/gmime24/files/patch-tests__test-mbox.c delete mode 100644 mail/gmime24/files/patch-tests__test-mime.c delete mode 100644 mail/gmime24/files/patch-tests__test-parser.c delete mode 100644 mail/gmime24/pkg-descr delete mode 100644 mail/gmime24/pkg-plist (limited to 'mail/gmime24') diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile deleted file mode 100644 index 2fed2540a..000000000 --- a/mail/gmime24/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gmime2 -# Date created: 16 Apr 2001 -# Whom: Kirill Ponomarew -# -# $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 diff --git a/mail/gmime24/distinfo b/mail/gmime24/distinfo deleted file mode 100644 index 960b7fc8a..000000000 --- a/mail/gmime24/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 624a74a9d..000000000 --- a/mail/gmime24/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$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 deleted file mode 100644 index 0440674ab..000000000 --- a/mail/gmime24/files/patch-docs_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$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 deleted file mode 100644 index 1192ad41e..000000000 --- a/mail/gmime24/files/patch-gmime-2.4.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 deleted file mode 100644 index e6380c279..000000000 --- a/mail/gmime24/files/patch-mono_Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ - -$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 deleted file mode 100644 index d9b03c889..000000000 --- a/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in +++ /dev/null @@ -1,10 +0,0 @@ - -$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 @@ - -- -+ - diff --git a/mail/gmime24/files/patch-src_Makefile.in b/mail/gmime24/files/patch-src_Makefile.in deleted file mode 100644 index d2e45c4c2..000000000 --- a/mail/gmime24/files/patch-src_Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ - -$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 deleted file mode 100644 index bba860483..000000000 --- a/mail/gmime24/files/patch-tests__test-mbox.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - #include - -+#include - #include - - #ifndef G_OS_WIN32 diff --git a/mail/gmime24/files/patch-tests__test-mime.c b/mail/gmime24/files/patch-tests__test-mime.c deleted file mode 100644 index 35067da0a..000000000 --- a/mail/gmime24/files/patch-tests__test-mime.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - #include - -+#include - #include - - #ifndef G_OS_WIN32 diff --git a/mail/gmime24/files/patch-tests__test-parser.c b/mail/gmime24/files/patch-tests__test-parser.c deleted file mode 100644 index a408ff684..000000000 --- a/mail/gmime24/files/patch-tests__test-parser.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - #include - -+#include - #include - - #ifndef G_OS_WIN32 diff --git a/mail/gmime24/pkg-descr b/mail/gmime24/pkg-descr deleted file mode 100644 index ebf3e2ce1..000000000 --- a/mail/gmime24/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index 70439e115..000000000 --- a/mail/gmime24/pkg-plist +++ /dev/null @@ -1,140 +0,0 @@ -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 -- cgit v1.2.3