- Update to 1.5

PR:		ports/73456
Submitted by:	Andrei V. Shetuhin <shetuhin@corp.mail.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-11-05 19:32:04 +00:00
parent 72d9a247cf
commit 413fadc872
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120907
3 changed files with 13 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -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