mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add ruby-urb, a Ruby library for handling URIs, which will replace
ruby-uri in the not-too-distant future.
This commit is contained in:
parent
3f45dc8391
commit
f4e8daaa87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45078
@ -327,6 +327,7 @@
|
||||
SUBDIR += ruby-pcap
|
||||
SUBDIR += ruby-snmp
|
||||
SUBDIR += ruby-soap
|
||||
SUBDIR += ruby-urb
|
||||
SUBDIR += ruby-uri
|
||||
SUBDIR += ruby-xmlrpc
|
||||
SUBDIR += rwhois
|
||||
|
36
net/ruby-urb/Makefile
Normal file
36
net/ruby-urb/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: URb
|
||||
# Date created: 13 July 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= urb
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= http://arika.org/archive/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
DOCS= ChangeLog README
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/urb.rb ${RUBY_SITELIBDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/urb/* ${RUBY_SITELIBDIR}/${PORTNAME}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ruby-urb/distinfo
Normal file
1
net/ruby-urb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/urb-0.3.tar.gz) = 244b384726ad6370ee9f4997d43b7310
|
1
net/ruby-urb/pkg-comment
Normal file
1
net/ruby-urb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby library for handling URIs
|
5
net/ruby-urb/pkg-descr
Normal file
5
net/ruby-urb/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a Ruby library for handling URIs, which will replace ruby-uri
|
||||
in the not-too-distant future.
|
||||
|
||||
Author: akira yamada <akira@ruby-lang.org>
|
||||
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=URb
|
16
net/ruby-urb/pkg-plist
Normal file
16
net/ruby-urb/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
%%RUBY_SITELIBDIR%%/urb.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/common.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/ftp.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/generic.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/http.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/https.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/ldap.rb
|
||||
%%RUBY_SITELIBDIR%%/urb/mailto.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/urb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/urb/ldap.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/urb/mailto.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/urb/testsuite.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/urb
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/urb/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/urb/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/urb
|
Loading…
Reference in New Issue
Block a user