From 07f6fd06ebb524be06bc47774d61435111761125 Mon Sep 17 00:00:00 2001 From: epg Date: Mon, 29 Nov 2004 00:02:26 +0000 Subject: 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. --- www/ruby-clearsilver/DESCR | 6 ++++++ www/ruby-clearsilver/Makefile | 15 +++++++++++++++ www/ruby-clearsilver/PLIST | 3 +++ 3 files changed, 24 insertions(+) create mode 100644 www/ruby-clearsilver/DESCR create mode 100644 www/ruby-clearsilver/Makefile create mode 100644 www/ruby-clearsilver/PLIST diff --git a/www/ruby-clearsilver/DESCR b/www/ruby-clearsilver/DESCR new file mode 100644 index 00000000000..4ef3cdc5b65 --- /dev/null +++ b/www/ruby-clearsilver/DESCR @@ -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 --git a/www/ruby-clearsilver/Makefile b/www/ruby-clearsilver/Makefile new file mode 100644 index 00000000000..359f6da0a79 --- /dev/null +++ b/www/ruby-clearsilver/Makefile @@ -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 --git a/www/ruby-clearsilver/PLIST b/www/ruby-clearsilver/PLIST new file mode 100644 index 00000000000..ecbcf783ba5 --- /dev/null +++ b/www/ruby-clearsilver/PLIST @@ -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 -- cgit v1.2.3