FreshPorts -- The Place For Ports Wed, 23 Jul 2008 5:04 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
clearsilver 0.10.5 www on this many watch lists=2 search for ports that depend on this port
A fast, powerful, and language-neutral template system
Maintained by: clsung@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Apr 2004 13:44:12


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.

WWW: http://www.clearsilver.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
www/clearsilver-python

Required To Build: devel/gmake

To install the port: cd /usr/ports/www/clearsilver/ && make install clean
To add the package: pkg_add -r clearsilver


Configuration Options
     No options to configure

Master Sites:
http://www.clearsilver.net/downloads/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Jul 2007 00:57:54
Original commit files touched by this commit  0.10.5
clsung search for other commits by this committer
- Update to 0.10.5
- remove 4.x supports
29 Dec 2006 07:42:09
Original commit files touched by this commit  0.10.4
clsung search for other commits by this committer
- Request update to 0.10.4

PR:             ports/107295
Submitted by:   Greg Larkin <glarkin_AT_sourcehosting dot net>
21 Dec 2006 02:16:16
Original commit files touched by this commit  0.10.3
clsung search for other commits by this committer
- 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 <glarkin_AT_sourcehosting dot net>
06 Nov 2006 03:30:17
Original commit files touched by this commit  0.10.3
clsung search for other commits by this committer
- 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 <rui_AT_ruilopes dot com>
17 Sep 2006 21:05:00
Original commit files touched by this commit  0.10.3
kris search for other commits by this committer
Now builds on sparc64
03 Apr 2006 21:53:08
Original commit files touched by this commit  0.10.3
pav search for other commits by this committer
- Mark broken on 4.X

Reported by:    krismail
01 Apr 2006 16:28:45
Original commit files touched by this commit  0.10.3
pav search for other commits by this committer
- Update to 0.10.3

PR:             ports/95172
Submitted by:   Rui Lopes <rgl@ruilopes.com> (maintainer)
23 Jan 2006 17:10:32
Original commit files touched by this commit  0.10.2
erwin search for other commits by this committer
Update to 0.10.2

PR:             92207
Submitted by:   Rui Lopes <rui@ruilopes.com> (maintainer)
04 Nov 2005 12:13:43
Original commit files touched by this commit  0.9.14
garga search for other commits by this committer
- Pass maintainership to rui@ruilopes.com

Approved by:    maintainer
31 Aug 2005 04:20:20
Original commit files touched by this commit  0.9.14
kris search for other commits by this committer
BROKEN on sparc64: Does not compile completely
31 Jul 2005 13:30:10
Original commit files touched by this commit  0.9.14
sem search for other commits by this committer
- Update to 0.9.14
- Fix build on !i386
- Pass maintainership to Tobias Roth <ports@fsck.ch>

PR:             ports/82825
Submitted by:   Vivek Khera <vivek@khera.org>
                Tobias Roth <ports@fsck.ch>
Approved by:    maintainer timeout (1 month)
26 Mar 2005 21:37:52
Original commit files touched by this commit  0.9.13_1
kris search for other commits by this committer
BROKEN on !i386: Does not compile

Approved by:    portmgr (self)
02 Jan 2005 16:47:02
Original commit files touched by this commit  0.9.13_1
thierry search for other commits by this committer
Fix plist (add missing man pages).

Reported by:    Kris via pointyhat
Approved by:    portmgr (krion).
28 Dec 2004 17:49:15
Original commit files touched by this commit  0.9.13
thierry search for other commits by this committer
Upgrade to 0.9.13.

PR:             ports/72288
Submitted by:   Piet Delport
Approved by:    maintainer time-out (20 days).
18 Nov 2004 21:58:42
Original commit files touched by this commit  0.9.7
kris search for other commits by this committer
BROKEN on ia64: Does not compile
13 Jul 2004 08:41:30
Original commit files touched by this commit  0.9.7
pav search for other commits by this committer
- 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.
30 May 2004 07:52:59
Original commit files touched by this commit  0.9.7
kris search for other commits by this committer
BROKEN on amd64: Does not compile (missing -fPIC from shared libraries)
20 Apr 2004 13:43:35
Original commit files touched by this commit  0.9.7
pav search for other commits by this committer
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 <thinker@branda.to> (original submission)
                Rui Lopes (fixes)

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Jul 13
drupal6Jul 13
popplerJul 09
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21

3 vulnerabilities affecting 4 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18841
Broken 146
Deprecated 97
Ignore 428
Forbidden 5
Restricted 333
No CDROM 129
Vulnerable 51
Expired 16
Set to expire 76
Interactive 78
new 24 hours 7
new 48 hours9
new 7 days62
new fortnight73
new month151

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.263 seconds.