Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Nov 2004 18:13:53 +0300
From:      "Andrei V. Shetuhin" <shetuhin@corp.mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73456: A new version of CT++ library
Message-ID:  <E1CPMp5-000939-00.shetuhin-corp-mail-ru@mx2.mail.ru>
Resent-Message-ID: <200411031520.iA3FKTxi012053@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73456
>Category:       ports
>Synopsis:       A new version of CT++ library
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 15:20:29 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CPMp5-000939-00.shetuhin-corp-mail-ru>