pkgsrc/graphics/rabbit/Makefile

36 lines
1.2 KiB
Makefile
Raw Normal View History

Update rabbit to 0.9.3. (adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
2011-07-11 11:37:50 +02:00
# $NetBSD: Makefile,v 1.30 2011/07/11 09:37:50 obache Exp $
#
Update rabbit to 0.9.3. (adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
2011-07-11 11:37:50 +02:00
DISTNAME= rabbit-0.9.3
CATEGORIES= graphics ruby
Update rabbit to 0.9.3. (adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
2011-07-11 11:37:50 +02:00
MASTER_SITES= http://rabbit-shockers.org/download/
MAINTAINER= obache@NetBSD.org
2011-02-27 09:10:10 +01:00
HOMEPAGE= http://rabbit-shockers.org/
Update rabbit to 0.9.3. (adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
2011-07-11 11:37:50 +02:00
COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
Update rabbit to 0.9.3. (adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
2011-07-11 11:37:50 +02:00
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream-[0-9]*:../../net/ruby-twitter-stream
DEPENDS+= ${RUBY_PKGPREFIX}-twitter_oauth-[0-9]*:../../security/ruby-twitter_oauth
DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
USE_RUBY_SETUP= yes
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
Update rabbit to 0.9.3. (adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
2011-07-11 11:37:50 +02:00
# temporary packaging miss
USE_TOOLS+= msgfmt
post-extract:
${RUN}cd ${WRKSRC}; ${SETENV} ${BUILD_ENV} ${RUBY} update-mo.rb
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"