View | Details | Raw Unified | Return to bug 73456
Collapse All | Expand All

(-)ctpp/Makefile (-3 / +11 lines)
Lines 1-14 Link Here
1
# New ports collection makefile for:   ctpp
1
# New ports collection makefile for:   ctpp
2
# Date created:         19 July 2004
2
# Date created:         03 November 2004
3
# Whom:                 shetuhin@corp.mail.ru (Andrei V. Shetuhin)
3
# Whom:                 shetuhin@corp.mail.ru (Andrei V. Shetuhin)
4
#
4
#
5
# $FreeBSD: ports/textproc/ctpp/Makefile,v 1.1 2004/07/26 12:32:51 sem Exp $
5
# $FreeBSD: ports/textproc/ctpp/Makefile,v 1.1 2004/07/26 12:32:51 sem Exp $
6
#
6
#
7
7
8
PORTNAME=	ctpp
8
PORTNAME=	ctpp
9
PORTVERSION=	1.0
9
PORTVERSION=	1.5
10
CATEGORIES=	textproc devel
10
CATEGORIES=	textproc devel
11
MASTER_SITES=	http://www.reki.ru/products/ctpp/
11
MASTER_SITES=	http://www.reki.ru/products/ctpp/download/
12
12
13
MAINTAINER=	shetuhin@corp.mail.ru
13
MAINTAINER=	shetuhin@corp.mail.ru
14
COMMENT=	C++ library to use templates in C/C++ projects
14
COMMENT=	C++ library to use templates in C/C++ projects
Lines 17-21 Link Here
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
18
19
INSTALLS_SHLIB=	yes
19
INSTALLS_SHLIB=	yes
20
21
.if defined(WITH_CTPP_PERF_TUNING)
22
CONFIGURE_ARGS+= --enable-optimization
23
.endif
24
25
.if defined(WITH_CTPP_DEBUG)
26
CONFIGURE_ARGS+= --enable-debug
27
.endif
20
28
21
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)ctpp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (ctpp-1.0.tar.gz) = 394a4dd9e1565834a17d36979b308359
1
MD5 (ctpp-1.5.tar.gz) = cae9cdf4bf37ddee7f3992d01aabb6aa
2
SIZE (ctpp-1.0.tar.gz) = 57945
2
SIZE (ctpp-1.5.tar.gz) = 94310
(-)ctpp/pkg-plist (+1 lines)
Lines 8-13 Link Here
8
include/ctpp/functions/value_in_set.hpp
8
include/ctpp/functions/value_in_set.hpp
9
include/ctpp/util/d2str.hpp
9
include/ctpp/util/d2str.hpp
10
lib/libctpp.so
10
lib/libctpp.so
11
lib/libctpp.a
11
@dirrm include/ctpp/util
12
@dirrm include/ctpp/util
12
@dirrm include/ctpp/functions
13
@dirrm include/ctpp/functions
13
@dirrm include/ctpp/ctpp
14
@dirrm include/ctpp/ctpp

Return to bug 73456