summaryrefslogtreecommitdiff
path: root/mail/gmime24
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-11-23 15:41:32 +0000
committerwiz <wiz@pkgsrc.org>2017-11-23 15:41:32 +0000
commit38192baf26de81017fe0ddb90655b855ef7d3b20 (patch)
tree22cbb89609a68f1a970d9451ff5bbdd8867c565e /mail/gmime24
parente55822ec9f81257a79351fa16702fc0bddef8f7d (diff)
downloadpkgsrc-38192baf26de81017fe0ddb90655b855ef7d3b20.tar.gz
gmime24: Improve DESCR and mention API version
Diffstat (limited to 'mail/gmime24')
-rw-r--r--mail/gmime24/DESCR39
-rw-r--r--mail/gmime24/Makefile5
2 files changed, 17 insertions, 27 deletions
diff --git a/mail/gmime24/DESCR b/mail/gmime24/DESCR
index adedb88cec9..ae51881f8e4 100644
--- a/mail/gmime24/DESCR
+++ b/mail/gmime24/DESCR
@@ -1,24 +1,15 @@
-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)
+GMime is a C library which may be used for the creation and parsing
+of messages using the Multipurpose Internet Mail Extension (MIME),
+as defined by numerous IETF specifications.
+
+GMime features an extremely robust high-performance parser designed
+to be able to preserve byte-for-byte information allowing developers
+to re-seralize the parsed messages back to a stream exactly as the
+parser found them. It also features integrated GnuPG and S/MIME
+v3.2 support.
+
+Built on top of GObject (the object system used by the GNOME
+desktop), many developers should find its API design and memory
+management very familiar.
+
+This package contains v2.4 of the gmime API.
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
index 963653df79c..ecdcc880a15 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/11/06 18:56:12 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.24 2017/11/23 15:41:32 wiz Exp $
DISTNAME= gmime-2.4.33
PKGNAME= ${DISTNAME:S/gmime/gmime24/}
@@ -9,7 +8,7 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://spruce.sourceforge.net/gmime/
-COMMENT= Library for the creation and parsing of MIME messages
+COMMENT= Library for the creation and parsing of MIME messages (API v2.4)
LICENSE= gnu-lgpl-v2.1
CONFLICTS= gmime<2.2.25nb2