diff options
author | epg <epg> | 2004-02-26 05:50:23 +0000 |
---|---|---|
committer | epg <epg> | 2004-02-26 05:50:23 +0000 |
commit | dab97be9f505187fd1d7c84125834c309e6106ad (patch) | |
tree | c5cc33ddc6e81795bb500f31346fcbe55ce237e7 /www | |
parent | b918e8caf2ad4810dbcaa0bfe35cd56c939fad66 (diff) | |
download | pkgsrc-dab97be9f505187fd1d7c84125834c309e6106ad.tar.gz |
import clearsilver-0.9.7.
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/clearsilver/DESCR | 4 | ||||
-rw-r--r-- | www/clearsilver/Makefile | 22 | ||||
-rw-r--r-- | www/clearsilver/PLIST | 146 | ||||
-rw-r--r-- | www/clearsilver/distinfo | 5 | ||||
-rw-r--r-- | www/clearsilver/patches/patch-aa | 22 |
5 files changed, 199 insertions, 0 deletions
diff --git a/www/clearsilver/DESCR b/www/clearsilver/DESCR new file mode 100644 index 00000000000..98b96295b6c --- /dev/null +++ b/www/clearsilver/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile new file mode 100644 index 00000000000..6318d95a675 --- /dev/null +++ b/www/clearsilver/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 05:50:23 epg Exp $ + +DISTNAME= clearsilver-0.9.7 +CATEGORIES= www +MASTER_SITES= http://www.clearsilver.net/downloads/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.clearsilver.net/ +COMMENT= Fast, powerful HTML template system + +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_GNU_TOOLS+= make + +CONFIGURE_ARGS+= --with-python=${PYTHONBIN} + +PY_PATCHPLIST= YES +PYBINMODULE= YES + +.include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/clearsilver/PLIST b/www/clearsilver/PLIST new file mode 100644 index 00000000000..f36fb554d8e --- /dev/null +++ b/www/clearsilver/PLIST @@ -0,0 +1,146 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/26 05:50:23 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 +${PYSITELIB}/neo_cgi.so +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 diff --git a/www/clearsilver/distinfo b/www/clearsilver/distinfo new file mode 100644 index 00000000000..50388848211 --- /dev/null +++ b/www/clearsilver/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/26 05:50:23 epg Exp $ + +SHA1 (clearsilver-0.9.7.tar.gz) = 182a29587a7094741fce4ed13101532ef359153a +Size (clearsilver-0.9.7.tar.gz) = 377694 bytes +SHA1 (patch-aa) = 9a0ee049e2dde6bf703acfec4116cfd84a7ab732 diff --git a/www/clearsilver/patches/patch-aa b/www/clearsilver/patches/patch-aa new file mode 100644 index 00000000000..32b1c063b79 --- /dev/null +++ b/www/clearsilver/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/26 05:50:23 epg Exp $ + +--- rules.mk.in.orig Mon Aug 11 16:37:09 2003 ++++ rules.mk.in +@@ -73,7 +73,7 @@ PYTHON = @PYTHON@ + PERL = @PERL@ + RUBY = @RUBY@ + +-CFLAGS = @CFLAGS@ -Wall -c -I$(NEOTONIC_ROOT) @CPPFLAGS@ ++CFLAGS = @CFLAGS@ -Wall -I$(NEOTONIC_ROOT) @CPPFLAGS@ + CPPFLAGS = -I$(NEOTONIC_ROOT) @CPPFLAGS@ + OUTPUT_OPTION = -o $@ + LD = $(CC) -o +@@ -127,7 +127,7 @@ endif + ## endif + + .c.o: +- $(CC) $(CFLAGS) $(OUTPUT_OPTION) $< ++ $(CC) -c $(CFLAGS) $(OUTPUT_OPTION) $< + + everything: depend all + |