From ijliao@FreeBSD.csie.nctu.edu.tw  Fri Jun 17 09:13:01 2005
Return-Path: <ijliao@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C333916A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jun 2005 09:13:01 +0000 (GMT)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EDB243D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jun 2005 09:12:59 +0000 (GMT)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (localhost.csie.nctu.edu.tw [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 878177ED7F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jun 2005 17:13:00 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
 by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 98149-07 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 17 Jun 2005 17:12:59 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1041)
	id D20E37ED81; Fri, 17 Jun 2005 17:12:59 +0800 (CST)
Message-Id: <20050617091259.D20E37ED81@FreeBSD.csie.nctu.edu.tw>
Date: Fri, 17 Jun 2005 17:12:59 +0800 (CST)
From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/mimetic: A GPL MIME library written in C++
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         82354
>Category:       ports
>Synopsis:       [NEW PORT] mail/mimetic: A GPL MIME library written in C++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 17 09:20:21 GMT 2005
>Closed-Date:    Thu Nov 10 13:08:33 GMT 2005
>Last-Modified:  Thu Nov 10 13:08:33 GMT 2005
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Jun 14 14:47:11 CST 2005
>Description:
mimetic is a GPL MIME library written in C++ designed to be easy to use and
integrate but yet fast and efficient.

Features :
   * Very easy to use
   * Full featured
   * Standard compliant
   * STL based
   * Compile-time codec chains

WWW: http://codesink.org/mimetic_mime_library.html

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mimetic-0.8.9.shar begins here ---
# 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:
#
#	mimetic
#	mimetic/Makefile
#	mimetic/distinfo
#	mimetic/pkg-descr
#	mimetic/files
#	mimetic/files/patch-ltmain.sh
#
echo c - mimetic
mkdir -p mimetic > /dev/null 2>&1
echo x - mimetic/Makefile
sed 's/^X//' >mimetic/Makefile << 'END-of-mimetic/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	mimetic
X# Date created:			Jun 17, 2005
X# Whom:				ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mimetic
XPORTVERSION=	0.8.9
XCATEGORIES=	mail
XMASTER_SITES=	http://codesink.org/download/
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	A GPL MIME library written in C++
X
XUSE_GNOME=	gnometarget
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XPLIST_FILES=	lib/libmimetic.a lib/libmimetic.so lib/libmimetic.so.0
X
Xpost-install:
X	@${FIND} ${PREFIX}/include/mimetic ! -type d | \
X		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
X	@${FIND} ${PREFIX}/include/mimetic -type d | ${SORT} -r | \
X		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
X
X.include <bsd.port.mk>
END-of-mimetic/Makefile
echo x - mimetic/distinfo
sed 's/^X//' >mimetic/distinfo << 'END-of-mimetic/distinfo'
XMD5 (mimetic-0.8.9.tar.gz) = fa3cb93e37684c71ac5afad02870302b
XSIZE (mimetic-0.8.9.tar.gz) = 422990
END-of-mimetic/distinfo
echo x - mimetic/pkg-descr
sed 's/^X//' >mimetic/pkg-descr << 'END-of-mimetic/pkg-descr'
Xmimetic is a GPL MIME library written in C++ designed to be easy to use and
Xintegrate but yet fast and efficient.
X
XFeatures :
X   * Very easy to use
X   * Full featured
X   * Standard compliant
X   * STL based
X   * Compile-time codec chains
X
XWWW: http://codesink.org/mimetic_mime_library.html
END-of-mimetic/pkg-descr
echo c - mimetic/files
mkdir -p mimetic/files > /dev/null 2>&1
echo x - mimetic/files/patch-ltmain.sh
sed 's/^X//' >mimetic/files/patch-ltmain.sh << 'END-of-mimetic/files/patch-ltmain.sh'
X--- ltmain.sh.orig	Fri Jun 17 16:52:36 2005
X+++ ltmain.sh	Fri Jun 17 16:52:50 2005
X@@ -5555,10 +5555,12 @@
X 	fi
X 
X 	# Install the pseudo-library for information purposes.
X+	if /usr/bin/false; then
X 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
X 	instname="$dir/$name"i
X 	$show "$install_prog $instname $destdir/$name"
X 	$run eval "$install_prog $instname $destdir/$name" || exit $?
X+	fi
X 
X 	# Maybe install the static library, too.
X 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
END-of-mimetic/files/patch-ltmain.sh
exit
--- mimetic-0.8.9.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Tue Sep 20 12:36:57 GMT 2005 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82354 
State-Changed-From-To: open->feedback 
State-Changed-By: mnag 
State-Changed-When: Tue Sep 20 12:51:53 GMT 2005 
State-Changed-Why:  
Asking submitter to take maintainership. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82354 

From: Marcus Alves Grando <mnag@FreeBSD.org>
To: bug-followup@FreeBSD.org,  ijliao@csie.nctu.edu.tw
Cc:  
Subject: Re: ports/82354: [NEW PORT] mail/mimetic: A GPL MIME library written
 in C++
Date: Tue, 20 Sep 2005 09:55:50 -0300

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Dear submitter,
 
 New ports aren't possible to add without MAINTAINER. Are you interested
 to take maintainer?
 
 Thanks
 
 - --
 Marcus Alves Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br
   mnag(at)FreeBSD.org
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFDMAbWi+5fOs3MJz8RAoPqAJ0c4IjW1Ad8LfQuOjnXN3bBvBStxgCdFSmt
 k0gO0lrpNzUMTgavqpSSOZc=
 =jiVV
 -----END PGP SIGNATURE-----
State-Changed-From-To: feedback->open 
State-Changed-By: mnag 
State-Changed-When: Tue Oct 4 18:41:13 GMT 2005 
State-Changed-Why:  
Feedback timeout. If someone need this, add. 


Responsible-Changed-From-To: mnag->freebsd-ports-bugs 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Tue Oct 4 18:41:13 GMT 2005 
Responsible-Changed-Why:  
Feedback timeout. If someone need this, add. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82354 
State-Changed-From-To: open->closed 
State-Changed-By: lawrance 
State-Changed-When: Thu Nov 10 13:08:32 GMT 2005 
State-Changed-Why:  
Port not added - new ports need a maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82354 
>Unformatted:
