Update to 1.3.11.

This commit is contained in:
Akinori MUSHA 2001-09-08 13:12:56 +00:00
parent 5d4bd00b94
commit 002496839d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47536
2 changed files with 13 additions and 34 deletions

View File

@ -6,10 +6,11 @@
#
PORTNAME= racc
PORTVERSION= 1.3.10
PORTVERSION= 1.3.11
CATEGORIES= devel ruby
MASTER_SITES= http://www.loveruby.net/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@ -24,44 +25,22 @@ USE_RUBY_AMSTD= yes
USE_RUBY_SETUP= yes
.if defined(RUNTIME)
CONFIGURE_ARGS= --with=lib/raccrt,ext/cparse
CONFIGURE_ARGS= --with=raccrt
.else
CONFIGURE_ARGS= --with=bin/racc,lib/racc,ext/cscan
.endif
CONFIGURE_ARGS= --with=racc
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= array.y array2.y calc-ja.y calc.y conflict.y \
hash.y lalr.y lists.y syntax.y yyerr.y
WRKDIR_RACC= ${WRKSRC}/packages/racc
.if !defined(RUNTIME)
post-patch:
${PERL} -i -pe '$$. == 1 && s,^#!\s*\S+,#!${RUBY},' \
${WRKSRC}/misc/racc2y \
${WRKSRC}/misc/y2racc
.endif
post-extract:
${CP} -p ${WRKDIR_RACC}/misc/* ${WRKDIR_RACC}/bin/
do-install:
.if defined(RUNTIME)
${MKDIR} ${RUBY_SITELIBDIR}/racc
${MKDIR} ${RUBY_SITEARCHLIBDIR}/racc
.else
${INSTALL_SCRIPT} ${WRKSRC}/bin/racc/racc \
${WRKSRC}/misc/racc2y ${WRKSRC}/misc/y2racc ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/racc
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/racc/
.endfor
${MKDIR} ${RUBY_DOCDIR}/racc/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/doc.en/${f} ${RUBY_DOCDIR}/racc/
.endfor
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/doc.ja/${f} ${RUBY_DOCDIR}/racc/ja/
.endfor
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKDIR_RACC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
${INSTALL_DATA} ${WRKDIR_RACC}/doc.en/* ${RUBY_DOCDIR}/${PORTNAME}/
${INSTALL_DATA} ${WRKDIR_RACC}/doc.ja/* ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.endif

View File

@ -1 +1 @@
MD5 (ruby/racc-1.3.10.tar.gz) = 7e65e4dff5f73199c103f1f833ebd9e4
MD5 (ruby/racc-1.3.11-all.tar.gz) = 41f9d883d915929763163960e18b5718