svn commit: r304640 - in head/textproc: . ctpl
Max Brazhnikov
makc at FreeBSD.org
Fri Sep 21 21:17:59 UTC 2012
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 at 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>
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
+ at dirrm share/gtk-doc/html/ctpl
+ at dirrm share/gtk-doc/html
+ at dirrm share/gtk-doc
+ at dirrm include/ctpl
More information about the svn-ports-all
mailing list