summaryrefslogtreecommitdiffstats
path: root/textproc/ctpp
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-05 19:32:04 +0000
committerpav <pav@FreeBSD.org>2004-11-05 19:32:04 +0000
commita654604002fd959f4aa07df83aedccf3e14312ac (patch)
tree85b0a29f3d16d4794ddcf4f3ef1d653dc2bef48c /textproc/ctpp
parentd50ab90ac013eeb0908f20332dd502dd335856fa (diff)
downloadFreeBSD-ports-a654604002fd959f4aa07df83aedccf3e14312ac.zip
FreeBSD-ports-a654604002fd959f4aa07df83aedccf3e14312ac.tar.gz
- Update to 1.5
PR: ports/73456 Submitted by: Andrei V. Shetuhin <shetuhin@corp.mail.ru> (maintainer)
Diffstat (limited to 'textproc/ctpp')
-rw-r--r--textproc/ctpp/Makefile12
-rw-r--r--textproc/ctpp/distinfo4
-rw-r--r--textproc/ctpp/pkg-plist1
3 files changed, 13 insertions, 4 deletions
diff --git a/textproc/ctpp/Makefile b/textproc/ctpp/Makefile
index fb8caf5..321ecd0 100644
--- a/textproc/ctpp/Makefile
+++ b/textproc/ctpp/Makefile
@@ -6,9 +6,9 @@
#
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
@@ -18,4 +18,12 @@ 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 --git a/textproc/ctpp/distinfo b/textproc/ctpp/distinfo
index cb94149..b7865c9 100644
--- a/textproc/ctpp/distinfo
+++ b/textproc/ctpp/distinfo
@@ -1,2 +1,2 @@
-MD5 (ctpp-1.0.tar.gz) = 394a4dd9e1565834a17d36979b308359
-SIZE (ctpp-1.0.tar.gz) = 57945
+MD5 (ctpp-1.5.tar.gz) = 40733c0845617073afb009ffb2a8d6d5
+SIZE (ctpp-1.5.tar.gz) = 94518
diff --git a/textproc/ctpp/pkg-plist b/textproc/ctpp/pkg-plist
index d7a9be9..a23d523 100644
--- a/textproc/ctpp/pkg-plist
+++ b/textproc/ctpp/pkg-plist
@@ -8,6 +8,7 @@ include/ctpp/functions/urlescape.hpp
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
OpenPOWER on IntegriCloud