summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-11-28 23:59:40 +0000
committerepg <epg@pkgsrc.org>2004-11-28 23:59:40 +0000
commit51993b2ebf204312c293cfacc260440fd3bccd45 (patch)
treeac59b9bc5568e32cc7b34561a04550cb1007849d /www
parentd39021a052b7a646da439b4b1dc06916b001e995 (diff)
downloadpkgsrc-51993b2ebf204312c293cfacc260440fd3bccd45.tar.gz
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 (limited to 'www')
-rw-r--r--www/clearsilver-base/DESCR8
-rw-r--r--www/clearsilver-base/Makefile9
-rw-r--r--www/clearsilver-base/PLIST145
3 files changed, 162 insertions, 0 deletions
diff --git a/www/clearsilver-base/DESCR b/www/clearsilver-base/DESCR
new file mode 100644
index 00000000000..2492881c0ba
--- /dev/null
+++ b/www/clearsilver-base/DESCR
@@ -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 --git a/www/clearsilver-base/Makefile b/www/clearsilver-base/Makefile
new file mode 100644
index 00000000000..6cf0fd4f3ab
--- /dev/null
+++ b/www/clearsilver-base/Makefile
@@ -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 --git a/www/clearsilver-base/PLIST b/www/clearsilver-base/PLIST
new file mode 100644
index 00000000000..436375c0091
--- /dev/null
+++ b/www/clearsilver-base/PLIST
@@ -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