Delete ruby-uri package. It is included in ruby-1.6.7 and later.
This commit is contained in:
parent
23b3c7e92c
commit
60615db239
4 changed files with 0 additions and 55 deletions
|
@ -1,4 +0,0 @@
|
|||
This is a Ruby interface to parse URIs according to RFC 2396. FTP and
|
||||
HTTP URLs are supported for the present.
|
||||
|
||||
Author: Tomoyuki Kosimizu <greentea@fa2.so-net.ne.jp>
|
|
@ -1,39 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2002/03/17 15:22:12 taca Exp $
|
||||
# FreeBSD: ports/net/ruby-uri/Makefile,v 1.7 2000/12/25 15:54:08 knu Exp
|
||||
|
||||
DISTNAME= uri-4.27
|
||||
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www02.so-net.ne.jp/~greentea/ruby/uri/
|
||||
|
||||
MAINTAINER= taca@netbsd.org
|
||||
HOMEPAGE= http://www02.so-net.ne.jp/%7Egreentea/ruby/uri/
|
||||
COMMENT= Ruby interface to parse URIs according to RFC 2396
|
||||
|
||||
RUBY_VER= 1.4 # now this is for ruby 1.4 only.
|
||||
|
||||
DIST_SUBDIR= ruby
|
||||
USE_RUBY= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/uri
|
||||
|
||||
MODULES= uri.rb urireg.rb
|
||||
DOCS= index.html
|
||||
EXAMPLES= in-uri.txt test-uri.rb
|
||||
|
||||
do-install:
|
||||
.for f in ${MODULES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/uri
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/uri
|
||||
.endfor
|
||||
${MKDIR} ${RUBY_DOCDIR}/uri
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/uri
|
||||
.endfor
|
||||
|
||||
.include "../../lang/ruby-base/Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,8 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:18:48 zuntum Exp $
|
||||
${RUBY_SITELIBDIR}/uri.rb
|
||||
${RUBY_SITELIBDIR}/urireg.rb
|
||||
${RUBY_EXAMPLESDIR}/uri/test-uri.rb
|
||||
${RUBY_EXAMPLESDIR}/uri/in-uri.txt
|
||||
@dirrm ${RUBY_EXAMPLESDIR}/uri
|
||||
${RUBY_DOCDIR}/uri/index.html
|
||||
@dirrm ${RUBY_DOCDIR}/uri
|
|
@ -1,4 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/07/01 14:29:22 taca Exp $
|
||||
|
||||
SHA1 (ruby/uri-4.27.tar.gz) = 8c4bb7656fa844716b7b2f77a6ea0c85e0963c3e
|
||||
Size (ruby/uri-4.27.tar.gz) = 43534 bytes
|
Loading…
Reference in a new issue