mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
This commit is contained in:
parent
93a9335bdc
commit
5c2b9b7eb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304640
@ -85,6 +85,7 @@
|
||||
SUBDIR += csv2latex
|
||||
SUBDIR += csv2xml
|
||||
SUBDIR += csvdiff
|
||||
SUBDIR += ctpl
|
||||
SUBDIR += ctpp2
|
||||
SUBDIR += cwtext
|
||||
SUBDIR += cy-aspell
|
||||
|
18
textproc/ctpl/Makefile
Normal file
18
textproc/ctpl/Makefile
Normal file
@ -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>
|
2
textproc/ctpl/distinfo
Normal file
2
textproc/ctpl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ctpl-0.3.3.tar.gz) = 7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7
|
||||
SIZE (ctpl-0.3.3.tar.gz) = 582575
|
4
textproc/ctpl/pkg-descr
Normal file
4
textproc/ctpl/pkg-descr
Normal file
@ -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
|
51
textproc/ctpl/pkg-plist
Normal file
51
textproc/ctpl/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user