diff options
author | taca <taca@pkgsrc.org> | 2002-06-09 11:15:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-06-09 11:15:43 +0000 |
commit | d06e4b9e744d6096339d371f2b05c415fa6e1171 (patch) | |
tree | 90f27096780cfe0cdb1053ae59a43b4260b00348 | |
parent | c7d13eeabf211a3863c49a9d4956120c53794d75 (diff) | |
download | pkgsrc-d06e4b9e744d6096339d371f2b05c415fa6e1171.tar.gz |
Delete ruby14 package. It is time to retire now.
-rw-r--r-- | lang/ruby14/DESCR | 19 | ||||
-rw-r--r-- | lang/ruby14/MESSAGE | 19 | ||||
-rw-r--r-- | lang/ruby14/Makefile | 31 | ||||
-rw-r--r-- | lang/ruby14/PLIST | 2 |
4 files changed, 0 insertions, 71 deletions
diff --git a/lang/ruby14/DESCR b/lang/ruby14/DESCR deleted file mode 100644 index 0c65b55b9be..00000000000 --- a/lang/ruby14/DESCR +++ /dev/null @@ -1,19 +0,0 @@ -Ruby is the interpreted scripting language for quick and -easy object-oriented programming. It has many features to -process text files and to do system management tasks (as in -Perl). It is simple, straight-forward, and extensible. - -Features of Ruby are shown below. - - + Simple Syntax - + *Normal* Object-Oriented features (ex. class, method calls) - + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method) - + Operator Overloading - + Exception Handling - + Iterators and Closures - + Garbage Collection - + Dynamic Loading of Object files (on some architecture) - + Highly Portable (works on many UNIX machines, and on DOS, - Windows, Mac, BeOS etc.) - -Author: Matsumoto "matz" Yukihiro <matz@netlab.co.jp> diff --git a/lang/ruby14/MESSAGE b/lang/ruby14/MESSAGE deleted file mode 100644 index a44e7f6e07b..00000000000 --- a/lang/ruby14/MESSAGE +++ /dev/null @@ -1,19 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2002/01/22 17:13:31 taca Exp $ - -Note that some stuff that comes with the standard Ruby 1.4 -distribution is provided as separate ports: - - databases/ruby-gdbm: GDBM module - security/ruby-md5: MD5 module - devel/ruby14-readline: readline module - x11/ruby-tcltklib Tcl/Tk libraries - x11/ruby14-tk Tk modules - -They could install with ruby14 meta package. -=== -To use other ruby-* package with Ruby 1.4, build and install them with -"RUBY_VER=1.4" defined (i.e. make RUBY_VER=1.4 install), although not -all packages can't be used. - -=========================================================================== diff --git a/lang/ruby14/Makefile b/lang/ruby14/Makefile deleted file mode 100644 index a97efa3a9c7..00000000000 --- a/lang/ruby14/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/22 17:13:32 taca Exp $ -# FreeBSD: ports/lang/ruby/Makefile,v 1.40 2001/01/18 19:53:38 knu Exp - -DISTNAME= ruby-${RUBY_VERSION} -CATEGORIES= lang -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= taca@netbsd.org -HOMEPAGE= http://www.ruby-lang.org/en/ -COMMENT= Ruby, object-oriented interpreted scripting language - -DEPENDS+= ${RUBY_PKGNAMEPREFIX}base>=${RUBY_VERSION}:../../lang/${RUBY_PKGNAMEPREFIX}base -DEPENDS+= ${RUBY_PKGNAMEPREFIX}gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm -DEPENDS+= ${RUBY_PKGNAMEPREFIX}readline>=${RUBY_VERSION}:../../devel/${RUBY_PKGNAMEPREFIX}readline -DEPENDS+= ${RUBY_PKGNAMEPREFIX}md5>=${RUBY_VERSION}:../../security/ruby-md5 -DEPENDS+= ${RUBY_PKGNAMEPREFIX}tcltklib>=${RUBY_VERSION}:../../x11/ruby-tcltklib -DEPENDS+= ${RUBY_PKGNAMEPREFIX}tk>=${RUBY_VERSION}:../../x11/${RUBY_PKGNAMEPREFIX}tk - -RUBY_VER= 1.4 - -NO_CHECKSUM= # defined -NO_PATCH= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined - -do-install: - @${ECHO_MSG} This is only a meta package. - -.include "../../lang/ruby-base/Makefile.common" -.include "../../mk/bsd.pkg.mk" diff --git a/lang/ruby14/PLIST b/lang/ruby14/PLIST deleted file mode 100644 index 0158da9f70a..00000000000 --- a/lang/ruby14/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/22 17:13:32 taca Exp $ -@comment this plist intentionally left empty |