diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-24 16:37:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-24 16:37:49 +0000 |
commit | 1bfe914f2f28b9b943b980ec6867d39c30a90559 (patch) | |
tree | 206a857fdc54bad416f659e19ea3a9943780a27f /mail/gmime24/Makefile | |
parent | ed6f73fb98fe968fd17d5be3e9c16114b08ea1b6 (diff) | |
download | pkgsrc-1bfe914f2f28b9b943b980ec6867d39c30a90559.tar.gz |
Import gmime24-2.4.3 as mail/gmime24.
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/gmime24/Makefile')
-rw-r--r-- | mail/gmime24/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile new file mode 100644 index 00000000000..a739eb6e782 --- /dev/null +++ b/mail/gmime24/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/24 16:37:49 wiz Exp $ +# + +DISTNAME= gmime-2.4.3 +PKGNAME= ${DISTNAME:S/gmime/gmime24/} +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.4/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://spruce.sourceforge.net/gmime/ +COMMENT= Library for the creation and parsing of MIME messages + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= gmime-[0-9]* + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-gtk-doc=no +CONFIGURE_ARGS+= --disable-mono +PKGCONFIG_OVERRIDE+= gmime-2.4.pc.in +TEST_TARGET= check + +.include "options.mk" + +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |