From nobody@FreeBSD.org  Fri Apr  7 21:58:20 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0F32D37BD19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Apr 2000 21:58:14 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id VAA34210;
	Fri, 7 Apr 2000 21:58:14 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004080458.VAA34210@freefall.freebsd.org>
Date: Fri, 7 Apr 2000 21:58:14 -0700 (PDT)
From: tkato@prontomail.ne.jp
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: converters/mimepp to 1.2.4
X-Send-Pr-Version: www-1.0

>Number:         17850
>Category:       ports
>Synopsis:       Update port: converters/mimepp to 1.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr  7 22:00:01 PDT 2000
>Closed-Date:    Sun Apr 30 12:37:27 PDT 2000
>Last-Modified:  Sun Apr 30 12:38:55 PDT 2000
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.4
- Add WWW: line into pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/converters/mimepp/Makefile converters/mimepp/Makefile
--- /usr/ports/converters/mimepp/Makefile	Wed Mar 29 19:59:10 2000
+++ converters/mimepp/Makefile	Sat Apr  8 13:51:54 2000
@@ -1,36 +1,32 @@
 # New ports collection makefile for:	mimepp
-# Version required:			1.0
+# Version required:			1.2.4
 # Date created:				3 July 1997
 # Whom:					Andrey Zakhvatov
 #
 # $FreeBSD: ports/converters/mimepp/Makefile,v 1.6 2000/03/29 07:16:51 kris Exp $
 #
 
-DISTNAME=		mimepp-1.0
-CATEGORIES=		converters
-MASTER_SITES=		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	devel/lang/c++
+DISTNAME=	mimepp-1.2.4
+CATEGORIES=	converters
+MASTER_SITES=	http://www.hunnysoft.com/mimepp/
 
-MAINTAINER=		ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 
-MAKEFILE=		makefile.unx
-ALL_TARGET=		lib
+MAKEFILE=	makefile-unix
+ALL_TARGET=	default
 
 do-install:
-	@ ${INSTALL_DATA} ${WRKSRC}/libmimepp.a ${PREFIX}/lib
-	@ ${MKDIR} ${PREFIX}/include/mimepp
-.for file in address.h addrlist.h binhex.h body.h bodypart.h boyermor.h config.h datetime.h debug.h disptype.h entity.h enum.h field.h fieldbdy.h group.h headers.h mailbox.h mboxlist.h mechansm.h mediatyp.h message.h mimepp.h msgcmp.h msgid.h nntp.h param.h pop.h protocol.h smtp.h string.h text.h token.h utility.h uuencode.h
-	@ ${INSTALL_DATA} ${WRKSRC}/mimepp/${file} ${PREFIX}/include/mimepp
-.endfor
-	@ ${MKDIR} ${PREFIX}/share/doc/mimepp
-.for file in CPYRIGHT LICENSE README Tutorial
-	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mimepp
-.endfor
-	@ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/mimepp
-	@ ${MKDIR} ${PREFIX}/share/examples/mimepp
-	@ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/mimepp
-.for file in attach.cpp attach.h basicmsg.cpp basicmsg.h exampl01.cpp exampl01.txt exampl02.cpp exampl02.txt exampl03.cpp exampl03.txt exampl04.cpp exampl04.txt exampl05.cpp exampl05.txt multipar.cpp multipar.h
-	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/mimepp
-.endfor
+	${INSTALL_DATA} ${WRKSRC}/dev/*.a ${PREFIX}/lib
+	@${MKDIR} ${PREFIX}/include/mimepp
+	${INSTALL_DATA} ${WRKSRC}/src/mimepp/*.h ${PREFIX}/include/mimepp
+	@${MKDIR} ${PREFIX}/share/examples/mimepp
+	${INSTALL_DATA} ${WRKSRC}/examples/*.cpp ${PREFIX}/share/examples/mimepp
+	${INSTALL_DATA} ${WRKSRC}/examples/*.h ${PREFIX}/share/examples/mimepp
+	${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${PREFIX}/share/examples/mimepp
+	${INSTALL_DATA} ${WRKSRC}/examples/makefile-unix ${PREFIX}/share/examples/mimepp
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${PREFIX}/share/doc/mimepp
+	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mimepp
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/converters/mimepp/files/md5 converters/mimepp/files/md5
--- /usr/ports/converters/mimepp/files/md5	Tue Sep 23 20:09:31 1997
+++ converters/mimepp/files/md5	Thu Mar 30 21:20:05 2000
@@ -1 +1 @@
-MD5 (mimepp-1.0.tar.gz) = c028be12cd77339e3277c30bef58fb4a
+MD5 (mimepp-1.2.4.tar.gz) = d5001792f1fb946162bc959b8f030d14
diff -urN /usr/ports/converters/mimepp/patches/patch-aa converters/mimepp/patches/patch-aa
--- /usr/ports/converters/mimepp/patches/patch-aa	Tue Sep 23 20:09:32 1997
+++ converters/mimepp/patches/patch-aa	Thu Mar 30 21:23:17 2000
@@ -1,19 +1,26 @@
-*** makefile.unx	Tue Sep  2 19:28:33 1997
---- /home/andy/tmp/wrk/makefile.unx	Tue Sep 23 07:48:55 1997
-***************
-*** 26,32 ****
-  # C++ compiler flags (except -c, -I, -L, -l)
-  #
-  # Add -g here if you want debugger symbols included
-! CXXFLAGS =
-  
-  # The search path for include files. Change only if necessary.
-  INC_PATH = -I.
---- 26,32 ----
-  # C++ compiler flags (except -c, -I, -L, -l)
-  #
-  # Add -g here if you want debugger symbols included
-! CXXFLAGS = ${CFLAGS}
-  
-  # The search path for include files. Change only if necessary.
-  INC_PATH = -I.
+--- makefile-unix.orig	Wed Sep  1 17:14:36 1999
++++ makefile-unix	Thu Mar 30 21:23:08 2000
+@@ -19,19 +19,19 @@
+ 
+ ###### Tools
+ 
+-CXX = g++
++CXX ?= g++
+ AR = ar
+ RANLIB = ranlib
+ 
+ ###### Compiler/linker flags
+ 
+-DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -g -fexceptions -I./src
++DBG_CXX_FLAGS = -DDW_DEBUG_VERSION ${CXXFLAGS} -I./src
+ DBG_LINK_FLAGS = 
+ 
+-DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -g -fexceptions -I./src
++DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION ${CXXFLAGS} -I./src
+ DEV_LINK_FLAGS = 
+ 
+-REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -fexceptions -I./src
++REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION ${CXXFLAGS} -I./src
+ REL_LINK_FLAGS = 
+ 
+ ###### Default target
diff -urN /usr/ports/converters/mimepp/pkg/DESCR converters/mimepp/pkg/DESCR
--- /usr/ports/converters/mimepp/pkg/DESCR	Tue Sep 23 20:09:33 1997
+++ converters/mimepp/pkg/DESCR	Thu Mar 30 21:17:18 2000
@@ -6,3 +6,5 @@
 quoted-printable and base64 encoding/decoding, and all
 header fields specified in RFC-822, RFC-1036, and RFC-2045.
 MIME++ is extensible through inheritance and polymorphism.
+
+WWW: http://www.hunnysoft.com/mimepp/
diff -urN /usr/ports/converters/mimepp/pkg/PLIST converters/mimepp/pkg/PLIST
--- /usr/ports/converters/mimepp/pkg/PLIST	Tue Sep 23 20:09:33 1997
+++ converters/mimepp/pkg/PLIST	Sat Apr  8 13:52:26 2000
@@ -1,8 +1,10 @@
 include/mimepp/address.h
 include/mimepp/addrlist.h
+include/mimepp/applfile.h
 include/mimepp/binhex.h
 include/mimepp/body.h
 include/mimepp/bodypart.h
+include/mimepp/bounds.h
 include/mimepp/boyermor.h
 include/mimepp/config.h
 include/mimepp/datetime.h
@@ -10,6 +12,7 @@
 include/mimepp/disptype.h
 include/mimepp/entity.h
 include/mimepp/enum.h
+include/mimepp/except.h
 include/mimepp/field.h
 include/mimepp/fieldbdy.h
 include/mimepp/group.h
@@ -25,20 +28,23 @@
 include/mimepp/nntp.h
 include/mimepp/param.h
 include/mimepp/pop.h
+include/mimepp/proto_nt.h
+include/mimepp/proto_un.h
 include/mimepp/protocol.h
 include/mimepp/smtp.h
+include/mimepp/stamp.h
 include/mimepp/string.h
+include/mimepp/system.h
 include/mimepp/text.h
 include/mimepp/token.h
 include/mimepp/utility.h
 include/mimepp/uuencode.h
-lib/libmimepp.a
-share/doc/mimepp/CPYRIGHT
-share/doc/mimepp/LICENSE
-share/doc/mimepp/README
-share/doc/mimepp/Tutorial
+lib/libmimepp_core.a
+lib/libmimepp_net.a
+lib/libmimepp_util.a
 share/doc/mimepp/address.html
 share/doc/mimepp/addrlist.html
+share/doc/mimepp/applfile.html
 share/doc/mimepp/binhex.html
 share/doc/mimepp/body.html
 share/doc/mimepp/bodypart.html
@@ -63,11 +69,11 @@
 share/doc/mimepp/pop.html
 share/doc/mimepp/protocol.html
 share/doc/mimepp/smtp.html
+share/doc/mimepp/stamp.html
 share/doc/mimepp/string.html
 share/doc/mimepp/text.html
 share/doc/mimepp/util.html
 share/doc/mimepp/uuencode.html
-share/examples/mimepp/Makefile
 share/examples/mimepp/attach.cpp
 share/examples/mimepp/attach.h
 share/examples/mimepp/basicmsg.cpp
@@ -82,8 +88,9 @@
 share/examples/mimepp/exampl04.txt
 share/examples/mimepp/exampl05.cpp
 share/examples/mimepp/exampl05.txt
+share/examples/mimepp/makefile-unix
 share/examples/mimepp/multipar.cpp
 share/examples/mimepp/multipar.h
-@dirrm include/mimepp
-@dirrm share/doc/mimepp
 @dirrm share/examples/mimepp
+@dirrm share/doc/mimepp
+@dirrm include/mimepp


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Apr 30 12:37:27 PDT 2000 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
