From shetuhin@corp.mail.ru  Wed Nov  3 15:14:03 2004
Return-Path: <shetuhin@corp.mail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A599416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Nov 2004 15:14:03 +0000 (GMT)
Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 203BB43D62
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Nov 2004 15:14:03 +0000 (GMT)
	(envelope-from shetuhin@corp.mail.ru)
Received: from [213.221.5.18] (port=2909 helo=stellar)
	by mx2.mail.ru with smtp 
	id 1CPMp5-000939-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Nov 2004 18:13:53 +0300
Message-Id: <E1CPMp5-000939-00.shetuhin-corp-mail-ru@mx2.mail.ru>
Date: Wed, 03 Nov 2004 18:13:53 +0300
From: "Andrei V. Shetuhin" <shetuhin@corp.mail.ru>
Reply-To: "Andrei V. Shetuhin" <shetuhin@corp.mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: A new version of CT++ library
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73456
>Category:       ports
>Synopsis:       A new version of CT++ library
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 15:20:29 GMT 2004
>Closed-Date:    Fri Nov 05 19:32:17 GMT 2004
>Last-Modified:  Fri Nov 05 19:32:17 GMT 2004
>Originator:     
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
Mail.ru
>Environment:
System: FreeBSD adolf.corp.mail.ru 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386
>Description:
- Update to 1.5
>How-To-Repeat:
>Fix:
diff -uNr ctpp.orig/Makefile ctpp/Makefile
--- ctpp.orig/Makefile	Mon Jul 26 16:32:51 2004
+++ ctpp/Makefile	Wed Nov  3 14:59:36 2004
@@ -1,14 +1,14 @@
 # New ports collection makefile for:   ctpp
-# Date created:         19 July 2004
+# Date created:         03 November 2004
 # Whom:                 shetuhin@corp.mail.ru (Andrei V. Shetuhin)
 #
 # $FreeBSD: ports/textproc/ctpp/Makefile,v 1.1 2004/07/26 12:32:51 sem Exp $
 #
 
 PORTNAME=	ctpp
-PORTVERSION=	1.0
+PORTVERSION=	1.5
 CATEGORIES=	textproc devel
-MASTER_SITES=	http://www.reki.ru/products/ctpp/
+MASTER_SITES=	http://www.reki.ru/products/ctpp/download/
 
 MAINTAINER=	shetuhin@corp.mail.ru
 COMMENT=	C++ library to use templates in C/C++ projects
@@ -17,5 +17,13 @@
 USE_GMAKE=	yes
 
 INSTALLS_SHLIB=	yes
+
+.if defined(WITH_CTPP_PERF_TUNING)
+CONFIGURE_ARGS+= --enable-optimization
+.endif
+
+.if defined(WITH_CTPP_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
 
 .include <bsd.port.mk>
diff -uNr ctpp.orig/distinfo ctpp/distinfo
--- ctpp.orig/distinfo	Mon Jul 26 16:32:51 2004
+++ ctpp/distinfo	Wed Nov  3 15:39:04 2004
@@ -1,2 +1,2 @@
-MD5 (ctpp-1.0.tar.gz) = 394a4dd9e1565834a17d36979b308359
-SIZE (ctpp-1.0.tar.gz) = 57945
+MD5 (ctpp-1.5.tar.gz) = cae9cdf4bf37ddee7f3992d01aabb6aa
+SIZE (ctpp-1.5.tar.gz) = 94310
diff -uNr ctpp.orig/pkg-plist ctpp/pkg-plist
--- ctpp.orig/pkg-plist	Mon Jul 26 16:32:51 2004
+++ ctpp/pkg-plist	Fri Oct 29 20:10:43 2004
@@ -8,6 +8,7 @@
 include/ctpp/functions/value_in_set.hpp
 include/ctpp/util/d2str.hpp
 lib/libctpp.so
+lib/libctpp.a
 @dirrm include/ctpp/util
 @dirrm include/ctpp/functions
 @dirrm include/ctpp/ctpp

>Release-Note:
>Audit-Trail:

From: Michael Johnson <ahze@ahze.net>
To: "Andrei V. Shetuhin" <shetuhin@corp.mail.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/73456: A new version of CT++ library
Date: Wed, 3 Nov 2004 10:41:15 -0500

 Just so you know the Date created: line never changes.
 
 Michael
 > diff -uNr ctpp.orig/Makefile ctpp/Makefile
 > --- ctpp.orig/Makefile	Mon Jul 26 16:32:51 2004
 > +++ ctpp/Makefile	Wed Nov  3 14:59:36 2004
 > @@ -1,14 +1,14 @@
 >  # New ports collection makefile for:   ctpp
 > -# Date created:         19 July 2004
 > +# Date created:         03 November 2004
 >  # Whom:                 shetuhin@corp.mail.ru (Andrei V. Shetuhin)
 >  #
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Nov 5 19:32:11 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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