From root+utd59514@utdallas.edu  Tue Sep  5 20:33:50 2006
Return-Path: <root+utd59514@utdallas.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A0D316A4E1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Sep 2006 20:33:50 +0000 (UTC)
	(envelope-from root+utd59514@utdallas.edu)
Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CA71B43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Sep 2006 20:33:49 +0000 (GMT)
	(envelope-from root+utd59514@utdallas.edu)
Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28])
	by smtp1.utdallas.edu (Postfix) with ESMTP id 6C1EC388C65
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Sep 2006 15:33:49 -0500 (CDT)
Received: by utd59514.utdallas.edu (Postfix, from userid 0)
	id A861426181C; Tue,  5 Sep 2006 15:30:43 -0500 (CDT)
Message-Id: <20060905203043.A861426181C@utd59514.utdallas.edu>
Date: Tue,  5 Sep 2006 15:30:43 -0500 (CDT)
From: Paul Schmehl <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: mail/mulberry4, patches to add functionality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102921
>Category:       ports
>Synopsis:       mail/mulberry4, patches to add functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    girgen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 05 20:40:18 GMT 2006
>Closed-Date:    Fri Sep 22 16:17:07 GMT 2006
>Last-Modified:  Fri Sep 22 16:20:33 GMT 2006
>Originator:     Paul Schmehl
>Release:        FreeBSD 6.0-RELEASE-p6 i386
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #1: Sat Apr 1 21:39:10 CST 2006 root@utd59514.utdallas.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	These patches should only be applied to the recently submitted PR
	http://www.freebsd.org/cgi/query-pr.cgi?pr=102835
	which updates the mail/mulberry4 port to the latest version - 4.0.5

	These patches add mailcap and url.helpers files to the install in
	order to provide some default functionality to Mulberry.  They tell
	Mulberry how to handle attachments (MIME) and urls in email.
>How-To-Repeat:
	
>Fix:

	

--- patch-Makefile begins here ---
--- Makefile.orig	Tue Sep  5 15:13:38 2006
+++ Makefile	Tue Sep  5 15:16:20 2006
@@ -46,6 +46,8 @@
 	${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/Resources/* ${RESOURCESDIR}
 	${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/Plug-ins/Timezones/* ${TZDIR}
 	${INSTALL_DATA} ${WRKSRC}/.${PORTNAME}/icons/* ${PIXMAPSDIR}
+	${INSTALL_DATA} ${FILESDIR}/mailcap ${PREFIX}/etc/
+	${INSTALL_DATA} ${FILESDIR}/url.helpers ${PREFIX}/lib/
 	${INSTALL_SCRIPT} ${WRKSRC}/mulberry-start ${PREFIX}/bin/
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
--- patch-Makefile ends here ---

--- patch-pkg-message begins here ---
--- files/pkg-message.in.orig	Tue Sep  5 15:21:44 2006
+++ files/pkg-message.in	Tue Sep  5 15:25:16 2006
@@ -3,5 +3,16 @@
 Support is through the community.  If you need support, you
 can start here - http://www.mulberrymail.com/support.shtml
 
+This port installs a url.helper file in %%PREFIX%%/lib
+and a mailcap file in %%PREFIX%%/etc.  These files tell
+Mulberry how to handle links and attachments (respectively)
+in email.  They assume that you are using Firefox and KDE.  If
+you want to override their values, copy them to .url.helpers
+and .mailcap in your home directory and then edit them
+appropriately.
+
 To run Mulberry, launch the mulberry-start script found in
-%%PREFIX%%/bin/.
+%%PREFIX%%/bin/.  The startup script sources the Resources
+directory properly so that Mulberry's GUI will display text
+correctly.
+
--- patch-pkg-message ends here ---

--- patch-pkg-plist begins here ---
--- pkg-plist.orig	Tue Sep  5 15:19:39 2006
+++ pkg-plist	Tue Sep  5 15:20:22 2006
@@ -1,4 +1,6 @@
 bin/%%PORTNAME%%
+etc/mailcap
+lib/url.helpers
 lib/%%PORTNAME%%/Plug-ins/ASpellPlugin.so
 lib/%%PORTNAME%%/Plug-ins/CRAMMD5Plugin.so
 lib/%%PORTNAME%%/Plug-ins/CommunicatorAdbkIOPlugin.so
--- patch-pkg-plist ends here ---

--- mailcap begins here ---
image/jpeg; kview %s
image/gif; kview %s
application/rtf; kword %s
application/msword; kword %s
application/vnd.ms-excel; kspread %s
application/pdf; kpdf %s
video/x-ms-wmv; mplayer %s
--- mailcap ends here ---

--- url.helpers begins here ---
http firefox %s
https firefox %s
ftp firefox %s
--- url.helpers ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->girgen 
Responsible-Changed-By: vs 
Responsible-Changed-When: Tue Sep 12 02:48:07 UTC 2006 
Responsible-Changed-Why:  
girgen@ already holds the other PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102921 
State-Changed-From-To: open->closed 
State-Changed-By: girgen 
State-Changed-When: Fri Sep 22 16:15:52 UTC 2006 
State-Changed-Why:  
committed a new mulberry port inspired by this PR. Thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102921: commit references a PR
Date: Fri, 22 Sep 2006 16:13:24 +0000 (UTC)

 girgen      2006-09-22 16:13:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail                 Makefile 
   Added files:
     mail/mulberry        Makefile distinfo pkg-descr pkg-message 
                          pkg-plist 
     mail/mulberry/files  mailcap url.helpers 
   Log:
   Mulberry email client resurrected. Mulberry is now freeware.
   
   PR: ports/102835, ports/102921 (Paul Schmehl)
   
   Revision  Changes    Path
   1.795     +1 -0      ports/mail/Makefile
   1.20      +61 -0     ports/mail/mulberry/Makefile (new)
   1.12      +3 -0      ports/mail/mulberry/distinfo (new)
   1.1       +53 -0     ports/mail/mulberry/files/mailcap (new)
   1.1       +3 -0      ports/mail/mulberry/files/url.helpers (new)
   1.3       +15 -0     ports/mail/mulberry/pkg-descr (new)
   1.4       +10 -0     ports/mail/mulberry/pkg-message (new)
   1.5       +51 -0     ports/mail/mulberry/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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102921: commit references a PR
Date: Fri, 22 Sep 2006 16:14:06 +0000 (UTC)

 girgen      2006-09-22 16:14:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    modules 
   Log:
   Mulberry email client resurrected. Mulberry is now freeware.
   
   PR: ports/102835, ports/102921 (Paul Schmehl)
   
   Revision  Changes    Path
   1.16253   +1 -0      CVSROOT/modules
 _______________________________________________
 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:
