diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 22:15:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 22:15:29 +0000 |
commit | 8e06787fe4287a2ed511c3931d3ab853a1f51fb1 (patch) | |
tree | 88e1db237875114804a541e366214b94cb79d337 /mail/gmime | |
parent | 82c73b8b76d46ef9151cffec9114ca0204fb0364 (diff) | |
download | ports-8e06787fe4287a2ed511c3931d3ab853a1f51fb1.tar.gz ports-8e06787fe4287a2ed511c3931d3ab853a1f51fb1.zip |
Notes
Diffstat (limited to 'mail/gmime')
-rw-r--r-- | mail/gmime/Makefile | 22 | ||||
-rw-r--r-- | mail/gmime/distinfo | 1 | ||||
-rw-r--r-- | mail/gmime/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | mail/gmime/pkg-comment | 1 | ||||
-rw-r--r-- | mail/gmime/pkg-descr | 22 | ||||
-rw-r--r-- | mail/gmime/pkg-plist | 16 |
6 files changed, 73 insertions, 0 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile new file mode 100644 index 000000000000..16838e18d1b9 --- /dev/null +++ b/mail/gmime/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gmime +# Date created: 7 Apr 2001 +# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org> +# +# $FreeBSD$ +# + +PORTNAME= gmime +PORTVERSION= 0.5.0 +CATEGORIES= mail +MASTER_SITES= http://www.xtorshun.org/gmime/sources/ + +MAINTAINER= baskruit@bsltwr.dnsalias.org + +USE_GMAKE= YES +USE_GTK= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES + +INSTALLS_SHLIB= YES + +.include <bsd.port.mk> diff --git a/mail/gmime/distinfo b/mail/gmime/distinfo new file mode 100644 index 000000000000..49e148a56348 --- /dev/null +++ b/mail/gmime/distinfo @@ -0,0 +1 @@ +MD5 (gmime-0.5.0.tar.gz) = 7158529756ab8e15bbd52e9da622fd55 diff --git a/mail/gmime/files/patch-Makefile.in b/mail/gmime/files/patch-Makefile.in new file mode 100644 index 000000000000..e10783c9591d --- /dev/null +++ b/mail/gmime/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Apr 7 23:28:52 2001 ++++ Makefile.in Sat Apr 7 23:28:23 2001 +@@ -92,7 +92,7 @@ + glib_cflags = @glib_cflags@ + glib_libs = @glib_libs@ + +-SUBDIRS = . tests doc ++SUBDIRS = . tests + + INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\" + diff --git a/mail/gmime/pkg-comment b/mail/gmime/pkg-comment new file mode 100644 index 000000000000..28c96b10a6b6 --- /dev/null +++ b/mail/gmime/pkg-comment @@ -0,0 +1 @@ +Library (written in C) for parsing and creating messages using MIME diff --git a/mail/gmime/pkg-descr b/mail/gmime/pkg-descr new file mode 100644 index 000000000000..de008a2923c5 --- /dev/null +++ b/mail/gmime/pkg-descr @@ -0,0 +1,22 @@ +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 + +Jeffrey Stedfast <fejj@helixcode.com> + +[ Port maintained S. kruit <baskruit@bsltwr.dnsalias.org> ] +WWW: http://www.xtorshun.org/gmime diff --git a/mail/gmime/pkg-plist b/mail/gmime/pkg-plist new file mode 100644 index 000000000000..d85f82705dd7 --- /dev/null +++ b/mail/gmime/pkg-plist @@ -0,0 +1,16 @@ +bin/gmime-config +include/gmime/gmime.h +include/gmime/gmime-content-type.h +include/gmime/gmime-message.h +include/gmime/gmime-param.h +include/gmime/gmime-parser.h +include/gmime/gmime-part.h +include/gmime/gmime-utils.h +include/gmime/internet-address.h +include/gmime/md5-utils.h +lib/libgmime.so.5 +lib/libgmime.so +lib/libgmime.a +lib/gmimeConf.sh +share/aclocal/gmime.m4 +@dirrm include/gmime |