SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-racc/Makefile
Normal file
17
devel/ruby-racc/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= LALR parser generator
|
||||
|
||||
DISTNAME= racc-1.6.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Ruby
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= c m
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-racc/distinfo
Normal file
2
devel/ruby-racc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (racc-1.6.2.gem) = WNJrNmY4I5b+qE0z3AY5t+6NcEFWpS+PImgfB7L5TyY=
|
||||
SIZE (racc-1.6.2.gem) = 69632
|
1
devel/ruby-racc/pkg/DESCR
Normal file
1
devel/ruby-racc/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
LALR(1) parser generator.
|
61
devel/ruby-racc/pkg/PLIST
Normal file
61
devel/ruby-racc/pkg/PLIST
Normal file
|
@ -0,0 +1,61 @@
|
|||
${GEM_BIN}/racc30
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/extensions/x86_64-unknown/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/mkmf.log
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/racc/
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/racc/cparse.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
||||
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.ja.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/TODO
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/racc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/en/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/en/NEWS.en.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/en/grammar.en.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/en/grammar2.en.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/NEWS.ja.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/command.ja.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/debug.ja.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/grammar.ja.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/index.ja.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/parser.ja.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/ja/usage.ja.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/MANIFEST
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/.sitearchdir.-.racc.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/cparse.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/cparse.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/cparse.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/racc/cparse/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/compat.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/racc/cparse.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/debugflags.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/exception.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/grammar.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/grammarfileparser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/info.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/iset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/logfilegenerator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/parser-text.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/parserfilegenerator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/sourcetext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/state.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/statetransitiontable.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/racc/static.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue