pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/rabbit
Module Name: pkgsrc
Committed By: obache
Date: Fri Jul 15 14:28:08 UTC 2011
Modified Files:
pkgsrc/graphics/rabbit: MESSAGE Makefile PLIST distinfo
Log Message:
Update rabbit to 1.0.2.
== 1.0.2: 2011-07-15
RubyKaigi2011 release.
=== Improvements
==== Core
* Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze)
[Reported by akira yamada]
==== Theme
* title-slide-background-image: Added. It shows background
image with title slide slide.
* table: Supported font color customize.
* rubykaigi2011: Added. It's for RubyKaigi2011.
=== Fixes
==== Theme
* default-item-mark-setup: Fixed duplicated font name
specified error.
* edge-info-toolkit: Fixed duplicated font name
specified error.
=== Thanks
* yamada akira
== 1.0.1: 2011-07-15
A bug fix release of 1.0.0.
=== Fixes
==== Core
* Removed needless albino gem dependency.
== 1.0.0: 2011-07-15
The first major release! We spent seven years for it!
=== Improvements
==== Core
* Made Twitter related gems optional not required.
* Disabled Clutter by default. --use-gl is required to
enable it.
[Reported by OBATA Akio]
* Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)).
RD:
# blockdiag
# relative_width = 90
# fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf,
/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}
Hiki:
{{blockdiag("
{
fontsize = 25;
RD -> Rabbit;
Hiki -> Rabbit;
PDF -> Rabbit;
group {
Rabbit -> Display;
}
}",
{
:relative_width => 90,
# :antialias => true,
:fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf",
"/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"],
})}}
* Removed Anthy support.
* Supported syntax highlighting by CodeRay.
* Supported syntax highlighting by Emacs.
* Improved "run from console" detection.
[Reported by OBATA Akio]
* Supported non-blocking mode for Twitter connection.
[Reported by OBATA Akio]
* Improved the default logger detection.
[Reported by OBATA Akio]
* Supported Nokogiri and dropped HTree.
* Added --allotted-time option to specify presentation
allotted time.
* Added --comment-theme option to specify a theme for
comment.
For example, use --comment-theme stream-comment to
stream comment on your slide.
* Removed RWiki support.
==== Rabbiter
* Added --log-status option to log streamed information
for debug.
==== Rabbirack
* Added. It is a new Web interface for Rabbit. It will
deprecate Rabrick.
==== Theme
* Added shadow-color, shadow-x and shadow-y properties to
text element.
* syntax-highlighting: Added. It specifies colors for
syntax highlighting.
* footer-comment:
* Improved image-timer support.
* Disabled the last comment remaining by default.
* rabbit-powered-by: Disabled banner.
* pdf-tortoise-and-hare: Removed because it's merged to
pdf theme.
* pdf:
* Supported hare and tortoise.
* Supported comment.
* base: Added foreground color, background color and
shadow color configurations.
* default-comment: Added. It specifies a theme for comment.
=== Fixes
==== Core
* Fixed a problem that .mo are missing in package.
[Reported by OBATA Akio]
* Fixed a problem that appending comment from rabbiter
crashes Rabbit.
* Fixed a problem that PDF file detection is failed in
Ruby 1.9.
==== Documentation
* Fixed link URL.
[Reported znz]
=== Thanks
* OBATA Akio
* znz
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/rabbit/MESSAGE
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/rabbit/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/rabbit/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/rabbit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index