diff options
author | taca <taca> | 2005-11-03 06:27:02 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-03 06:27:02 +0000 |
commit | 9c1b9bdae2c538d952212ad1681dcf88a89deb96 (patch) | |
tree | 1cb39ca2c68a30eaf8c4dce008d3b82d47106050 /devel | |
parent | c901a9e6d3150aedf8d2fb70aadb00ebff147b59 (diff) | |
download | pkgsrc-9c1b9bdae2c538d952212ad1681dcf88a89deb96.tar.gz |
Remove packages which is part of Ruby 1.6.8.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby16-curses/DESCR | 2 | ||||
-rw-r--r-- | devel/ruby16-curses/Makefile | 32 | ||||
-rw-r--r-- | devel/ruby16-curses/PLIST | 6 | ||||
-rw-r--r-- | devel/ruby16-curses/distinfo | 6 | ||||
-rw-r--r-- | devel/ruby16-curses/patches/patch-aa | 24 | ||||
-rw-r--r-- | devel/ruby16-zlib/DESCR | 2 | ||||
-rw-r--r-- | devel/ruby16-zlib/Makefile | 30 | ||||
-rw-r--r-- | devel/ruby16-zlib/PLIST | 8 | ||||
-rw-r--r-- | devel/ruby16-zlib/distinfo | 5 |
9 files changed, 0 insertions, 115 deletions
diff --git a/devel/ruby16-curses/DESCR b/devel/ruby16-curses/DESCR deleted file mode 100644 index f4db9a24c81..00000000000 --- a/devel/ruby16-curses/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is a Ruby extension to the curses library, actually a part of the -Ruby distribution. diff --git a/devel/ruby16-curses/Makefile b/devel/ruby16-curses/Makefile deleted file mode 100644 index 4d2f2ddd713..00000000000 --- a/devel/ruby16-curses/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:38 tv Exp $ -# - -DISTNAME= ${RUBY_DISTNAME} -PKGNAME= ${RUBY_PKGPREFIX}-curses-${RUBY_VERSION} -PKGREVISION= 2 -CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_RUBY} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= ${RUBY_HOMEPAGE} -COMMENT= Ruby extension to curses library - -RUBY_HAS_ARCHLIB= yes -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_EXTCONF= yes -EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/curses -WRKSRC= ${RUBY_WRKSRC}/ext/curses - -CURSES_EXAMPLES= hello.rb rain.rb view.rb -REPLACE_RUBY= ${CURSES_EXAMPLES} - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/curses -.for f in ${CURSES_EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/curses -.endfor - -.include "../../lang/ruby/modules.mk" -.include "../../lang/ruby/Makefile.common" -.include "../../devel/ncurses/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby16-curses/PLIST b/devel/ruby16-curses/PLIST deleted file mode 100644 index 6f09ea5bd5e..00000000000 --- a/devel/ruby16-curses/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2004/12/04 17:20:46 taca Exp $ -${RUBY_SITEARCHLIBDIR}/curses.${RUBY_DLEXT} -${RUBY_EXAMPLESDIR}/curses/hello.rb -${RUBY_EXAMPLESDIR}/curses/rain.rb -${RUBY_EXAMPLESDIR}/curses/view.rb -@dirrm ${RUBY_EXAMPLESDIR}/curses diff --git a/devel/ruby16-curses/distinfo b/devel/ruby16-curses/distinfo deleted file mode 100644 index 74c37c834b5..00000000000 --- a/devel/ruby16-curses/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:33 agc Exp $ - -SHA1 (ruby/ruby-1.6.8.tar.gz) = 4b475ac1c837cd62b6dfe85359e1502a71b08cd1 -RMD160 (ruby/ruby-1.6.8.tar.gz) = be087ca8f852caf9fc7a35b51839f5af079dbbc1 -Size (ruby/ruby-1.6.8.tar.gz) = 1023403 bytes -SHA1 (patch-aa) = e9a73676e774b848c0d600cbc6aad96a4eeef892 diff --git a/devel/ruby16-curses/patches/patch-aa b/devel/ruby16-curses/patches/patch-aa deleted file mode 100644 index 41ef553882e..00000000000 --- a/devel/ruby16-curses/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/11/27 14:35:59 taca Exp $ - ---- extconf.rb.orig 2001-12-03 19:04:46.000000000 +0900 -+++ extconf.rb -@@ -6,17 +6,9 @@ dir_config('termcap') - - make=false - have_library("mytinfo", "tgetent") if /bow/ =~ RUBY_PLATFORM --if have_header("ncurses.h") and have_library("ncurses", "initscr") -+have_library("termcap", "tgetent") -+if have_header("curses.h") and have_library("curses", "initscr") - make=true --elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr") -- make=true --elsif have_header("curses_colr/curses.h") and have_library("cur_colr", "initscr") -- make=true --else -- have_library("termcap", "tgetent") -- if have_header("curses.h") and have_library("curses", "initscr") -- make=true -- end - end - - if make diff --git a/devel/ruby16-zlib/DESCR b/devel/ruby16-zlib/DESCR deleted file mode 100644 index a3c6e9cdd78..00000000000 --- a/devel/ruby16-zlib/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is an extension library to use zlib from Ruby 1.6.X. -Ruby/zlib has original .gz file handler of its own. diff --git a/devel/ruby16-zlib/Makefile b/devel/ruby16-zlib/Makefile deleted file mode 100644 index a454649ff81..00000000000 --- a/devel/ruby16-zlib/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2005/03/24 21:12:53 wiz Exp $ - -DISTNAME= ruby-zlib-${VERSION} -PKGNAME= ${RUBY_PKGPREFIX}-zlib-${VERSION} -PKGREVISION= 2 -CATEGORIES= devel ruby -MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/ - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.blue.sky.or.jp/atelier/ -COMMENT= Zlib library for Ruby 1.6.X - -VERSION= 0.6.0 -RUBY_HAS_ARCHLIB= yes -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install -DOCS= ChangeLog doc/zlib.html doc/zlib.rd \ - doc/zlib.ja.html doc/zlib.rd.ja - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/zlib -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/zlib -.endfor - -.include "../../lang/ruby/modules.mk" -.include "../../devel/zlib/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby16-zlib/PLIST b/devel/ruby16-zlib/PLIST deleted file mode 100644 index f4ed0fcffed..00000000000 --- a/devel/ruby16-zlib/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2004/12/04 17:20:46 taca Exp $ -${RUBY_SITEARCHLIBDIR}/zlib.${RUBY_DLEXT} -${RUBY_DOCDIR}/zlib/ChangeLog -${RUBY_DOCDIR}/zlib/zlib.html -${RUBY_DOCDIR}/zlib/zlib.rd -${RUBY_DOCDIR}/zlib/zlib.ja.html -${RUBY_DOCDIR}/zlib/zlib.rd.ja -@dirrm ${RUBY_DOCDIR}/zlib diff --git a/devel/ruby16-zlib/distinfo b/devel/ruby16-zlib/distinfo deleted file mode 100644 index 1986364a18a..00000000000 --- a/devel/ruby16-zlib/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:33 agc Exp $ - -SHA1 (ruby/ruby-zlib-0.6.0.tar.gz) = 2d2fffa84e7be20baad114f6e87b36639ac1de8e -RMD160 (ruby/ruby-zlib-0.6.0.tar.gz) = e748e75e68db1d64f3a6f753e5c6bddfb44d212b -Size (ruby/ruby-zlib-0.6.0.tar.gz) = 61549 bytes |