Commit graph

5 commits

Author SHA1 Message Date
Makoto Fujiwara
649e7cd875 Generic dependency, to avoid inapropriate shell bang
of interpreter.

-DEPENDS+=      ruby-[0-9]*:../../lang/ruby
+DEPENDS+=      ${RUBY_BASE}>=${RUBY_REQD}:${RUBY_SRCDIR}

Thanks obache@,
I have put following lines when testing build with pbulk.

RUBY_BASE=      ruby19
RUBY_REQD=      1.9
RUBY_SRCDIR=    ../../lang/ruby19-base
2011-10-20 14:17:54 +00:00
Makoto Fujiwara
6896223c24 Add the line -> DEPENDS+= ruby-[0-9]*:../../lang/ruby 2011-10-20 13:08:18 +00:00
Makoto Fujiwara
15437cd420 More comment added onto patch that there have been communication with original author. 2011-10-20 12:38:39 +00:00
Makoto Fujiwara
b65d96ad23 Clean up flags by pkglint -Wall. 2011-10-20 12:34:01 +00:00
Makoto Fujiwara
64af0db131 Import mop-1.9 as wip/mop.
Authoring tool for presentation on Web Browser.
- Convert ordinary HTML+CSS authoring to match presentaion
  page layout
- Automatic conversion for font size per page
- Animation with CSS syntax
- Publish HTML as normal http:// browsing
- You only need browser to make presentation
- HTML is forever with Web Browser
2011-10-19 09:19:28 +00:00