Path to this page:
./
wip/mop,
Convert Draft HTML/CSS to suitable for Presentation with Web Browser
Branch: CURRENT,
Version: 1.9nb1,
Package name: mop-1.9nb1,
Maintainer: pkgsrc-usersAuthoring 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
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 84839f036139d7c20a6f83cd1fe3c707d43581ca
Filesize: 85.665 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-02-07 09:01:02 by ndb | Files touched by this commit (1) |
Log message:
just so this builds again (i get an error on executing mop -h).
|
2011-10-20 16:17:54 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
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 15:08:19 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add the line -> DEPENDS+= ruby-[0-9]*:../../lang/ruby
|
2011-10-20 14:38:39 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
More comment added onto patch that there have been communication with original \
author.
|
2011-10-20 14:34:01 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Clean up flags by pkglint -Wall.
|
2011-10-19 11:19:28 by Makoto Fujiwara | Files touched by this commit (6) | |
Log message:
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
|