pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/clearsilver import clearsilver-0.9.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/098857d34c0d
branches:  trunk
changeset: 469641:098857d34c0d
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Feb 26 05:50:23 2004 +0000

description:
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:

 www/clearsilver/DESCR            |    4 +
 www/clearsilver/Makefile         |   22 +++++
 www/clearsilver/PLIST            |  146 +++++++++++++++++++++++++++++++++++++++
 www/clearsilver/distinfo         |    5 +
 www/clearsilver/patches/patch-aa |   22 +++++
 5 files changed, 199 insertions(+), 0 deletions(-)

diffs (219 lines):

diff -r 3c10e194a2a1 -r 098857d34c0d www/clearsilver/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver/DESCR     Thu Feb 26 05:50:23 2004 +0000
@@ -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 -r 3c10e194a2a1 -r 098857d34c0d www/clearsilver/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver/Makefile  Thu Feb 26 05:50:23 2004 +0000
@@ -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@localhost
+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 -r 3c10e194a2a1 -r 098857d34c0d www/clearsilver/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver/PLIST     Thu Feb 26 05:50:23 2004 +0000
@@ -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 -r 3c10e194a2a1 -r 098857d34c0d www/clearsilver/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver/distinfo  Thu Feb 26 05:50:23 2004 +0000
@@ -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 -r 3c10e194a2a1 -r 098857d34c0d www/clearsilver/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver/patches/patch-aa  Thu Feb 26 05:50:23 2004 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index