pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-racc-runtime ruby-racc-runtime is obsoleted...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/115b83c12558
branches:  trunk
changeset: 470248:115b83c12558
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 07 14:35:55 2004 +0000

description:
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:

 devel/ruby-racc-runtime/DESCR    |   4 ----
 devel/ruby-racc-runtime/Makefile |  19 -------------------
 devel/ruby-racc-runtime/PLIST    |   5 -----
 3 files changed, 0 insertions(+), 28 deletions(-)

diffs (40 lines):

diff -r 714c5065f7c3 -r 115b83c12558 devel/ruby-racc-runtime/DESCR
--- a/devel/ruby-racc-runtime/DESCR     Sun Mar 07 14:33:16 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost>
diff -r 714c5065f7c3 -r 115b83c12558 devel/ruby-racc-runtime/Makefile
--- a/devel/ruby-racc-runtime/Makefile  Sun Mar 07 14:33:16 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 714c5065f7c3 -r 115b83c12558 devel/ruby-racc-runtime/PLIST
--- a/devel/ruby-racc-runtime/PLIST     Sun Mar 07 14:33:16 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index