From root@himinbjorg.tucs-beachin-obx-house.com  Sun Mar 23 04:19:51 2008
Return-Path: <root@himinbjorg.tucs-beachin-obx-house.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E19F71065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Mar 2008 04:19:51 +0000 (UTC)
	(envelope-from root@himinbjorg.tucs-beachin-obx-house.com)
Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5])
	by mx1.freebsd.org (Postfix) with ESMTP id 98FFA8FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Mar 2008 04:19:51 +0000 (UTC)
	(envelope-from root@himinbjorg.tucs-beachin-obx-house.com)
Received: from himinbjorg.tucs-beachin-obx-house.com ([208.45.246.58])
	(authenticated bits=0)
	by vjofn.tucs-beachin-obx-house.com (8.14.2/8.14.2) with ESMTP id m2N4JeLX028375;
	Sun, 23 Mar 2008 00:19:50 -0400 (EDT)
Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1])
	by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id m2N4JXlA033436;
	Sun, 23 Mar 2008 00:19:33 -0400 (EDT)
	(envelope-from root@himinbjorg.tucs-beachin-obx-house.com)
Received: (from root@localhost)
	by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id m2N4JWCU033435;
	Sun, 23 Mar 2008 00:19:32 -0400 (EDT)
	(envelope-from root)
Message-Id: <200803230419.m2N4JWCU033435@himinbjorg.tucs-beachin-obx-house.com>
Date: Sun, 23 Mar 2008 00:19:32 -0400 (EDT)
From: Tuc <freebsd-ports@t-b-o-h.net>
Reply-To: Tuc <freebsd-ports@t-b-o-h.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Tuc <freebsd-ports@t-b-o-h.net>
Subject: New port: mail/p5-MIME-Lite-TT-HTML
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121985
>Category:       ports
>Synopsis:       New port: mail/p5-MIME-Lite-TT-HTML
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 23 04:20:03 UTC 2008
>Closed-Date:    Wed Mar 26 17:18:11 UTC 2008
>Last-Modified:  Wed Mar 26 17:20:03 UTC 2008
>Originator:     Tuc
>Release:        FreeBSD 5.5-STABLE i386
>Organization:
TBOH
>Environment:
System: FreeBSD himinbjorg.tucs-beachin-obx-house.com 5.5-STABLE FreeBSD 5.5-STABLE #9: Tue Jan 23 23:44:47 EST 2007 root@himinbjorg.tucs-beachin-obx-house.com:/usr/obj/usr/src/sys/HIMINBJORG53 i386


>Description:
This module provide easy interface to make MIME::Lite object with html
    formatted mail.
>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:
#
#	p5-MIME-Lite-TT-HTML
#	p5-MIME-Lite-TT-HTML/Makefile
#	p5-MIME-Lite-TT-HTML/distinfo
#	p5-MIME-Lite-TT-HTML/pkg-plist
#	p5-MIME-Lite-TT-HTML/pkg-descr
#
echo c - p5-MIME-Lite-TT-HTML
mkdir -p p5-MIME-Lite-TT-HTML > /dev/null 2>&1
echo x - p5-MIME-Lite-TT-HTML/Makefile
sed 's/^X//' >p5-MIME-Lite-TT-HTML/Makefile << 'END-of-p5-MIME-Lite-TT-HTML/Makefile'
X# New ports collection makefile for:	mail/p5-MIME-Lite-TT-HTML
X# Date created:				22 March 2008
X# Whom:					Tuc <freebsd-ports@t-b-o-h.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MIME-Lite-TT-HTML
XPORTVERSION=	0.04
XCATEGORIES=	mail perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	MIME
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	freebsd-ports@t-b-o-h.net
XCOMMENT=	Create html mail with MIME::Lite and TT
X
XBUILD_DEPENDS=	${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
X		${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
X		${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \
X		${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
X		${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
XPERL_MODBUILD=	yes
X
XMAN3=	MIME::Lite::TT::HTML.3
X
X.include <bsd.port.mk>
END-of-p5-MIME-Lite-TT-HTML/Makefile
echo x - p5-MIME-Lite-TT-HTML/distinfo
sed 's/^X//' >p5-MIME-Lite-TT-HTML/distinfo << 'END-of-p5-MIME-Lite-TT-HTML/distinfo'
XMD5 (MIME-Lite-TT-HTML-0.04.tar.gz) = 8e1d648d36d875e1f60b29f0b73aeafe
XSHA256 (MIME-Lite-TT-HTML-0.04.tar.gz) = bc27d65807799945615ef4b4d55189f6bda5fc50993d401acfd9fb91277cfa19
XSIZE (MIME-Lite-TT-HTML-0.04.tar.gz) = 11036
END-of-p5-MIME-Lite-TT-HTML/distinfo
echo x - p5-MIME-Lite-TT-HTML/pkg-plist
sed 's/^X//' >p5-MIME-Lite-TT-HTML/pkg-plist << 'END-of-p5-MIME-Lite-TT-HTML/pkg-plist'
X%%SITE_PERL%%/MIME/Lite/TT/HTML.pm
END-of-p5-MIME-Lite-TT-HTML/pkg-plist
echo x - p5-MIME-Lite-TT-HTML/pkg-descr
sed 's/^X//' >p5-MIME-Lite-TT-HTML/pkg-descr << 'END-of-p5-MIME-Lite-TT-HTML/pkg-descr'
XThis module provide easy interface to make MIME::Lite object with html
X    formatted mail.
X
XWWW: http://search.cpan.org/~chunzi/MIME-Lite-TT-HTML-0.04/
END-of-p5-MIME-Lite-TT-HTML/pkg-descr
exit
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Mar 23 07:27:42 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121985 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 26 17:18:10 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121985: commit references a PR
Date: Wed, 26 Mar 2008 17:18:33 +0000 (UTC)

 miwi        2008-03-26 17:18:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail                 Makefile 
   Added files:
     mail/p5-MIME-Lite-TT-HTML Makefile distinfo pkg-descr 
                               pkg-plist 
   Log:
   This module provide easy interface to make MIME::Lite object with html
       formatted mail.
   
   WWW: http://search.cpan.org/~chunzi/MIME-Lite-TT-HTML-0.04/
   
   PR:             ports/121985
   Submitted by:   Tuc <freebsd-ports at t-b-o-h.net>
   
   Revision  Changes    Path
   1.906     +1 -0      ports/mail/Makefile
   1.1       +33 -0     ports/mail/p5-MIME-Lite-TT-HTML/Makefile (new)
   1.1       +3 -0      ports/mail/p5-MIME-Lite-TT-HTML/distinfo (new)
   1.1       +4 -0      ports/mail/p5-MIME-Lite-TT-HTML/pkg-descr (new)
   1.1       +4 -0      ports/mail/p5-MIME-Lite-TT-HTML/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
