pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-clearsilver Import py-clearsilver-0.9.13.
details: https://anonhg.NetBSD.org/pkgsrc/rev/df81133acdcc
branches: trunk
changeset: 484671:df81133acdcc
user: epg <epg%pkgsrc.org@localhost>
date: Mon Nov 29 00:00:49 2004 +0000
description:
Import py-clearsilver-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 Python binding to clearsilver.
diffstat:
www/py-clearsilver/DESCR | 6 ++++++
www/py-clearsilver/Makefile | 20 ++++++++++++++++++++
www/py-clearsilver/PLIST | 2 ++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r 13ea30206420 -r df81133acdcc www/py-clearsilver/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-clearsilver/DESCR Mon Nov 29 00:00:49 2004 +0000
@@ -0,0 +1,6 @@
+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 Python binding to clearsilver.
diff -r 13ea30206420 -r df81133acdcc www/py-clearsilver/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-clearsilver/Makefile Mon Nov 29 00:00:49 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 00:00:49 epg Exp $
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+
+.include "../../www/clearsilver/Makefile.common"
+
+DEPENDS+= ${CLEARSILVER_BASE}:../../www/clearsilver
+
+CONFIGURE_ARGS+= --enable-python
+CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+
+INSTALL_DIRS= ${WRKSRC}/python
+
+PY_PATCHPLIST= YES
+PYBINMODULE= YES
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 13ea30206420 -r df81133acdcc www/py-clearsilver/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-clearsilver/PLIST Mon Nov 29 00:00:49 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 00:00:49 epg Exp $
+${PYSITELIB}/neo_cgi.so
Home |
Main Index |
Thread Index |
Old Index