mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Add Grantlee, string template engine for Qt4
Feature safe: yes
This commit is contained in:
parent
a065ee4341
commit
99d91586fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268725
@ -530,6 +530,7 @@
|
||||
SUBDIR += gperf
|
||||
SUBDIR += gpsim
|
||||
SUBDIR += gputils
|
||||
SUBDIR += grantlee
|
||||
SUBDIR += gsoap
|
||||
SUBDIR += gstreamer-plugins-gconf
|
||||
SUBDIR += gstreamer-plugins-gio
|
||||
|
42
devel/grantlee/Makefile
Normal file
42
devel/grantlee/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: grantlee
|
||||
# Date created: 2010-10-03
|
||||
# Whom: Dima Panov <fluffy@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grantlee
|
||||
PORTVERSION= 0.1.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.loegria.net/${PORTNAME}/ \
|
||||
http://downloads.${PORTNAME}.org/
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= String template engine for Qt4
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui network webkit sql phonon \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
CMAKE_OUTSOURCE= yes
|
||||
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= DOCS "Install API documentation" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_DOCS)
|
||||
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
|
||||
dot:${PORTSDIR}/graphics/graphviz
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${BUILD_WRKSRC} && ${MAKE} docs
|
||||
cd ${BUILD_WRKSRC}/apidox && ${COPYTREE_SHARE} \* ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
devel/grantlee/distinfo
Normal file
2
devel/grantlee/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (grantlee-0.1.8.tar.gz) = d7d530419960e90c6253358c5a951ca344c2174752a431b4d81d1fd378927a7c
|
||||
SIZE (grantlee-0.1.8.tar.gz) = 669703
|
4
devel/grantlee/pkg-descr
Normal file
4
devel/grantlee/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Grantlee is a string template engine based on the Django template
|
||||
system and written in Qt4.
|
||||
|
||||
WWW: http://gitorious.org/grantlee/pages/Home/
|
49
devel/grantlee/pkg-plist
Normal file
49
devel/grantlee/pkg-plist
Normal file
@ -0,0 +1,49 @@
|
||||
include/grantlee/abstractlocalizer.h
|
||||
include/grantlee/abstractmarkupbuilder.h
|
||||
include/grantlee/bbcodebuilder.h
|
||||
include/grantlee/cachingloaderdecorator.h
|
||||
include/grantlee/containeraccessor.h
|
||||
include/grantlee/context.h
|
||||
include/grantlee/engine.h
|
||||
include/grantlee/exception.h
|
||||
include/grantlee/filter.h
|
||||
include/grantlee/filterexpression.h
|
||||
include/grantlee/grantlee_core_export.h
|
||||
include/grantlee/grantlee_gui_export.h
|
||||
include/grantlee/grantlee_version.h
|
||||
include/grantlee/markupdirector.h
|
||||
include/grantlee/mediawikimarkupbuilder.h
|
||||
include/grantlee/metatype.h
|
||||
include/grantlee/node.h
|
||||
include/grantlee/outputstream.h
|
||||
include/grantlee/parser.h
|
||||
include/grantlee/plaintextmarkupbuilder.h
|
||||
include/grantlee/qtlocalizer.h
|
||||
include/grantlee/rendercontext.h
|
||||
include/grantlee/safestring.h
|
||||
include/grantlee/taglibraryinterface.h
|
||||
include/grantlee/template.h
|
||||
include/grantlee/templateloader.h
|
||||
include/grantlee/texthtmlbuilder.h
|
||||
include/grantlee/token.h
|
||||
include/grantlee/typeaccessor.h
|
||||
include/grantlee/util.h
|
||||
include/grantlee/variable.h
|
||||
include/grantlee_core.h
|
||||
include/grantlee_templates.h
|
||||
lib/grantlee/0.1/GrantleeUse.cmake
|
||||
lib/grantlee/0.1/grantlee_defaultfilters.so
|
||||
lib/grantlee/0.1/grantlee_defaulttags.so
|
||||
lib/grantlee/0.1/grantlee_i18ntags.so
|
||||
lib/grantlee/0.1/grantlee_loadertags.so
|
||||
lib/grantlee/GrantleeConfig.cmake
|
||||
lib/grantlee/GrantleeConfigVersion.cmake
|
||||
lib/libgrantlee_core.so
|
||||
lib/libgrantlee_core.so.0
|
||||
lib/libgrantlee_core.so.0.1.8
|
||||
lib/libgrantlee_gui.so
|
||||
lib/libgrantlee_gui.so.0
|
||||
lib/libgrantlee_gui.so.0.1.8
|
||||
@dirrm lib/grantlee/0.1
|
||||
@dirrm lib/grantlee
|
||||
@dirrm include/grantlee
|
Loading…
Reference in New Issue
Block a user