summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2003-07-06 15:49:13 +0000
committertaca <taca@pkgsrc.org>2003-07-06 15:49:13 +0000
commitb537a4d7ff0ed81c94514007290652d176dfbd45 (patch)
tree1e13e26edcab61f1458ea3d2bc7861ebd77f0223 /www
parent511bc2ec77695a2321cb6cb9c7518271b997ab12 (diff)
downloadpkgsrc-b537a4d7ff0ed81c94514007290652d176dfbd45.tar.gz
Initial import of ruby-borges 0.2.0, provided from Rasputin as PR pkg/21917.
Borges is a web application framework that allows linear programming of web applications. Borges runs on Webrick (Apache+DRb will be supported in the near future) and features a simple rendering interface. Those who are interested will likely be greatly helped by the Seaside 2.0 docs at http://beta4.com/seaside2/
Diffstat (limited to 'www')
-rw-r--r--www/ruby-borges/DESCR8
-rw-r--r--www/ruby-borges/Makefile22
-rw-r--r--www/ruby-borges/PLIST37
-rw-r--r--www/ruby-borges/distinfo4
4 files changed, 71 insertions, 0 deletions
diff --git a/www/ruby-borges/DESCR b/www/ruby-borges/DESCR
new file mode 100644
index 00000000000..b37359fe710
--- /dev/null
+++ b/www/ruby-borges/DESCR
@@ -0,0 +1,8 @@
+Borges is a web application framework that allows linear
+programming of web applications.
+
+Borges runs on Webrick (Apache+DRb will be supported in
+the near future) and features a simple rendering interface.
+
+Those who are interested will likely be greatly helped by
+the Seaside 2.0 docs at http://beta4.com/seaside2/
diff --git a/www/ruby-borges/Makefile b/www/ruby-borges/Makefile
new file mode 100644
index 00000000000..2cc28d8f86f
--- /dev/null
+++ b/www/ruby-borges/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/06 15:49:13 taca Exp $
+
+DISTNAME= borges-0.2.0
+PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= http://segment7.net/ruby-code/borges/
+
+MAINTAINER= rasputin@idoru.mine.nu
+HOMEPAGE= http://segment7.net/ruby-code/borges/borges.html
+COMMENT= Ruby web appliation framework
+
+DEPENDS+= ruby-installpkg:../../devel/ruby-installpkg
+DEPENDS+= ruby-webrick:../../www/ruby-webrick
+
+USE_RUBY= yes
+NO_BUILD= yes
+
+do-install:
+ cd ${WRKSRC} && ${RUBY} install.rb
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-borges/PLIST b/www/ruby-borges/PLIST
new file mode 100644
index 00000000000..97eed17359d
--- /dev/null
+++ b/www/ruby-borges/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/06 15:49:13 taca Exp $
+${RUBY_SITELIBDIR}/borges.rb
+${RUBY_SITELIBDIR}/borges/ApacheDRbClient.rb
+${RUBY_SITELIBDIR}/borges/ApacheDRbServer.rb
+${RUBY_SITELIBDIR}/borges/Application.rb
+${RUBY_SITELIBDIR}/borges/HTML.rb
+${RUBY_SITELIBDIR}/borges/Page.rb
+${RUBY_SITELIBDIR}/borges/Radical.rb
+${RUBY_SITELIBDIR}/borges/Renderer.rb
+${RUBY_SITELIBDIR}/borges/Session.rb
+${RUBY_SITELIBDIR}/borges/TC_LRUCache.rb
+${RUBY_SITELIBDIR}/borges/Utilities.rb
+${RUBY_SITELIBDIR}/borges/Webrick.rb
+${RUBY_SITELIBDIR}/borges/console_ask.rb
+${RUBY_SITELIBDIR}/borges/template_ask.rb
+${RUBY_SITELIBDIR}/borges/web_ask.rb
+@dirrm ${RUBY_SITELIBDIR}/borges
+${RUBY_DOCDIR}/borges/README.Apache
+@dirrm ${RUBY_DOCDIR}/borges
+${RUBY_EXAMPLESDIR}/borges/apache/borges.html
+${RUBY_EXAMPLESDIR}/borges/apache/counters.rb
+@dirrm ${RUBY_EXAMPLESDIR}/borges/apache
+${RUBY_EXAMPLESDIR}/borges/train/index.html
+${RUBY_EXAMPLESDIR}/borges/train/README
+${RUBY_EXAMPLESDIR}/borges/train/ask.rb
+${RUBY_EXAMPLESDIR}/borges/train/application.html
+${RUBY_EXAMPLESDIR}/borges/train/patterns
+${RUBY_EXAMPLESDIR}/borges/train/renderask.rb
+${RUBY_EXAMPLESDIR}/borges/train/renderer.html
+${RUBY_EXAMPLESDIR}/borges/train/respond.html
+${RUBY_EXAMPLESDIR}/borges/train/train.rb
+${RUBY_EXAMPLESDIR}/borges/train/webask.rb
+@dirrm ${RUBY_EXAMPLESDIR}/borges/train
+${RUBY_EXAMPLESDIR}/borges/counter.rb
+${RUBY_EXAMPLESDIR}/borges/pagecounter.rb
+${RUBY_EXAMPLESDIR}/borges/status.rb
+@dirrm ${RUBY_EXAMPLESDIR}/borges
diff --git a/www/ruby-borges/distinfo b/www/ruby-borges/distinfo
new file mode 100644
index 00000000000..ede788eb338
--- /dev/null
+++ b/www/ruby-borges/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/07/06 15:49:13 taca Exp $
+
+SHA1 (borges-0.2.0.tar.gz) = 6f4586dfdf3250402ef3f7c547053b31094c1e25
+Size (borges-0.2.0.tar.gz) = 12822 bytes