diff options
author | recht <recht> | 2004-04-08 13:39:29 +0000 |
---|---|---|
committer | recht <recht> | 2004-04-08 13:39:29 +0000 |
commit | 7b6a115c4e1fc78ee7d2e337b5b77e3354da6dca (patch) | |
tree | c9dacbb60a52df48ab439ec7d0a7b7d42e9938ff /mail/gmime/patches | |
parent | b89ebcd539496d544c799078c1f2c14af83fd6b5 (diff) | |
download | pkgsrc-7b6a115c4e1fc78ee7d2e337b5b77e3354da6dca.tar.gz |
initial import of gmime-2.1.3
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
* 1521: MIME (Multipurpose Internet Mail Extensions) Part One:
Mechanisms for Specifying and Describing the Format of
Internet Message Bodies
* 1847: Security Multiparts for MIME: Multipart/Signed and
Multipart/Encrypted
* 1864: The Content-MD5 Header Field (Obsoletes rfc1544)
* 2015: MIME Security with Pretty Good Privacy (PGP)
* 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
* 2184: MIME Parameter Value and Encoded Word Extensions: Character
Sets, Languages, and Continuations
* 2231: MIME Parameter Value and Encoded Word Extensions: Character
Sets, Languages, and Continuations (Obsoletes rfc2184)
* 3156: MIME Security with OpenPGP (Updates rfc2015)
Diffstat (limited to 'mail/gmime/patches')
-rw-r--r-- | mail/gmime/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/gmime/patches/patch-aa b/mail/gmime/patches/patch-aa new file mode 100644 index 00000000000..96b7cc3e66d --- /dev/null +++ b/mail/gmime/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/04/08 13:39:32 recht Exp $ + +--- docs/reference/Makefile.in.orig 2004-04-08 15:32:41.000000000 +0200 ++++ docs/reference/Makefile.in +@@ -83,7 +83,7 @@ HAVE_GTK_DOC = @HAVE_GTK_DOC@ + HAVE_GTK_DOC_FALSE = @HAVE_GTK_DOC_FALSE@ + HAVE_GTK_DOC_TRUE = @HAVE_GTK_DOC_TRUE@ + +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = @HTML_DIR@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ |