From 5c2b9b7eb378a1ae3f4e02275f4b6857a135ff19 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Fri, 21 Sep 2012 21:17:58 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/ctpl/Makefile | 18 +++++++++++++++ textproc/ctpl/distinfo | 2 ++ textproc/ctpl/pkg-descr | 4 ++++ textproc/ctpl/pkg-plist | 51 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 textproc/ctpl/Makefile create mode 100644 textproc/ctpl/distinfo create mode 100644 textproc/ctpl/pkg-descr create mode 100644 textproc/ctpl/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 73326a1aa0e8..8701e31b08e4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -85,6 +85,7 @@ SUBDIR += csv2latex SUBDIR += csv2xml SUBDIR += csvdiff + SUBDIR += ctpl SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell diff --git a/textproc/ctpl/Makefile b/textproc/ctpl/Makefile new file mode 100644 index 000000000000..e375a74af167 --- /dev/null +++ b/textproc/ctpl/Makefile @@ -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 diff --git a/textproc/ctpl/distinfo b/textproc/ctpl/distinfo new file mode 100644 index 000000000000..e8b66c14f68d --- /dev/null +++ b/textproc/ctpl/distinfo @@ -0,0 +1,2 @@ +SHA256 (ctpl-0.3.3.tar.gz) = 7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7 +SIZE (ctpl-0.3.3.tar.gz) = 582575 diff --git a/textproc/ctpl/pkg-descr b/textproc/ctpl/pkg-descr new file mode 100644 index 000000000000..62ac23cc5049 --- /dev/null +++ b/textproc/ctpl/pkg-descr @@ -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 diff --git a/textproc/ctpl/pkg-plist b/textproc/ctpl/pkg-plist new file mode 100644 index 000000000000..501fbb34b04d --- /dev/null +++ b/textproc/ctpl/pkg-plist @@ -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