diff options
author | wiz <wiz> | 2001-09-08 01:51:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-08 01:51:59 +0000 |
commit | 7322d0a1a4cf435b861d7c27a84b59f136a0bdbf (patch) | |
tree | 6108629177243e9702c961f85a1d835de2f6296f /devel/ruby-racc | |
parent | ddb82dcb6b17d4cdfb9de3ef6f835d5e75d3c654 (diff) | |
download | pkgsrc-7322d0a1a4cf435b861d7c27a84b59f136a0bdbf.tar.gz |
Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
Diffstat (limited to 'devel/ruby-racc')
-rw-r--r-- | devel/ruby-racc/pkg/DESCR | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-racc/pkg/DESCR b/devel/ruby-racc/pkg/DESCR index 73abc0871d4..8b1f5a32dd0 100644 --- a/devel/ruby-racc/pkg/DESCR +++ b/devel/ruby-racc/pkg/DESCR @@ -1,6 +1,5 @@ Racc is an LALR(1) parser generator for Ruby. It is written in Ruby -and generates Ruby code. Almost all functions of yacc(1) is +and generates Ruby code. Almost all functions of yacc(1) are implemented. Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp> -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html |