Port details |
- clearsilver-python Fast, powerful, and language-neutral template system
- 0.10.5_1 www
=13 0.10.5_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-02-04
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-04-20 12:44:12
- Last Update: 2020-02-04 11:24:38
- SVN Revision: 525150
- People watching this port, also watch:: python, pcre, libiconv, subversion
- License: not specified in port
- WWW:
- http://www.clearsilver.net/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- clearsilver-python>0:www/clearsilver-python
- No installation instructions:
- This port has been deleted.
- PKGNAME: clearsilver-python
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (clearsilver-0.10.5.tar.gz) = 1e9da038deafddd3d0c1c510626c28be5a0f4f17b9091d577fd30e7c5ba88680
SIZE (clearsilver-0.10.5.tar.gz) = 439190
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: www/clearsilver
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gmake python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: www/clearsilver |
Commit | Credits | Log message |
0.10.5_1 04 Feb 2020 11:24:38 |
rene |
Remove expired ports:
2020-02-04 www/clearsilver-python: Unmaintained, uses EOLed python27
2020-02-04 x11-toolkits/py-sexy: Unmaintained, uses EOLed python27 |
0.10.5_1 03 Jan 2020 20:13:02 |
antoine |
Deprecate a few ports |
0.10.5 29 Jan 2014 09:02:29 |
miwi |
- Stage support |
0.10.5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.9.7 20 Apr 2004 12:43:35 |
pav |
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) |