diff options
author | makc <makc@FreeBSD.org> | 2012-09-22 05:17:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-09-22 05:17:58 +0800 |
commit | 31e6b01347d0e5496007b6adc8cdec2130431913 (patch) | |
tree | c82a934597b041ae0047be5f5e0508f9d3af61bc /textproc/ctpl | |
parent | c9ea0437449c04e5f64d13828575b2efd64ae1de (diff) | |
download | freebsd-ports-gnome-31e6b01347d0e5496007b6adc8cdec2130431913.tar.gz freebsd-ports-gnome-31e6b01347d0e5496007b6adc8cdec2130431913.tar.zst freebsd-ports-gnome-31e6b01347d0e5496007b6adc8cdec2130431913.zip |
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
Diffstat (limited to 'textproc/ctpl')
-rw-r--r-- | textproc/ctpl/Makefile | 18 | ||||
-rw-r--r-- | textproc/ctpl/distinfo | 2 | ||||
-rw-r--r-- | textproc/ctpl/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/ctpl/pkg-plist | 51 |
4 files changed, 75 insertions, 0 deletions
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 <bsd.port.mk> 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 |