diff options
author | taca <taca@pkgsrc.org> | 2004-03-07 14:35:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-07 14:35:55 +0000 |
commit | 2830a730483aab61e45f9adb24e6f09cd57c2421 (patch) | |
tree | 405bee5fca56dadeac4e46d8701a26b39a1b445f /devel | |
parent | e9920bc813f2c4fda2cf8ab92fefdc56b953f9bf (diff) | |
download | pkgsrc-2830a730483aab61e45f9adb24e6f09cd57c2421.tar.gz |
ruby-racc-runtime is obsoleted now since it is included in Ruby 1.8
and lator. This is preparation for Ruby 1.8 and please use "racc -E"
under Ruby 1.6, current ruby package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-racc-runtime/DESCR | 4 | ||||
-rw-r--r-- | devel/ruby-racc-runtime/Makefile | 19 | ||||
-rw-r--r-- | devel/ruby-racc-runtime/PLIST | 5 |
3 files changed, 0 insertions, 28 deletions
diff --git a/devel/ruby-racc-runtime/DESCR b/devel/ruby-racc-runtime/DESCR deleted file mode 100644 index 04188633ca4..00000000000 --- a/devel/ruby-racc-runtime/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -This package only installs runtime libraries for Racc, an LALR(1) -parser generator for Ruby. - -Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp> diff --git a/devel/ruby-racc-runtime/Makefile b/devel/ruby-racc-runtime/Makefile deleted file mode 100644 index 2e0216b07a5..00000000000 --- a/devel/ruby-racc-runtime/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2003/08/30 08:23:16 taca Exp $ -# FreeBSD: ports/devel/ruby-racc-runtime/Makefile,v 1.2 2000/10/08 10:19:28 asami Exp -DISTNAME= ${RACC_DISTFILE} -PKGNAME?= ${RACC_NAME}-runtime-${RACC_VERSION} -CATEGORIES= devel -MASTER_SITES= ${RACC_SITES} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= ${RACC_HOMEPAGE} -COMMENT= Runtime libraries for Racc. - -CONFIGURE_ARGS+=--with=raccrt -DISTINFO_FILE= ${.CURDIR}/../ruby-racc/distinfo - -pre-install: - ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/racc - ${INSTALL_DATA_DIR} ${RUBY_SITEARCHLIBDIR}/racc - -.include "../ruby-racc/Makefile.common" diff --git a/devel/ruby-racc-runtime/PLIST b/devel/ruby-racc-runtime/PLIST deleted file mode 100644 index 58f82969495..00000000000 --- a/devel/ruby-racc-runtime/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:26 zuntum Exp $ -${RUBY_SITELIBDIR}/racc/parser.rb -${RUBY_SITEARCHLIBDIR}/racc/cparse.so -@dirrm ${RUBY_SITELIBDIR}/racc -@dirrm ${RUBY_SITEARCHLIBDIR}/racc |