diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-14 19:41:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-14 19:41:27 +0000 |
commit | 096dc9be7494b0f4e488513b404b56ae1be024ef (patch) | |
tree | fc96e0de361b2d2951dea5f5222920906f9ec275 /devel/ruby-racc | |
parent | 9edf2e2b52def7f393eec8e83c51ee62cbf76d8e (diff) | |
download | ports-096dc9be7494b0f4e488513b404b56ae1be024ef.tar.gz ports-096dc9be7494b0f4e488513b404b56ae1be024ef.zip |
Notes
Diffstat (limited to 'devel/ruby-racc')
-rw-r--r-- | devel/ruby-racc/Makefile | 10 | ||||
-rw-r--r-- | devel/ruby-racc/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-racc/pkg-plist | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index 7d30faaf34b6..ddcc3557b419 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= racc -PORTVERSION= 1.3.6 -PORTREVISION= 1 +PORTVERSION= 1.3.7 CATEGORIES= devel ruby MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -28,7 +27,8 @@ DOCS_EN= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html DOCS_JA= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html -EXAMPLES= calc-ja.y calc.y conflict.y lalr.y syntax.y yyerr.y +EXAMPLES= array.y array2.y calc-ja.y calc.y conflict.y \ + hash.y lalr.y lists.y syntax.y yyerr.y post-extract: ${PERL} -i -ne '/^amstd\b/ || /^strscan\b/ || print' ${WRKSRC}/lib/PATHCONV @@ -36,8 +36,8 @@ post-extract: .if defined(RUNTIME) ${PERL} -i -ne '/^racc\b/ || print' ${WRKSRC}/bin/PATHCONV ${RM} -rf ${WRKSRC}/bin/racc - ${PERL} -i -ne '/^strscanso\b/ || print' ${WRKSRC}/ext/PATHCONV - ${RM} -rf ${WRKSRC}/ext/strscanso + ${PERL} -i -ne '/^cscan\b/ || print' ${WRKSRC}/ext/PATHCONV + ${RM} -rf ${WRKSRC}/ext/cscan ${PERL} -i -ne '/^racc\b/ || print' ${WRKSRC}/lib/PATHCONV ${RM} -rf ${WRKSRC}/lib/racc .else diff --git a/devel/ruby-racc/distinfo b/devel/ruby-racc/distinfo index 4c08fa3b26ad..74323b1ef628 100644 --- a/devel/ruby-racc/distinfo +++ b/devel/ruby-racc/distinfo @@ -1 +1 @@ -MD5 (ruby/racc-1.3.6.tar.gz) = 38e545f8540136c73a5f84718eae6b62 +MD5 (ruby/racc-1.3.7.tar.gz) = 18a10577c5b211258f111f9530178b2b diff --git a/devel/ruby-racc/pkg-plist b/devel/ruby-racc/pkg-plist index 710948bb2a54..bbe8abb5ec04 100644 --- a/devel/ruby-racc/pkg-plist +++ b/devel/ruby-racc/pkg-plist @@ -11,10 +11,14 @@ bin/y2racc %%RUBY_SITELIBDIR%%/racc/raccs.rb %%RUBY_SITELIBDIR%%/racc/state.rb %%RUBY_SITELIBDIR%%/racc/ucodep.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/array.y +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/array2.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/calc-ja.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/calc.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/conflict.y +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/hash.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/lalr.y +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/lists.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/syntax.y %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/racc/yyerr.y %%PORTDOCS%%%%RUBY_DOCDIR%%/racc/ja/changes.html |