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:           Sun Aug  1 12:37:18 UTC 2010

Modified Files:
        pkgsrc/graphics/rabbit: MESSAGE Makefile PLIST distinfo
Added Files:
        pkgsrc/graphics/rabbit/patches: patch-ag
Removed Files:
        pkgsrc/graphics/rabbit/patches: patch-ae patch-af

Log Message:
Update rabbit to 0.6.5.

== Changes 0.6.4 from 0.6.5: 2010-07-31

  * Added Rabbiter that collects comments from Twitter.
    [OBATA Akio]
  * Supported
    ((<aafigure|URL:https://launchpad.net/aafigure>)).
    [Suggested by kdmsnr]

=== Improvements

  * Removed needless newlines from default PDF filename.
  * Worked with \r\n newline. [Reported by zunda]
  * Rabbitter: Added. It collects comments from Twitter.
    [OBATA Akio]
  * Supported aafigure. [suggested by kdmsnr]

==== Theme

  * clear-blue: Removed needless newlines from footer text.
  * per-slide-background-iamge:
    Supported "background-image-align: right" slide property.
    [Suggested by kdmsnr]

      = slide

      ...

      == properties

       : background-image
          lavie.png

       : background-image-relative-width
          30

       : background-image-align
          right

       : background-image-relative-margin-right
          3

  * Supported width parameter 'relative_width' as well as
    'relative-width'.

  * body-background-image: Added. It enables "align = right"
    image property:

      = title

        # image
        # src = lavie.png
        # relative-width = 30
        # align = right
        # relative-margin-right = -5

  * Enabled body-background-image and
    per-slide-background-image by default.

  * background-image-tookit: Added. It is a toolkit for
    shareing common processes in body-background-image and
    per-slide-background-image themes.

  * title-background-image:
    Supported customize by
    @title_background_image_properties. The same options for
    image element can be used.
    [Suggested by kdmsnr]

      @title_background_image_properties = {
        :align => :right,
        :as_large_as_possible => false,
        :relative_height => 75,
      }

    This shows image with the following layout:
        +-----------+
        |      +---+|
        |  title <- background image
        |      +---+|
        +-----------+

    A background image is showed in center and it is
    resized to as large as possible by default.

=== Fixes

  * Fixed comment view doesn't work.

=== Thanks

  * kdmsnr
  * zunda
  * OBATA Akio


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/rabbit/MESSAGE
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/rabbit/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/rabbit/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/rabbit/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/rabbit/patches/patch-ae \
    pkgsrc/graphics/rabbit/patches/patch-af
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/rabbit/patches/patch-ag

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