pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28a9fcfcf0ae
branches:  trunk
changeset: 484673:28a9fcfcf0ae
user:      epg <epg%pkgsrc.org@localhost>
date:      Mon Nov 29 00:02:26 2004 +0000

description:
Import ruby-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 Ruby binding to clearsilver.

diffstat:

 www/ruby-clearsilver/DESCR    |   6 ++++++
 www/ruby-clearsilver/Makefile |  15 +++++++++++++++
 www/ruby-clearsilver/PLIST    |   3 +++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r d5e33ab626bc -r 28a9fcfcf0ae www/ruby-clearsilver/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-clearsilver/DESCR        Mon Nov 29 00:02:26 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 Ruby binding to clearsilver.
diff -r d5e33ab626bc -r 28a9fcfcf0ae www/ruby-clearsilver/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-clearsilver/Makefile     Mon Nov 29 00:02:26 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 00:02:26 epg Exp $
+
+PKGNAME=                       ${RUBY_PKGPREFIX}-${DISTNAME}
+
+.include "../../www/clearsilver/Makefile.common"
+
+DEPENDS+=                      ${CLEARSILVER_BASE}:../../www/clearsilver
+
+CONFIGURE_ARGS+=               --enable-ruby
+CONFIGURE_ARGS+=               --with-ruby=${RUBY}
+
+INSTALL_DIRS=                  ${WRKSRC}/ruby
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5e33ab626bc -r 28a9fcfcf0ae www/ruby-clearsilver/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-clearsilver/PLIST        Mon Nov 29 00:02:26 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 00:02:26 epg Exp $
+${RUBY_SITEARCHLIBDIR}/hdf.so
+${RUBY_SITELIBDIR}/neo.rb



Home | Main Index | Thread Index | Old Index