diff options
author | taca <taca> | 2002-06-09 11:06:16 +0000 |
---|---|---|
committer | taca <taca> | 2002-06-09 11:06:16 +0000 |
commit | 7cae00a9fb2b0860e086148c99273238a9cccbce (patch) | |
tree | 8c6e902905fd671187d8de808cfc2a3e753db8d3 /security | |
parent | 0fd30a5d1dbef6c47e4fb49f8a3b2cc7b1ba0d96 (diff) | |
download | pkgsrc-7cae00a9fb2b0860e086148c99273238a9cccbce.tar.gz |
Delete ruby-md5 package. This is included in ruby 1.6.7 and later.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-md5/DESCR | 2 | ||||
-rw-r--r-- | security/ruby-md5/Makefile | 28 | ||||
-rw-r--r-- | security/ruby-md5/PLIST | 6 |
3 files changed, 0 insertions, 36 deletions
diff --git a/security/ruby-md5/DESCR b/security/ruby-md5/DESCR deleted file mode 100644 index c84a837dfcb..00000000000 --- a/security/ruby-md5/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is a Ruby extension to the MD5 library, which is actually a part of -the Ruby distribution. diff --git a/security/ruby-md5/Makefile b/security/ruby-md5/Makefile deleted file mode 100644 index 4ee99c55919..00000000000 --- a/security/ruby-md5/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2001/12/31 04:18:14 taca Exp $ -# - -DISTNAME= ${RUBY_DISTNAME} -PKGNAME= ${RUBY_PKGNAMEPREFIX}md5-${RUBY_VERSION} -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_RUBY} - -MAINTAINER= taca@netbsd.org -HOMEPAGE= http://www.ruby-lang.org/en/ -COMMENT= Ruby extension to MD5 library - -RUBY_VER= 1.4 # now this is for ruby 1.4 only. - -DISTINFO_FILE= ${RUBY_DISTINFO} -WRKSRC= ${RUBY_WRKSRC}/ext/md5 - -DIST_SUBDIR= ruby -EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/md5 -USE_RUBY_EXTCONF= yes - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/md5/ja - ${INSTALL_DATA} ${WRKSRC}/md5.txt ${RUBY_DOCDIR}/md5 - ${INSTALL_DATA} ${WRKSRC}/md5.txt.jp ${RUBY_DOCDIR}/md5/ja/md5.txt.ja - -.include "../../lang/ruby-base/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-md5/PLIST b/security/ruby-md5/PLIST deleted file mode 100644 index a1a16425d05..00000000000 --- a/security/ruby-md5/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:42 zuntum Exp $ -${RUBY_ARCHLIBDIR}/md5.so -${RUBY_DOCDIR}/md5/md5.txt -${RUBY_DOCDIR}/md5/ja/md5.txt.ja -@dirrm ${RUBY_DOCDIR}/md5/ja -@dirrm ${RUBY_DOCDIR}/md5 |