From owner-svn-ports-all@FreeBSD.ORG Fri Sep 21 21:17:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631E3106564A; Fri, 21 Sep 2012 21:17:59 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 13BE68FC0A; Fri, 21 Sep 2012 21:17:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8LLHwPR010407; Fri, 21 Sep 2012 21:17:58 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8LLHwPi010401; Fri, 21 Sep 2012 21:17:58 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209212117.q8LLHwPi010401@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 21 Sep 2012 21:17:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304640 - in head/textproc: . ctpl X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 21:17:59 -0000 Author: makc Date: Fri Sep 21 21:17:58 2012 New Revision: 304640 URL: http://svn.freebsd.org/changeset/ports/304640 Log: Add new port textproc/ctpl: CTPL is a template engine library. It allows fast and easy parsing of templates and fine control over template parsing environment. WWW: http://ctpl.tuxfamily.org Added: head/textproc/ctpl/ head/textproc/ctpl/Makefile (contents, props changed) head/textproc/ctpl/distinfo (contents, props changed) head/textproc/ctpl/pkg-descr (contents, props changed) head/textproc/ctpl/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 21 19:56:26 2012 (r304639) +++ head/textproc/Makefile Fri Sep 21 21:17:58 2012 (r304640) @@ -85,6 +85,7 @@ SUBDIR += csv2latex SUBDIR += csv2xml SUBDIR += csvdiff + SUBDIR += ctpl SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell Added: head/textproc/ctpl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ctpl/Makefile Fri Sep 21 21:17:58 2012 (r304640) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= ctpl +PORTVERSION= 0.3.3 +CATEGORIES= textproc devel +MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ + +MAINTAINER= makc@FreeBSD.org +COMMENT= C Template (Parser) Library + +GNU_CONFIGURE= yes +USE_GNOME= glib20 gnomehack +USE_PKGCONFIG= build +USE_LDCONFIG= yes + +MAN1= ctpl.1 + +.include Added: head/textproc/ctpl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ctpl/distinfo Fri Sep 21 21:17:58 2012 (r304640) @@ -0,0 +1,2 @@ +SHA256 (ctpl-0.3.3.tar.gz) = 7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7 +SIZE (ctpl-0.3.3.tar.gz) = 582575 Added: head/textproc/ctpl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ctpl/pkg-descr Fri Sep 21 21:17:58 2012 (r304640) @@ -0,0 +1,4 @@ +CTPL is a template engine library. It allows fast and easy parsing +of templates and fine control over template parsing environment. + +WWW: http://ctpl.tuxfamily.org Added: head/textproc/ctpl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ctpl/pkg-plist Fri Sep 21 21:17:58 2012 (r304640) @@ -0,0 +1,51 @@ +bin/ctpl +include/ctpl/ctpl-environ.h +include/ctpl/ctpl-eval.h +include/ctpl/ctpl-input-stream.h +include/ctpl/ctpl-io.h +include/ctpl/ctpl-lexer-expr.h +include/ctpl/ctpl-lexer.h +include/ctpl/ctpl-output-stream.h +include/ctpl/ctpl-parser.h +include/ctpl/ctpl-token.h +include/ctpl/ctpl-value.h +include/ctpl/ctpl-version.h +include/ctpl/ctpl.h +lib/libctpl.a +lib/libctpl.la +lib/libctpl.so +lib/libctpl.so.4 +libdata/pkgconfig/ctpl.pc +share/gtk-doc/html/ctpl/annotation-glossary.html +share/gtk-doc/html/ctpl/api-index-deprecated.html +share/gtk-doc/html/ctpl/api-index-full.html +share/gtk-doc/html/ctpl/ch01.html +share/gtk-doc/html/ctpl/ch01s02.html +share/gtk-doc/html/ctpl/ch01s03.html +share/gtk-doc/html/ctpl/ch01s05.html +share/gtk-doc/html/ctpl/ch02.html +share/gtk-doc/html/ctpl/ctpl-CtplEnviron.html +share/gtk-doc/html/ctpl/ctpl-CtplEval.html +share/gtk-doc/html/ctpl/ctpl-CtplInputStream.html +share/gtk-doc/html/ctpl/ctpl-CtplLexer.html +share/gtk-doc/html/ctpl/ctpl-CtplLexerExpr.html +share/gtk-doc/html/ctpl/ctpl-CtplOutputStream.html +share/gtk-doc/html/ctpl/ctpl-CtplParser.html +share/gtk-doc/html/ctpl/ctpl-CtplToken.html +share/gtk-doc/html/ctpl/ctpl-CtplValue.html +share/gtk-doc/html/ctpl/ctpl-Generic-IO.html +share/gtk-doc/html/ctpl/ctpl-Version-information.html +share/gtk-doc/html/ctpl/ctpl.devhelp +share/gtk-doc/html/ctpl/ctpl.devhelp2 +share/gtk-doc/html/ctpl/environment-description-syntax.html +share/gtk-doc/html/ctpl/home.png +share/gtk-doc/html/ctpl/index.html +share/gtk-doc/html/ctpl/index.sgml +share/gtk-doc/html/ctpl/left.png +share/gtk-doc/html/ctpl/right.png +share/gtk-doc/html/ctpl/style.css +share/gtk-doc/html/ctpl/up.png +@dirrm share/gtk-doc/html/ctpl +@dirrm share/gtk-doc/html +@dirrm share/gtk-doc +@dirrm include/ctpl