pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/clearsilver-base Import clearsilver-base-0.9.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13ea30206420
branches:  trunk
changeset: 484670:13ea30206420
user:      epg <epg%pkgsrc.org@localhost>
date:      Sun Nov 28 23:59:40 2004 +0000

description:
Import clearsilver-base-0.9.13.

Clearsilver is 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.

This package contains the base clearsilver infrastructure.  All
other clearsilver modules depend on this, but it is all you need
if you are using clearsilver from C.

diffstat:

 www/clearsilver-base/DESCR    |    8 ++
 www/clearsilver-base/Makefile |    9 ++
 www/clearsilver-base/PLIST    |  145 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 162 insertions(+), 0 deletions(-)

diffs (174 lines):

diff -r e141195798be -r 13ea30206420 www/clearsilver-base/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver-base/DESCR        Sun Nov 28 23:59:40 2004 +0000
@@ -0,0 +1,8 @@
+Clearsilver is 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.
+
+This package contains the base clearsilver infrastructure.  All
+other clearsilver modules depend on this, but it is all you need
+if you are using clearsilver from C.
diff -r e141195798be -r 13ea30206420 www/clearsilver-base/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver-base/Makefile     Sun Nov 28 23:59:40 2004 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/28 23:59:40 epg Exp $
+
+PKGNAME=               ${CLEARSILVER_BASE}
+
+.include "../../www/clearsilver/Makefile.common"
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+.include "../../mk/bsd.pkg.mk"
diff -r e141195798be -r 13ea30206420 www/clearsilver-base/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver-base/PLIST        Sun Nov 28 23:59:40 2004 +0000
@@ -0,0 +1,145 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/28 23:59:40 epg Exp $
+bin/cstest
+bin/static.cgi
+include/ClearSilver/ClearSilver.h
+include/ClearSilver/cgi/cgi.h
+include/ClearSilver/cgi/cgiwrap.h
+include/ClearSilver/cgi/date.h
+include/ClearSilver/cgi/html.h
+include/ClearSilver/cs/cs.h
+include/ClearSilver/cs_config.h
+include/ClearSilver/util/dict.h
+include/ClearSilver/util/filter.h
+include/ClearSilver/util/neo_date.h
+include/ClearSilver/util/neo_err.h
+include/ClearSilver/util/neo_files.h
+include/ClearSilver/util/neo_hash.h
+include/ClearSilver/util/neo_hdf.h
+include/ClearSilver/util/neo_misc.h
+include/ClearSilver/util/neo_net.h
+include/ClearSilver/util/neo_rand.h
+include/ClearSilver/util/neo_server.h
+include/ClearSilver/util/neo_str.h
+include/ClearSilver/util/rcfs.h
+include/ClearSilver/util/skiplist.h
+include/ClearSilver/util/ulist.h
+include/ClearSilver/util/ulocks.h
+include/ClearSilver/util/wildmat.h
+lib/libneo_cgi.a
+lib/libneo_cs.a
+lib/libneo_utl.a
+man/man3/cBroadcast.3
+man/man3/cCreate.3
+man/man3/cDestroy.3
+man/man3/cSignal.3
+man/man3/cWait.3
+man/man3/cgi_cookie_authority.3
+man/man3/cgi_cookie_clear.3
+man/man3/cgi_cookie_set.3
+man/man3/cgi_cs_init.3
+man/man3/cgi_debug_init.3
+man/man3/cgi_destroy.3
+man/man3/cgi_display.3
+man/man3/cgi_error.3
+man/man3/cgi_filehandle.3
+man/man3/cgi_init.3
+man/man3/cgi_neo_error.3
+man/man3/cgi_output.3
+man/man3/cgi_parse.3
+man/man3/cgi_redirect.3
+man/man3/cgi_redirect_uri.3
+man/man3/cgi_register_parse_cb.3
+man/man3/cgi_url_escape.3
+man/man3/cgi_url_escape_more.3
+man/man3/cgi_url_unescape.3
+man/man3/cgi_vredirect.3
+man/man3/cgiwrap_getenv.3
+man/man3/cgiwrap_init_emu.3
+man/man3/cgiwrap_init_std.3
+man/man3/cgiwrap_iterenv.3
+man/man3/cgiwrap_putenv.3
+man/man3/cgiwrap_read.3
+man/man3/cgiwrap_write.3
+man/man3/cgiwrap_writef.3
+man/man3/cgiwrap_writevf.3
+man/man3/cs_destroy.3
+man/man3/cs_dump.3
+man/man3/cs_init.3
+man/man3/cs_parse_file.3
+man/man3/cs_parse_string.3
+man/man3/cs_register_strfunc.3
+man/man3/cs_render.3
+man/man3/dictCleanup.3
+man/man3/dictCreate.3
+man/man3/dictDestroy.3
+man/man3/dictModifyValue.3
+man/man3/dictNext.3
+man/man3/dictReleaseLock.3
+man/man3/dictRemove.3
+man/man3/dictSearch.3
+man/man3/dictSetValue.3
+man/man3/fCreate.3
+man/man3/fDestroy.3
+man/man3/fFind.3
+man/man3/fLock.3
+man/man3/fUnlock.3
+man/man3/filter_create_fd.3
+man/man3/filter_create_fp.3
+man/man3/filter_wait.3
+man/man3/hdf_copy.3
+man/man3/hdf_destroy.3
+man/man3/hdf_dump.3
+man/man3/hdf_dump_format.3
+man/man3/hdf_dump_str.3
+man/man3/hdf_get_attr.3
+man/man3/hdf_get_child.3
+man/man3/hdf_get_copy.3
+man/man3/hdf_get_int_value.3
+man/man3/hdf_get_node.3
+man/man3/hdf_get_obj.3
+man/man3/hdf_get_value.3
+man/man3/hdf_get_valuef.3
+man/man3/hdf_get_valuevf.3
+man/man3/hdf_init.3
+man/man3/hdf_obj_attr.3
+man/man3/hdf_obj_child.3
+man/man3/hdf_obj_name.3
+man/man3/hdf_obj_next.3
+man/man3/hdf_obj_top.3
+man/man3/hdf_obj_value.3
+man/man3/hdf_read_string.3
+man/man3/hdf_read_string_ignore.3
+man/man3/hdf_remove_tree.3
+man/man3/hdf_search_path.3
+man/man3/hdf_set_attr.3
+man/man3/hdf_set_buf.3
+man/man3/hdf_set_copy.3
+man/man3/hdf_set_int_value.3
+man/man3/hdf_set_symlink.3
+man/man3/hdf_set_value.3
+man/man3/hdf_set_valuef.3
+man/man3/hdf_sort_obj.3
+man/man3/hdf_write_file.3
+man/man3/hdf_write_file_atomic.3
+man/man3/hdf_write_string.3
+man/man3/mCreate.3
+man/man3/mDestroy.3
+man/man3/mLock.3
+man/man3/mUnlock.3
+man/man3/nerr_ignore.3
+man/man3/nerr_log_error.3
+man/man3/nerr_pass.3
+man/man3/nerr_pass_ctx.3
+man/man3/nerr_raise.3
+man/man3/skipDelete.3
+man/man3/skipFreeList.3
+man/man3/skipInsert.3
+man/man3/skipNewList.3
+man/man3/skipNext.3
+man/man3/skipRelease.3
+man/man3/skipSearch.3
+man/man3/wdb_keys.3
+@dirrm include/ClearSilver/util
+@dirrm include/ClearSilver/cs
+@dirrm include/ClearSilver/cgi
+@dirrm include/ClearSilver



Home | Main Index | Thread Index | Old Index