From owner-freebsd-ports Sat Apr 7 15: 0:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4981437B43E for ; Sat, 7 Apr 2001 15:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f37M06U59380; Sat, 7 Apr 2001 15:00:06 -0700 (PDT) (envelope-from gnats) Received: from gate.bsltwr.dnsalias.org (kbl-zrz1278.zeelandnet.nl [62.238.229.8]) by hub.freebsd.org (Postfix) with ESMTP id A1BD937B424 for ; Sat, 7 Apr 2001 14:55:07 -0700 (PDT) (envelope-from bas@gate.bsltwr.dnsalias.org) Received: (from bas@localhost) by gate.bsltwr.dnsalias.org (8.11.3/8.11.3) id f37Lt6W20798; Sat, 7 Apr 2001 23:55:06 +0200 (CEST) (envelope-from bas) Message-Id: <200104072155.f37Lt6W20798@gate.bsltwr.dnsalias.org> Date: Sat, 7 Apr 2001 23:55:06 +0200 (CEST) From: baskruit@bsltwr.dnsalias.org Reply-To: baskruit@bsltwr.dnsalias.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26411: New port: Gmime Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26411 >Category: ports >Synopsis: New port: mail/gmime Library for MIME handling >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 07 15:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: System: FreeBSD gate.bsltwr.dnsalias.org 4.2-STABLE FreeBSD 4.2-STABLE #2: Tue Feb 27 22:14:51 CET 2001 root@gate.bsltwr.dnsalias.org:/usr/obj/usr/src/sys/gate i386 >Description: New port of a library for handling MIME messages. Documentation is disabled, errors when making html-docs from sgml-format >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gmime # gmime/pkg-plist # gmime/files # gmime/files/patch-Makefile.in # gmime/pkg-descr # gmime/pkg-comment # gmime/distinfo # gmime/Makefile # echo c - gmime mkdir -p gmime > /dev/null 2>&1 echo x - gmime/pkg-plist sed 's/^X//' >gmime/pkg-plist << 'END-of-gmime/pkg-plist' Xbin/gmime-config Xinclude/gmime/gmime.h Xinclude/gmime/gmime-content-type.h Xinclude/gmime/gmime-message.h Xinclude/gmime/gmime-param.h Xinclude/gmime/gmime-parser.h Xinclude/gmime/gmime-part.h Xinclude/gmime/gmime-utils.h Xinclude/gmime/internet-address.h Xinclude/gmime/md5-utils.h Xlib/libgmime.so.5 Xlib/libgmime.so Xlib/libgmime.a Xlib/gmimeConf.sh Xshare/aclocal/gmime.m4 X@dirrm include/gmime END-of-gmime/pkg-plist echo c - gmime/files mkdir -p gmime/files > /dev/null 2>&1 echo x - gmime/files/patch-Makefile.in sed 's/^X//' >gmime/files/patch-Makefile.in << 'END-of-gmime/files/patch-Makefile.in' X--- Makefile.in.orig Sat Apr 7 23:28:52 2001 X+++ Makefile.in Sat Apr 7 23:28:23 2001 X@@ -92,7 +92,7 @@ X glib_cflags = @glib_cflags@ X glib_libs = @glib_libs@ X X-SUBDIRS = . tests doc X+SUBDIRS = . tests X X INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\" X END-of-gmime/files/patch-Makefile.in echo x - gmime/pkg-descr sed 's/^X//' >gmime/pkg-descr << 'END-of-gmime/pkg-descr' XGMime is a set of utilities for parsing and creating messages using Xthe Multipurpose Internet Mail Extension (MIME) as defined by the Xfollowing RFCs: X X * 0822: Standard for the Format of Arpa Internet Text Messages X * 2045: Multipurpose Internet Mail Extensions (MIME) Part One: X Format of Internet Message Bodies X * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: X Media Types X * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three: X Message Header Extensions for Non-ASCII Text X * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four: X Registration Procedures X * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five: X Conformance Criteria and Examples X * 2183: Communicating Presentation Information in Internet Messages: X The Content-Disposition Header Field X XJeffrey Stedfast X X[ Port maintained S. kruit ] XWWW: http://www.xtorshun.org/gmime END-of-gmime/pkg-descr echo x - gmime/pkg-comment sed 's/^X//' >gmime/pkg-comment << 'END-of-gmime/pkg-comment' XLibrary (written in C) for parsing and creating messages using MIME END-of-gmime/pkg-comment echo x - gmime/distinfo sed 's/^X//' >gmime/distinfo << 'END-of-gmime/distinfo' XMD5 (gmime-0.5.0.tar.gz) = 7158529756ab8e15bbd52e9da622fd55 END-of-gmime/distinfo echo x - gmime/Makefile sed 's/^X//' >gmime/Makefile << 'END-of-gmime/Makefile' X# New ports collection makefile for: gmime X# Date created: 7 Apr 2001 X# Whom: Bas Kruit X# X# $FreeBSD$ X# X XPORTNAME= gmime XPORTVERSION= 0.5.0 XCATEGORIES= mail XMASTER_SITES= http://www.xtorshun.org/gmime/sources/ X XMAINTAINER= baskruit@bsltwr.dnsalias.org X XUSE_GMAKE= YES XUSE_GTK= YES XUSE_LIBTOOL= YES XGNU_CONFIGURE= YES X XINSTALLS_SHLIB= YES X X.include END-of-gmime/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message