[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UPDATE: www/mhonarc



Hi

attached is a patch to update www/mhonarc to the 2.6.15 release

MHonArc changes:
- lots of bug fixes
- http://www.mhonarc.org/MHonArc/CHANGES

port changes:
- update patches
- remove unnecessary patches
- KNF Makefile


Regards,
Christian
diff -urN -x CVS /usr/ports/www/mhonarc/Makefile /home/src/www/mhonarc/Makefile
--- /usr/ports/www/mhonarc/Makefile	Sat Feb 12 13:47:02 2005
+++ /home/src/www/mhonarc/Makefile	Fri Oct 21 10:57:30 2005
@@ -2,16 +2,16 @@
 
 COMMENT=		"highly customizable e-mail to HTML converter"
 
-VERSION=		2.6.8
+VERSION=		2.6.15
 DISTNAME=		MHonArc-${VERSION}
 PKGNAME=		${DISTNAME:L}
-CATEGORIES=     	www mail
+CATEGORIES=		www mail
 
 HOMEPAGE=		http://www.mhonarc.org/
 
 MASTER_SITES=		http://www.mhonarc.org/release/MHonArc/tar/ \
 			http://www.nacs.uci.edu/indiv/ehood/tar/ \
-			ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ 
+			ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
 
 # GPL
 PERMIT_PACKAGE_CDROM=	Yes
@@ -37,7 +37,7 @@
 
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc
-	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/examples	
+	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/examples
 	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/extras
 	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} \
 	  ${PREFIX}/share/examples/mhonarc/examples
diff -urN -x CVS /usr/ports/www/mhonarc/distinfo /home/src/www/mhonarc/distinfo
--- /usr/ports/www/mhonarc/distinfo	Sun Jan 30 17:55:51 2005
+++ /home/src/www/mhonarc/distinfo	Thu Oct 20 11:57:34 2005
@@ -1,4 +1,4 @@
-MD5 (MHonArc-2.6.8.tar.gz) = 058dc8ab73db2ce0c37d401ffc57b609
-RMD160 (MHonArc-2.6.8.tar.gz) = 5f913f0082f84b535e2b7d92533195fac18519cb
-SHA1 (MHonArc-2.6.8.tar.gz) = df81ad3c291c3b24eb742419636b7a0b2148260c
-SIZE (MHonArc-2.6.8.tar.gz) = 1902907
+MD5 (MHonArc-2.6.15.tar.gz) = fa90cc83645125df476232eed2422656
+RMD160 (MHonArc-2.6.15.tar.gz) = 7f87155c0dc03e7b72da1c5109b464551d225c36
+SHA1 (MHonArc-2.6.15.tar.gz) = b641fae1d32a98c793eecd1e840b066a37ecda32
+SIZE (MHonArc-2.6.15.tar.gz) = 1932656
diff -urN -x CVS /usr/ports/www/mhonarc/patches/patch-examples_mha-preview /home/src/www/mhonarc/patches/patch-examples_mha-preview
--- /usr/ports/www/mhonarc/patches/patch-examples_mha-preview	Sun Sep 15 03:09:47 2002
+++ /home/src/www/mhonarc/patches/patch-examples_mha-preview	Thu Oct 20 16:59:26 2005
@@ -1,7 +1,9 @@
 $OpenBSD: patch-examples_mha-preview,v 1.1 2002/09/15 01:09:47 pvalchev Exp $
---- examples/mha-preview.orig	Tue Sep 10 05:02:20 2002
-+++ examples/mha-preview	Tue Sep 10 05:03:15 2002
+--- examples/mha-preview.orig	Tue Jul  5 04:06:21 2005
++++ examples/mha-preview	Thu Oct 20 16:59:21 2005
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  ##---------------------------------------------------------------------------##
+ ##  File:
+ ##	$Id: mha-preview,v 1.4 2005/07/05 02:06:21 ehood Exp $
diff -urN -x CVS /usr/ports/www/mhonarc/patches/patch-examples_mhasiteinit_pl /home/src/www/mhonarc/patches/patch-examples_mhasiteinit_pl
--- /usr/ports/www/mhonarc/patches/patch-examples_mhasiteinit_pl	Sun Sep 15 03:09:47 2002
+++ /home/src/www/mhonarc/patches/patch-examples_mhasiteinit_pl	Thu Oct 20 16:59:26 2005
@@ -1,7 +1,9 @@
 $OpenBSD: patch-examples_mhasiteinit_pl,v 1.1 2002/09/15 01:09:47 pvalchev Exp $
---- examples/mhasiteinit.pl.orig	Tue Sep 10 05:02:44 2002
-+++ examples/mhasiteinit.pl	Tue Sep 10 05:03:05 2002
+--- examples/mhasiteinit.pl.orig	Thu Jun  2 04:12:30 2005
++++ examples/mhasiteinit.pl	Thu Oct 20 16:59:21 2005
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  ##---------------------------------------------------------------------------##
+ ##  File:
+ ##      $Id: mhasiteinit.pl,v 1.4 2005/06/02 02:12:30 ehood Exp $
diff -urN -x CVS /usr/ports/www/mhonarc/patches/patch-mha-dbedit /home/src/www/mhonarc/patches/patch-mha-dbedit
--- /usr/ports/www/mhonarc/patches/patch-mha-dbedit	Mon Oct  9 02:04:58 2000
+++ /home/src/www/mhonarc/patches/patch-mha-dbedit	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-$OpenBSD: patch-mha-dbedit,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
---- mha-dbedit.orig	Fri Sep 29 22:58:55 2000
-+++ mha-dbedit	Fri Sep 29 22:59:04 2000
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- ##---------------------------------------------------------------------------##
- ##  File:
- ##	@(#) mha-dbedit 1.3 00/04/24 00:13:52
diff -urN -x CVS /usr/ports/www/mhonarc/patches/patch-mha-dbrecover /home/src/www/mhonarc/patches/patch-mha-dbrecover
--- /usr/ports/www/mhonarc/patches/patch-mha-dbrecover	Mon Oct  9 02:04:58 2000
+++ /home/src/www/mhonarc/patches/patch-mha-dbrecover	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-$OpenBSD: patch-mha-dbrecover,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
---- mha-dbrecover.orig	Fri Sep 29 22:58:02 2000
-+++ mha-dbrecover	Fri Sep 29 22:58:14 2000
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- ##---------------------------------------------------------------------------##
- ##  File:
- ##	@(#) mha-dbrecover 1.3 00/04/24 00:13:55
diff -urN -x CVS /usr/ports/www/mhonarc/patches/patch-mha-decode /home/src/www/mhonarc/patches/patch-mha-decode
--- /usr/ports/www/mhonarc/patches/patch-mha-decode	Mon Oct  9 02:04:58 2000
+++ /home/src/www/mhonarc/patches/patch-mha-decode	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-$OpenBSD: patch-mha-decode,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
---- mha-decode.orig	Fri Sep 29 22:58:22 2000
-+++ mha-decode	Fri Sep 29 22:58:42 2000
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- ##---------------------------------------------------------------------------##
- ##  File:
- ##	@(#) mha-decode 1.3 00/04/24 00:13:53
diff -urN -x CVS /usr/ports/www/mhonarc/patches/patch-mhonarc /home/src/www/mhonarc/patches/patch-mhonarc
--- /usr/ports/www/mhonarc/patches/patch-mhonarc	Mon Oct  9 02:04:58 2000
+++ /home/src/www/mhonarc/patches/patch-mhonarc	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-$OpenBSD: patch-mhonarc,v 1.1.1.1 2000/10/09 00:04:58 avsm Exp $
---- mhonarc.orig	Fri Sep 29 22:57:14 2000
-+++ mhonarc	Fri Sep 29 22:57:25 2000
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- ##---------------------------------------------------------------------------##
- ##  File:
- ##	@(#) mhonarc 2.5 00/04/24 00:13:37
diff -urN -x CVS /usr/ports/www/mhonarc/pkg/PLIST /home/src/www/mhonarc/pkg/PLIST
--- /usr/ports/www/mhonarc/pkg/PLIST	Sat Oct 30 21:28:02 2004
+++ /home/src/www/mhonarc/pkg/PLIST	Fri Oct 21 10:58:03 2005
@@ -222,6 +222,8 @@
 share/doc/mhonarc/resources/afs.html
 share/doc/mhonarc/resources/annotate.html
 share/doc/mhonarc/resources/archive.html
+share/doc/mhonarc/resources/attachmentdir.html
+share/doc/mhonarc/resources/attachmenturl.html
 share/doc/mhonarc/resources/authorbegin.html
 share/doc/mhonarc/resources/authorend.html
 share/doc/mhonarc/resources/authsort.html
@@ -305,6 +307,7 @@
 share/doc/mhonarc/resources/mimedecoders.html
 share/doc/mhonarc/resources/mimeexcs.html
 share/doc/mhonarc/resources/mimefilters.html
+share/doc/mhonarc/resources/mimeincs.html
 share/doc/mhonarc/resources/modifybodyaddresses.html
 share/doc/mhonarc/resources/modtime.html
 share/doc/mhonarc/resources/months.html
@@ -324,6 +327,7 @@
 share/doc/mhonarc/resources/msgsep.html
 share/doc/mhonarc/resources/multipg.html
 share/doc/mhonarc/resources/news.html
+share/doc/mhonarc/resources/newsurl.html
 share/doc/mhonarc/resources/nextbutton.html
 share/doc/mhonarc/resources/nextbuttonia.html
 share/doc/mhonarc/resources/nextlink.html
@@ -345,6 +349,7 @@
 share/doc/mhonarc/resources/prevlinkia.html
 share/doc/mhonarc/resources/prevpglink.html
 share/doc/mhonarc/resources/prevpglinkia.html
+share/doc/mhonarc/resources/printxcomments.html
 share/doc/mhonarc/resources/quiet.html
 share/doc/mhonarc/resources/rcfile.html
 share/doc/mhonarc/resources/reconvert.html
@@ -490,7 +495,7 @@
 share/examples/mhonarc/examples/utf-8.mrc
 share/examples/mhonarc/extras/
 share/examples/mhonarc/extras/INSTALL
-share/examples/mhonarc/extras/README
+share/examples/mhonarc/extras/README.txt
 share/examples/mhonarc/extras/mha-mhedit
 share/examples/mhonarc/extras/mha-mhedit.html
 share/examples/mhonarc/extras/mha-repl.mrc

Visit your host, monkey.org