mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add gmime 0.5.0, a library (written in C) for parsing and creating
messages using MIME. PR: 26411 Submitted by: Bas Kruit <baskruit@bsltwr.dnsalias.org>
This commit is contained in:
parent
82c73b8b76
commit
8e06787fe4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41047
@ -41,6 +41,7 @@
|
||||
SUBDIR += gkrellmmailwatch
|
||||
SUBDIR += glacier
|
||||
SUBDIR += glbiff
|
||||
SUBDIR += gmime
|
||||
SUBDIR += grepmail
|
||||
SUBDIR += hbiff
|
||||
SUBDIR += icqmail
|
||||
|
22
mail/gmime/Makefile
Normal file
22
mail/gmime/Makefile
Normal file
@ -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>
|
1
mail/gmime/distinfo
Normal file
1
mail/gmime/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gmime-0.5.0.tar.gz) = 7158529756ab8e15bbd52e9da622fd55
|
11
mail/gmime/files/patch-Makefile.in
Normal file
11
mail/gmime/files/patch-Makefile.in
Normal file
@ -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\"
|
||||
|
1
mail/gmime/pkg-comment
Normal file
1
mail/gmime/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Library (written in C) for parsing and creating messages using MIME
|
22
mail/gmime/pkg-descr
Normal file
22
mail/gmime/pkg-descr
Normal file
@ -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
|
16
mail/gmime/pkg-plist
Normal file
16
mail/gmime/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user