mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add ruby-tserver, a Ruby library for writing a preforking server like
Apache.
This commit is contained in:
parent
884ef342c8
commit
bfd8fb76a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69978
6 changed files with 45 additions and 0 deletions
|
@ -509,6 +509,7 @@
|
|||
SUBDIR += ruby-snmp
|
||||
SUBDIR += ruby-soap
|
||||
SUBDIR += ruby-tcpsocketpipe
|
||||
SUBDIR += ruby-tserver
|
||||
SUBDIR += ruby-xmlrpc
|
||||
SUBDIR += rwhois
|
||||
SUBDIR += samba
|
||||
|
|
32
net/ruby-tserver/Makefile
Normal file
32
net/ruby-tserver/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Ruby/TServer
|
||||
# Date created: 13 November 2002
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tserver
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://www.tmtm.org/ruby/tserver/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
RUBY_SHEBANG_FILES= ${WRKSRC}/sample/*
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/tserver.rb ${RUBY_SITELIBDIR}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ruby-tserver/distinfo
Normal file
1
net/ruby-tserver/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ruby/tserver-0.0.2.tar.gz) = 3bee22b365ef79e3176d0529e26f1a0e
|
1
net/ruby-tserver/pkg-comment
Normal file
1
net/ruby-tserver/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Ruby library for writing a preforking server like Apache
|
4
net/ruby-tserver/pkg-descr
Normal file
4
net/ruby-tserver/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
TServer is a Ruby library for writing a preforking server like Apache.
|
||||
|
||||
Author: TOMITA Masahiro <tommy@tmtm.org>
|
||||
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=TServer
|
6
net/ruby-tserver/pkg-plist
Normal file
6
net/ruby-tserver/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%RUBY_SITELIBDIR%%/tserver.rb
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/port-forward
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
Loading…
Add table
Reference in a new issue