CTemplate is a simple but powerful, extremely fast HTML template system for
C language. It provides separation between code and presentation. Author: Alex Pesternikov WWW: http://ctemplate.sourceforge.net/ PR: ports/111160 Submitted by: Alex Pesternikov <ap at page2rss.com>
This commit is contained in:
parent
d92ed412ac
commit
f190a856cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189682
4 changed files with 31 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
SUBDIR += css-mode.el
|
||||
SUBDIR += cssed
|
||||
SUBDIR += csstidy
|
||||
SUBDIR += ctemplate
|
||||
SUBDIR += cybercalendar
|
||||
SUBDIR += dalbum
|
||||
SUBDIR += dansguardian
|
||||
|
|
22
www/ctemplate/Makefile
Normal file
22
www/ctemplate/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: ctemplate
|
||||
# Date created: 02 April 2007
|
||||
# Whom: Alex Pesternikov <ap@page2rss.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ctemplate
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ap@page2rss.com
|
||||
COMMENT= Template system for C
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES+= bin/h2ap
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/ctemplate/distinfo
Normal file
3
www/ctemplate/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (ctemplate-0.2.tar.gz) = 8665327e9f21faaec410f3d8c6078c7f
|
||||
SHA256 (ctemplate-0.2.tar.gz) = e7c8932098b8f7e4b8854054093c3cf3aeb910acf9070b7404b3facbe354f145
|
||||
SIZE (ctemplate-0.2.tar.gz) = 131005
|
5
www/ctemplate/pkg-descr
Normal file
5
www/ctemplate/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
CTemplate is a simple but powerful, extremely fast HTML template system for
|
||||
C language. It provides separation between code and presentation.
|
||||
|
||||
Author: Alex Pesternikov
|
||||
WWW: http://ctemplate.sourceforge.net/
|
Loading…
Reference in a new issue