The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD www : clearsilver

A fast, powerful, and language-neutral template system

 ClearSilver is a fast, powerful, and language-neutral template system.  It is
designed to make it easy to create template driven static or dynamic
websites.

ClearSilver is first and foremost designed to be extremely fast.  It is coded
completely in C and exported to your script language of choice (i.e. Python,
Perl).  As a result, it is notably faster than template systems written in a
script language.  However, its design has additional benefits.  It is also one
of the only template systems available which allows you to easily
mix-and-match multiple programming languages with the same templates, even
on the same page.  This allows you to optimize your website by writing
C-modules to handle speed-sensitive sections, while leaving the majority of
your site in easy to write script code. 

http://www.clearsilver.net/



clearsilver history


v. 1.18
date: 2007/07/17 23:57:53;  author: clsung;  state: Exp;  lines: +4 -12
- Update to 0.10.5
- remove 4.x supports

v. 1.17 date: 2006/12/29 07:42:09; author: clsung; state: Exp; lines: +11 -6 - Request update to 0.10.4 PR: ports/107295 Submitted by: Greg Larkin
v. 1.16 date: 2006/12/21 02:16:15; author: clsung; state: Exp; lines: +5 -2 - unbreak on 4.x - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. PR: ports/106744 Submitted by: Greg Larkin
v. 1.15 date: 2006/11/06 03:30:17; author: clsung; state: Exp; lines: +1 -1 - I'll maintain these two ports from now on. - Thanks to Rui Lopes, who contributed lots to these ports. PR: ports/105102 Submitted by: Rui Lopes
v. 1.14 date: 2006/09/17 20:05:00; author: kris; state: Exp; lines: +0 -4 Now builds on sparc64
v. 1.13 date: 2006/04/03 20:53:08; author: pav; state: Exp; lines: +4 -0 - Mark broken on 4.X Reported by: krismail
v. 1.12 date: 2006/04/01 15:28:45; author: pav; state: Exp; lines: +2 -2 - Update to 0.10.3 PR: ports/95172 Submitted by: Rui Lopes (maintainer)
v. 1.11 date: 2006/01/23 17:10:32; author: erwin; state: Exp; lines: +4 -7 Update to 0.10.2 PR: 92207 Submitted by: Rui Lopes (maintainer)
v. 1.10 date: 2005/11/04 12:13:43; author: garga; state: Exp; lines: +1 -1 - Pass maintainership to rui@ruilopes.com Approved by: maintainer
v. 1.9 date: 2005/08/31 03:20:20; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Does not compile completely
v. 1.8 date: 2005/07/31 12:30:10; author: sem; state: Exp; lines: +7 -13 - Update to 0.9.14 - Fix build on !i386 - Pass maintainership to Tobias Roth PR: ports/82825 Submitted by: Vivek Khera Tobias Roth Approved by: maintainer timeout (1 month)
v. 1.7 date: 2005/03/26 21:37:52; author: kris; state: Exp; lines: +4 -4 BROKEN on !i386: Does not compile Approved by: portmgr (self)
v. 1.6 date: 2005/01/02 16:47:02; author: thierry; state: Exp; lines: +6 -4 Fix plist (add missing man pages). Reported by: Kris via pointyhat Approved by: portmgr (krion).
v. 1.5 date: 2004/12/28 17:49:15; author: thierry; state: Exp; lines: +1 -3 Upgrade to 0.9.13. PR: ports/72288 Submitted by: Piet Delport Approved by: maintainer time-out (20 days).
v. 1.4 date: 2004/11/18 21:58:42; author: kris; state: Exp; lines: +4 -0 BROKEN on ia64: Does not compile
v. 1.3 date: 2004/07/13 07:41:30; author: pav; state: Exp; lines: +1 -0 - Patch out $ python - print site.sitedirs invocation. According to perky: "sys.sitedirs is not for external reference, it's even hidden and not available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}. This fixes installation of python module, which would otherwise always end up in /usr/X11R6/lib/python2.3/site-packages.
v. 1.2 date: 2004/05/30 06:52:59; author: kris; state: Exp; lines: +7 -1 BROKEN on amd64: Does not compile (missing -fPIC from shared libraries)
v. 1.1 date: 2004/04/20 12:43:35; author: pav; state: Exp; Add clearsilver, a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier. Add clearsilver-python, a slave port that enabled python extension in clearsilver. WWW: http://www.clearsilver.net/ PR: ports/65652, ports/65653 Submitted by: thinker (original submission) Rui Lopes (fixes) ============================================================================= v. 1.18 date: 2007/07/17 23:57:53; author: clsung; state: Exp; lines: +4 -12 - Update to 0.10.5 - remove 4.x supports
v. 1.17 date: 2006/12/29 07:42:09; author: clsung; state: Exp; lines: +11 -6 - Request update to 0.10.4 PR: ports/107295 Submitted by: Greg Larkin
v. 1.16 date: 2006/12/21 02:16:15; author: clsung; state: Exp; lines: +5 -2 - unbreak on 4.x - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. PR: ports/106744 Submitted by: Greg Larkin
v. 1.15 date: 2006/11/06 03:30:17; author: clsung; state: Exp; lines: +1 -1 - I'll maintain these two ports from now on. - Thanks to Rui Lopes, who contributed lots to these ports. PR: ports/105102 Submitted by: Rui Lopes
v. 1.14 date: 2006/09/17 20:05:00; author: kris; state: Exp; lines: +0 -4 Now builds on sparc64
v. 1.13 date: 2006/04/03 20:53:08; author: pav; state: Exp; lines: +4 -0 - Mark broken on 4.X Reported by: krismail
v. 1.12 date: 2006/04/01 15:28:45; author: pav; state: Exp; lines: +2 -2 - Update to 0.10.3 PR: ports/95172 Submitted by: Rui Lopes (maintainer)
v. 1.11 date: 2006/01/23 17:10:32; author: erwin; state: Exp; lines: +4 -7 Update to 0.10.2 PR: 92207 Submitted by: Rui Lopes (maintainer)
v. 1.10 date: 2005/11/04 12:13:43; author: garga; state: Exp; lines: +1 -1 - Pass maintainership to rui@ruilopes.com Approved by: maintainer
v. 1.9 date: 2005/08/31 03:20:20; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Does not compile completely
v. 1.8 date: 2005/07/31 12:30:10; author: sem; state: Exp; lines: +7 -13 - Update to 0.9.14 - Fix build on !i386 - Pass maintainership to Tobias Roth PR: ports/82825 Submitted by: Vivek Khera Tobias Roth Approved by: maintainer timeout (1 month)
v. 1.7 date: 2005/03/26 21:37:52; author: kris; state: Exp; lines: +4 -4 BROKEN on !i386: Does not compile Approved by: portmgr (self)
v. 1.6 date: 2005/01/02 16:47:02; author: thierry; state: Exp; lines: +6 -4 Fix plist (add missing man pages). Reported by: Kris via pointyhat Approved by: portmgr (krion).
v. 1.5 date: 2004/12/28 17:49:15; author: thierry; state: Exp; lines: +1 -3 Upgrade to 0.9.13. PR: ports/72288 Submitted by: Piet Delport Approved by: maintainer time-out (20 days).
v. 1.4 date: 2004/11/18 21:58:42; author: kris; state: Exp; lines: +4 -0 BROKEN on ia64: Does not compile
v. 1.3 date: 2004/07/13 07:41:30; author: pav; state: Exp; lines: +1 -0 - Patch out $ python - print site.sitedirs invocation. According to perky: "sys.sitedirs is not for external reference, it's even hidden and not available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}. This fixes installation of python module, which would otherwise always end up in /usr/X11R6/lib/python2.3/site-packages.
v. 1.2 date: 2004/05/30 06:52:59; author: kris; state: Exp; lines: +7 -1 BROKEN on amd64: Does not compile (missing -fPIC from shared libraries)
v. 1.1 date: 2004/04/20 12:43:35; author: pav; state: Exp; Add clearsilver, a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier. Add clearsilver-python, a slave port that enabled python extension in clearsilver. WWW: http://www.clearsilver.net/ PR: ports/65652, ports/65653 Submitted by: thinker (original submission) Rui Lopes (fixes) ============================================================================= v. 1.18 date: 2007/07/17 23:57:53; author: clsung; state: Exp; lines: +4 -12 - Update to 0.10.5 - remove 4.x supports
v. 1.17 date: 2006/12/29 07:42:09; author: clsung; state: Exp; lines: +11 -6 - Request update to 0.10.4 PR: ports/107295 Submitted by: Greg Larkin
v. 1.16 date: 2006/12/21 02:16:15; author: clsung; state: Exp; lines: +5 -2 - unbreak on 4.x - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. PR: ports/106744 Submitted by: Greg Larkin
v. 1.15 date: 2006/11/06 03:30:17; author: clsung; state: Exp; lines: +1 -1 - I'll maintain these two ports from now on. - Thanks to Rui Lopes, who contributed lots to these ports. PR: ports/105102 Submitted by: Rui Lopes
v. 1.14 date: 2006/09/17 20:05:00; author: kris; state: Exp; lines: +0 -4 Now builds on sparc64
v. 1.13 date: 2006/04/03 20:53:08; author: pav; state: Exp; lines: +4 -0 - Mark broken on 4.X Reported by: krismail
v. 1.12 date: 2006/04/01 15:28:45; author: pav; state: Exp; lines: +2 -2 - Update to 0.10.3 PR: ports/95172 Submitted by: Rui Lopes (maintainer)
v. 1.11 date: 2006/01/23 17:10:32; author: erwin; state: Exp; lines: +4 -7 Update to 0.10.2 PR: 92207 Submitted by: Rui Lopes (maintainer)
v. 1.10 date: 2005/11/04 12:13:43; author: garga; state: Exp; lines: +1 -1 - Pass maintainership to rui@ruilopes.com Approved by: maintainer
v. 1.9 date: 2005/08/31 03:20:20; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Does not compile completely
v. 1.8 date: 2005/07/31 12:30:10; author: sem; state: Exp; lines: +7 -13 - Update to 0.9.14 - Fix build on !i386 - Pass maintainership to Tobias Roth PR: ports/82825 Submitted by: Vivek Khera Tobias Roth Approved by: maintainer timeout (1 month)
v. 1.7 date: 2005/03/26 21:37:52; author: kris; state: Exp; lines: +4 -4 BROKEN on !i386: Does not compile Approved by: portmgr (self)
v. 1.6 date: 2005/01/02 16:47:02; author: thierry; state: Exp; lines: +6 -4 Fix plist (add missing man pages). Reported by: Kris via pointyhat Approved by: portmgr (krion).
v. 1.5 date: 2004/12/28 17:49:15; author: thierry; state: Exp; lines: +1 -3 Upgrade to 0.9.13. PR: ports/72288 Submitted by: Piet Delport Approved by: maintainer time-out (20 days).
v. 1.4 date: 2004/11/18 21:58:42; author: kris; state: Exp; lines: +4 -0 BROKEN on ia64: Does not compile
v. 1.3 date: 2004/07/13 07:41:30; author: pav; state: Exp; lines: +1 -0 - Patch out $ python - print site.sitedirs invocation. According to perky: "sys.sitedirs is not for external reference, it's even hidden and not available in Python 2.4" and replace it with ${PYTHON_SITELIBDIR}. This fixes installation of python module, which would otherwise always end up in /usr/X11R6/lib/python2.3/site-packages.
v. 1.2 date: 2004/05/30 06:52:59; author: kris; state: Exp; lines: +7 -1 BROKEN on amd64: Does not compile (missing -fPIC from shared libraries)
v. 1.1 date: 2004/04/20 12:43:35; author: pav; state: Exp; Add clearsilver, a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier. Add clearsilver-python, a slave port that enabled python extension in clearsilver. WWW: http://www.clearsilver.net/ PR: ports/65652, ports/65653 Submitted by: thinker (original submission) Rui Lopes (fixes) =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm